vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Addition Navbar for 3.5.0 (https://vborg.vbsupport.ru/showthread.php?t=98445)

XFGHIA 10-15-2005 05:10 AM

Addition Navbar for 3.5.0
 
Hi, can somebody please confirm if the following hack by will work with 3.5 if it doesnt can someone please do a 3.5.0 version of the hack, all help is greatly appreciated

I wish i could do this my self but i am still a new vB customer and havent yet got the hang of all the coding

https://vborg.vbsupport.ru/showthread.php?t=65198

thanks

mholtum 10-15-2005 05:19 AM

Yes it works

XFGHIA 10-16-2005 04:07 AM

ok i starting to install this, but in vB 3.5 there is no phpinclude_start template

so what do i do with the following

Code:

2. Put the following command in your phpinclude_start template:

PHP Code:
 eval('$navbar2 = "' . fetch_template('navbar2') . '";');

sorry for my lazyness but i didnt bother to read the next part in the readme file, its all fine now

attroll 10-25-2005 04:49 AM

You are right phpinclude_start template no longer exist in 3.5.

You need to add it to the Plufin System.

Go to your ADMINCP:

Plugin System
Add new Plugin

Hook Location: global_start
Title: navbar2
Plugin PHP Code:

PHP Code:

eval('$navbar2 = "' fetch_template('navbar2') . '";'); 



All times are GMT. The time now is 05:51 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.02097 seconds
  • Memory Usage 1,714KB
  • 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
  • (4)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