MyBB Community Forums

Full Version: Add to index.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there some way I can insert pictures and text near the top of the forum index page?

Thanks.
Yes, you can add it to the index template.
The easiest way is to edit your Index template

ACP > Templates & Style > Templates > your template set

Then expand 'Index Page Templates and click index. You can then the image tag to add images where abouts you want them in the template:

<IMG SRC="images/graphic.gif">

Add and format you text here using other tags


# Update:

Awww... you beat me too it by one minute DennisTT Sad
(2008-07-31, 07:37 PM)G405T Wrote: [ -> ]The easiest way is to edit your Index template

ACP > Templates & Style > Templates > your template set

Then expand 'Index Page Templates and click index. You can then the image tag to add images where abouts you want them in the template:

<IMG SRC="images/graphic.gif">

Add and format you text here using other tags


# Update:

Awww... you beat me too it by one minute DennisTT Sad

Yha but he did not show them how to do it.
Thanks for your help!