vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced Dynamics > vBa Dynamics v2.0 Support > Bugs & Issues > Bugs & Issues From v2.1.0

Reply
 
Thread Tools Display Modes
  #1  
Old 03-25-2011, 01:00 PM
deathemperor deathemperor is offline
Senior Member
 
Join Date: Oct 2004
Posts: 359
Default Guests still see favorites/subscribe options when replying

hello
i enable guest to reply in one instance of vba dynamic
but i found when guest reply he will get additional options to add entry in his favorite which will give him some times error page

i think he should not see option to add entry to favorite

also plz check if i disable rating for entry for guests i think he also should not see this option except if it is enabled for him

thanks
Reply With Quote
  #2  
Old 03-26-2011, 01:37 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Thank you for pointing out the additional options being shown to guests. You should be able to resolve this by looking in your 'ADV_DYNA_REPLY' template for this code:
Code:
<vb:if condition="!$show['editpost'] AND ($vba_options['dyna_allowsubscribe'] OR $vba_options['dyna_allowfav'])">
And replacing it with this:
Code:
<vb:if condition="$bbuserinfo['userid'] AND !$show['editpost'] AND ($vba_options['dyna_allowsubscribe'] OR $vba_options['dyna_allowfav'])">
Where exactly are you still seeing an option to rate an entry as a guest? I've double checked things locally, but I don't seem to be able to reproduce this one.
__________________
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 03-26-2011, 02:33 PM
deathemperor deathemperor is offline
Senior Member
 
Join Date: Oct 2004
Posts: 359
Default

about option to rate there are no issue i test it

but there are another issue also when enabling reply to guest
there are under name of the guest if he want to write his name : Click here to log in
when clicked it will not work and nothing happen
Reply With Quote
  #4  
Old 03-26-2011, 04:25 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

The "Click here to login" link is actually generated by a vBulletin template and it looks like they recently changed it to a javascript link. It's subtle and all it seems to do is move the cursor to the "Username" box at the top of the page.
__________________
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
Datebase Error replying to post JWL Troubleshooting & Problems 2 10-03-2009 12:10 AM
Error when replying to article in dynamic ttnb Bugs & Issues 2 10-02-2009 11:53 PM
Request: Posting and Replying affects Reputation nathanrich Feedback & Suggestions 0 10-25-2006 01:26 AM
Replying to Links ricoche "How Do I..." Questions 3 09-15-2004 12:13 PM
Sort order for topic review when replying to link... Shon Bugs From 1.0 RC3 1 08-13-2004 01:31 PM


All times are GMT -4. The time now is 01:46 AM.

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.