The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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 ![]() |
#62
|
||||
|
||||
![]()
question on action templates, can u define wut u mean by actions more precisely im a lil confused.
|
#63
|
||||
|
||||
![]()
like.
search.php?do=getnew is a vB3 action, and it does a specific / more refined / predetermined function |
#64
|
||||
|
||||
![]()
k
so something like blah.php?do=redirect is one? |
#65
|
|||
|
|||
![]()
Thanks Faranth! I read the whole thread and now I understand a little more how the whole thing is working
![]() The "actions", are they all included in one php file? But I guess not, they must be spread evywhere. To list all these actions, is the way to do that to Ctrl-F through all the files and search for "do=" ??? And also, where are all the functions, do we simply need to require global.php for all the functions beeing available? Noobish cheers :nervous: ![]() |
#66
|
|||
|
|||
![]()
Really useful 'hack' (or guide, whatever). Got my first VB based page up and running in no time at all.
thanks a lot ![]() |
#67
|
|||
|
|||
![]()
Hi Zachery,
I tested the first & second examples but I keep getting the following lines in my browser: HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> PHP Code:
![]() Please help. R.L. ![]() |
#68
|
||||
|
||||
![]()
You didnt print any templates...
your missing the most important line eval('print_output("' . fetch_template('TEMPLATE') . '");'); You just made some varibles, you didnt tell the script to display a template i suggest trying generic shell eval('print_output("' . fetch_template('GENERIC_SHELL') . '");'); |
#69
|
|||
|
|||
![]()
Got it! It worked
![]() Thanks Zachery. |
#70
|
|||
|
|||
![]() Quote:
I have a lot of content outside of my forums which I'd love to be able to include the header and footer from the template on! This way I could update the style of my whole site, forums and static content, through the admincp. I've tried almost everything I can think of, if someone has a simple test page they can show me I'd be really, really greatful ![]() |
#71
|
||||
|
||||
![]()
how can a do one code for ?do= and thene whene i make a new template i can do ?do=test and so that i can do it at's mutch as i want. please help my. :d
|
#72
|
||||
|
||||
![]()
You simply put:
PHP Code:
![]() |
#73
|
||||
|
||||
![]()
yea but that is only for one page.
I want samthing that is a code that is so that whene i add a template called test ,game or whatever i can do ?do= whene i made the template. |
#74
|
|||
|
|||
![]()
I sure would appreciate some help with this question. I apologize if it has been answered in this thread, I just can't figure out how to do the simple little thing I want.
Basically I have a search bar and a google ad, etc. I want these in my headers but from time to time change the html code of them. I would much prefer to have them saved as templates and simply change those couple templates instead of the header in each style. I created a template for the Google Search bar and tried using $GoogleSearch in my header. Of course that didn't work...silly me. ![]() I would really appreciate how to simply call custom templates in the header, footer, etc. Thank you very much! ![]() |
#75
|
|||
|
|||
![]() Quote:
it works fine when i am on the message board, but on my index page, there is no fade. anyone know what's goin on, or have this working on a non-vb page? |
#76
|
|||
|
|||
![]()
acutally, i just figured it out.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|