Hi,
I have a problem with one of my own scripts. Usually vBSEO 3.2 RC 7 rewrites all my URLs if they are build like vBulletin's standard-urls. So far -so good.
Now I have a template that gets rewritten "partially". There are two table-cells next to each other. The first one contains the forum, the second one contains the thread. The first one gets rewritten, the second one not - and both a minimalistic standard-urls.
Here's the template:
And this is what vBSEO makes of it:HTML Code:<td class="alt1"> <a href="forumdisplay.php?$session[sessionurl]f=$forumid">$forumname</a> </td> <td class="alt1"> <a href="showthread.php?$session[sessionurl]t=$thread[threadid]">$thread[threadtitle]</a> </td>
The link to the forum ("Fragen / Anregungen zur DP") is perfectly fine, but the second one is not completely processed. vBSEO adds rel="nofollow" to the thread-link - so it's not total unrecognized.HTML Code:<td class="alt1"> <a href="fragen-anregungen-zur-dp/">Fragen / Anregungen zur DP</a> </td> <td class="alt1"> <a rel="nofollow" href="showthread.php?t=688851">Wuppdi</a> </td>
The informations listed above will most like not be enough for a full diagnostics, but maybe you have an idea what parameters and settings I could check to find out what's happening and why.
Aside of this, vBSEO is working absolutely smooth.
kind regards,
Gérome


LinkBack URL
About LinkBacks





Reply With Quote