The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Form fields in regular (non-AdminCP) pages
Dear vBulletin gurus,
I've gotten down pat how to use the table/form construction functions (print_input_row(), print_input_select_row(), etc.). However, those seem to be for Admin pages only. As I would like to offer a clean, neat form for my users on a regular page, is there functions that can accomplish the same goal, or is that pretty much a "you write the HTML on your own" type of thing? --Sarteck |
#2
|
||||
|
||||
You can always copy the functions into your own page.
|
#3
|
||||
|
||||
Thanks, Lynne--that's kind of the answer I was looking for. I just wanted to make sure that I was not going about making the forms the wrong way (that there wasn't a vBulliten way of doing things I wasn't aware of).
|
#4
|
||||
|
||||
Well, they are done that way in the admin cp area to avoid the template system, I believe (so if you have ruined a template, you can still get into the admin cp). The rest of the forum uses templates to spit out lines of code. Look at all the threads listed as a result of a New Posts search... those aren't spit out using a print_row function, the template is evaled in a while statement. So, in the main forums, a template is used as a kinda print_row function.
|
#5
|
||||
|
||||
Makes sense... Thanks! A lot, I mean. It's all falling into place a lot easier now.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|