151
samuels
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/6 20:53

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


@Mithrandir
Yes i've modified uploader class, thks for bug reporting.

About blank pages, i'm sorry, but i don't know were is the problem. Try XOOPS 2.06 final.

@phppp
Can you send me your work? I'm not very polite programming and perhaps your code is better.Thks in advance.
I'll work on groups permissions feature and harcoded texts.



152
samuels
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/6 0:55

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


@Jan304
I'll work on it, i have collected some experience with groups permissions modifying mydownloads module.

(I'm sorry with translations, I love german but it's tooooo dificult. )



153
samuels
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/5 20:29

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


This hack uses the same tables in bd that original newbb. But it adds some files to bb_forums and bb_posts tables.

I think there is no problem to restore the original newbb after testing newbb pro.
Just make a backup of bd if not sure.
Newbb Pro doesn't delete any existing info in your bd.

@TABBY

For solve the problem with texts:

Open viewforum.php
In line 328, change
$xoopsTpl->assign('mark_read'"<a href="viewforum.php?forum=".$forum."&mark_read=1">Marcar todos los mensajes como leídos</a>");


With
$xoopsTpl->assign('mark_read'"<a href="viewforum.php?forum=".$forum."&mark_read=1">"._MD_MARK_ALL_POSTS."</a>");


Open index.php
In line 56 change:
$xoopsTpl->assign('mark_read'"<a href="index.php?mark_read=2">Marcar todos los foros como leidos</a>");


With
$xoopsTpl->assign('mark_read'"<a href="index.php?mark_read=2">"._MD_MARK_ALL_FORUMS."</a>");


Finally, open language/english/main.php and add:
define("_MD_MARK_ALL_FORUMS","Mark all forums read");
define("_MD_MARK_ALL_POSTS","Mark all posts read");



154
samuels
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/5 11:17

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


Ok, solved.
If you don't want to download again add this to language/enlgish/admin.php

define("_MD_A_ALLOW_ATTACHMENTS","Allow attachments");
define("_MD_A_ATTACHMENT_SIZE" ,"Max Size");
define("_MD_A_ALLOWED_EXTENSIONS", "Allowed Extensions");
define("_MD_A_EXTENSIONS_DELIMITED_BY","Extensions delimited by |");



155
samuels
Re: Mydownloads module modified
  • 2004/3/5 8:21

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


New version.
Solved some problems with unusual "application/octet-stream" mimetypes.
Fixed some hard coded texts.

Know bugs, I don't know why some extensions are not showed in admin panel. If anybody can help...



156
samuels
Newbb Pro (attachments, mark read ...)
  • 2004/3/5 7:51

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


I have added lots of hacks to my newbb forum.
The changes:

-Mark all forums read.
-Mark all posts read.
-Show users groups.
-Send PM button.
-Delete one post or all.
-Attachaments. (Hability to delete or change attachments editing the post).
-Private forums are hidded to users without permission.
-New buttons, Private forums with new messages, Private forums without new messages.
-New button for sticky posts (you can see if sticky post has new messages or not)
-Little icon for showing if post has attachments.

INSTALLATION:

Download HERE

UPDATING XOOPS 206 NEWBB MODULE:
A simple script is included for update the old newbb db "up_newbb_pro1.php"
Just copy it to your site and open it on browser.
Please before update the bd make sure you have a copy.

Overwrite newbb module with mine and refresh it in Modules Control Panel.

NEW INSTALLATION:
Overwrite original newbb module with mine and install.

I'm waiting for impressions. (For very bad impressions just lie )



157
samuels
Re: Mydownloads module modified
  • 2004/3/3 21:26

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


I'll work on it, thks for ideas.



158
samuels
Re: Mydownloads module modified
  • 2004/3/2 22:49

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


@percheron
I'll see oscommerce code for "ilustrate me".

Now I'm not sure how to protect downloads from direct linking. I think lots of sites have this problem.
Any help is welcome.



159
samuels
Re: Mydownloads module modified
  • 2004/3/2 8:46

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


@tacoco
Only update.
About e-mail try to put the e-mail address directly in bd. (I think is better create another thread for discussing it).



160
samuels
Re: Mydownloads module modified
  • 2004/3/1 20:17

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


NEW VERSION, Download it again.

-Solved permission problems in topten.php and blocks.
Now downloads without permission are totally hided.
-Solved some language bugs.

In next release I will update the module with changes made since XOOPS 2.06.




TopTop
« 1 ... 13 14 15 (16) 17 18 19 ... 22 »



Login

Who's Online

109 user(s) are online (72 user(s) are browsing Support Forums)


Members: 0


Guests: 109


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits