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 |
#422
|
|||
|
|||
No.... Take a look at the last few posts...
|
#423
|
||||
|
||||
Gio~logist (Giovanni) no longer responds to e-mails, vb.org PM's, siteresort.com PM's (his site), nor any other communication. He was away before and said he was in the hospital, but is now away once again.
If you are having the same issue with mis-communication please PM me so I can see if it is only me or if there are others not able to find gio. Thanks all! |
#424
|
|||
|
|||
|
#425
|
||||
|
||||
|
#426
|
|||
|
|||
it is very shame that so powerfull hack ended like this :-(
Nobody willing to take this on? Maybe from the ground up? You can do any imaginable stuff with this hack - specially with premium feature where you can SEARCH this fields...... |
#427
|
|||
|
|||
anyone having problems deleting the options. The go button does nothing for me.
|
#428
|
|||
|
|||
see this https://vborg.vbsupport.ru/showthrea...743#post931743 from post 233.
I have noticed problems with button.. i tried to change with links Code:
$cell[2] .= "<a href=\"threadfields_admin.php?do=edit&fieldid=$threadfield[fieldid]\"><b>Edit</b></a> "; $cell[3] .= "<a href=\"threadfields_admin.php?do=delete&fieldid=$threadfield[fieldid]\"><b>Delete</b></a>"; /* This button code is commented $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>"; */ |
#429
|
|||
|
|||
what about show what's enter when in preview???
|
#430
|
|||
|
|||
Please help, for some reason I don't see the extra threadfields when I edit the messaga (using admim)
I did exactly like it said in the read me file. How do i display the extra threadfields inside the post instead?? and how do I change the color (red) to make it more noticable thanks |
#431
|
||||
|
||||
Does anyone know how I can list my extra fields like this within the Thread
Title: Bla Bla Bla Field 1: xxxxxx Field 2: xxxxxx Field 3: xxxxxx Instead of the standard Title: Bla Bla Bla Fields1: xxxxxxx Field 2: xxxxxxx Field 2: xxxxx |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|