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
  #32  
Old 09-10-2011, 06:55 PM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Gio
Reply With Quote
  #33  
Old 09-12-2011, 01:41 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

No problemoo
Reply With Quote
  #34  
Old 09-22-2011, 07:13 AM
Sunka Sunka is offline
 
Join Date: Mar 2008
Location: Croatia
Posts: 400
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is quoted problem still exist in vB4 version?



Quote:
Originally Posted by zmickzalois3 View Post
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
Quote:
Originally Posted by zmickzalois3 View Post
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 '',
Reply With Quote
  #35  
Old 09-22-2011, 08:22 AM
Lester Wilson Lester Wilson is offline
 
Join Date: Mar 2002
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I really like the idea of this, its would really help our moderators when providing support.

However, we use this canned response mod, https://vborg.vbsupport.ru/showthread.php?t=241309

I tired Extra Threadfields Light, but it conflicts with canned response, so I see no option to add extra threads information, if canned response is enabled.

If i turn off the cannned response mod, Extra threads works.

So I cannot buy and install extra threads while its like that...but i would if it were fixed.

Giovanni, PM me if you think that this can be fixed. or if you have a better solution..than canned response that works with Extra threads i'll buy the mod.
Reply With Quote
  #36  
Old 09-27-2011, 01:46 PM
m-hoefti m-hoefti is offline
 
Join Date: Jun 2007
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
ist it possible to upgrade vom VB3 Version of Extra Threadfields Light to the
Premium Version for VB4 without loosing the Datastore of Fields?

sorry about my english
greetings
Reply With Quote
  #37  
Old 09-28-2011, 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 Sunka View Post
Is quoted problem still exist in vB4 version?
Should be solved in the premium. If you're still having limitations in the premium just pm me and i'll get you solved in minutes but you should be good.


Quote:
Originally Posted by Lester Wilson View Post
Hi, I really like the idea of this, its would really help our moderators when providing support.

However, we use this canned response mod, https://vborg.vbsupport.ru/showthread.php?t=241309

I tired Extra Threadfields Light, but it conflicts with canned response, so I see no option to add extra threads information, if canned response is enabled.

If i turn off the cannned response mod, Extra threads works.

So I cannot buy and install extra threads while its like that...but i would if it were fixed.

Giovanni, PM me if you think that this can be fixed. or if you have a better solution..than canned response that works with Extra threads i'll buy the mod.

I'm going to send you a pm before the guys get angry at me for discussing paid mods

Quote:
Originally Posted by m-hoefti View Post
Hello,
ist it possible to upgrade vom VB3 Version of Extra Threadfields Light to the
Premium Version for VB4 without loosing the Datastore of Fields?

sorry about my english
greetings
Sending you a pm now. But incase anyone was wondering, you can switch from any versions of my Extra Threadfields product without losing info. Whether it's light to premium or vB3 to vB4
Reply With Quote
  #38  
Old 09-29-2011, 08:12 AM
Sunka Sunka is offline
 
Join Date: Mar 2008
Location: Croatia
Posts: 400
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gio~Logist View Post
Should be solved in the premium. If you're still having limitations in the premium just pm me and i'll get you solved in minutes but you should be good.
I still don't have premium version, but this MOD look promising and next week I am going to buy it. But before this need to solve some things first. Like problem above.


Quote:
Originally Posted by Gio~Logist View Post
I'm going to send you a pm before the guys get angry at me for discussing paid mods
I have that MOD installed too. I need to know what and where to change that this 2 mods don't conflict each other. Or if you have solution, update MOD with solution integrated.


Quote:
Originally Posted by Gio~Logist View Post
Sending you a pm now. But incase anyone was wondering, you can switch from any versions of my Extra Threadfields product without losing info. Whether it's light to premium or vB3 to vB4
Good to know :up:
Reply With Quote
  #39  
Old 10-04-2011, 11:46 AM
Sunka Sunka is offline
 
Join Date: Mar 2008
Location: Croatia
Posts: 400
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed but options are not showing when i go to add a new thread.
Maybe I should manually insert code in template. Could you tell me what code and where to insert.

Could PRO version have extra options for posts too, not only for new threads?
Reply With Quote
  #40  
Old 10-06-2011, 04:18 PM
hakkuo23 hakkuo23 is offline
 
Join Date: Dec 2010
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
I'm going to send you a pm before the guys get angry at me for discussing paid mods
Send me that PM about canned replies since I'm having the same issue D:
Reply With Quote
  #41  
Old 11-02-2011, 05:48 PM
Ricsca's Avatar
Ricsca Ricsca is offline
 
Join Date: Apr 2006
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi
Extra Threadfield lite
You can create the same extra fields for all of my forum board..??
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:06 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.07676 seconds
  • Memory Usage 2,368KB
  • 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
  • (1)bbcode_code
  • (9)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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)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_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