The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
User profile settings - How to add a link to Profile.php
Right now the links to the profile settings are like this:
Code:
http://example.com/profile.php?do=editprofile Code:
$cmd = $_GET['cmd']; switch($cmd) { case "extrasettings": @include('profile_extra.php'); break; } Code:
http://example.com/profile.php?cmd=extrasettings My question is, how do I make the link show up as the other Profile Setting Links? How can I make the link show up like this: "?do=extrasettings" instead of "?cmd=extrasettings" . I would like to change the "cmd" to "do" like the other profile links. Example: Code:
http://example.com/profile.php?do=extrasettings |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|