Back to vBulletin 3.5 Template Modifications

v3arcade - Challenge a user via profile link
Mod Version: 1.00, by Jon_Simmonds

This modification is in the archives.
vB Version: 3.5.4 Rating: (1 vote - 5.00 average) Installs: 46
Released: 30 Nov 2005 Last Update: 30 Nov 2005 Downloads: 56
Not Supported Template Edits  

This is a simple profile edit, that adds a link to "Challenge this user" using the v3arcade system - http://www.v3arcade.com, from the user's profile page if the user has enabled the challenges optioin via their user CP

Find in template MEMBERINFO:
Code:
<if condition="can_moderate()">
		<td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
	</if>
Below that, add the following:
Code:
<!-- v3arcade challenge user via profile -->
<if condition="($userinfo['arcadeoptions'] & 1) AND $userinfo['userid']!=$bbuserinfo['userid']"><td class="vbmenu_control"> 
<a href="arcade.php?do=newchallenge&userid=$userinfo[userid]">Challenge  <b>$userinfo[username]</b> in the arcade</a></td></if>
<!-- / v3arcade challange user via profile -->

Download

This modification is archived and cannot be downloaded.

Screenshots

 


vblts.ru supports vBulletin®, 2022-2024