The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
View First Unread redirects to home page
When viewing a thread if the 'View First Unread' link is clicked rather than taking you to the first unread post in the thread it takes you to the forum home page. Does anyone know what I need to look for or change to fix the problem?
Thanks |
#2
|
||||
|
||||
In your threadbit template, look for this
Code:
<if condition="$show['gotonewpost']"> It should look like this: Code:
<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"> |
#3
|
||||
|
||||
If the link is intact, check if you have any SEO/URL rewriting modifications. Disable these (remember to remove mod_rewrite rules).
|
#4
|
|||
|
|||
I have Zoints SEO installed, is rewrite not good in general? Seems like it would be good for the site?
I do rewrite on, but is not problem to turn off..... would just like to know if it actually harms the site other than some functions not working. Thanks |
#5
|
||||
|
||||
These kind of redirection issues usually stem from an incorrectly coded URL rewriting modification. I am not saying they are bad, just some of them are not written correctly.
|
#6
|
|||
|
|||
Is there anyway to tell what might need correcting so that it can be fixed?
|
#7
|
||||
|
||||
If you know how mod_rewrite works - look through the rewrite rules and see what they rewrite to.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|