Status
Not open for further replies.

DeMelo

Customer
Something seem not to be right. When a user is tagged, mentioned; they can get notifications but they're redirected to the homepage.

How do I fix this?
 
Last edited:
Are you using vBSEO? Can you please post the URL they're getting sent to before they are redirected?
 
Are you using vBSEO? Can you please post the URL they're getting sent to before they are redirected?
Certainly,

Am using vBSEO.

These are the URLs am seeing:
Code:
http://www.forumURL.com/usertag.php?do=profilenotif&tab=quotes
http://www.forumURL.com/usertag.php?do=profilenotif&tab=mentions

Instead of:
Code:
http://www.forumURL.com/member.php?u=xxxx&tab=mentions#mentions
http://www.forumURL.com/member.php?u=xxxx&tab=quotes#quotes

Meanwhile; the 'Thread Tags' seem not to work at all as no notifications are sent.

Thanks God I upgraded during this long w/end :)
 
The URLs they are redirected to are legit, it's a bug in vBSEO, not this mod.

Here's what vBSEO support had to say about it that fixed it on our end:
In vbseo.php file I've changed this line:
array(VBSEO_USERID_URI, 'action', 'userid', 'username', 'tab', 'page', 'pp', 'vmid'),
to:
array(VBSEO_USERID_URI, 'action', 'userid', 'username', 'page', 'pp', 'vmid'),
 
The URLs they are redirected to are legit, it's a bug in vBSEO, not this mod.

Here's what vBSEO support had to say about it that fixed it on our end:
Did so, edited vbseo.php file from:
Code:
array(VBSEO_USERID_URI, 'action', 'userid', 'username', 'tab', 'page', 'pp', 'vmid'),
to:
Code:
array(VBSEO_USERID_URI, 'action', 'userid', 'username', 'page', 'pp', 'vmid'),

With no success. Sad
 
Can you try disabling vBSEO & its .htaccess edits and confirm that the redirects work then?
 
Rollbacks of our modifications are not supported, you may run into any number of unexpected problems that we'll be unable to assist with.

Why can't you disable vBSEO? You can temporarily close your forum if you're worried about members browsing it while you're testing.
 
Rollbacks of our modifications are not supported, you may run into any number of unexpected problems that we'll be unable to assist with.

Why can't you disable vBSEO? You can temporarily close your forum if you're worried about members browsing it while you're testing.
I cannot see what's causing all this. I followed your instructions, in vain!

What do I do?
 
Have you tried disabling vBSEO and its htaccess rules like I suggested?

I'm not sure if you were referring to the act of disabling vBSEO or just the edit when you said you'd followed my instructions, so I want to confirm what's been tried before moving forward :)

You can PM me with an FTP and AdminCP account if you'd like me to look into it on your site, but do be warned that I may disable mods and/or .htaccess rules in order to test where the issue lies.
 
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,505
Customer rating
0.00 star(s) 0 ratings
Back
Top