vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Menu in header (https://vborg.vbsupport.ru/showthread.php?t=197365)

Frank Sinatra 11-27-2008 07:59 AM

Menu in header
 
Hello, I am trying to put a menu in the head of my forum, using the program s Sothink Dhtml Menu.

The indications are these:
Code:

Copy and paste this code within <HEAD> tag of your web page
<script type="text/javascript" id="sothink_dhtmlmenu"> <!--
 st_siteroot="web/script/menu";
 st_jspath="/stmenu.js";
 if(!window.location.href.indexOf("file:") && st_jspath.charAt(0)=="/")
  document.write('<script type="text/javascript" src="'+st_siteroot+st_jspath+'"><\/script>');
 else
  document.write('<script type="text/javascript" src="'+st_jspath+'"><\/script>');
//--> </script>

Then says this:
Code:

Copy and paste this code within <BODY> tag of your web page
<script type="text/javascript" src="web/script/menu/stmenu.js"></script>


How is it the method to do this well?
I have a complete day trying it and nothing :(
hope you can helpme please..

Thank you for any help! :p

Lynne 11-27-2008 03:49 PM

You are wondering how to post it into the <body> tag? You can place it in the navbar template - at the very top - and then it will be in the body tag for all pages that have a navbar.

Frank Sinatra 11-28-2008 01:11 PM

1 Attachment(s)
thanks for your response :)

Still im adapting a design, just working with the complete xml, my problem is that i cant make work the drop-down menu, i put the codes as it indicates, but never show the menu :(
only the forum background
Maybe i need to do another procedure, but dont know how :(

hope someone can helpme :o


This one is the skin, the menu is in a red box, for now it is working only as normal buttons

Guest210212002 11-28-2008 01:34 PM

If you view the source of any of your pages, is the .js call in there? Also, you might try using a complete URL for it, eg:

Code:

<script type="text/javascript" src="http://www.yoursite.com/web/script/menu/stmenu.js"></script>
In case the path is incorrect.

Princeton 11-28-2008 04:01 PM

try....
Quote:

Originally Posted by Frank Sinatra (Post 1673880)
Code:

<script type="text/javascript" id="sothink_dhtmlmenu"> <!--
 st_siteroot="web/script/menu";
 st_jspath="/stmenu.js";
 if(!window.location.href.indexOf("file:") && st_jspath.charAt(0)=="/")
  document.write('<script type="text/javascript" src="'+st_siteroot+st_jspath+'"><\/script>');
 else
  document.write('<script type="text/javascript" src="'+st_jspath+'"><\/script>');
//--> </script>


post in headinclude template

Quote:

Originally Posted by Frank Sinatra (Post 1673880)
Code:

<script type="text/javascript" src="web/script/menu/stmenu.js"></script>

post in header or navbar template

Frank Sinatra 11-30-2008 05:26 PM

Thanks to all, nothing works, i give up :(

thanks a lot :)


All times are GMT. The time now is 05:34 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.01132 seconds
  • Memory Usage 1,725KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_quote_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