vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Extra Threadfields Lite(Add Text, Radio, Drop Down, & Checkbox Fields To Threads!) (https://vborg.vbsupport.ru/showthread.php?t=194918)

Gio~Logist 10-28-2008 10:00 PM

Extra Threadfields Lite(Add Text, Radio, Drop Down, & Checkbox Fields To Threads!)
 
Brought To You By
ModernvB - Vbulletin Solutions & Services
http://www.modernvb.com
Premium Modification:
http://www.modernvb.com/vb_products....fo&productid=1

https://vborg.vbsupport.ru/external/2008/10/4.jpg

**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

Gio~Logist 10-29-2008 12:10 PM

Decided to make another thread to better manage feature requests, support, etc.

Here are some screenshots.

schlottkej 10-29-2008 06:04 PM

Another solid release :)

ssslippy 10-29-2008 08:16 PM

Is it possible to have the text put into the thread instead of into the title?

Gio~Logist 10-29-2008 10:01 PM

Quote:

Originally Posted by ssslippy (Post 1655596)
Is it possible to have the text put into the thread instead of into the title?

Yea, you just have to change the location of where you make the postbit edit :) For the light version at least, premium does it automatically so you'd have to edit the code. Pm me if you're using that one.

StormBreaker 11-02-2008 10:44 AM

This mod is awesome! will be very useful for my new forum :)

How can i make something like the image below in my forum...
https://vborg.vbsupport.ru/

You can`t type the title or Message before checking the box!

Thank you.

Repentless 11-02-2008 12:12 PM

Great mod, thanks!

Gio~Logist 11-05-2008 02:28 PM

Quote:

Originally Posted by StormBreaker (Post 1657764)
This mod is awesome! will be very useful for my new forum :)

How can i make something like the image below in my forum...
http://img219.imageshack.us/img219/521/ppqh7.jpg

You can`t type the title or Message before checking the box!

Thank you.

That's a bit different from this modification. What they probably do is create a fieldset and wrap the forum description in it and then add some new value that they just check for in a plugin and output an error if it's not clicked. Would require custom coding.

CraiovaOnLine 11-05-2008 03:32 PM

i am interested in that above to

please give us some pointers

Gio~Logist 11-10-2008 03:49 PM

Quote:

Originally Posted by CraiovaOnLine (Post 1659963)
i am interested in that above to

please give us some pointers

I may be coding something up like this for a release, i'll keep you guys posted.

3Motions 11-19-2008 09:46 PM

Does anyone know where to get a similar mod but not limited to certain features by a bogus light/premium restriction?

oferelijah 12-01-2008 04:37 AM

i have some problem..

i firefox the "Make a field required" woreks only in firefox, in IE its dont work

why?

i am running 3.7.3

codershark 12-01-2008 05:53 AM

the feature "Edit thread fields via the "edit post" page - Premium Only *new" doesnt work for me in pro version ...

Gio~Logist 12-01-2008 02:06 PM

Quote:

Originally Posted by oferelijah (Post 1676214)
i have some problem..

i firefox the "Make a field required" woreks only in firefox, in IE its dont work

why?

i am running 3.7.3

Funny enough, that wasn't discovered until recently. Goes to show how many people use ie these days :p Was getting the same issue for search in the premium version but that's fixed, need to address required fields and path up the light as well asap.


Quote:

Originally Posted by codershark (Post 1676239)
the feature "Edit thread fields via the "edit post" page - Premium Only *new" doesnt work for me in pro version ...

