Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
Adding images in bottom of showthread. Details »»
Adding images in bottom of showthread.
Version: , by !!!cyr0n_k0r !!!cyr0n_k0r is offline
Developer Last Online: Jan 2013 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 11-11-2002 Last Update: Never Installs: 0
 
No support by the author.

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.

Download Now

File Type: (21.3 KB, 75 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 11-11-2002, 06:02 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #3  
Old 11-11-2002, 06:37 PM
!!!cyr0n_k0r !!!cyr0n_k0r is offline
 
Join Date: Apr 2002
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that pictures isnt even of forumhome..

its showthread
Reply With Quote
  #4  
Old 11-11-2002, 06:49 PM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That drop down menu is in in a td tag (I think), so you could try:
Code:
<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
Reply With Quote
  #5  
Old 11-11-2002, 08:25 PM
!!!cyr0n_k0r !!!cyr0n_k0r is offline
 
Join Date: Apr 2002
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #6  
Old 11-11-2002, 08:31 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by assassingod
That drop down menu is in in a td tag (I think), so you could try:
Code:
<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!).
Reply With Quote
  #7  
Old 11-11-2002, 09:16 PM
!!!cyr0n_k0r !!!cyr0n_k0r is offline
 
Join Date: Apr 2002
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here is the code.

Quote:
<!-- 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">Subscr ibe 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>
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:34 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05974 seconds
  • Memory Usage 2,286KB
  • Queries Executed 21 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (1)postbit_attachment
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete