The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I have a page editprofile.php
In this page, I have sublinks.. interests name personality comments etc How would I do: editprofile.php?do=interests editprofile.php?do=name editprofile.php?do=personality editprofile.php?do=comments etc? |
|
#2
|
|||
|
|||
|
You on msn anymore?
I'll help on there? Thanks, Paul. |
|
#3
|
|||
|
|||
|
|
|
#4
|
|||
|
|||
|
Common guys. Please help on the forum so others can also benefit from the solution.
Asking to contact by IM should only be done/needed on Paid Requests. |
|
#5
|
||||
|
||||
|
Quote:
Code:
if ($_REQUEST['do'] == "interests")
{
code here
}
if ($_REQUEST['do'] == "name")
{
code here
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|