1
riderrider
Re: CBB4 RC for Xoops 2.3x Testing Reviews
  • 2009/2/5 22:19

  • riderrider

  • Just popping in

  • Posts: 14

  • Since: 2006/11/12


Hi Bandit-X,

I did the same thing in admin_forum_manager.php: added

$permission_handler =& xoops_getmodulehandler("permission", "newbb");
$permission_handler->createPermData("forum_access");
$permission_handler->createPermData("forum_view");
$permission_handler->createPermData("forum_post");
$permission_handler->createPermData("forum_reply");
$permission_handler->createPermData("forum_edit");
$permission_handler->createPermData("forum_delete");
$permission_handler->createPermData("forum_addpoll");
$permission_handler->createPermData("forum_vote");
$permission_handler->createPermData("forum_attach");
$permission_handler->createPermData("forum_noapprove");
$permission_handler->createPermData("forum_html");
$permission_handler->createPermData("forum_type");
$permission_handler->createPermData("forum_signature");

in line 231.

Now it works.

Thank you for the help



2
riderrider
Re: CBB4 RC for Xoops 2.3x Testing Reviews
  • 2009/2/5 15:48

  • riderrider

  • Just popping in

  • Posts: 14

  • Since: 2006/11/12


Quote:

Bandit-X wrote:

in newbb/admin/admin_cat_manager.php
search for
default:

paste these three lines below it.
$permission_handler =& xoops_getmodulehandler("permission""newbb");
        
$permission_handler->createPermData("category_all");
           
$permission_handler->createPermData("category_access");


tell me if that solves your issue.


Thank you Bandit-X very much for the help.

Categories are showing up both in admin and index pages, which is good. However, the forums under the Categories are still missing in the index page of newbb.

Thank you again



3
riderrider
Re: I need Forum module, but I can't find any that works fine.
  • 2009/2/4 22:07

  • riderrider

  • Just popping in

  • Posts: 14

  • Since: 2006/11/12


I tried to downgrade CBB4 Rc to CBB 3.0.8.

Now when I tried to post new topic. it shows
Array{
}

Any ideas?

Thanks



4
riderrider
Re: CBB4 RC for Xoops 2.3x Testing Reviews
  • 2009/2/4 20:17

  • riderrider

  • Just popping in

  • Posts: 14

  • Since: 2006/11/12


I tried it in a newly installed XOOPS 2.3.2b system. It has the same problem.

When you set up a new Category and add new forums. They don't show up in the cbb index page. Even for admin.

Admin can access the Category and the forums by address though.

Nobody else can access the Categories and forums...

I don't think I am the only one who see this bug, how do you guys fix it or hack it? Please help.

Thanks



5
riderrider
Re: CBB4 RC for Xoops 2.3x Testing Reviews
  • 2009/2/4 17:57

  • riderrider

  • Just popping in

  • Posts: 14

  • Since: 2006/11/12


Quote:

karasu wrote:
I found another bug about permission i can set the permission table but the user doesn't get the permission for the ex: i set user can edit own post but the user can not edit their post, and it happen with the attach signature too.

It's look like the user that have the module rights only can use the right permission table.


I have this problem too. I upgrade XOOPS from 2.0.18 to 2.3.2b, CBB from 3.0.8 to CBB4RC.

When I tried to add new forums in admin page, I set all the permission correctly. But only Admin can access the new added forum. It seems the permission table is not written or read properly.

Tried to roll back to CBB3.08,got
Array
(
)

when I tried to post new messages.



6
riderrider
Re: Permission Problem in XOOPS 2.3.2b
  • 2009/2/2 18:17

  • riderrider

  • Just popping in

  • Posts: 14

  • Since: 2006/11/12


upgraded to Newbb 4.0 RC, XOOPS 2.3.2b,

When I tried to setup a new forum, only administrator can access the forum. However, the old forums are fine.

As far as I know, lot of people has this same problem.

For those who understand the code of newBB or Xoops, please try it yourself. This must be a bug, not misuse.

Thanks



7
riderrider
Re: Profile access problem
  • 2009/1/3 2:10

  • riderrider

  • Just popping in

  • Posts: 14

  • Since: 2006/11/12


It seems my problem is different.

I did installed the profile module, and I ungraded the module with the latest version from SVN as well.(thanks to dhsoft)

However, it still shows the Class 'XoopsFile' not found error message.

Forgot to mention that I upgraded my system from 2.0.18 to 2.3.2b. It seems fresh intall of 2.3.2b is fine.

Anybody else has seen this before?

Thanks



8
riderrider
Re: Profile access problem
  • 2008/12/31 18:25

  • riderrider

  • Just popping in

  • Posts: 14

  • Since: 2006/11/12


Well, I have this problem as well. When I tried to access profile, I get blank page. After turning on PHP debug mode, I can see the follwoing information:

Fatal error: Class 'XoopsFile' not found in c:\wamp\www\class\cache\file.php on line 120
All errors (8) queries (49) blocks (4) extra (0) timers (5)
Errors
Notice: Undefined index: tag in file /modules/xlanguage/include/functions.php line 258
Notice: Uninitialized string offset: 0 in file /modules/tag/include/search.inc.php line 31
Notice: Undefined index: time in file C:/wamp/www/modules/profile/userinfo.php line 213
Notice: Undefined index: time in file C:/wamp/www/modules/profile/userinfo.php line 213
Notice: Undefined index: time in file C:/wamp/www/modules/profile/userinfo.php line 213
Notice: Undefined index: time in file C:/wamp/www/modules/profile/userinfo.php line 213
Notice: Undefined index: time in file C:/wamp/www/modules/profile/userinfo.php line 213
Notice: Deprecated function 'mod_getUnameFromIds', use XoopsUserUtility directly. in file /Frameworks/art/functions.user.php line 26



9
riderrider
Re: xoops CBB access
  • 2007/6/19 15:48

  • riderrider

  • Just popping in

  • Posts: 14

  • Since: 2006/11/12


thanks

Quote:

gtop00 wrote:
Go to admin, modules, Forum, preferences.

Change the "'Since' default value" from whatever it is to 0 (zero)



10
riderrider
Re: xoops CBB access
  • 2007/6/15 19:55

  • riderrider

  • Just popping in

  • Posts: 14

  • Since: 2006/11/12


Anyone has any idea to change 'sorted by' default values in CBB?

I have the same problem as johmo , can anyone help? Thanks a lot
Quote:

johmo wrote:
OK.

I'm going to admit something that is going to make me look like the biggest fool on the planet.


The reason i was confused was because the threads were showing up until recently.

I figured out it was because of the filter ('sorted by') at the bottom. It was filtering out older that 100 days one. I changed it to 'from the beginning' et voila.

Any one know how to change the default to 'from the beginning'?

I best get back to my village...




TopTop



Login

Who's Online

173 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 173


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