vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ModernvB - Extra Threadfields Light (Fields other Than "Title" & "Message") (https://vborg.vbsupport.ru/showthread.php?t=269667)

Gio~Logist 09-03-2011 10:00 PM

ModernvB - Extra Threadfields Light (Fields other Than "Title" & "Message")
 
1 Attachment(s)
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.

https://vborg.vbsupport.ru/external/2011/09/77.jpg


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.

Gio~Logist 09-04-2011 07:26 PM

First post reserved for informative purposes.

marianoblesa 09-04-2011 08:43 PM

I buy for version 3.x, you can upgrade without paying anything?

Gio~Logist 09-04-2011 10:27 PM

Quote:

Originally Posted by marianoblesa (Post 2241973)
I buy for version 3.x, you can upgrade without paying anything?

Sorry, at the moment the most we can offer is a discount if you email us directly.

NgocTam 09-05-2011 02:35 AM

Code:

http://www.provb.org/vbulletin-mods/&vb_products=moreinfo&productid=14
http://www.provb.org/vbulletin-mods/&vb_products=moreinfo&productid=16

Lasted Ver ???

Gio~Logist 09-05-2011 02:45 AM

Quote:

Originally Posted by NgocTam (Post 2242061)
Code:

http://www.provb.org/vbulletin-mods/&vb_products=moreinfo&productid=14
http://www.provb.org/vbulletin-mods/&vb_products=moreinfo&productid=16

Lasted Ver ???

Correct ;)

n0obiest 09-05-2011 02:51 AM

database error when i creat an extra Field:

Code:

Database error in vBulletin 4.1.5:

Invalid SQL:
INSERT bb_thread_fields_admin
                                                                                SET        title = '',
                                                                                        description = '',
                                                                                        type = '',
                                                                                        size = '',
                                                                                        maxinput = '',
                                                                                        options= '',
                                                                                        forums = '23',
                                                                                        display = '',
                                                                                        excludefrom = '',
                                                                                        linkfilter = '',
                                                                                        required = '',
                                                                                        search = '',
                                                                                        staffedit = '';

MySQL Error  : Unknown column 'maxinput' in 'field list'
Error Number  : 1054
Request Date  : Monday, September 5th 2011 @ 10:48:22 AM
Error Date    : Monday, September 5th 2011 @ 10:48:22 AM
Script        : http://domain.com/admincp/threadfields_admin.php?do=update
Referrer      : http://domain.com/admincp/threadfields_admin.php?do=add
IP Address    : 123.24.55.139
Username      : admin
Classname    : vB_Database
MySQL Version : 5.0.92-community


Gio~Logist 09-05-2011 03:24 AM

Re-download the zip and overwrite the threadfields_admin.php file (you don't need to re-import the product again, just overwrite that file in admincp folder), you should be good to go :)

mitch84 09-05-2011 03:24 AM

invalid attachment file, I can't download it

Gio~Logist 09-05-2011 03:25 AM

^ Hah, you caught the download while i was updating it for "no0biest" o_0

Give it a shot now!

n0obiest 09-05-2011 03:28 AM

Thanks. But it's error when i creat a newthread ^^

Code:

Database error in vBulletin 4.1.5:

Invalid SQL:

                SELECT *
                FROM bb_thread_fields_admin
                WHERE (find_in_set( 23,forums) OR forums = 0) AND staffedit = 0
                ORDER BY display;

MySQL Error  : Unknown column 'staffedit' in 'where clause'
Error Number  : 1054
Request Date  : Monday, September 5th 2011 @ 11:29:15 AM
Error Date    : Monday, September 5th 2011 @ 11:29:15 AM
Script        : http://domain.com/newthread.php?do=newthread&f=23
Referrer      : http://domain.com/can-ban-o/
IP Address    : 123.24.42.227
Username      : admin
Classname    : vB_Database
MySQL Version : 5.0.92-community


Gio~Logist 09-05-2011 03:30 AM

No problemoo :)

n0obiest 09-05-2011 03:49 AM

please fix it!

Gio~Logist 09-05-2011 03:56 AM

I didn't even notice you had edited your post, i only saw the one where you said it was good to go.

Re-download the zip and overwrite/upgrade the product xml.

jluerken 09-05-2011 05:32 AM

Should be vbDefault. Great Addon!

Gio~Logist 09-05-2011 06:16 AM

Quote:

Originally Posted by jluerken (Post 2242092)
Should be vbDefault. Great Addon!

Thank you very much :up:

DjEddie 09-05-2011 12:55 PM

How do you use the secltion Drop down? ... when i selected it . I had no option to put any options in?

And Then when making a test topic using the TEXT option ..I get a database error

