vb.org Archive

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

Gio~Logist 02-24-2006 10:00 PM

Extra Threadfields Lite(Add Text, Radio, Drop Down, & Checkbox Fields To Threads!)
 

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

Gio~Logist 02-25-2006 08:17 PM

Here are some screenshots.

FleaBag 02-25-2006 08:37 PM

I'll definitely take a look into this, looks tastey. Not sure if I'll need it as well as GARS though. I'll soon find out! :)

VaaKo 02-25-2006 08:41 PM

can this be used for the staff only?
in order to mark the thread as "moderated" so that other staff members don't have to check it and this will save some time...
can it work that way?

Daniel 02-25-2006 08:45 PM

Great job!

KTBleeding 02-25-2006 08:46 PM

Superb! I was going to do this myself, but not anymore. ;)
This is perfect.. seriously.

Thanks.

Gio~Logist 02-25-2006 08:58 PM

Quote:

Originally Posted by Don Corleone
can this be used for the staff only?
in order to mark the thread as "moderated" so that other staff members don't have to check it and this will save some time...
can it work that way?

I will hopefully look into this. Perhaps i will make it so that you have the option of making fields have permissions so that only certain usergroups can access them.

Gio~Logist 02-25-2006 08:59 PM

Quote:

Originally Posted by Daniel
Great job!

Thank you very much

Forgot to click install?:p

Gio~Logist 02-25-2006 08:59 PM

Quote:

Originally Posted by KTBleeding
Superb! I was going to do this myself, but not anymore. ;)
This is perfect.. seriously.

Thanks.

Heh. Glad you like it. Don't forget to click install.

naqalone 02-25-2006 09:04 PM

Great ! I think it should become the default feature of vBulletin :devious:

bashy 02-25-2006 09:21 PM

HI m8

I have installed and all seems well...
thanks

Gio~Logist 02-25-2006 09:23 PM

Quote:

Originally Posted by bashy
HI m8

I have installed and all seems well...
Apart from, i cant find the Thread Fields, i have added
a Extra Field in the Extra Threadfiels menu, but cant for the
life of me find the other part to it :o

What exactly do you mean?

Add a field, make sure you include the ID in which you want the forum to be in, and then make a new thread in that forum and you will see the extra fields appear. This is assuming you did the template edits and installed correctly ;].

bashy 02-25-2006 09:29 PM

Dont mind me m8...im half asleep

Ive only just realised that the Thread Fields are what you created :o lol
There is 1 issue though...
I have created a few fields now and set a forum but nothing is showing when i create a thread in that forum.....

I have forgotten sommat....?
I have done all the edits and imported the product

Quote:

Originally Posted by gio~logist
What exactly do you mean?

Add a field, make sure you include the ID in which you want the forum to be in, and then make a new thread in that forum and you will see the extra fields appear. This is assuming you did the template edits and installed correctly ;].


Gio~Logist 02-25-2006 09:32 PM

Quote:

Originally Posted by bashy
Dont mind me m8...im half asleep

Ive only just realised that the Thread Fields are what you created :o lol
There is 1 issue though...
I have created a few fields now and set a forum but nothing is showing when i create a thread in that forum.....

I have forgotten sommat....?
I have done all the edits and imported the product

Do you have "automatically show fields in threads" enabled? Also, did you fill out the extra field?

PS: Make sure you use the correct forumid of the forum(s) you want it to show on, seperated by a comma.

bashy 02-25-2006 09:35 PM

Hi

Yeah thats enabled

The extra fields arent showing, this is the probem, theres nowt there
when creating the thread, only using 1 forum id and thats 19, the for sale section

Gio~Logist 02-25-2006 09:50 PM

Quote:

Originally Posted by bashy
Hi

Yeah thats enabled

The extra fields arent showing, this is the probem, theres nowt there
when creating the thread, only using 1 forum id and thats 19, the for sale section

I think you have an error somewhere in your newthread template or something. I logged into your site admincp and deleted stuff from the newthread template, yet it was still showing, when i'd add text, it wouldn't show. I'm not sure why, however, something is wrong with that template.

I just deleted the whole prefix and title fields in your newthread template and they are still showing. Something really isn't right with that Bashy. I suggest looking into it if possible.

bashy 02-25-2006 09:55 PM

