PDA

View Full Version : Forum Permissions for News Module


WAR
07-11-2005, 10:57 AM
Forum Permission Options - New options to apply forum permissions (or not) to your "News" and "Latest Threads" modules.


News Module Options - In addition to the forum permissions option above, there are two other new options to allow you to have sticky news posts appear first, as well an option to group your news posts together rather than separately.




I have not been able to figure out how to set it up so that my news display is governed by the forum permissions of my news forum. Can someone describe where I find the setting to enable this for the news module?

(emphasis added by me in quote)

Brian
07-11-2005, 11:14 AM
If you'll run these queries it should take care of the problem.

INSERT INTO adv_setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder) VALUES ('portal_applypermissions', 'adv_portal_news', 1, 1, 'yesno', 6);

INSERT INTO adv_setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder) VALUES ('portal_applypermissions', 'adv_portal_poll', 1, 1, 'yesno', 3);

INSERT INTO adv_setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder) VALUES ('portal_applypermissions', 'adv_portal_latestthreads', 1, 1, 'yesno', 5);

Our Sponsors
 

x[sliver]
07-11-2005, 06:44 PM
Will this be put in to the install script for rc3/final?

Brian
07-11-2005, 08:17 PM
It actually is in the install script now. Because the variable names are the same though it's not recognizing the first two. But yes, it will be corrected in the next version.

Our Sponsors
 

WAR
07-12-2005, 09:25 AM
Thanks alot for the Help Brian, that worked perfectly!