Infact even havin the mod disablled... I have had database errors from al over the site on forums I hadn't even selected to use this mod .. had to uninstall ..hope it can be fixed!

Gio~Logist 09-05-2011 06:01 PM

Just updated the zip. Overwrite the product and reupload threadfields_admin.php. Lmk how that goes :)

DjEddie 09-05-2011 10:47 PM

All working now with NO errors at all ..

Thanks Gio for fast support and help on this :)

NgocTam 09-06-2011 11:05 AM

how to setting manual filed ?
i want to move field to postbit, how ??

Gio~Logist 09-06-2011 01:53 PM

Code:

{vb:raw thread.fieldx}
Replace x with the field ID. That'll give you the field's value.

paolpepas 09-06-2011 07:15 PM

Very good, thank you.
One question.
Do you know if you can do something to add to make the search of the written words of the Extra Threadfields?

Gio~Logist 09-06-2011 08:39 PM

Quote:

Originally Posted by paolpepas (Post 2242736)
Very good, thank you.
One question.
Do you know if you can do something to add to make the search of the written words of the Extra Threadfields?

Features like those are only available in the premium version. Check the faq above, as we can't talk too much about the premium version here for advertisement reasons ;)

paolpepas 09-07-2011 06:40 AM

Quote:

Originally Posted by Gio~Logist (Post 2242758)
Features like those are only available in the premium version. Check the faq above, as we can't talk too much about the premium version here for advertisement reasons ;)

Thanks, I'm also happy to pay for something truly useful and streamlines the work that I

NAU2011 09-07-2011 10:23 PM

Can someone who has first hand experience with this mod, tell me if you can set the fields to be completed when a user posts a new thread and eliminate the field question completion requirement when a user is replying to a thread?

I hope that makes sense.

Eric

Gio~Logist 09-08-2011 06:24 AM

The users above have been PM'd, so as not to make it seem as though we're advertising somehow.

NAU2011 09-08-2011 10:56 PM

It's very good after a few tweaks that you'll have to talk to Gio about after it's installed.

However, after the tweaks (which I'm sure after my chat session with Gio, will be fixed), it's worth buying and using.

No Gio did not pay me to give it the thumbs up, but I thought I would mention this here as Gio was really good on the support and followup end.

All I can say is try it out.

Cheers,

Eric

Gio~Logist 09-10-2011 07:50 AM

Quote:

Originally Posted by Gio~Logist (Post 2242603)
Code:

{vb:raw thread.fieldx}
Replace x with the field ID. That'll give you the field's value.

That should work in both threadbit and postbit templates btw.

ProFifaLeagues 09-10-2011 11:30 AM

Would this still work with 4.1.3 ???
I did read and just wondered if its known to be fine as i understand the editor was handed a big overhaul in 4.14 and above

Gio~Logist 09-10-2011 06:16 PM

Quote:

Originally Posted by semprot (Post 2244201)
i've tried. great mod. however does on premium version we can set more than 1 forum id so that we can use on some forum IDs? Because on this free version i see that i only can enter one ID.

Correct you are! The premium is the one that lets you enter multiple ;)

Quote:

Originally Posted by rammieone (Post 2244232)
Would this still work with 4.1.3 ???
I did read and just wondered if its known to be fine as i understand the editor was handed a big overhaul in 4.14 and above

It sure will. Both light and premium :)

ProFifaLeagues 09-10-2011 06:55 PM

Thanks Gio

Gio~Logist 09-12-2011 01:41 PM

No problemoo

Sunka 09-22-2011 07:13 AM

Is quoted problem still exist in vB4 version?



Quote:

Originally Posted by zmickzalois3 (Post 1677816)
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 (Post 1678048)
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 '',


Lester Wilson 09-22-2011 08:22 AM

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.

m-hoefti 09-27-2011 01:46 PM

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

Gio~Logist 09-28-2011 08:52 PM

Quote:

Originally Posted by Sunka (Post 2248847)
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 (Post 2248859)
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 :p

Quote:

Originally Posted by m-hoefti (Post 2250550)
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 ;)

Sunka 09-29-2011 08:12 AM

Quote:

Originally Posted by Gio~Logist (Post 2251051)
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 (Post 2251051)
I'm going to send you a pm before the guys get angry at me for discussing paid mods :p

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 (Post 2251051)
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:

Sunka 10-04-2011 11:46 AM

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?

hakkuo23 10-06-2011 04:18 PM

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:

Ricsca 11-02-2011 05:48 PM

Hi
Extra Threadfield lite
You can create the same extra fields for all of my forum board..??


All times are GMT. The time now is 03:23 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01536 seconds
  • Memory Usage 1,857KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete