vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   General Questions (https://vborg.vbsupport.ru/showthread.php?t=185816)

techpro5238 07-20-2008 05:06 AM

General Questions
 
Hello Everyone,

We just have some general questions that we would like the answer to. Thank you for anyone who replies. Our questions are as follows:
  1. How do we create an additional page in vBulletin (our rules pages)? How do we add this link to our navigation bar at the top of the page?
  2. How can we change the color scheme of vBulletin from the default colors?
  3. How can we use the vBulletin Icon in the address bar (favicon.ico) for our website?

Kind Regards,
Roman.

veenuisthebest 07-20-2008 05:27 AM

1. How to create your own vBulletin-powered page! (uses vB templates) and
How To Add Additional Links To Your Navbar

2. Refer this http://www.vbulletin.com/docs/html/color_maps_intro

3. Upload the favicon.ico into forums root and add this code in <head> tag at the top of headinclude template

Code:

<link rel="shortcut icon" href="favicon.ico" >

techpro5238 07-23-2008 11:19 AM

Thank you for those links. I have a few questions about the navigation bar and the tutorial link you gave me.

Which file exactly should I be going to and adding in this code? The article does not specify what to edit or how to get there. How would I do the inverse, such as removing a link from the navbar preinstalled by vBulletin?

Thank you for your help so far.

EDIT :: Also, if possible, I would like to know if there is a way to backup the database of vBulletin incrementally while on the last day of each week a full. Thanks again.

Kind Regards,

cheat-master30 07-23-2008 04:42 PM

All navbar links are added in a template called 'navbar'. Look for code such as:

Code:

<if condition="$show['member']">
            <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
        </if>

And add the custom links under them. To remove default links, just search the default name or file name in the navbar template, and remove code that is similar to the above which needs removing.

techpro5238 07-23-2008 08:19 PM

<font face="Arial">Thank you for the reply cheat-master30. Your instructions worked, and I got the new link into the navigation bar. Much appreciarted.

Do you have any advice on scheduling a backup with vBulletin? Our hosting panel is cPanel so it doesn't support the feature to automatically backup the database at any given time.

Kind Regards,</font>


All times are GMT. The time now is 06:15 PM.

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.02001 seconds
  • Memory Usage 1,718KB
  • 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
  • (2)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