Status
Not open for further replies.
I'm using another addon called Cyb - Auto Birthday Greeter that automatically creates a birthday thread for active members. It would be nice to combine something like this with this product or perhaps help with the code so that it can tag the users when it creates the new birthday thread. That way they are more likely to find the post and reply.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Looks like I figured out how to modify the birthday greeter add-on to tag the user's with birthdays in the post:

In the Cyb - Auto Birthday Greeter - MN plugin, Find the following:
PHP:
$cabg_birthdays .= '[url="'.$vbulletin->options['bburl'].'/member.php?u='.$cybabgreeter_user[userid].'"]'.$cybabgreeter_startc.$cybabgreeter_user[username].$cybabgreeter_endc.'[/url]';

Replace with:
PHP:
$cabg_birthdays .= '[mention]'.$cybabgreeter_startc.$cybabgreeter_user[username].$cybabgreeter_endc.'[/mention]';
 
I might have spoke to soon...it appears the mention worked in the post (created a profile link), but I'm not seeing where it actually got added to the user's mentions.
 
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,514
Customer rating
0.00 star(s) 0 ratings
Back
Top