The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Extra Threadfields Lite(Add Text, Radio, Drop Down, & Checkbox Fields To Threads!) Details »» | |||||||||||||||||||||||||||
Extra Threadfields Lite(Add Text, Radio, Drop Down, & Checkbox Fields To Threads!)
Developer Last Online: Oct 2022
Premium Version: http://www.giologist.com/vb/index.ph...fo&productid=1 Premium Admin Demo: http://www.giologist.com/vb/demo/ext...ields_demo.php Premium Demo: http://www.giologist.com/vb/forumdisplay.php?f=33 **Before Making An Add on ** Please consult with me before making an add on to this hack. As it is my work and such, the add ons that you are trying to make for it may be in the next release and/or premium version. What does this do? This hack allows you to add more fields to your threads besides just the title and message. This is extremely usefull in order to specify certain things in a thread in a way that people are more aware of it and such. There are several types of fields you can add and several features for the hack. What features does this hack provide?
Template Edits: 4 Products Imported: 1 5 Easy Steps Step 1. Import the following product: product-extra_threadfields.xml Step 2. Upload the files in the upload folder. Step 3. Do the edits located below Step 4. Edit the newly added options in admincp as you please Step 5. Enjoy the hack. F.A.Q Q. How do i get extra fields to show in the "edit post" page? A. This is only available in the premium version. Q. If i do not want the fields to be shown automatically, can i do it manually? A. You can manually show fields in threads or posts by using $thread[fieldx] in the postbit or showthread template. Replace x with the ID of the field you want. To find the ID of the field go to admincp >> Extra Threadfields >> Extra Fields Manager, and hover over a field. The number after fieldid = will be the id of your field. Q. I updated all of the options, i installed it perfectly, i did all edits, and still the options are not showing when i go to add a new thread. What do i do? A. It is believed that you have a hack interfering with this one. Take away the edit that you did for putting $extrathreadfields inside the newthread template, and do this instead: Search for: Code:
<!-- / subject field --> Code:
<table cellpadding="0" cellspacing="0" border="0" class="fieldset">$extrathreadfields</table> [high]Credits:[/high] CMX_CMGSCCC - Big thanks! Could not have done it without you! Don't forget to click INSTALL Supporters / CoAuthors Show Your Support
|
Comments |
#232
|
||||
|
||||
i'm retarded!
|
#233
|
||||
|
||||
lol. It's ok. Hope all goes well.
Everyone, feel free to make suggestions via PM for the premium version. |
#234
|
|||
|
|||
Hi John, great great work.... This hack is what i need for my forum.
One question. I have a problem with admincp, if i click on extrafield's name this can be edit. Instead if i use button there is no action. Perhaps it has had to the passage of parameters with the javascript function js_threadfields_jump (button edit/delete) however i have solved for the moment with this code : Code:
$cell[2] .= "<a href=\"threadfields_admin.php?do=edit&fieldid=$threadfield[fieldid]\"><b>Edita</b></a> "; $cell[3] .= "<a href=\"threadfields_admin.php?do=delete&fieldid=$threadfield[fieldid]\"><b>Cancella</b></a>"; /*$cell[2] .= "\n\t<div style=\"float: right;\"> <select class=\"bginput\" name=\"f$threadfield[fieldid]\"> <option value=\"edit\">Edit</option> <option value=\"delete\">Delete</option></select> <input type=\"button\" class=\"button\" value=\"".$vbphrase['go']."\" onclick=\"js_threadfields_jump($threadfield[fieldid]);\" /> </div>";*/ P.s. Excuse me for my bad english... I'm italian Clicked install obviously |
#235
|
|||
|
|||
Has anyone got any detailed installation instructions for this hack? Some of us need a bit more guidance with step 1 and 2.
Step 1. Import the following product: product-extra_threadfields.xml (How?) Step 2. Upload the files in the upload folder. (How?) Step 3. Do the edits located below Step 4. Edit the newly added options in admincp as you please Step 5. Enjoy the hack. Thanks, |
#236
|
|||
|
|||
@Jonathan :
Step1 : Import the following product : product-extra_threadfields.xml Go into your Admin C.P. There is "Plugin System" open and you find the voice Manage Products. Click on this. On the left there is a link Add/Import Product : Select from your hd the file product-extra_threadfields.xml and import Step 2 : You have to upload with a Ftp client into your forum dir. You have 2 dir admincp and includes in file... Put this dir in same place on your forum dir. |
#237
|
||||
|
||||
Quote:
|
#238
|
|||
|
|||
ehm.... gio... right... However john is near yuor real name Lol.... by the way excuse me for mistake
however It's not possible to use button? |
#239
|
|||
|
|||
Quote:
|
#240
|
|||
|
|||
Is it possible to set a default for Radio Sets? So that if for example, you had Yes and No, Yes was automatically selected.
|
#241
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|