PDA

View Full Version : Showthread How to add page number in the title


coberr
08-10-2010, 02:33 PM
Hello,
I have a problem with the Google and duplicate title tags.

How to fix that issue in vbulletin.If the showthread has got more than one page, there is a problem cause on All pages there is same title.

I would like to fix, example if is on page 1 then there will be only title, if is page 2 then I would like to add number "2",for page 3 number "3"...etc

How to solve that?

Thanks.

Lynne
08-10-2010, 02:45 PM
I think you can just add in something like this where you want it:
<vb:if condition="$pagenumber"> - Page {vb:raw pagenumber}</vb:if>