Shoot me over a pm or email via the premium support website (http://www.giologist.com/vb) and we'll work on troubleshooting. Chances are there's a conflicting modification or customization.

zmickzalois3 12-03-2008 02:57 PM

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

zmickzalois3 12-03-2008 09:01 PM

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 '',

LordNinja 12-05-2008 01:20 AM

Q. How do i get extra fields to show in the "edit post" page?
A. This is only available in the premium version.

Do you mean I can't edit the extra fields after a thread is started?

movslow 12-05-2008 05:19 PM

Did all 4 template edits, uploaded said files and imported product. No dice.

Changed newthread template as per the instructions if another mod is possibly interferring and still not showing.

:confused:

jlew24asu 12-05-2008 05:53 PM

can this be used for one specific forum as opposed to all?

arakasi 12-05-2008 06:02 PM

Quote:

Originally Posted by LordNinja (Post 1678784)
Q. How do i get extra fields to show in the "edit post" page?
A. This is only available in the premium version.

Do you mean I can't edit the extra fields after a thread is started?

No, you can edit everytime the extra fields in posts, but not with the edit button. You must edit the Thread in Thread Options.

Works great for me.

Quote:

Originally Posted by jlew24asu (Post 1679188)
can this be used for one specific forum as opposed to all?

You must set every Forum ID indicate for all extra fields do you create.

jlew24asu 12-05-2008 06:18 PM

Quote:

Originally Posted by arakasi (Post 1679199)

You must set every Forum ID indicate for all extra fields do you create.

:confused:

oferelijah 12-07-2008 07:37 AM

Quote:

Originally Posted by Gio~Logist (Post 1676456)
Funny enough, that wasn't discovered until recently. Goes to show how many people use ie these days :p Was getting the same issue for search in the premium version but that's fixed, need to address required fields and path up the light as well asap.


When do you think this will be fixed? i want to install it.

i installed it on my test site when i discoverd that issue

NetRover 12-07-2008 10:48 AM

Hi Gio, glad someone brought this thread to life as I've never spotted it before.

If I enabled this for just one forum only and then the thread was moved to another forum would it still carry the extra info across?

wickedstangs 12-07-2008 12:41 PM

Very Nice...Thank You

yotsume 12-07-2008 02:30 PM

I bought the premium version however I am waiting for the next release with bug fixes and additions that I posted on your site.

Any chance on getting some news as to when you might release an updated version and what will be in the new version?

YsTyle 12-07-2008 02:35 PM

can i set who can look at the extra field by groups?

another question:

how can i make the extra fields shown like that:

extrafield1
extrafield2
extrafield3

instead of extrafield1 extrafield2 extrafield3

thanks :)

MissKalunji 12-09-2008 05:10 PM

what's the difference with this one and the previous one released?

jlew24asu 12-10-2008 11:19 AM

Quote:

Originally Posted by jlew24asu (Post 1679188)
can this be used for one specific forum as opposed to all?

I dont see how to set the Forum ID in the screen shots. how is this done?

LordNinja 12-16-2008 02:28 AM

Are extra fields searchable on free version, like vBulletin native Prefixes?

laskos 12-19-2008 08:20 PM

would you be able to have it so members can add a url in the boxes?

Nizwa 12-19-2008 08:37 PM

Please Gio~Logist

Check PM , i'm contacting you for todays

laskos 12-19-2008 09:18 PM

Quote:

Originally Posted by YsTyle (Post 1680297)
can i set who can look at the extra field by groups?

another question:

how can i make the extra fields shown like that:

extrafield1
extrafield2
extrafield3

instead of extrafield1 extrafield2 extrafield3

thanks :)

did you manage to get it to display like this? if not can the code who did this please tell me/us how to do it please :)

oferelijah 12-20-2008 06:52 AM

Quote:

Originally Posted by oferelijah (Post 1676214)
i have some problem..

i firefox the "Make a field required" woreks only in firefox, in IE its dont work

why?

i am running 3.7.3

Quote:

Originally Posted by oferelijah (Post 1680086)
When do you think this will be fixed? i want to install it.

i installed it on my test site when i discoverd that issue

??????

JRayers 12-26-2008 02:57 AM

Is it possible to have a set of input fields for New Thread and then a different set of input fields for Post Reply? I guess something along the lines of Sitepoint Marketplace where you can post a price and other details in the initial post, but then anyone that replies can only make a comment.

Brycestro 12-30-2008 01:08 PM

can the developer of this give an update on how this is progressing in terms of the fixes people have requested here? Sounds like a great hack that I'm wanting to buy but needs a few loose ends fixed up before going into production by the looks.

SpeedyHire 01-09-2009 08:40 AM

Quote:

Originally Posted by laskos (Post 1689093)
did you manage to get it to display like this? if not can the code who did this please tell me/us how to do it please :)


anyone got a fix for this yet

!!! 01-11-2009 09:39 PM

great hack

pipin 01-13-2009 05:26 PM

Quote:

Originally Posted by YsTyle (Post 1680297)
can i set who can look at the extra field by groups?

another question:

how can i make the extra fields shown like that:

extrafield1
extrafield2
extrafield3

instead of extrafield1 extrafield2 extrafield3

thanks :)


change in template showthread_extra_fields

PHP Code:

<b>$threadfield[title]:</b$thread[fieldvalue]&nbsp;&nbsp;&nbsp;

to

<b>$threadfield[title]:</b$thread[fieldvalue]<br /> 


Stickers 01-17-2009 08:40 PM

Can i also make link fields.. like :
link 1: boy
link 2: girl

kud0gfx 01-18-2009 09:36 PM

Bought the PRO version, it worth it!


All times are GMT. The time now is 06:21 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.01540 seconds
  • Memory Usage 1,843KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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