MyBB Community Forums

Full Version: Insert image between category
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
How can i insert one ore more (desired) image or images between Categories in myBB Forum ?

Somewhere in css or index ?? I don't know exactly where... so please help.
Example image:
[Image: imagehere.jpg]

Thanx
Go to: ACP > Templates > Forum Bit Templates > forumbit_depth1_cat > and add the following code at the bottom of template;
<div align="center"><img src="URL_TO_YOUR_IMAGE"></div>

Replace URL_TO_YOUR_IMAGE to your image URL.

It should look like this;
[attachment=22046]
You can edit your forumbit_depth1_cat template. Put the img tag at the very end of the entire codes there. Unfortunately, each forum will has the same image. If you want it to be different, you can use Template Conditionals plugin for that.
Thank you Yaldaram, but i need different images.
RateU, where can i find that plugin ? I google'd it and nothing...

Thank you guys !!!
(2011-03-24, 04:08 PM)uzurpatoru Wrote: [ -> ]RateU, where can i find that plugin ? I google'd it and nothing...

Its not developed yet, but you may request it here: http://community.mybb.com/forum-65.html Wink
If I had the time, I could do this for you, but I don't.
This can either be done using PHP or Javascript, by selecting each table by their categories ID, and placing an image below the table.
(2011-03-24, 04:33 PM)Concon Wrote: [ -> ]If I had the time, I could do this for you, but I don't.
This can either be done using PHP or Javascript, by selecting each table by their categories ID, and placing an image below the table.

Maybe you can explain me what to do... I have phpmyadmin

thanx guys !

If you want it image only (not clickable), probably you can do that only with template edit.

(2011-03-24, 04:08 PM)uzurpatoru Wrote: [ -> ]RateU, where can i find that plugin ? I google'd it and nothing...
Template Conditional plugin?
http://mybbhacks.zingaburga.com/showthread.php?tid=464
Need help about this matter ...
Any one ?
Ai rezolvat?
Pages: 1 2 3 4