MyBB Community Forums

Full Version: Photos In Forum Ttiles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all and Happy Holidays!

Here is my question. I would like ot be able to add a small thumbnail photo to the forum titles. I dont want to lose the new posts/no new posts/locked images, just want to add photos to the forum descriptions

Is this possible?

I have searched the forum here but found nothing so far.

Thanks you,

Steven

http://www.officialbionicwoman.com/board/index.php
Thank you for your input

That seems to replace the new posts/no new posts icons though so I stumbled upon a new way

Good old HTML

Take a look!

Steven

[Image: forumpic.jpg]
For Example:

<table border="0" cellspacing="0" cellpadding="5">
	<tr>
		<td><a href="http://www.officialbionicwoman.com/board/forum-14.html"><img src="http://www.officialbionicwoman.com/ft/S1E3ft.jpg" alt="" border="0" /></a></td>
		<td align="left" valign="top">
			<ul>
				<li><small><font face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"><tt>First aired: 2/18/1976</tt></font></small></li>
				<li><small><font face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"><tt>Production Code: 44401 </tt></font></small></li>
				<li><small><font face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"><tt>Written By: Phillip DeGuere Jr</tt></font></small>.</li>
				<li><small><font face="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"><tt>Directed By: Alan Crosland</tt></font></small></li>
			</ul>
		</td>
	</tr>
</table>

The teletype font i intentional as its reminiscent of the file typing of the 70's
Hmm, I always thought that kept the on/off icons. You could probably create a new column and do it the CSS way, then the images would be in their own column.
True that - I do kinda like this though for the "mini bio" aspect - like a dociae wrong spelling I know but I cant spell it

S