Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
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!)
Version: 1.5.0, by Gio~Logist Gio~Logist is offline
Developer Last Online: Oct 2022 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 02-24-2006 Last Update: 03-27-2006 Installs: 337
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.


Brought To You By
Gio~Logist - Vbulletin Solutions & Services
http://www.giologist.com/vb


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?
  • 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:

Search for:
Code:
        <!-- / subject field -->
Add below:
Code:
        <table cellpadding="0" cellspacing="0" border="0" class="fieldset">$extrathreadfields</table>
Enjoy the hack.

[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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #102  
Old 02-28-2006, 08:52 PM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lowandloudinc
ok i thought it was working fine but i found an issue.

in my usercp i get this above. i know its this hack cause i uninstalled it and it went away. im trying to really keep it cause im using it for my classified section and will fit perfect. please let me know what i can do to fix this.


Warning: Invalid argument supplied for foreach() in /usercp.php(441) : eval()'d code on line 28

Warning: Invalid argument supplied for foreach() in /usercp.php(441) : eval()'d code on line 28

Warning: Invalid argument supplied for foreach() in /usercp.php(441) : eval()'d code on line 28

Warning: Invalid argument supplied for foreach() in /usercp.php(441) : eval()'d code on line 28

Warning: Invalid argument supplied for foreach() in /usercp.php(441) : eval()'d code on line 28

Warning: Invalid argument supplied for foreach() in /usercp.php(441) : eval()'d code on line 28

Warning: Invalid argument supplied for foreach() in /usercp.php(441) : eval()'d code on line 28

Warning: Invalid argument supplied for foreach() in /usercp.php(441) : eval()'d code on line 28

Warning: Invalid argument supplied for foreach() in /usercp.php(441) : eval()'d code on line 28

Warning: Invalid argument supplied for foreach() in /usercp.php(441) : eval()'d code on line 28
I don't see how this is possible considering this hack does not touch usercp

I also checked my forums and others and the problem does not appear. Perhaps you did something wrong in the install? Try giving it another try.
Reply With Quote
  #103  
Old 02-28-2006, 09:04 PM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gio~logist
I don't see how this is possible considering this hack does not touch usercp

I also checked my forums and others and the problem does not appear. Perhaps you did something wrong in the install? Try giving it another try.
ok i will renstall
Reply With Quote
  #104  
Old 02-28-2006, 09:18 PM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gio~logist
I don't see how this is possible considering this hack does not touch usercp

I also checked my forums and others and the problem does not appear. Perhaps you did something wrong in the install? Try giving it another try.

ok i have installed again but still the same issue. theres nothing that touches the template or any other hack that the plug in might change?
Reply With Quote
  #105  
Old 02-28-2006, 10:07 PM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lowandloudinc
ok i have installed again but still the same issue. theres nothing that touches the template or any other hack that the plug in might change?
May i ask what hacks you have installed at the moment?
Reply With Quote
  #106  
Old 02-28-2006, 10:16 PM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

was thinking to my self, how else could this be improved..? only thing i could think off, is make an option, for something to be required etc..?
Reply With Quote
  #107  
Old 02-28-2006, 10:17 PM
VBUsers's Avatar
VBUsers VBUsers is offline
 
Join Date: Aug 2004
Posts: 830
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gio~logist
May i ask what hacks you have installed at the moment?

its a huge list so i can only imagine what it is. but heres what i have. this is just things that are plug ins. ive done more


Quote:
Installed Products
Title Version Description Controls
vBulletin 3.5.3
Access Permissions Based on User's Post Count 2.1 Access Permissions Based on User's Post Count Edit Disable Export Uninstall

Activity Modification 2.51 Tracks user activity Edit Disable Export Uninstall
Article Bot 2.57 Parse RSS Feed data and insert it as threads in your forum. Edit Disable Export Uninstall

Automatic Welcome PM 1.0.4 This Hack will automatically send welcome PMs to new members. Edit Disable Export Uninstall

Collapsable Postbit 1.0.0 Collapsable postbits. Edit Disable Export Uninstall
Display Unread Posts 1.01 Display the number of posts you have marked as unread. Edit Disable Export Uninstall

e-steki Banlist 1.0 Shows a detailed list of the banned users Edit Disable Export Uninstall

e-steki Referrer Statistics 1.0 Referrer Statistics Edit Disable Export Uninstall

eBay Integration Mod 1.0.0 Adds eBay auctions for members Edit Disable Export Uninstall

eBux / eStore 1.2.3 eBux / eStore is a points/store system for vBulletin. Edit Disable Export Uninstall

Extra Thread Fields 1.0.0 Add extra thread fields to your threads. Edit Disable Export Uninstall

First Post On All Pages 1.0.0 1.0.0 This will allow you to show the first post on every page of a thread. Edit Disable Export Uninstall
Gallery for vB 3.5.1 1.0.5 A gallery-system integrated in the forum Edit Disable Export Uninstall

GARS LITE 1.0 Geek Article and Review System LITE Edit Disable Export Uninstall

Geek Auto-Link 4.5.0 vBulletin keyword automatic linker Edit Disable Export Uninstall

Global Announcement 1.2 Displays an announcement of choice on the index page of your forum. Edit Disable Export Uninstall

Google Talk/Xfire/Skype IM Icons 1.0 Adds the IM icons. Edit Disable Export Uninstall

Heggy's Error 404 Banning 1.0.0 This add-on gives users in a specified group nothing but 404 errors. Edit Disable Export Uninstall

ibProArcade for vBulletin 2.5.3 ibProArcade-Modification Edit Disable Export Uninstall

IM Online Status 1.0.0 Shows a users IM online status. Edit Disable Export Uninstall

Inferno Warning System 1.2 A warning system for vBulletin. Edit Disable Export Uninstall

ipInfo 1.2 ipInfo is a replacement standard view users Post ip Edit Disable Export Uninstall

iTrader 2.0.0 Trader Feedback System Edit Disable Export Uninstall

iTrader Extension 1.0.0 Expand iTrader's abilities and include a homepage, a search option, ability to look for customers, and more! Edit Disable Export Uninstall

Last XX Paid Subscribers 0.7 Displays a list of the last 5 paid subscribers Edit Disable Export Uninstall

Live Feedback System 1.21 Live feedback to registrants while they, type out a possible username using AJAX, passwords,e-mail, and referrer fields using javascript and AJAX. Edit Disable Export Uninstall


Members who have read a thread 2.21 Display members who have recently read a thread. Edit Disable Export Uninstall

Members who have visited in the Last 24 Hrs. 4.10 Display members who have visited the forum. Edit Disable Export Uninstall

Miserable Users 2.01 A way to really annoy anyone you don't want visiting your forum. Edit Disable Export Uninstall

Moderator Stats 1.0 Creates a link misc.php?do=moderator_stats where you can view stats on your moderators. Edit Disable Export Uninstall

Multiple Login Detector 1.01 Cookie-based multiple account login detector Edit Disable Export Uninstall

Notify user about thread move 1 This product sends out a PM to the thread author telling him one of his threads has been moved. Edit Disable Export Uninstall

pig's post report system 0.1 Post reports manageable from modcp Edit Disable Export Uninstall

Post Thank You Hack 2.7 Post Thank You Hack Edit Disable Export Uninstall
Quick User Editor 1.01 An Inline User Editor Edit Disable Export Uninstall
Real ip detection 2.12 Makes your forum aways use the real ip when a proxy server is detected, the proxy ip is recorded in an extra field but then ignored. Edit Disable Export Uninstall

Right Column 1.0 Put a column on the right side of every page Edit Disable Export Uninstall

Show Itrader In Profile 1.00 This product allows you to show a user's itrader info in his/her profile. Edit Disable Export Uninstall

Spam Decimator 1.0.1 Spam Killing Extension Edit Disable Export Uninstall
Sticky Titles in Bold 1.0 Makes sticky threads show up as bold in thread list Edit Disable Export Uninstall

Super Private Message 1.0.2 BETA Allow specific users to send a super private message. Edit Disable Export Uninstall

Top 'X' Stats by InfiniteWebby 1.2.1 Display top 'X' posters, new members and latest replies on the forumhome. Edit Disable Export Uninstall
vB Affiliates Hack v2.5 2.5.0 This product adds affiliate hack to your forum. Edit Disable Export Uninstall


VB image hosting 1.0.1 Image hosting sloution for VB Edit Disable Export Uninstall

vB Pager 3.0.3 vB Pager is a text-based instant messaging system over your community between members. Edit Disable Export Uninstall

vB Quick Sig Host Vb Quick Sig Host 1.0.0 Allow your members to instantly upload there signatures on to Image Shack! Edit Disable Export Uninstall
vBFavorites 1.0.0 Lets you add threads, posts and users to favorites. Edit Disable Export Uninstall

vBHack DB System 1.0 Hack Database System & Portal CMS - by tnguy3n ? 2005-2006 vBviet Network. Edit Disable Export Uninstall

vBookie 1.0.6 vBulletin Betting Hack Edit Disable Export Uninstall

vBRules 1.0.0 Rules Page for your vBulletin Board Edit Disable Export Uninstall

vBShout 2.0 AJAX Shoutbox for vBulletin Edit Disable Export Uninstall

vBulletin SkypeWeb Update 1.0 This will update vBulletin 3.5.3 to include SkypeWeb functionality.

It is not necessary to install this if you are using vBulletin 3.5.4 or later.

This update should be uninstalled when you next upgrade vBulletin. Edit Disable Export Uninstall
WAP 1.0 WAP support for vBulletin Edit Disable Export Uninstall

[Add/Import Product]

vBulletin v3.5.3, Copyright ?2000-2006, Jelsoft Enterprises Ltd.
Reply With Quote
  #108  
Old 02-28-2006, 10:20 PM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Smiry Kin's
was thinking to my self, how else could this be improved..? only thing i could think off, is make an option, for something to be required etc..?
Yes. That's the only thing i have planned so far. If:

1) More good requests come along
2) More installs are made for this hack (useless to make a second version of a hack that is not used much(

Then i will release the next version with that and whatever other nice features are suggested.
Reply With Quote
  #109  
Old 02-28-2006, 10:21 PM
Trana Trana is offline
 
Join Date: Apr 2005
Posts: 604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks like a really cool hack. I am still wondering if anyone has tried it with the CMPS latestposts module.
Reply With Quote
  #110  
Old 02-28-2006, 10:24 PM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Trana
This looks like a really cool hack. I am still wondering if anyone has tried it with the CMPS latestposts module.
I am thinking about how to incporate it due to the fact that i'm not sure how i will display it. Also, don't forget to click install
Reply With Quote
  #111  
Old 02-28-2006, 10:29 PM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gio~logist
Yes. That's the only thing i have planned so far. If:

1) More good requests come along
2) More installs are made for this hack (useless to make a second version of a hack that is not used much(

Then i will release the next version with that and whatever other nice features are suggested.
cool dude, can't wait
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:49 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.17431 seconds
  • Memory Usage 2,345KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete