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 |
#202
|
|||
|
|||
I also wanted to add that if you made a full classifieds type system (with buyer/seller ratings, charges for bold/featured headings, etc) I would DEFINITELY be interested and probably be one of your first buyers.
-vissa |
#203
|
||||
|
||||
I am proud to announce that i am indeed planning on making an ads system.
Also, this hack will continue to be supported and any bugs (which i don't think there are any) will be fixed. Also, the premium version will not make it to where you loose any info. When/if you upgrade to premium, it will simply be a smooth upgrade for new features. |
#204
|
|||
|
|||
One thing I noticed was multiple page threads displayed the pages under the extra fields. I preferred to keep them up with the thread titles.
So, I moved the $extrafields line from the two recommended locations in threadbit to one location (since it is immaterial if the thread is new or not). After Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]&page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></if>)</span></if> Code:
$extrafields Code:
</div> This would replace the threadbit template modificatiosn that gio~logist suggests in the install instructions. Just thought I would throw that out there, in case anyone would use it. Here is a picture to help explain my madness. I hope this made sense. |
#205
|
||||
|
||||
Quote:
|
#206
|
||||
|
||||
Zip Updated!!!
|
#207
|
||||
|
||||
Quote:
It might be a good idea to consider backwards compatibility with iTrader, since many of us use it already as a feedback system. BTW, in case someone else wants to space the options a little further apart in newthread, instead of messing with the plugin code just prefix the options with ' ' in the ACP options, like option1 option2 option3 etc. |
#208
|
|||
|
|||
Quote:
|
#209
|
|||
|
|||
Would it be possible to have two sets of extra fields, where each set can be displayed independently?
|
#210
|
||||
|
||||
Quote:
|
#211
|
|||
|
|||
I understand that it's unlimited - but my question is, if I add 5 fields for example, can I choose 3 of the 5 to display for forumA, and the last 2 of 5 for forumB? Or do they ALL display no matter what?
Thanks, and I clicked install :P |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|