The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Hey Guys,
I have set my forum up so when a user clicks the threadtitle, they are directed to the last unread post, or the last post. I believe this is how Xenforo works. That works fine, however, when the user is selecting a thread in a forum that requires the user to be in a permissions group to view, they are no being redirected to the last unread, only the last post. Am I missing something? I really need some help, as the few people who I have spoken to about it, really have no idea what is going on. Appreciate any assistance. --------------- Added [DATE]1456546858[/DATE] at [TIME]1456546858[/TIME] --------------- Here is the code also. Code:
<vb:if condition="$bbuserinfo['field25'] == 'OFF'"> <a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_newpost}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a> <vb:else /> <a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a> </vb:if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|