mangoz
01-27-2015, 04:39 PM
I have found I can add a hook to the conversation_footer template to add code to the bottom of each post.
In VB4 I could just add this in the postbit:
<a href="profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]">Ignore this user</a>
<a href="profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]">Ignore this user</a>
And that would allow me to have a hyperlink (or turn into a button) to add that user to the ignore list.
Is there a way I can do this with VB5?
In VB4 I could just add this in the postbit:
<a href="profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]">Ignore this user</a>
<a href="profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$userinfo[userid]">Ignore this user</a>
And that would allow me to have a hyperlink (or turn into a button) to add that user to the ignore list.
Is there a way I can do this with VB5?