The Arcive of vBulletin Modifications Site. |
|
|
Some basics of vB3(mini howto)
Some basics of vB3(mini howto) also some basic php junk the most important thing if you want to make pages based on templates or anything of the such would be to first know how to " connect" to vbulletin, and then learn how to call and eval templates. so lets take a look at the most BASIC page we can do PHP Code:
somthing abit more advanced. suchas calling more than one template, or doing an action it becomes abit more complicated PHP Code:
PHP Code:
if your going to write a script that is ALL actions you should add somthing like this right after the call to gobal.php PHP Code:
![]() Mini Tut by Faranth (with some help from Brad.loo fixing my silly newbie mistakes )
|
|
#2
|
||||
|
||||
|
...Nice....good for n00bs like me
|
|
#3
|
|||
|
|||
|
Quality work there Faranth. DEFINITELY a good resource for those wanting to make a custom page but don't know where to start! This might inspire me to chime in myself and write up a few mini tutorials. Keep up the good work bro! Cheers!
Regards, Patrick |
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
||||
|
||||
|
Yeah, nice job. ^^
|
|
#6
|
|||
|
|||
|
Just a little note, if you are going to be writing scripts that are a bit more advanced. Sometimes you will need to retrive information from vBulletin datastore templates, to do so add this above the call to global.php
PHP Code:
|
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
||||
|
||||
|
Handy // Confusing tips there
Thanks
|
|
#9
|
||||
|
||||
|
confusing?
|
|
#10
|
||||
|
||||
|
If you want too be
|
![]() |
|
|