PDA

View Full Version : Adding images in bottom of showthread.


!!!cyr0n_k0r
11-11-2002, 12:38 AM
Make sure you look at the picture.

What would the code to add some type of background images where the big black circle is on that picture.

Tell me what lines of code to edit and make sure to remember to include whatever code to force it to display on the right side.

Dean C
11-11-2002, 06:02 PM
Save you current forumhome_loggedinusers template into a textfile then revert it to its original

if that doesn't fix it then post up the code..

- miSt

!!!cyr0n_k0r
11-11-2002, 06:37 PM
that pictures isnt even of forumhome..

its showthread

assassingod
11-11-2002, 06:49 PM
That drop down menu is in in a td tag (I think), so you could try:

<td background="blah"></td>


I dunnop if that'll work (I dont think you can have backgrounds in tds , silly me, cant remember;))

If you need any more specific help, just ask:p

!!!cyr0n_k0r
11-11-2002, 08:25 PM
yes, I do need more help.

Because I dont want the image in a table that is related to any of the variables.

I want the image in the background of the MAIN TABLE. and ive gotten it there before, but wasent able to move it over to the right.

I want the image behind all the menus.

filburt1
11-11-2002, 08:31 PM
Originally posted by assassingod
That drop down menu is in in a td tag (I think), so you could try:

<td background="blah"></td>


I dunnop if that'll work (I dont think you can have backgrounds in tds , silly me, cant remember;))

You can but NS4 doesn't support it (OMG! NS4 DOESN'T SUPPORT SOMETHING!).

!!!cyr0n_k0r
11-11-2002, 09:16 PM
here is the code.


<!-- Begin Top Fourm Options Images -->
<table width="{contenttablewidth}" height="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="right" width="0"><img src="{imagesfolder}/*****/left.gif"></td>
<td width="30%" align="center" background="{imagesfolder}/*****/bg_top.gif"></td>
<td valign="top" align="right" background="{imagesfolder}/*****/bg_top.gif"></td>
<td align="left" width="0"><img src="{imagesfolder}/*****/left2.gif" ></td>

<td width="40%" align="center" background="{imagesfolder}/*****/bg_top2.gif">
<normalfont color="{categoryfontcolor}"><b>Thread Options</b></normalfont></a><br></td>
<td align="right" width="0"><img src="{imagesfolder}/*****/right2.gif"></td>
<td width="30%" align="center" background="{imagesfolder}/*****/bg_top.gif">
</td>
<td valign="top" align="right" background="{imagesfolder}/*****/bg_top.gif"></td>
<td align="left" width="0"><img src="{imagesfolder}/*****/right.gif" ></td>
</tr>

<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" bgcolor="#000000" {tableinnerextra} width="96%" align="center"><tbody> <tr><td align="center" bgcolor="#E2E2D6">



<!-- End Top Forum Options Images -->
<br>

<!-- thread options links -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{firstaltcolor}" align="center"><smallfont>
<img src="{imagesfolder}/printer.gif" alt="" border="0" align="absmiddle">
<a href="printthread.php?s=$session[sessionhash]&threadid=$threadid">Show Printable Version</a> |
<img src="{imagesfolder}/sendtofriend.gif" alt="" border="0" align="absmiddle">
<a href="sendtofriend.php?s=$session[sessionhash]&threadid=$threadid">Email this Page</a> |
<img src="{imagesfolder}/subscribe.gif" alt="" border="0" align="absmiddle">
<a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid">Subscribe to this Thread</a>
</smallfont>
</td>
</tr>
</table>
</td> </tr> </table>
<!-- /thread options links -->

<br>

<!-- forum jump and rate thread -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td>$forumjump</td>
<td align="right">$threadrateselect</td>
</tr>
</table>
<!-- /Rate this thread -->


<br>

<!-- forum rules and admin links -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="bottom">
<td><smallfont><b>Forum Rules:</b>$forumrules</smallfont></td>
<td align="right">
$adminoptions
</td>


</tr>

</table>

<!-- /forum rules and admin links -->



</table>