11
tzvook
Re: CBB 308 Forum Manager problem
  • 2007/4/22 18:53

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


I've got 6000 users
Now I'm stuck with no way to change nothing or add forums ...

12
phppp
Re: CBB 308 Forum Manager problem
  • 2007/4/23 1:11

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Potential solutions:

1 wait for a XOOPS 2.017 if possible

2 replace XOOPS/class/xoopsform/formselectuser.php with /Frameworks/xoops22/class/xoopsform/formselectuser.php

3 modify: /Frameworks/xoops22/class/xoopsformloader.php

//if(!@include_once XOOPS_ROOT_PATH."/class/xoopsform/formselectuser.php") {
require_once dirname(__FILE__)."/xoopsform/formselectuser.php";
//}

13
tzvook
Re: CBB 308 Forum Manager problem
  • 2007/4/23 4:26

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


Quote:

phppp wrote:

.............

3 modify: /Frameworks/xoops22/class/xoopsformloader.php

//if(!@include_once XOOPS_ROOT_PATH."/class/xoopsform/formselectuser.php") {
require_once dirname(__FILE__)."/xoopsform/formselectuser.php";
//}


10x D.J.
Worked like a charm
My forums admin is back to normal.

I thought the problem was this file, but couldn't find the right spot ...

14
mouacy
Re: CBB 308 Forum Manager problem
  • 2007/4/23 12:05

  • mouacy

  • Not too shy to talk

  • Posts: 138

  • Since: 2002/11/2


Quote:

phppp wrote:
Potential solutions:

1 wait for a XOOPS 2.017 if possible

2 replace XOOPS/class/xoopsform/formselectuser.php with /Frameworks/xoops22/class/xoopsform/formselectuser.php

3 modify: /Frameworks/xoops22/class/xoopsformloader.php

//if(!@include_once XOOPS_ROOT_PATH."/class/xoopsform/formselectuser.php") {
require_once dirname(__FILE__)."/xoopsform/formselectuser.php";
//}


After this replacement and modification, I can not access the preference page in CBB, although other pages work fine. I have to restore the old formselectuser.php back to xoops/class/xoops...

15
PHP_FAN
Re: CBB 308 Forum Manager problem
  • 2007/7/8 18:37

  • PHP_FAN

  • Just popping in

  • Posts: 8

  • Since: 2007/6/23


Hi

my frend have more than 8000 users
he use runcms, and he aske me to convert his site to xoops

so I did it for him.

and same problem happend

so I saerch and find the problem

open file newbb/admin/admin_forum_manager.php

under the function editForum

find
$sform->addElement(new XoopsFormSelectUser(_AM_NEWBB_MODERATOR'forum_moderator'false$ff->getVar("forum_moderator"), 5true));


change to
//$sform->addElement(new XoopsFormSelectUser(_AM_NEWBB_MODERATOR, 'forum_moderator', false, $ff->getVar("forum_moderator"), 5, true));


now I can add, edit forums but no moderators
so I think the form can't handel big number of users

I hop this will help

sorry for bad English

16
davidl2
Re: CBB 308 Forum Manager problem
  • 2007/7/8 18:41

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


PHP_FAN - I think some small changes to do with large numbers of users have been made for the forthcoming release of 2.0.17

17
PHP_FAN
Re: CBB 308 Forum Manager problem
  • 2007/7/9 0:17

  • PHP_FAN

  • Just popping in

  • Posts: 8

  • Since: 2007/6/23


hmmm!

but you don't see this problem in newbb,
it is only in cbb?

18
tom
Re: CBB 308 Forum Manager problem
  • 2007/7/20 19:50

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


just to mention DJ's advice fixes the edit forms, but as mentioned you then cannot edit the preferences.
Kind Regards.
Tom

http://bassmanthemes.com
http://www.xoopslance.com

19
tom
Re: CBB 308 Forum Manager problem
  • 2007/7/20 20:00

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


mmmm that fix also breaks preferences for the system module, ha ha now I've gotta revert back so I can turn one of my sites back on.
Kind Regards.
Tom

http://bassmanthemes.com
http://www.xoopslance.com

20
tom
Re: CBB 308 Forum Manager problem
  • 2007/7/20 20:19

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


not a manager issue, but something that poped up with the upgrade of forums, editor and framwork, trying to create a PDF results with:

there was a problem reading this document (110)

Any advice on this other than wait for the next X release.
Kind Regards.
Tom

http://bassmanthemes.com
http://www.xoopslance.com

Login

Who's Online

248 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 248


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