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 Modification:
http://www.modernvb.com/vb_products....fo&productid=1 **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 Show Your Support
|
Comments |
#12
|
|||
|
|||
Does anyone know where to get a similar mod but not limited to certain features by a bogus light/premium restriction?
|
#13
|
|||
|
|||
i have some problem..
i firefox the "Make a field required" woreks only in firefox, in IE its dont work why? i am running 3.7.3 |
#14
|
|||
|
|||
the feature "Edit thread fields via the "edit post" page - Premium Only *new" doesnt work for me in pro version ...
|
#15
|
||||
|
||||
Quote:
Quote:
|
#16
|
|||
|
|||
good evening
I have a problem with the id of the forum! in the part of Extra Threadfields in pca / Forum to include this in http://www.ptp-images.com/img/wchrd84c3.jpg is limited to 70 id, I was 470 a how to please extend the list of id? merci |
#17
|
|||
|
|||
it's good I have found
in fact we must change the varchar in the base to give So those who m'interresse and forum / vachar (200) <= I've amended varchar (480) which gives an example of the change in the sql Code:
DROP TABLE IF EXISTS vb5z1_thread_fields_admin; CREATE TABLE `vb5z1_thread_fields_admin` ( `title` varchar(100) NOT NULL default '', `fieldid` int(10) unsigned NOT NULL auto_increment, `description` varchar(200) NOT NULL default '', `forums` varchar(480) NOT NULL default '', `type` varchar(100) NOT NULL default '', xxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxx ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; I have a good add much more to the varchar accept my 480 class Wholesale settle a 480 as it accounted for more than 148 id max, (must add,) So roughly 480 + 478 = 958 So I had a 1000 change to be on giving `forums` varchar(1000) NOT NULL default '', |
#18
|
|||
|
|||
Q. How do i get extra fields to show in the "edit post" page?
A. This is only available in the premium version. Do you mean I can't edit the extra fields after a thread is started? |
#19
|
|||
|
|||
Did all 4 template edits, uploaded said files and imported product. No dice.
Changed newthread template as per the instructions if another mod is possibly interferring and still not showing. |
#20
|
|||
|
|||
can this be used for one specific forum as opposed to all?
|
#21
|
|||
|
|||
Quote:
Works great for me. You must set every Forum ID indicate for all extra fields do you create. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|