vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Link in navbar is wrong in Portal but correct in forums? (https://vborg.vbsupport.ru/showthread.php?t=170456)

glennybee 02-14-2008 11:15 AM

Link in navbar is wrong in Portal but correct in forums?
 
I've just installed the arcade, all games work fine, many thanks.

But, I have vBadvanced CMPS installed and the 'Arcade' link on the navbar points to www.domain.co.uk/arcade.php but the navbar link in my forums points to www.domain.co.uk/forums/arcade.php (which is correct). It's the portal link that's wrong.

I thought the portal navbar was the same as the forums navbar?

Is there anyway I can correct this without adding a redirect?

The v3arcade I had previously was ok.

Thanks
Glen

WEBDosser 02-14-2008 11:35 AM

you have to add the links in vBadvanced control inside VB admin

glennybee 02-14-2008 01:02 PM

My adv_portal template calls the navbar, I haven't added links manually.

Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" xmlns="http://www.w3.org/1999/xhtml">
<head>
<if condition="$pages['name'] == 'home'">
        <meta http-equiv="Cache-Control" content="no-cache" />
        <meta http-equiv="Pragma" content="no-cache" />
        <meta http-equiv="Expires" content="0" />
</if>

<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>

$headinclude

</head>
<body>

$header

$navbar

.........

Theoretically it should be identical to the main forum navbar.

Can you advice where I should alter the links please?

If you are referring to the Site Navigation section, those links work ok.

EDIT:

I've now adjusted the code in the navbar template from...

Code:

<td class="vbmenu_control"><a href="arcade.php$session[sessionurl_q]">$vbphrase[arcade]</a></td>
to...

Code:

<td class="vbmenu_control"><a href="http://www.digital-kaos.co.uk/forums/arcade.php">Arcade</a></td>
...and it's fine now. Don't think that's the proper way but it's working so that's the main thing.

Thanks for the arcade, it's superb! :)


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