PDA

View Full Version : Blog-link in Navnbar


Karmann
Sun 11th Nov '07, 4:59pm
I have my CMPS index in another directory than VB, so the links to the blog in the navbar doesn't work. I have changed every instance if blog.php to $vbphrase[bburl]/blog.php and it still doesn't work. How can I get this to work ?

Eq4Bits
Sun 11th Nov '07, 5:20pm
AdminCP>vBa CMPS>Default Settings>Global vBadvanced Settings
in the Navbar Replacements enter blog.php
then click 'save'

Karmann
Sun 11th Nov '07, 5:30pm
AdminCP>vBa CMPS>Default Settings>Global vBadvanced Settings
in the Navbar Replacements enter blog.php
then click 'save'

Sorry. That doesn't change anything. Also, I changed al the other navbar-links manually. I just can't find the blog-link.

Steve Machol
Sun 11th Nov '07, 6:48pm
We do not provide support for vBAdvanced here. You need to ask on their forums.

Karmann
Mon 12th Nov '07, 12:49am
Sorry, but this is not a VBadvanced problem, since I can change all the other VB links in my navbar exept the blog-link. I need to be able to change the blog.php link, that's that's why I'm asking in the blog-forum.

My blog link doesn't work in the normal vbulletin either since my forum is in the /debat subfolder in not in the root. It's been there way before I started using vbadvanced anyway.

Steve Machol
Mon 12th Nov '07, 1:03am
Okay, if it's not a vBAdvanced issue then do this.

To troubleshoot this, first reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server. Also be sure to upload the admincp files to whichever directory you have set in your config.php file. Then run 'Suspect File Versions' in Diagnostics to make sure you have all the original files for your version and that none show 'File does not contain expected contents':

Admin CP -> Maintenance -> Diagnostics -> Suspect File Versions

[Note: In some cases you may also need to remove any of the listed .xml files in the includes/xml directory.]

Next, disable all plugins.

Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Then if you still have this problem, create a new style and choose no parent style. This will force it to use the default templates. Finally empty your browser cache, close all browser windows then try again. Make sure you change to the new style and view your forums with it. Do you have the same problem?