The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I ment TEXT Box
I've created a custom page for my forum, basically for Movie Reviews. I have the text content on my forum, and was wondering how I can go about putting the following on the Custom page I made: -Title & Text box (Max characters allowed is what is allowed in a post) Basically, what would be on the page, along with the content is what you see when you make a new topic (ie the title, and text box). And when they click 'submit' - it goes to the dedicated forum/Board I have set up, for the post/submission of the Review. The way I created the Custom page was the easy way, my link comes out as: http://thesocialrev.com/forum/misc.p...mplate=reviews Here's the code I started with, so you know where I'm at: HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle]</title> $headinclude </head> <body> $header $navbar <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat">%ARTICLE1_TITLE%</td> </tr> <tr> <td class="alt1"> %ARTICLE1_CONTENT% </td> </tr> </table> $footer </body> </html> (i know theres 2 ways to make a custom page, so I hope that will help show you how I did it, incase the way is different for each way) Sorry if this is confusing |
#3
|
|||
|
|||
![]()
Ty ty - I'll DL it and give it a shot.
I'll come back and say how it goes --------------- Added [DATE]1225825653[/DATE] at [TIME]1225825653[/TIME] --------------- I'm trying to ad more then the 3 Radio Buttons, this is the code I've added: Part 1: HTML Code:
$vbulletin->input->clean_array_gpc('p', array( 'normalanswer1' => TYPE_STR, 'radioanswer1' => TYPE_STR, 'radioanswer2' => TYPE_STR, 'radioanswer3' => TYPE_STR, 'radioanswer4' => TYPE_STR, 'radioanswer5' => TYPE_STR, 'radioanswer6' => TYPE_STR, 'radioanswer7' => TYPE_STR, 'radioanswer8' => TYPE_STR, 'radioanswer9' => TYPE_STR, 'radioanswer10' => TYPE_STR, 'radioanswer10other' => TYPE_STR, HTML Code:
$normalanswer1 = $vbulletin->GPC['normalanswer1']; $radioanswer1 = $vbulletin->GPC['radioanswer1']; $radioanswer2 = $vbulletin->GPC['radioanswer2']; $radioanswer3 = $vbulletin->GPC['radioanswer3']; $radioanswer4 = $vbulletin->GPC['radioanswer4']; $radioanswer5 = $vbulletin->GPC['radioanswer5']; $radioanswer6 = $vbulletin->GPC['radioanswer6']; $radioanswer7 = $vbulletin->GPC['radioanswer7']; $radioanswer8 = $vbulletin->GPC['radioanswer8']; $radioanswer9 = $vbulletin->GPC['radioanswer9']; $radioanswer10 = $vbulletin->GPC['radioanswer10']; $radioanswer10other = $vbulletin->GPC['radioanswer10other']; |
#4
|
|||
|
|||
![]()
Hmm... how can I have the drop down box, direct where the form/post goes?
|
#5
|
||||
|
||||
![]()
Sawa, have you tried asking that question in the Form Hack thread? I'm not familiar with it, so I can't help with the code. But those that post in the modification thread should be able to help you.
Kiros, I'm not sure what you are talking about. You should start your own thread with your own questions and any information that will help us to help you. |
#6
|
|||
|
|||
![]()
I've got it all sorted out but redirecting to the correct forum. Thanks! - It looks awefully sexy too
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|