Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Completed: Private/Restricted Forums (Native) (1 viewing) (1) Guest
Go to bottom Favoured: 26
TOPIC: Re:Completed: Private/Restricted Forums (Native)
#47636
Re:Completed: Private/Restricted Forums (Native) 5 Months, 2 Weeks ago  
Thebroke wrote:
Is there any way you can link what lines you changed in each file? Unfortunately I am not nearly as well versed at php as you are

it's not a post by me but a quote of the tread that i link, like you i am just trying to found a solution, the link so :

www.bestofjoomla.com/component/option,co...w/catid,75/id,42569/

i think the real point of incompatiblity between J1.5 and fireboard for manage access is define in this tread.

by the way i post a answer / question in this tread one day ago and it was delete, so it surely the good way to resolve our problems to manage ACL lol
baboon (User)
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#47671
Re:Completed: Private/Restricted Forums (Native) 5 Months, 2 Weeks ago  
Well thank you for the post, I'll just have to take a bit more time and try to figure out what I can do to see if I can alter mine.


On a side note, I've had a couple of posts removed as well. One of which I completely understand for being removed, the others were questions.
Thebroke (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#47908
Re:Completed: Private/Restricted Forums (Native) 5 Months, 1 Week ago  
So It works on J1.5

i try "ACL For J1.5 and Fireboard 1.0.4" on two of my local PC and my server

for the "ACL For J1.5 and Fireboard 1.0.4 Advanced" i just try on two of my local PC.

ACL For J1.5 and Fireboard 1.0.4

1 - Backup your files and your database

2 - In Mysql admin panel :
Code:

ALTER table jos_core_acl_aro_groups ADD group_id int(11) not null;
UPDATE jos_core_acl_aro_groups SET group_id=id



3 - Enjoy, You can set forum level access with the Joomla ACL (Registered, author, publisher ect ect)



ACL For J1.5 and Fireboard 1.0.4 Advanced

1 - Backup your files and your database

2 - In Mysql admin panel :

Code:

ALTER table jos_core_acl_aro_groups ADD group_id int(11) not null;
UPDATE jos_core_acl_aro_groups SET group_id=id



3 - Install the Hack of Roland

rolandd wrote:
Hello all,

Here is the fixed version

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


4 - Enjoy, You can set forum level access with the Joomla ACL (Registered, author, publisher ect ect) according to your selected user in the admin panel of fireboard.


Note : if you have this bug for selected user in the admin panel of Fireboard :
Code:


"No configuration file found, and no installation code avaliable. Exiting...."


Open rpc.php

Find
Code:

define( 'JPATH_BASE', $_SERVER['DOCUMENT_ROOT'] );

Replace
Code:

define( 'JPATH_BASE', dirname(__FILE__).'/../../..' );
baboon (User)
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/03/28 23:41 By baboon.
 
The administrator has disabled public write access.  
#48772
Re:Completed: Private/Restricted Forums (Native) 4 Months, 3 Weeks ago  
Hi all

One question please, I want to install the new Default EX FireBoard Template and I have already installed this "mod" can someone tell me if in the All Discussions tab (in the Default EX template) the posts that belong to a private forum are listed in that tab???


Arcanjo

(almost in Portugal again!!! )
Arcanjo (User)
Expert Boarder
Posts: 118
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Oficina dos Animais Location: Portugal Birthdate: 1973-08-11
Logged Logged
 
The administrator has disabled public write access.  
#49134
Re:Completed: Private/Restricted Forums (Native) 4 Months, 2 Weeks ago  
got the restricted forum to work for Joomla 1.5 ! Thank you very much!
i'd hug you
tudorizer (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#50048
Re:Completed: Private/Restricted Forums (Native) 4 Months ago  
Arcanjo wrote:
Hi all

One question please, I want to install the new Default EX FireBoard Template and I have already installed this "mod" can someone tell me if in the All Discussions tab (in the Default EX template) the posts that belong to a private forum are listed in that tab???


Arcanjo

(almost in Portugal again!!! )


The "All Discussions" tab breaks this hack. Anyone can simply pick a topic from the list and see the content. I am assuming the only way to prevent access via the "All Discussions" tab is to remove it, however I am not knowledgeable enough to do this, so I may have to install a template that does not have the discussions tab. Too bad since I like the Default EX template.

Just found another work around - the Fireboad Search function! Type in a word from a 'private' topic and anyone can read the entire topic and see any attached files/images.

We will just have to wait until this is a core function, or switch to another message board. In my case I will most likely go right back to SMF
darkhelmet (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/05/05 10:30 By darkhelmet.
 
The administrator has disabled public write access.  
#50078
Re:Completed: Private/Restricted Forums (Native) 4 Months ago  
darkhelmet wrote:
The "All Discussions" tab breaks this hack. Anyone can simply pick a topic from the list and see the content. I am assuming the only way to prevent access via the "All Discussions" tab is to remove it, however I am not knowledgeable enough to do this, so I may have to install a template that does not have the discussions tab. Too bad since I like the Default EX template.

i don't know for this template

but for the defaut one you juste have in admin back end to select what Forum Id you want to be dispaly in this tab.

darkhelmet wrote:

Just found another work around - the Fireboad Search function! Type in a word from a 'private' topic and anyone can read the entire topic and see any attached files/images.


don't have this problem, the search work according to the acl.
baboon (User)
Junior Boarder
Posts: 30
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#50092
Re:Completed: Private/Restricted Forums (Native) 4 Months ago  
I appreciate the feedback, however bandaging together a program that will support my company's livelihood is not very compelling.

We went back to SMF and its native ACL even though the login with Joomla is not unified.

Can't have it all
darkhelmet (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#50264
Re:Completed: Private/Restricted Forums (Native) 4 Months ago  
appears to be working fine except for:

Notice: Undefined index: id in /home/covenant/public_html/Joomla/administrator/components/com_fireboard/admin.fireboard.php on line 356

shown while viewing the restricted forums main page
Throne (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#50630
Re:Completed: Private/Restricted Forums (Native) 3 Months, 3 Weeks ago  
grumblemarc wrote:
Don't know what to tell you then. Weren't you leaving?

I've spent three hours looking for the answer to this situation...and I finally found it! Now I'm to try it.
But I will...I reinstalled everything with a new database. CB/FB/J1.5...followed all the directions...and yikes....no forums showing up for registered users.

I'm glad I didn't post my question and found the answer! But I am going to diligently follow your instructions...I'll be back next week...to post my results...
thanks...
Lucy.
lucydragon (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top
Powered by FireBoard - Creditsget the latest posts directly to your desktop