PDA

View Full Version : "Go to last post" link on forum home and forum display not working


Chachacha
05-06-2007, 07:01 AM
This is what the url looks like when I click the "go to last post" icons:

http://www.mysite.com/forums/forum-name/t-thread-name-1319-post15713.html#post15713

The end of the url is where the problem is, the post number is there twice.

I went to this thread--->https://vborg.vbsupport.ru/showthread.php?t=118177 and tried copying the second .htaccess code (because I'm using .html as the extension) and pasted it into MY .htaccess file. It didn't help, infact, it made my whole forum stop functioning, so please don't simply direct me to that thread because it won't help.

This is a very significant problem. Please help me.



vbulletin version: 3.6.4
vrewrite version: 1.5 beta

passwords
05-15-2007, 02:52 PM
I'm having the same problem..

working now :)

try this :

go to : forumhome_lastpostby template .

search for :


showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]


replace with :


showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]