PDA

View Full Version : Last post issue


Silvio
09-20-2006, 03:25 PM
Hi,
I Upgraded from vb3.5.5 vbacmps 2.1.0 to latest products (vB361 vbacmps220) and now I have a problem with last post from vbadvance page. Pls accept my apologize for my broken english.

I do try to explain.
My forum is set descending order so that last post is on bottom of last page.

If I press from the forum index page the last post icon, well then it will bring me in the correct position and everything is OK
but
if I press from the CMPS_index page the same last post icon, it will bring me yes to the last page of that thread, but in top of it and not on the bottom or where is located effectivelly that specific post.

Where I missed up something? I did not find a specific parameters on admin section.
anybody can help me to understand where I am wrong?

take care
ciao

Silvio
09-20-2006, 05:41 PM
hummm.. seems that the issue is the following:

regular vBulletin redirects you to : myurl/forum/showthread.php?p=955346#post955346
wile
CMPS redirects you to : myurl/forum/showthread.php?p=955346#p955346
How is possible to correct this?

ty for help

Our Sponsors
 

Silvio
09-22-2006, 11:48 AM
Excuse me if I bump my help request, I really need to solve my problem.

ty for help

aos101
09-23-2006, 04:34 PM
Are you using th Opera web browser? This problem has been noticed before in Opera (http://www.vbadvanced.com/forum/showpost.php?p=92218&postcount=29). Find in you adv_portal_latesttopicbits template (there should be two places where you need to change this code):
showthread.php?$session[sessionurl]p=$thread[lastpostid]#p$thread[lastpostid]
and change it to:
showthread.php?$session[sessionurl]p=$thread[lastpostid]#post$thread[lastpostid]
The only change is changing "#p" to "#post", which as you noticed is the problem.

Our Sponsors
 

Silvio
09-24-2006, 07:51 AM
ty so much for kind reply. I will try to correct the problem and let u know
again ty

PS : The issue is in IE6 not checked yet with opera.