An example of this is the Text Ads service on the index on http://mybbworld.com.
First, you must download: http://mybbhacks.zingaburga.com/ PHP and Template Conditionals.Install it as per usual.
Second head to Templates & Styles in your admin panel. Next click Templates. Find your style and click on it. For us ours is AW 2.0 Templates.
Find Forum Bit Templates and click on it.
Then find: forumbit_depth1_cat and click on that. Now you'll see some HTML code displayed.
Paste this code at the top keeping the rest of the content in that HTML as normal.
is the category ID that will be used in the code. You will need to find this in the forum list. The code will be displayed above this category.
Replace that with the HTML you would like displayed in the area between the categories.
Submit once you've coded it up the way you want it.
By rights now it should display the content you have chosen between the category you chose; and the category before the content. So basically:
Category before content
CONTENT
Category after content
First, you must download: http://mybbhacks.zingaburga.com/ PHP and Template Conditionals.Install it as per usual.
Second head to Templates & Styles in your admin panel. Next click Templates. Find your style and click on it. For us ours is AW 2.0 Templates.
Find Forum Bit Templates and click on it.
Then find: forumbit_depth1_cat and click on that. Now you'll see some HTML code displayed.
Paste this code at the top keeping the rest of the content in that HTML as normal.
Code:
<if $forum['fid'] == 48 then>
enter code here
</if>
Code:
<if $forum['fid'] == 48 then>
Code:
enter code here
Submit once you've coded it up the way you want it.
By rights now it should display the content you have chosen between the category you chose; and the category before the content. So basically:
Category before content
CONTENT
Category after content