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 |
#452
|
|||
|
|||
other than that, do i need to do anything else
|
#453
|
|||
|
|||
No, I can't think of anything else you need to do. The templates edits should be it.
Good luck. |
#454
|
|||
|
|||
For the newthread and search templates, does anyone know how to arrange the checkbox selections for extrathread fields to be arranged in a vertical column as opposed to in a horizontal row? In the default look, the checkboxes look like they are connect to neighboring choices. Even being able to add a nbsp between choices would be nice.
|
#455
|
|||
|
|||
This is one of the nicest hack I'm going to install this and also nominate.
gonna try this on 3.63 thanks. EDIT: I made it work on one of my forum, but I'm sorry to say this does not parse html anchor tag Is there a way to include bigger large description text with html?? which also includes anchor tag. Thanks |
#456
|
||||
|
||||
Quote:
also, is ther a way to provide fields for the user to write the source of his information he/she is writing in the thread like this : * My Writing (radio button) * Somebody else writing: (radio button) Information Source URL 1: (text filed) Information Source Title 1: (text filed) Information Source URL 2: (text filed) Information Source Title 2: (text filed) Information Source URL 3: (text filed) Information Source Title 3: (text filed) Information Source URL 4: (text filed) Information Source Title 4: (text filed) then in the thread viewing it will show sources titles with urls on them. ? thanks in advance,, |
#457
|
|||
|
|||
Quote:
You might read previous post. This has been answered before and only one page back I think. In the showthread_extra_fields template, replace the contents with this: Code:
<div><b>$threadfield[title]:</b> $thread[fieldvalue]</div> |
#458
|
|||
|
|||
Quote:
http://www.onereef.com/forums/search.php Ideally I would like the check boxes to line up nicely in 2-3 columns. Example: Field Title: X option 1 X option 2 X option 3 X option 4 X option 5 X option 6 X option 7 X option 8 X option 9 X option 10 X option 11 X option 12 X= a check box I have isolated it down to this in the template: Code:
<if condition="$threadfield['type'] == 'checkbox' "> <div>$checkboxstr</div> <input type="hidden" name="thread_fields_admin[$threadfield[fieldid]]" value="$threadfield[fieldid]"> </if> |
#459
|
|||
|
|||
Im getting this error when I click on either Extra Field Manager or Add an Extra Field
Quote:
Thanks, looks great, cant wait to get it working |
#460
|
|||
|
|||
How can I convert the "text box" to phrase any text as a hyperlink?'Assuming the description would be for entering websites/sources
|
#461
|
|||
|
|||
Is there a Custom Post Field mod, as opposed to this one for threads? Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|