Quote:
Originally Posted by aayushagrawal90
Installed, but have a doubt,,..
what if i have got a vbseo done in my forum, how do i determine which section is to be put as to where the thread is supposed to get created? any solutions?
|
In your Admin CP -> Forum Manager click on the forum you want and your forumid will be in the very top of the table.
Quote:
Originally Posted by Boofo
Joe, for the forum id option, replace this:
Code:
<setting varname="bop5onban_fid" displayorder="30">
<datatype>posint</datatype>
<defaultvalue>2</defaultvalue>
</setting>
with this:
Code:
<setting varname="bop5onban_fid" displayorder="30">
<datatype>number</datatype>
<optioncode>select:eval
$options = construct_forum_chooser_options(1);</optioncode>
<defaultvalue>0</defaultvalue>
</setting>
That way, you get a drop down forum listing to choose the forum from.
|
Thanks Boofo! I'll try this code and update ASAP.