![]() |
Quote:
I saw you have drop down Journal ....so it's should have some thing like nav bar ...so it's can talk to the header ...when you click it ...it's will open . If it didn't work ...I have to look at your adminCP ....because I don't have Vbseo ...so I don't know exactly where your Nav template . Or maybe some one in here used Vbseo can help you . |
This is the journal code from header template
Code:
<td id="journalnavbar" class="nav_menu_control" width="92"><a href="#journalnavbar">$vbphrase[journals]</a> <script type="text/javascript"> vbmenu_register("journalnavbar"); </script></td> |
Quote:
If you use vb 3.6.2 ...then you have to add to header and Nav bar . If you use vb 3.5.4 it's all right in that nav template . Like I said ...I don't have Vbseo ...so I don't know exactly where all the template ....but if you use Vbulletin ...I know where they at . This mod only for Vbulletin ...so that why it's doesn't work on your site ...in order to fix that ...you have to ask some one who use Vbseo . If you want me take a look ...you had to let me look at your adminCP , just PM me . I'll be back about an hour . Good luck to you . |
Is there may be anywhere in your style templates had something called : Navigation/breadcrumb templates ....???
Something call Navigation ...find it . |
Ok I added the script code in navbar. The drop down works, but look at it now.
Its called "entertainment". What's with the space on the right and the "go to page"? |
Chadi ....I saw you have Entertainment drop down menu ...
Copy and paste this over your header Entertainment : PHP Code:
|
It still looks the same
|
As I memtion above about delete this cript under your Nav template :
If you delete this script the go to page will be gone ....but your Entertainment will not work when you at the post or view threat ...it's only work at the forum page . But if you had the Vb 3.6.2 ...it's work perfect . This is the cript I delete at my site : Also this delete file is my option : Go to Nav or Header template PHP Code:
PHP Code:
But remember ....click yes and save in the history before you edit . |
Quote:
try this PHP Code:
|
Ok look now...still this strange border on bottom of drop down
Code:
<script type="text/javascript"> |
look above .
|
Remember about the script you just delete so it will not show the go to page ....
When you go to 1 of your room ...that entertainment will not work ...it's only work at the main page . So i suggest you just leave it there ....don't delete the sript above ...it's only work for 3.6.2. it's just didn't look right ...when it show the go to page ...i got VB 3.6.2 ...that delete portion above is work for that version . |
I see wats wrong,
<td id="1" class="vbmenu_control"><a href="#1">Drop down</a> <script type="text/javascript"> vbmenu_register("extra"); </script></td> <!-- dropdown end --> here vbmenu_register"1" not (extra). you put extra where u have dropdown and in the second code you suppose to replace ---->NAVBAR POPUP MENU<-- with the second code, dont write the second code under it.as u did in ur 2nd NAV BAR. the first one should look like this <td id="1" ><a href="#1"><b>Extra's</B></a> <script type="text/javascript"> vbmenu_register("1"); </script></td> try it this way ,works for me. |
I do not know how many times I have to say I do ***NOT*** have ---->NAVBAR POPUP MENU<-- in my templates
I pasted this *again* in header Code:
<td id="1" class="nav_menu_control" width="92"><a href="#1">Entertainment</a> Code:
<!-- logo --> Code:
<script type="text/javascript"> |
so what is it right in third script you showed above ????
It's under your Nav template ...read the word PHP Code:
|
You originally said "<!-- / NAVBAR POPUP MENUS -->" which does not exist when I did a keyword search
The menu is still messed up. I'm using vb 3.6.2 navbar Code:
<script type="text/javascript"> Code:
<!-- logo --> |
See attached please
Where is that last tiny, messed up row with a left centered box coming from on the drop down? Again, this is my navbar template Code:
<script type="text/javascript"> |
put the popup menu code above this code
<if condition="$show['popups']"> might work and cant hurt.... I had to play around a bit but think thats what fixed it for me.... |
Quote:
|
Chadi ,
My site is 3.6.2 ..it's work perfect fine on my here if you click at the Music link . I really don't know where is that box came from ...? My is doesn't have that box space . |
Quote:
<td id="1" ><a href="#1"><b>Extra's</B></a> <script type="text/javascript"> vbmenu_register("1"); </script></td> I put above code in skin header right after user cp (u can put it where u want in between navbar buttons. then in search tempelate box search navbar like u did, and if u go in the middle of the page u will see it there <!-- / NAVBAR POPUP MENUS --> u replace this with the second code.thats it |
Chadi I found the problem ...
|
Chadi ...go back to your template find this script whne you add to nav template below ...we missing the </table> and </if> before </div>
PHP Code:
PHP Code:
|
thanks for this one
|
topnav does not appear /w system messages
(i.e. no new posts) anybody know how to fix ? |
Quote:
top_nav is shown in all other pages (e.g. pp pro, chat, forums, cmps) what to do (template edits?) for system-message and ibproarcade ? edit: fixed issue by adding $nav2 in ./arcade/functions/funktions.php (ibproarcade) in ./includes/funktions.php (vbulletin_message) |
Very, very usefull hack, thanks :)
|
so sorry for the lack of Support, vb hasnt been sending me emails on replies to this thread :(
I should be with any one that needs help now sorry, if I am slow again please try our website thank you. |
Quote:
|
will this work with vb 3.5.4 ? because when i click on the link for the drop down menu to drop down, it does, but its at the very far left of the page. how do i line it up?
you can see what i mean if you visit my site can you tell me whats wrong thanks |
now that i added another drop down, the first one isnt working, only the second one??
well i disabled this until i can get help. |
Quote:
Can I see that script where you add it ? |
I love this, is there a way to make it also display in vbadvanced (portal)?
thanks |
Quote:
|
Please note people
If the nav mod doesnt work in other hack pages like: Blog Arcade gallery and all the other hacks that use there own file page, then it is the hack that your nav will not show up on that has the problem, $nav2 is a value and these have to be declard some ware some hacks have the option that all you to add the value in so that it can be used but others dont (infact most dont) Please ask the people that made the hack that the nav will not show up on to help you sort the problem out, this would be easier than me as I havent used all the hacks out there for VB. Thank you :) |
One way to get the top_nav to work in ibProArcade or vba is :
Copy all of the code in top_nav template and put it in the navbar instead of useing $nav2.. |
Thanks. I don't know why I didn't do that in the first place. I deleted the top_nav and just copied the code from it into the navbar code where the $top_nav variable was.
|
very interesting, will look at later.......thanks
|
Quote:
Quote:
just remember that if you add anything to your standerd vb forum top_nav then you will want to copy the code to your ibProArcade template :) |
<<< ooops rong thread >>
|
All times are GMT. The time now is 10:29 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|