PDA

View Full Version : Wrong phrase subscribed links


HenrikHansen
02-14-2009, 11:59 AM
When I click on link options for links I have subscribed to (in the categories) it says "Unsubscribe from link". That is good.

However, when I go to the "my subscriptions category), is says
"subscribe to this link" :confused: When I click on this I unsubscribe.

It seems the phrase is wrong, but only in the "my subscriptions category".

Brian
02-14-2009, 01:53 PM
Thank you for pointing this out. I've just applied the fix to the links/browselinks.php file here, so if you will download the files again and update that one on your server, that should take care of the issue.
Or if you would rather apply the fix manually, just look in the file for this line:
$links['subid'] = 1;


And replace with this:
$links['issubscribed'] = 1;