![]() |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
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'])"> Code:
<vb:if condition="$bbuserinfo['userid'] AND !$show['editpost'] AND ($vba_options['dyna_allowsubscribe'] OR $vba_options['dyna_allowfav'])">
__________________
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. |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
||||
|
||||
|
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. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |