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

Reply
 
Thread Tools
ModernvB - Extra Threadfields Light (Fields other Than "Title" & "Message") Details »»
ModernvB - Extra Threadfields Light (Fields other Than "Title" & "Message")
Version: 1.00, by Gio~Logist Gio~Logist is offline
Developer Last Online: Oct 2022 Show Printable Version Email this Page

Category: Major Additions - Version: 4.1.4 Rating:
Released: 09-03-2011 Last Update: 06-11-2015 Installs: 58
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

Brought To You By
ModernvB - Vbulletin Solutions & Services
http://www.modernvb.com

Premium Version: http://www.modernvb.com/vb_products....o&productid=14
Premium Youtube Tutorial: http://www.youtube.com/watch?v=SvnS4ZRe3QU

Extra Threadfields 1.0.0 (Light)
Sometimes your websites require more than just the typical "title" and "message" fields in topics. This vbulletin mod allows you to create and manage different fields separately.




You may not alter the template to take out our link titled "Extra Threadfields".


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, You can use this in the light, but it's limited to one forum per field, the premium lets you enter multiple forums per field
  • 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: None!
File Edits: None!
Products Imported: 1

4 Easy Steps
Step 1. Import the following product: product-extra_threadfields.xml
Step 2. Upload the files in the upload folder.
Step 3. Edit the newly added options in admincp as you please
Step 4. Enjoy the vBulletin Mod!

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.

Download Now

File Type: zip vB4ModernvB_Extra_Threadfields_100Light.zip (2.02 MB, 97 views)

Screenshots

File Type: jpg admin1.jpg (98.7 KB, 0 views)
File Type: jpg admin2.jpg (72.5 KB, 0 views)
File Type: jpg admin3.jpg (79.3 KB, 0 views)
File Type: jpg edit_thread.jpg (94.3 KB, 0 views)
File Type: jpg forum.jpg (94.3 KB, 0 views)
File Type: jpg post_thread.jpg (90.4 KB, 0 views)
File Type: jpg thread.jpg (84.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
rwurbanwildlife

Comments
  #72  
Old 07-24-2012, 05:30 PM
Black Snow Black Snow is offline
 
Join Date: Jul 2012
Location: Scotland
Posts: 471
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to have it so only staff can view certain thread fields?
Reply With Quote
Благодарность от:
Gio~Logist
  #73  
Old 08-15-2012, 08:09 AM
LoveStream LoveStream is offline
 
Join Date: Jan 2009
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is the different thing between these that you mentioned;
Could you explain in detail?

•Edit thread fields via the "edit thread" page
•Edit thread fields via the "edit post" page - Premium Only *new
Reply With Quote
Благодарность от:
Gio~Logist
  #74  
Old 08-16-2012, 05:45 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 LoveStream View Post
What is the different thing between these that you mentioned;
Could you explain in detail?


?Edit thread fields via the "edit thread" page
?Edit thread fields via the "edit post" page - Premium Only *new
Edit thread page is accessed by going to Thread Tools -> Edit Thread

Edit post is clicking the edit button and then clicking "go advanced"
Reply With Quote
  #75  
Old 08-16-2012, 05:46 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 Black Snow View Post
Is it possible to have it so only staff can view certain thread fields?
Not at the moment. But if you edit the template you can always include a conditional, unless you want to have us or someone else tweak the mod for you.
Reply With Quote
  #76  
Old 09-25-2012, 02:56 PM
ibrahimkoky ibrahimkoky is offline
 
Join Date: Apr 2012
Location: California
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

trying to import the .XML file and getting database error

Code:
Invalid SQL:

CREATE TABLE IF NOT EXISTS `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(200) NOT NULL default '',
  `type` varchar(100) NOT NULL default '',
  `size` char(3) NOT NULL default '40',
  `options` varchar(200) NOT NULL default '',
  `display` varchar(100) NOT NULL default '1',
  PRIMARY KEY  (`fieldid`)
) TYPE=MyISAM;
Reply With Quote
  #77  
Old 09-26-2012, 07:39 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 ibrahimkoky View Post
trying to import the .XML file and getting database error

Code:
Invalid SQL:

CREATE TABLE IF NOT EXISTS `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(200) NOT NULL default '',
  `type` varchar(100) NOT NULL default '',
  `size` char(3) NOT NULL default '40',
  `options` varchar(200) NOT NULL default '',
  `display` varchar(100) NOT NULL default '1',
  PRIMARY KEY  (`fieldid`)
) TYPE=MyISAM;
Ah, seems like it's a compatibility issue. Just open up the product xml and remove the instance(s) of TYPE=MyISAM;
Reply With Quote
  #78  
Old 09-27-2012, 01:24 AM
CuteC@t CuteC@t is offline
 
Join Date: Feb 2012
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it work on 4.2.0 ?
Reply With Quote
  #79  
Old 09-27-2012, 10:00 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Replace TYPE=MyISAM; with ENGINE=MyISAM; and it works!
Reply With Quote
  #80  
Old 09-27-2012, 10:02 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CuteC@t View Post
does it work on 4.2.0 ?
Bought the PRO Version and it is compatible with 4.2.0 but does not work 100% on our page.
Support (even for paid customers) is currently very slow.
Waiting since days to get a useful answer in order to solve the current issue that we have with this addon :down:
Hope that it has to do with the developer working on vB 5.x addons and that this is not the general service I can expect in future because the offered products are great and I want to buy more. Atm. waiting for the one issue to be solved and if service is good I am willed to buy more.
Reply With Quote
Благодарность от:
ibrahimkoky
  #81  
Old 11-07-2012, 12:45 PM
LouiseWilson LouiseWilson is offline
 
Join Date: Oct 2007
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, is this mod working & is it still supported and any plans to post it over to VB5
I'm looking at getting the pro version.
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 11:19 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.05819 seconds
  • Memory Usage 2,365KB
  • Queries Executed 28 (?)
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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (4)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete