MyBB Community Forums

Full Version: Picture on Index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi My BB geeks!

See if you can help me with this.

On Feb 14, it will be my forum's birthday, its first year. I would like to know if I can add a JPG on the right top corner: a cake with one candle, not big deal, just a detail to make it look special.

The idea is only to have it there one day. The following day, the Index would look the same as usual:

http://www.ndet.org/foro/

The picture would be this size, approx, matching the forum's logo (N. de T.) which is on the left side.

[Image: 23424105.jpg]

Big thank you!

Au
edit the header template once before Feb 14, and once after Feb 14,

add the picture just before the menu:
			<div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
				</ul>
			</div>
I think it should be ok.
Id do this instead.

Find <div class="logo"> in the header template and right after that, add this:

<div style="float: right;"><img src="http://images.jupiterimages.com/common/detail/05/41/23424105.jpg" border="0" /></div>
Thank you SO very much, dvb and Audentio!

Smile Au