vBulletin

Thank you for visiting. This is our website archive. Please visit our main website by clicking the banner above.
vBulletin FAQ is dedicated to helping the forum owner build, manage and profit from his vBulletin Forum
vBulletin Web Hosting - Free skins and styles for your vBulletin - Search Engine Optimization




[How to] Use a hyperlink to join a public usergroup

utw-Mephisto
10-11-2006, 12:29 AM
If you want to give people a hyperlink rather than a button on your forum to make it easier for them to join a usergroup you can use the following

to join a group:

<form action="profile.php" method="post" id="foo">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="joingroup" />
<input type="hidden" name="usergroupid" value="X" />
</form>

Link

<a href="#" onclick="document.getElementById('foo').submit();return false;">Join Group X</a>

Image

<a href="#" onclick="document.getElementById('foo').submit();return false;">
<img src='imageurl.gif' width='50px' height='50px' alt=''>
</a>

And to leave the group:

<form action="profile.php" method="post" id="foo">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="leavegroup" />
<input type="hidden" name="usergroupid" value="X" />
</form>

Link

<a href="#" onclick="document.getElementById('foo').submit();return false;">Join Group X</a>

Image

<a href="#" onclick="document.getElementById('foo').submit();return false;">
<img src='imageurl.gif' width='50px' height='50px' alt=''>
</a>


Please remember, when using both forms, for joining and leaving a group in the same template you need to give either one a different ID ...

Demo (http://www.ut2007world.com)

Go to the navbar under Special Services you can see the links to either join or disjoin a usergroup which allows you to show the Spam Forums.

One sidenote though : This does only work when you have JavaScript enabled in your browser !


vBulletin

seo book

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum