81
irmtfan
Re: Collapsible Category view
  • 2004/3/17 13:35

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


r u put this new version of newbb pro for download now?

82
pdaddict
Cloneable
  • 2004/3/17 13:59

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


Samuels, if it's not too much work, could you make newbb pro easy cloneable?

I'm running both newbb and newbb2 and need the *pro* features for my newbb2, but not for newbb, and might possibly need a 3th forum.

I tried editing the newbbpro files myself to match my needs, by replacing /newbb/ with /'.$module->getVar('dirname').'/ and changing all bb_ prefixes to bb2_ and am thinking about replacing it with a variable, so the tables are also easyly renamable (or at least their module prefix), but maybe it's better if this is being included with the *standard* newbb_pro. (This is also a request to other module devs)

83
samuels
Re: Cloneable
  • 2004/3/17 15:29

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


@pdaddict
I'll try to implement it in next version.

New version avaible, download again.
Read de "leeme-readme.txt" for instructions.

84
GOwin
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/18 0:24

  • GOwin

  • Just popping in

  • Posts: 78

  • Since: 2003/5/2 9


How about adding the ability to re-order Forums, not just Categories?

85
samuels
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/18 11:51

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


@pdaddict
I've made a Newbb Pro version with easy renaming.
You only need to edit the file path.php for changing the dir name and the db tables names.

After that, change the file sql/mysql.sql and you will have a cloned module.
I have no time for testing it, if you encounter problems with it just tell me.
http://www.forjandoleyendas.com/public/fl/uploads/newbb_pro_easy_clone.zip

@GOwin
It isn't difficult to do. The problem is that I need to change the db to save the changes. I don't like to change the db because if I change it a lot, we will have problems to update it with future versions of newbb

86
pdaddict
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/18 12:45

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


Thanks a lot, samuels. I've set up a seperate xoopsinstall here to test it. (user/pass = test/test) The admininstration's been flawless, but when I try to post something, I get this error:
Quote:
Parse error: parse error in /home/alank/public_html/area51/modules/newbb2pro/post.php on line 45


post.php lines 41 to 49 [45 in red]
if ( empty($forum) ) {
    
redirect_header("index.php"2_MD_ERRORFORUM);
    exit();
} else {
    [
color=FF0000]$sql "SELECT forum_type, forum_name, forum_access, allow_html, allow_sig, posts_per_page, hot_threshold, topics_per_page, allow_attachments, attach_maxkb, attach_ext FROM ".$xoopsDB->prefix(""_DIR_BB_FORUMS"")." WHERE forum_id = ".$forum;[/color]
    if ( !
$result $xoopsDB->query($sql) ) {
        
redirect_header('index.php',2,_MD_ERROROCCURED);
        exit();
    }


Edit: I installed a clone in dir newbb2pro. Then I added another clone in newbb3pro. All settings in path.php are correct, but when I go to modulesadmin and hit install for newbb3pro, it takes me to a page to install newbb2pro. I checked the code in modulesadmin.php, and $module->getInfo('dirname') on line 118 retuns newbb2pro instead of newbb3pro. I got around it by replacing newbb2pro in my locationbar with newbb3pro.

BTW: noticed it when installing no.3:
Quote:
 Config notification_enabled added to the database.
    Config option added. Name: _NOT_CONFIG_DISABLE Value: 0
    Config option added. Name: _NOT_CONFIG_ENABLEBLOCK Value: 1
    Config option added. Name: _NOT_CONFIG_ENABLEINLINE Value: 2
    Config option added. Name: _NOT_CONFIG_ENABLEBOTH Value: 3

87
Anonymous
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/18 13:21

  • Anonymous

  • Posts: 0

  • Since:


Quote:

Quote:

Herko Coomans wrote:
Thanks We'll review the hacks and se if we can integrate them into the official module!

Herko



unfortunately I just finished my own hack with similar, or even more features.
If this one is integrated, I will abandon mine and wait for your upgrade.

Look forward to a soon review from your team.


Most Parts belongs to the newbb_plus from e-xoops and are known and checked by the Module Team.

Some are added some will be overworked to work with a better grouppermissions.

Quote:

Setaseta wrotes:

How about making a function for the forum admin module that will allow you to change the forum order? I know you can do it with the categories already, but I don't think it's possible with the forums. :)


This is already done and comes with the next release of the newbb.

Quote:

Samuels wrote:

Re: Collapsible Category view
I'm testing new version on my site.
I have made the following changes:
-Some admin forum bugs solved.
-Lot's of notices and warnings corrected.
-New icon (with a dot inside) for showing your posts like ipb.
-Some Newbbex admin forum improvements added.
-New option "Print thread", it creates a page without format for easy printing like news module.
-New option for turn on/off the msg "Edited by".

By now I don't want to do more bd changes, I know Predator is working on a new version of newbb and I want to preserve some compatibility.


I will send you next week a Testversion, so you can check changes

Some Parts i wanted to added are now added by you Thx save Time so I can work more at the admin part:

Reorder Forum is done
Subforums are in progress
detailed Grouppermission in progress
workover the look of newbb in progress
and some more small changes...

@samuels

again thx to your help why don´t you join the official newbb team onhttp://dev.xoops.org ? You`re welcome

Greetz



88
samuels
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/18 13:35

  • samuels

  • Quite a regular

  • Posts: 249

  • Since: 2003/10/30


@pdaaddict
Little misstype with dots
change
"_DIR_BB_FORUMS"

by
"._DIR_BB_FORUMS."

at post.php line 45.
I've corrected it on zip.

@Predator
Thk's for the information, I'm not a good coder but if I can help in dev team I'll try.
Now I'm familiar with actual newbb forum and I think admin side needs a big cleanup.

89
Anonymous
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/18 13:42

  • Anonymous

  • Posts: 0

  • Since:


Quote:

...and I think admin side needs a big cleanup.


indeed, indeed

the whole Adminsection must and will be changed in classes = clearer faster and cleaner

90
pdaddict
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/18 13:44

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


It works now. But now I get a blank page when submitting a post. The post itself DOES get saved.

Login

Who's Online

178 user(s) are online (132 user(s) are browsing Support Forums)


Members: 0


Guests: 178


more...

Donat-O-Meter

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

Latest GitHub Commits