Oh...thats a shame i really liked this as well, just my luck....
I dont have any issues with posting normally :(

Developer 02-25-2006 10:00 PM

i like this hack so much
**I DON'T FORGET InSTaLL**

Gio~Logist 02-25-2006 10:11 PM

Quote:

Originally Posted by bashy
Oh...thats a shame i really liked this as well, just my luck....
I dont have any issues with posting normally :(

You won't as it doesn't effect that. I will try looking into your site problem when i get a chance. Promise :p

It doesn't make sense though really. I deleted things and they were still showing. It's like eating a cake and the cake still being there.

Edit: Your problem has been fixed.
http://www.bashys-place.com/forums/n...newthread&f=19

Must have been a hack that you had interfering with it. I will update the first post with a fix on this incase someone else has the same problem with a hack interfering.

Atakan KOC 02-25-2006 10:36 PM

Very Nice :)

GamerJunk.net 02-25-2006 11:00 PM

Is it capable of having a dropdown box that you can set multiple things....such as one for selling things like your example, and then have one for game matches, then another for etc

And you can choose which one you want and then it will change to display the options for that threadfield?

Gio~Logist 02-25-2006 11:03 PM

Quote:

Originally Posted by RasMasta
Is it capable of having a dropdown box that you can set multiple things....such as one for selling things like your example, and then have one for game matches, then another for etc

And you can choose which one you want and then it will change to display the options for that threadfield?

Yes :p. Don't forget that install button by the way!

Gio~Logist 02-25-2006 11:04 PM

Quote:

Originally Posted by Developer
i like this hack so much
**I DON'T FORGET InSTaLL**

:p Just the way i like it!

GamerJunk.net 02-25-2006 11:27 PM

Haven't installed yet...but I will after I fix a problem with my forumhome.

Gio~Logist 02-25-2006 11:29 PM

Quote:

Originally Posted by RasMasta
Haven't installed yet...but I will after I fix a problem with my forumhome.

:p Goodluck.

Reeve of shinra 02-25-2006 11:49 PM

This looks great and may actually work as that classified system I needed!

Gio~Logist 02-25-2006 11:55 PM

:p I was actually thinking of creating a classifieds system.

Renada 02-25-2006 11:59 PM

Hi,

Is there a way this could be used to address a message to a specific user - if so how would I go about this?

Thanks,
Renada

Gio~Logist 02-26-2006 12:01 AM

Quote:

Originally Posted by Renada
Hi,

Is there a way this could be used to address a message to a specific user - if so how would I go about this?

Thanks,
Renada

I'm not sure exactly what you mean and how that differs from just a regular PM. Please feel free to PM me with a more descriptive message regarding your request.

Reeve of shinra 02-26-2006 12:02 AM

Quote:

Originally Posted by gio~logist
:p I was actually thinking of creating a classifieds system.

Alot of people are dying for a classified system and I think I will have need of a real one for a future project. Free or commerical, I think it would go over well with alot of folks.

Gio~Logist 02-26-2006 12:04 AM

Quote:

Originally Posted by Reeve of shinra
Alot of people are dying for a classified system and I think I will have need of a real one for a future project. Free or commerical, I think it would go over well with alot of folks.

I may release it as free. Not sure yet.

GamerJunk.net 02-26-2006 12:04 AM

Don't have the extra options in my admincp....only the option to turn teh thing off in my vbulletin options...it doesn't show where I can add the extra fields.

Gio~Logist 02-26-2006 12:12 AM

Quote:

Originally Posted by RasMasta
Don't have the extra options in my admincp....only the option to turn teh thing off in my vbulletin options...it doesn't show where I can add the extra fields.

Make sure you upload all the necessary files in the right places.

GamerJunk.net 02-26-2006 12:33 AM

Yea thanks, didn't see that upload folder :)

Gio~Logist 02-26-2006 01:27 AM

Quote:

Originally Posted by RasMasta
Yea thanks, didn't see that upload folder :)

Glad you got it to work :p

hiiped 02-26-2006 02:06 AM

great concept

thanks

< installs >

Gio~Logist 02-26-2006 02:07 AM

Quote:

Originally Posted by hiiped
great concept

thanks

< installs >

:p Don' forget to click it though :p

naqalone 02-26-2006 03:02 AM

How can I include the values of RadioButton to the content of thread ?

Gio~Logist 02-26-2006 03:34 AM

Quote:

Originally Posted by naqalone
How can I include the values of RadioButton to the content of thread ?

You insert different options for the radios, then they select the one they want, and it will appear as so :p

adalren 02-26-2006 04:09 AM

Is there a way to search & sort these new fields?


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.01781 seconds
  • Memory Usage 1,841KB
  • 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
  • (2)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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