MyBB Community Forums

Full Version: Add a link in index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello All,

I want to add a link to my index, as i have added a blog feature to mybb forum, suppose if my blog link is blog.com, how can i add it in index template? so that it appear as a hyperlink? i also want an image to be associated with it, where can i place this image? and what code should i write so that it appear as a hyperlink to the forum? kindly guide
I don't understand what you mean but try this:
<a href="URL">Blog</a>
(2011-02-28, 06:15 AM)WbDev Wrote: [ -> ]I don't understand what you mean but try this:
<a href="URL">Blog</a>

i want to add a link in my index
Just add the code two posts above to the header template.
(2011-02-28, 07:46 AM)thnok Wrote: [ -> ]You mean like this?
http://community.mybb.com/thread-78062.html
yes thanks, thats the one required Smile