vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced Links Directory > vBa Links Directory v3.0 Support > Bugs & Issues > Bugs From 3.0 RC1

Reply
 
Thread Tools Display Modes
  #1  
Old 07-11-2008, 12:11 PM
HenrikHansen HenrikHansen is offline
Senior Member
 
Join Date: Jul 2004
Location: Copenhagen
Posts: 741
Default Rate link phrase problems

The phrases for the rate link options (good, average, bad, etc) are
not translated on the browselinks.php pages, even though
the very same option to rate links on the showlink.php pages are using
the translated phrases.

Are the rate link options on the browselinks.php and showlink.php not
using the same phrases?
Reply With Quote
  #2  
Old 07-11-2008, 05:16 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Rate link phrase problems

Have you translated those phrases in the vBa Links phrase group? The showlink.php file calls the vB "Posting" phrase group which has the same vB phrases, so it sounds like vB's are taking precedence over vBa's.
Reply With Quote
  #3  
Old 07-12-2008, 03:17 AM
HenrikHansen HenrikHansen is offline
Senior Member
 
Join Date: Jul 2004
Location: Copenhagen
Posts: 741
Default Re: Rate link phrase problems

I have checked, and yes that seems to be the cause. The showlink.php file calls
the vb phrase group, while the browselinks.php file calls the vba links phrase group.
Reply With Quote
  #4  
Old 08-04-2008, 04:00 PM
HenrikHansen HenrikHansen is offline
Senior Member
 
Join Date: Jul 2004
Location: Copenhagen
Posts: 741
Default

Quote:
Originally Posted by Brian View Post
The showlink.php file calls the vB "Posting" phrase group which has the same vB phrases, so it sounds like vB's are taking precedence over vBa's.
Brian, is seems to me to be an issue that should be solved?
Reply With Quote
  #5  
Old 08-05-2008, 04:15 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Sorry, I was thinking that was more just an issue of another phrase needing to be translated. I've done some testing locally and you should be able to get the vBa Links phrases to be shown by looking near the top of your links/links_global.php file for this code:
PHP Code:
$phrasegroups array_merge(
    array(
        
'adv_links'
    
),
    
$phrasegroups
); 
And replace with this:
PHP Code:
$phrasegroups[] = 'adv_links'
That change will be applied to the next release as well.
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Chasing PHRASE or PATH problems... oldengine Troubleshooting & Problems 1 08-23-2007 11:01 AM
Link notes phrase Doug Nelson "How Do I..." Questions 2 10-11-2006 08:22 PM
can't rate links in 10/1 release Lionel Troubleshooting & Problems 2 10-09-2006 02:32 PM
Link Options, Rate Link is bad link deb0 Troubleshooting & Problems 5 11-04-2004 05:35 PM


All times are GMT -4. The time now is 03:43 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.