**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?
Add extra fields to threads. These include:
Text fields
Select Drop Down Fields
Radio Fields
Checkbox Fields
Enhanced extra threadfields manager - Premium Only*new
Search through fields within forums (forumdisplay.php) - Premium Only*new
Search through fields in search.php - Premium Only
Control order in which fields are displayed
Edit thread fields via the "edit thread" page
Edit thread fields via the "edit post" page - Premium Only*new
Set the forums in which you want fields to appear in - Premium Only (light version may set forumid's, but are a tad more limited as to how many)
Show fields automatically in thread
Show fields automatically in forumdisplay
Make a field required - Premium Only
Control what forums the field is shown in
Enable/Disable system
Enable/Disable automatic showing fields in thread
Enable/Disable automatic showing fields in forum
Make the field only editable by staff - Premium Only
Control what usergroups can edit staff-only editable fields - Premium Only
Show extra fields in subscriptions - Premium Only
Show extra fields in forum index - Premium Only
Show extra fields in search results - Premium Only
Control what fields are searchable - Premium Only
Enable/Disable automatic showing fields in forum index - Premium Only
Enable/Disable automatic showing fields in search results - Premium Only
Style how your extra fields appear in threads (using html) directly from your admincp! - Premium Only*new
No template edits required! - Premium Only*new
What does this hack require?
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:
No, the Quick Report I envision would be done from the forum home page. Imagine a user visits the bb first thing in the morning. He pulls down a menu option that allows him to see every thread for which he is assigned as the owner.
Does that make sense? Or can the normal Search capability of vBulletin find the data in the extra fields?
Sorry, i still am not sure exactly what you are trying to accomplish. Perhaps you can enhance on this? Feel free to provide screenshots and such if you'd like.
One other item: I have created a drop-down select box. I have about 30 names (I had to use the "Large Edit Box" function.) However, only about half of them are display on the new post form. I assume there is a variable in a template that I can adjust to allow for more entries. Thanks.
One other item: I have created a drop-down select box. I have about 30 names (I had to use the "Large Edit Box" function.) However, only about half of them are display on the new post form. I assume there is a variable in a template that I can adjust to allow for more entries. Thanks.
Try running this query in phpmyadmin
Code:
ALTER TABLE `thread` CHANGE `fieldX` `fieldX` MEDIUMTEXT NOT NULL
Sorry, i still am not sure exactly what you are trying to accomplish. Perhaps you can enhance on this? Feel free to provide screenshots and such if you'd like.
I guess at the simplest level, I'd like to use vBulletin's search feature to find data stored in the extra thread fields. Does this help?
This hack is amazing! Would it be possible to add a label, so it could be used to describe the field? For example if I had a field called Price, a label next to (or on top of the price field) could say "Please indicate the currency" and the label would only appear when starting a new thread.