vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   New member with a few questions (https://vborg.vbsupport.ru/showthread.php?t=135279)

harvardjeff 01-02-2007 01:01 AM

New member with a few questions
 
Hi, I just got setup today and have a few questions.

1) When i go to use quick reply to a msg i have to click the feather icon first then it enables the quick reply section. How do i make it so this is always enabled as i have seen on others sites?

2) How can i get rid of the vbulletin icon in the upper left?

3) How can i add a banner ad to the top of my forum

Thanks!
Jeff

I just answered my own 1st question. still have 2 and 3

FockerFGAA 01-02-2007 01:18 AM

2) Go to your Admin CP. Go to Style & Templates -> Style Manager. It will list all the styles you currently have on the site. To the right of each style will be a "<< >>" button. Click on that to expand the Style of choice. Now you will have a list of templates in a box. Scroll down until you see the template named header. Click on the Customize button (or the edit button if its already been editted before). You will see this
Code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
        <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
        <td align="$stylevar[right]">
                &nbsp;
        </td>
</tr>
</table>
<!-- /logo -->

Or something similar to that. You can just remove that and save the template. id only recommend doing it this way on the default style. Custom styles tend to have a lot more added into that and can make the site look funky without that stuff in there or without other editting of the style.

harvardjeff 01-02-2007 01:49 AM

thanks, i did that and it worked.

Shazz 01-02-2007 02:06 AM

3) How can i add a banner ad to the top of my forum

At the top of your header template
add
PHP Code:

<img src="http://whatyouwanthere.com"


FockerFGAA 01-02-2007 02:23 AM

no problem. you can probably add a banner ad in the same location that you removed that info from. just put center tags in with it as well.

harvardjeff 01-02-2007 02:54 AM

That worked as well. Cool


All times are GMT. The time now is 04:49 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.01594 seconds
  • Memory Usage 1,716KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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