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
Completed: Private/Restricted Forums (Native) (1 viewing) (1) Guest
TOPIC: Completed: Private/Restricted Forums (Native)
#46276
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago  
Hi there,

I know why it isn't working. I forgot to change some code. Will fix and put up a new download ASAP. Sorry about that.
rolandd (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#46279
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago  
thats ok, thanks a lot!
polloymedio (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#46284
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago  
Hello all,

Here is the fixed version

Enjoy.
File Attachment:
File Name: fireboard_private_v1_5_for_J1_5.zip
File Size: 101619
rolandd (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#46286
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago  
hmm.. doesnt seem to work for me.. im adding the users as u said, and the users in fact are being added to the forum, nevertheless, i login with these users and cant see this forum.. any ideas?
polloymedio (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#46296
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago  
I have installed this, and everything looks well. I go to:

Componenets -> Fireboard forums -> Restricted Forums -> Chose Restricted forum -> Add User

It shows no users in the user box. When I type a user in I get message that shows up with a black background that says: "No configuration file found, and no installation code avaliable. Exiting...."

After reading back a bit, same issue as polloymedio. I Installed your most recent post w/ files.

What did I do wrong?
Thebroke (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/03/06 00:59 By Thebroke.
 
 
#46298
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago  
Thebroke,

You need the download the new zip file as you can find a few posts above. That will fix that error.
rolandd (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#46299
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago  
I downloaded the file in your post above on this page:

File Attachment:
File Name: fireboard_private_v1_5_for_J1_5.zip
File Size: 101619

I reloaded backed up files. Then reinstalled the patch. I still get the same error.
Thebroke (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/03/06 01:47 By Thebroke.
 
 
#46304
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago  
Thebroke wrote:
I downloaded the file in your post above on this page:

File Attachment:
File Name: fireboard_private_v1_5_for_J1_5.zip
File Size: 101619

I reloaded backed up files. Then reinstalled the patch. I still get the same error.


Same thing for me
baboon (User)
Junior Boarder
Posts: 41
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#46313
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago  
Hmmm, seems like your $_SESSION variable is not set then. What you can do is, open the file rpc.php and look for the line that says:[code:1]define( 'JPATH_BASE', $_SERVER['DOCUMENT_ROOT'] );[/code:1]. Replace $_SERVER['DOCUMENT_ROOT'] with your local path, e.g. [code:1]'/home/mysite/public_html'[/code:1]
rolandd (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#46316
Re:Completed: Private/Restricted Forums (Native) 10 Months, 1 Week ago  
rolandd wrote:
Hmmm, seems like your $_SESSION variable is not set then.

ok for this problem it's work, me i change like this


[code:1]define( 'JPATH_BASE', $_SERVER['DOCUMENT_ROOT'] );[/code:1]
Replace
[code:1]define( 'JPATH_BASE', dirname(__FILE__).'/../../..' );[/code:1][/quote]



but

hélas the restricted access don't work, the users who i allow access don't see the forum, only the super administrator do.. :unsure:
baboon (User)
Junior Boarder
Posts: 41
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/03/06 12:28 By baboon.
 
 
Go to top