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

Reply
 
Thread Tools Display Modes
  #1  
Old 05-11-2010, 07:02 AM
NashChristian's Avatar
NashChristian NashChristian is offline
Senior Member
 
Join Date: Nov 2007
Location: Nashville, Tennessee
Posts: 249
Question "Rate Listings" Appearing when Logged-Out in Categories where it is Disabled

I just noticed that in categories where "Rate Listings" is NOT allowed, WHEN you are LOGGED-OUT, it offers you the opportunity to rate the listing, but then tells you that you don't have permission when you try.

Wierd!

Again, I'm still running the RC1 version of this. Has this been fixed?

Here's an example. The "Greater Nashville Area Churches" is not supposed to allow ratings by anyone.

Thanks Brian!
Reply With Quote
  #2  
Old 05-11-2010, 12:43 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. That has not been corrected in 4.0.0, but it will be in the next release. If you would like to apply the fix sooner, you may do so by looking in your forum/includes/vba_links_functions_cats.php file for this code:
PHP Code:
$link['linkurl_string'] = ($vba_options['links_strip_http']) ? strip_url($link['linkurl']) : $link['linkurl']; 
Add this just Below:
PHP Code:
    // Rating
    
$show['ratelinkmenu'] = false;
    if (
$vba_options['links_allowrating'] AND !$show['inlinemod'] AND links_cat_opt('allow_ratings'))
    {
        
$show['ratelinkmenu'] = true;
    } 
Then look in your 'adv_links_linkbit' template for this code:
Code:
<vb:if condition="$vba_options['links_allowrating'] AND !$show['inlinemod']">
And replace with this:
Code:
<vb:if condition="$show['ratelinkmenu']">
__________________
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
  #3  
Old 05-19-2010, 11:09 AM
interfx interfx is offline
Senior Member
 
Join Date: Aug 2004
Posts: 344
Default

is this included in the latest download version for members?
__________________
InterFX
<br><br>

my Clients using VBa:
ChristianMom.com | BrassReview.com | TrumpetForum.com
Reply With Quote
  #4  
Old 05-20-2010, 11:34 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

No, this fix will be included in the next release (4.0.1 or 4.1.0, depending).
__________________
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
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
Adding a "Views" column to Category Listings Sonnie "How Do I..." Questions 1 03-12-2010 02:32 AM
Members See "Not Logged in" on index page though cookies enabled FalkinPro1 Troubleshooting & Problems 8 09-12-2006 10:59 AM
"Page Cannot Be Displayed" Error when disabled. SARMX Troubleshooting & Problems 14 01-25-2006 07:42 PM
Page title not appearing in "tcat" K33 "How Do I..." Questions 1 10-23-2005 02:33 PM


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