The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
For anyone interested this is my "form link" for ignoring a user in the user profile:
Code:
<form action="profile.php" method="post"> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}"> <input type="hidden" name="do" value="addlist"> <input type="hidden" name="userlist" value="ignore"> <input type="hidden" name="u" value="{vb:raw prepared.userid}"> <a href="javascript://ignore user" onclick="this.parentNode.submit();"> <img src="{vb:stylevar imgdir_siteicons}/ignore.png" alt="{vb:rawphrase add_to_ignore_list}" class="inlineimg" /> {vb:rawphrase add_to_ignore_list} </a> </form> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|