Hi everyone,
I'm just trying to replace vbSEO with DBSEO in my dev environment. That's why you can't already see the problem in the live url posted above.
My problem is that the link to social groups i added to navigation tabs is not rewritten.
Navigation tab settings:
Active: Yes
Add-on: vBulletin
Title: Gruppen
URL : group.php{session.sessionurl_q}
Display order: 70
Add "tabid" to URL: No
Tab-Scripts: group
DBSEO settings:
Rewrite Social Group URLs: Yes
Social Group Home URL: Custom
(Pro) Custom Social Group Home URL: gruppen/
Navigation tab tag:
<a href="http://.../foren/group.php" class="navtab" rel="nofollow">Gruppen</a>
Expected navigation tab tag:
<a href="http://.../foren/gruppen/" class="navtab">Gruppen</a>
As you can see there is not only the wrong url but also an added "rel="nofollow"". All other tabs are working well and don't have the rel-attribute.
Do you have an idea, which setting I have to change to make the rewrite rule working for the social groups.
Thanks and greetings
Fabian
I'm just trying to replace vbSEO with DBSEO in my dev environment. That's why you can't already see the problem in the live url posted above.
My problem is that the link to social groups i added to navigation tabs is not rewritten.
Navigation tab settings:
Active: Yes
Add-on: vBulletin
Title: Gruppen
URL : group.php{session.sessionurl_q}
Display order: 70
Add "tabid" to URL: No
Tab-Scripts: group
DBSEO settings:
Rewrite Social Group URLs: Yes
Social Group Home URL: Custom
(Pro) Custom Social Group Home URL: gruppen/
Navigation tab tag:
<a href="http://.../foren/group.php" class="navtab" rel="nofollow">Gruppen</a>
Expected navigation tab tag:
<a href="http://.../foren/gruppen/" class="navtab">Gruppen</a>
As you can see there is not only the wrong url but also an added "rel="nofollow"". All other tabs are working well and don't have the rel-attribute.
Do you have an idea, which setting I have to change to make the rewrite rule working for the social groups.
Thanks and greetings
Fabian