1
davmp
Re: Newbb Hack - updated for 2.0.6
  • 2004/3/4 20:29

  • davmp

  • Just popping in

  • Posts: 5

  • Since: 2004/2/12


No problem, I finally figured what was wrong with the group access. I blindly forgot to add XOOPS in front of the table ex: xoops_bb_forum_group_access !Dough! on my part



2
davmp
Re: Newbb Hack - updated for 2.0.6
  • 2004/3/4 17:32

  • davmp

  • Just popping in

  • Posts: 5

  • Since: 2004/2/12


got it to work by permission: user (BTW: no instructions came with the updated version)

Also did a manual sql setup :
Table structure for table `bb_forum_group_access`
# hack for group access

CREATE TABLE bb_forum_group_access (
forum_id int(4) unsigned NOT NULL default '0',
group_id int(5) unsigned NOT NULL default '0',
can_post tinyint(1) NOT NULL default '0',
PRIMARY KEY (forum_id,group_id)
) TYPE=MyISAM;

Do I have to manually set up group permission? cause it is not allowing it the the admin private forums section (User works great!, Group does not)

Thanks in advance



3
davmp
Re: Newbb Hack - updated for 2.0.6
  • 2004/3/4 17:03

  • davmp

  • Just popping in

  • Posts: 5

  • Since: 2004/2/12


got it figured out, I just copied files and updated it. It works great!!!!!!



4
davmp
Re: Newbb Hack - updated for 2.0.6
  • 2004/3/4 16:36

  • davmp

  • Just popping in

  • Posts: 5

  • Since: 2004/2/12


Do I have to remove old Newbb an reinstall new or can I just add in to coresponding folders and do an update?



5
davmp
Re: Mydownloads module modified
  • 2004/3/3 18:07

  • davmp

  • Just popping in

  • Posts: 5

  • Since: 2004/2/12


Here is one, Every thing in admin section works great, even when you have the shots viewer turned on. However when you go to the main view cat in the downloads section the shots images is trying to be view from here: /modules/mydownloads/dragoon1.gif instead of /modules/mydownloads/images/shots/dragoon1.gif.
I tried goin into the viewcat.php and I cannot find where to change this image link at.

Any ideas




TopTop



Login

Who's Online

393 user(s) are online (57 user(s) are browsing Support Forums)


Members: 0


Guests: 393


more...

Donat-O-Meter

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

Latest GitHub Commits