Status
Not open for further replies.
About 3 weeks ago I upgraded all mods to current versions, as well as upgrade vbulletin to 4.2

Not sure exactly how long this has been an issue, but since doing one or the other I am not being taken to the correct tab when recieving mentions, quotes, or tags.

Note I am using dbtech notifications mod as well.

I am trying to rid of vbSEO forever so I have turned that mod OFF because it causes nothing but problems. I tried adding

RewriteCond %{QUERY_STRING} !tab=

to the htaccess file but it did not work.

Can you help me resolve my issue? Oh, it is working perfectly fine on my other two forums, which I never got vbSEO for.
 
Also I forgot to add that the names (of those who are mentions in threads) are no longer showing in tapatalk since I upgraded as well.
 
If you've disabled vBSEO you should also remove its rules from your .htaccess file :)

I don't believe AUT can support Tapatalk, sorry :(
 
That's strange because it always worked before on tapatalk.

Do you know which rule I need to remove? And if its turned off within vbseo how come it is not rewriting my urls? That's one of the reasons I am done with vbseo. It's a pain!
 
These are our vBSEO rewrite rules, yours will probably look similar:
Code:
#RewriteCond %{QUERY_STRING} !tab=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|mobiquo|forumrunner|api\.php|product\.php|vbecommerce\.php|branding\.php|arcade_global\.php|401\.shtml)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
 
Okay I removed those rules from my .htaccess file but no difference. I also reuploaded the mod to be sure I was not missing something.

as you can see by the following URL, it seems to be taking/asking for the right URL, but it just goes to visitor messages instead, and does not dismiss the mentions/tags/quotes unless you X the box..

English Bulldog News ~Forums~
 
The issue is the &, something else is causing extra HTML encoding. Can you try disabling all other mods?
 
Okay I narrowed it down to vbnotifications.

When I disable that mod the issue is resolved. I really prefer having vbnotifications tho!
 
I'll await the report on how it goes :)

Old notifications won't be changed by the new version, but once those are cleared, new notifications should work correctly.
 
Status
Not open for further replies.

Legacy Advanced User Tagging

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
2,502
Customer rating
0.00 star(s) 0 ratings
Back
Top