The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
When you install vBulletin, and you go to step 2, 3, etc, at the top it says "install.php?s=step=2" or something like that.
How is this done? I'm creating something for my site and this is exactly what I need done so that I don't have to have a million different files for each thing. Thanks
|
|
#2
|
||||
|
||||
|
its just a link to install.php?s=&step=2
and in the php file it's just a condition if $step==2... |
|
#3
|
||||
|
||||
|
Right but how do you declare step 2 and such?
|
|
#4
|
||||
|
||||
|
as stated above: with the url!
|
|
#5
|
||||
|
||||
|
I'm tired so I think I'm missing this...
So when someone clicks a link or a button then you put an if condition in there that makes it go to the next part? Ahh.../me confused. Sorry. |
|
#6
|
||||
|
||||
|
Ahh ok I see now. I'm just really tired, sorry.
Ok now that I got that part working, how do I clear the rest of it?Meaning all it says is "Step 2" as a link. You click on it, then it says "Step 2this is step 2". I want the "Step 2" to disappear. Sorry for the confusion, and thanks for the help!
|
|
#7
|
||||
|
||||
|
you'd do
PHP Code:
|
|
#8
|
||||
|
||||
|
Well that's sort of what I want. Another problem I'm having is that I want to update the stuff by templates and not by PHP files.
Thanks
|
|
#9
|
||||
|
||||
|
just create new templates and call emfrom within the php file as all vbfiles work
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|