Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Non-public Forum Not Visible (1 viewing) (1) Guest
TOPIC: Non-public Forum Not Visible
#60140
Non-public Forum Not Visible 2 Months, 4 Weeks ago  
I added a non-public forum for authors and above only on our site, but even when authors login it is not visible.
The same configuration on a local server at home, and the forum is visible for a loged in author. Both the remote host and the local server have the same versions: Joomla 1.5.7 and FB 1.0.4 and I don't know what's the difference that is causing this.
abujenin (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1975-00-00
Logged Logged
 
 
#60215
Re:Non-public Forum Not Visible 2 Months, 3 Weeks ago  
I found a solution in this thread:
www.bestofjoomla.com/component/option,co...w/catid,76/id,48952/

As Araband mentioned it:
The fix:
Execute this command in linux
Code:
find components/com_fireboard/ -type f|xargs sed -i 's/aro_group->group_id/aro_group->id/'


That will replace all occurences of "aro_group->group_id" with "aro_group->id"

I did this on my site and all my users started seeing the forums that they had access to again.

NOTE: This fix should only be used if you are using Joomla 1.5.x!


But I don't understand that command and don't know how to run it on a shared host.
abujenin (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1975-00-00
Logged Logged
 
 
Go to top