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)

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.


All times are GMT. The time now is 04:59 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.01042 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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