vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How do I add an image here?/ which template? (https://vborg.vbsupport.ru/showthread.php?t=222230)

avillax 09-01-2009 02:43 PM

How do I add an image here?/ which template?
 
Hi, I want to know how can I add an image/banner/google ad search bar, in this part of the forum, without perturbing anything else:

(Where the arrow pointing the red box)

https://vborg.vbsupport.ru/external/2009/09/80.jpg

Lynne 09-01-2009 02:59 PM

Most likely, that is the navbar.

To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.

avillax 09-01-2009 05:36 PM

ok, its the navbar. So where should I add the code for the banner or pic?. I want to do so without modifying the size of the white area, forum names, etc.

medicalforums 09-01-2009 06:11 PM

Find <!-- breadcrumb, login, pm info -->
Follow the code until you reach
<if condition="$show['member']">
<td class="alt2" nowrap="nowrap">

Then add a td before that including your code
Make sure to adjust the width so that it appears inline

I've done that sometime ago but I removed it after few days because it looked ugly!

Markos 09-02-2009 08:29 AM

how i have it is

find this
Code:

                        <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
                </if>
        </td>

and add this under it for rotating images and links

Code:

<!-- Banner Rotator -->
<td class="alt1">
<SCRIPT LANGUAGE="Javascript"><!--
function banner() {
};
banner = new banner();
number = 0;
// bannerArray
banner[number++] = "<a href='http://LINK HERE.co.uk' target='_blank'><img src='http://image link here' border='1'></a>"
banner[number++] = "<a href='http://LINK HERE.co.uk' target='_blank'><img src='http://image link here' border='1'></a>"
banner[number++] = "<a href='http://LINK HERE.co.uk' target='_blank'><img src='http://image link here' border='1'></a>"
banner[number++] = "<a href='http://LINK HERE.co.uk' target='_blank'><img src='http://image link here' border='1'></a>"
banner[number++] = "<a href='http://LINK HERE.co.uk' target='_blank'><img src='http://image link here' border='1'></a>"
banner[number++] = "<a href='http://LINK HERE.co.uk' target='_blank'><img src='http://image link here' border='1'></a>"
banner[number++] = "<a href='http://LINK HERE.co.uk' target='_blank'><img src='http://image link here' border='1'></a>"
 
increment = Math.floor(Math.random() * number);
document.write(banner[increment]);
//--></SCRIPT>
</td>   
<!-- End Banner Rotator -->


you can add as many links and banners u like just add more

Code:

banner[number++] = "<a href='http://LINK HERE.co.uk' target='_blank'><img src='http://image link here' border='1'></a>"
http://img.photobucket.com/albums/v3...Untitled-2.png


All times are GMT. The time now is 07:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01045 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete