vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced Links Directory > vBa Links Directory v4.0 Support > Bugs & Issues > Bugs From v4.1.1

Reply
 
Thread Tools Display Modes
  #1  
Old 01-14-2011, 12:43 PM
Volion's Avatar
Volion Volion is offline
Member
 
Join Date: Mar 2005
Posts: 60
Default 4.1.1

Anyone else notice after the new 4.1.1 update, and after putting forum.php into the global replacements, that you get /links/forum.php when trying to navigate back to forum from the links page?
Reply With Quote
  #2  
Old 01-16-2011, 11:54 PM
MelH MelH is offline
Member
 
Join Date: Feb 2007
Posts: 83
Default

I just bought and installed this links directory today and found almost the same thing. When in the links directory my home page link in the nav bar is like this:
Code:
http://mydomain.com/links/index.php
I am still on vB4.1.0 PL2

I cant see how to fix it..

Last edited by MelH; 01-16-2011 at 11:59 PM.
Reply With Quote
  #3  
Old 01-17-2011, 12:19 AM
MelH MelH is offline
Member
 
Join Date: Feb 2007
Posts: 83
Default

I figured it out.. for me that is. I added 'index.php' to vBadvanced Global Options > Navbar replacements and that fixed my problem.
Reply With Quote
  #4  
Old 01-17-2011, 01:21 AM
Volion's Avatar
Volion Volion is offline
Member
 
Join Date: Mar 2005
Posts: 60
Default

I have added index.php and forum.php, nothing works with 4.1.1, I also seem to have a problem with uploading images since the update.

note: everything worked fine before 4.1.1
Reply With Quote
  #5  
Old 01-17-2011, 04:48 PM
Daily_Musician Daily_Musician is offline
Member
 
Join Date: Sep 2007
Posts: 65
Default

I just noticed the forum link problem today. I upgraded to vBulletin 4.1.1 the other day. All the other links seem to work.
__________________
Musicians Gazette
Reply With Quote
  #6  
Old 01-17-2011, 04:55 PM
Daily_Musician Daily_Musician is offline
Member
 
Join Date: Sep 2007
Posts: 65
Default

I found the fix for the forum link problem.

Go to ACP > Settings > Options > Forums Home Page Options

Change the first setting from forum to /forum
__________________
Musicians Gazette
Reply With Quote
  #7  
Old 01-17-2011, 06:40 PM
Volion's Avatar
Volion Volion is offline
Member
 
Join Date: Mar 2005
Posts: 60
Default

Nice, that fixed that problem, now to just figure out the image thing.. Thanks.
Reply With Quote
  #8  
Old 01-18-2011, 12:29 AM
Daily_Musician Daily_Musician is offline
Member
 
Join Date: Sep 2007
Posts: 65
Default

Found another error.

When you submit a link it gives the wrong location to showlink.php. It drops the links/showlink.php
__________________
Musicians Gazette
Reply With Quote
  #9  
Old 01-18-2011, 10:26 AM
Volion's Avatar
Volion Volion is offline
Member
 
Join Date: Mar 2005
Posts: 60
Default

Have you noticed that after adding / to forum in setting to fix the links that you now get Unknown Location in the Who's Online?
Reply With Quote
  #10  
Old 01-18-2011, 10:59 AM
Daily_Musician Daily_Musician is offline
Member
 
Join Date: Sep 2007
Posts: 65
Default

I haven't seen that yet. I had to add blog.php to the Global Options also.
__________________
Musicians Gazette
Reply With Quote
  #11  
Old 01-20-2011, 10:25 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Thank you for pointing this out. We should have a new version out very shortly that will include the fix for this. Until then, you should be able to look in your 'Process Navbar Replacements' plugin for this code:
PHP Code:
    $navreplace['find'][] = '\' . $vboptions[\'forumhome\'] . \'.php';
    
$navreplace['replace'][] = '\' . $vboptions[\'bburl\'] . \'/\' . $vboptions[\'forumhome\'] . \'.php'
And add this directly below it:
PHP Code:

    $navreplace
['find'][] = 'vB_Template_Runtime::linkBuild("forumhome")';
    
$navreplace['replace'][] = '\'' $vbulletin->options['bburl'] . '/\' . vB_Template_Runtime::linkBuild("forumhome")'

As for the redirect issues, those are going to require a few modificiations that will be included with the next release.
__________________
Frequently Asked Questions
CMPS Users Manual

For vBadvanced software assistance, please use the support forums.
Unsolicted PMs, IMs, and email will not be responded to.
If you have a non-software related question or problem with your account, please submit a support ticket.
Reply With Quote
  #12  
Old 01-21-2011, 12:31 PM
Volion's Avatar
Volion Volion is offline
Member
 
Join Date: Mar 2005
Posts: 60
Default

Thanks Brian
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:29 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.