Status
Not open for further replies.

Solein

Customer
When a notification points to a profile tab, for example:

Code:
http://www.noesunjuego.es/member.php/1-RamonTF?tab=quotes

or

Code:
http://www.noesunjuego.es/member.php/1-RamonTF&tab=quotes

If I click on notification bar, the link leads me to the default profile tab (Visitor Messages). The link at status bar is incorrect:

Code:
http://www.noesunjuego.es/member.php/1-RamonTF[B]&[/B]tab=quotes

The column "link" on the database table "vb_dbtech_notications_notifications" is:

Code:
member.php?u=1[B]&[/B]tab=quotes

Where Can I edit de generated link to fix this issue?
 
We just encountered this issue on another site, as a matter of fact, but I didn't apply the fix to the "live" product as I wasn't certain if it affected everyone :)

You can re-download and re-upload /dbtech/notifications/core/class_notifications.php to fix this issue :)

For existing links, you need to run the following query:
Code:
UPDATE dbtech_notifications_notifications SET link = REPLACE(link, '&', '&')

Remember to add your table prefix if you use it :)
 
I've re-download and re-upload the file /dbtech/notifications/core/class_notifications.php and still don't fixed for me :(

I'm running once a day the provided sql query via phpmyadmin to fix the new users entries:

Code:
UPDATE dbtech_notifications_notifications SET link = REPLACE(link, '&', '&')

How can I make this automated (every hour or so), via plugin or something?
 
Try it again, I just updated another version of that file in a different folder, see if that helps :)
 
Status
Not open for further replies.

Similar threads

Legacy vBNotifications

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
519
Customer rating
0.00 star(s) 0 ratings
Top