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 04-29-2006 04:19 PM

Quote:

Originally Posted by Michael Hyatt
Okay that makes sense on editing the thread.

No, the Quick Report I envision would be done from the forum home page. Imagine a user visits the bb first thing in the morning. He pulls down a menu option that allows him to see every thread for which he is assigned as the owner.

Does that make sense? Or can the normal Search capability of vBulletin find the data in the extra fields?

Sorry, i still am not sure exactly what you are trying to accomplish. Perhaps you can enhance on this? Feel free to provide screenshots and such if you'd like.

Michael Hyatt 04-29-2006 04:22 PM

One other item: I have created a drop-down select box. I have about 30 names (I had to use the "Large Edit Box" function.) However, only about half of them are display on the new post form. I assume there is a variable in a template that I can adjust to allow for more entries. Thanks.

Gio~Logist 04-29-2006 04:25 PM

Quote:

Originally Posted by Michael Hyatt
One other item: I have created a drop-down select box. I have about 30 names (I had to use the "Large Edit Box" function.) However, only about half of them are display on the new post form. I assume there is a variable in a template that I can adjust to allow for more entries. Thanks.

Try running this query in phpmyadmin
Code:

ALTER TABLE `thread` CHANGE `fieldX` `fieldX` MEDIUMTEXT NOT NULL
Make sure to replace the X with the fieldid.

Michael Hyatt 04-29-2006 04:35 PM

Quote:

Originally Posted by gio~logist
Try running this query in phpmyadmin
Code:

ALTER TABLE `thread` CHANGE `fieldX` `fieldX` MEDIUMTEXT NOT NULL
Make sure to replace the X with the fieldid.

I'm checking to see if phpmyadmin is installed on the server. Is this the same as running Execute SQL Query from the Admin Control Panel?

Michael Hyatt 04-29-2006 04:37 PM

Quote:

Originally Posted by gio~logist
Sorry, i still am not sure exactly what you are trying to accomplish. Perhaps you can enhance on this? Feel free to provide screenshots and such if you'd like.

I guess at the simplest level, I'd like to use vBulletin's search feature to find data stored in the extra thread fields. Does this help?

Gio~Logist 04-29-2006 04:42 PM

Quote:

Originally Posted by Michael Hyatt
I'm checking to see if phpmyadmin is installed on the server. Is this the same as running Execute SQL Query from the Admin Control Panel?

Yes.

Gio~Logist 04-29-2006 04:42 PM

Quote:

Originally Posted by Michael Hyatt
I guess at the simplest level, I'd like to use vBulletin's search feature to find data stored in the extra thread fields. Does this help?

Ah yes. This is already a feature, but in the premium version.

Michael Hyatt 04-30-2006 01:30 AM

Quote:

Originally Posted by gio~logist
Try running this query in phpmyadmin
Code:

ALTER TABLE `thread` CHANGE `fieldX` `fieldX` MEDIUMTEXT NOT NULL
Make sure to replace the X with the fieldid.

Where do I find the field ID?

0ptima 04-30-2006 01:40 AM

This hack is amazing! Would it be possible to add a label, so it could be used to describe the field? For example if I had a field called Price, a label next to (or on top of the price field) could say "Please indicate the currency" and the label would only appear when starting a new thread.

What plans do you have for the premium version?

0ptima 04-30-2006 02:02 AM

How could I allow users to change the values in the custom fields when editing a post?


All times are GMT. The time now is 10:02 AM.

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.01483 seconds
  • Memory Usage 1,744KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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