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)

Daniel 02-19-2015 10:18 PM

Hey Gio, any news for search.php functionality?

Also, how can I make the textarea box larger by default? I have the paid version.
Thanks!

Gio~Logist 02-20-2015 03:22 AM

Quote:

Originally Posted by Daniel (Post 2538031)
Hey Gio, any news for search.php functionality?

Also, how can I make the textarea box larger by default? I have the paid version.
Thanks!

Not as of yet, still have products in the works. Working on it :up:

You can always use css to accomplish making it bigger - it if you're familiar, otherwise you'd have to edit code.

ndahiya 02-25-2015 08:03 PM

Let know when the integer dropdown and search is updated.
it might help for you to update (even if minor) the free version from 1.0.0 and support for 4.1 vb, just to show the mod is active...

Mariner1 02-26-2015 02:27 PM

just installed Premium version and i get this error,free version worked but not paid ver.Ive uninstalled it/reinstalled it,overwritten it.Tried everything,still no luck

Invalid SQL:

CREATE TABLE IF NOT EXISTS `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(200) NOT NULL default '',
`type` varchar(100) NOT NULL default '',
`size` char(3) NOT NULL default '40',
`options` varchar(200) NOT NULL default '',
`display` varchar(100) NOT NULL default '1',
PRIMARY KEY (`fieldid`)
) TYPE=MyISAM;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 11
Error Number : 1064
Request Date : Thursday, February 26th 2015 @ 01:43:56 PM
Error Date : Thursday, February 26th 2015 @ 01:43:56 PM
Script : http://www.xxxxxx.com/admincp/plugin...=productimport
Referrer : http://www.xxxxxxx.com/admincp/plugin.php?do=productadd
IP Address : xx.xx.xx.xx.
Username : xxxxxxxxxxxx
Classname : vB_Database
MySQL Version : 5.5.42-cll

Gio~Logist 02-26-2015 03:10 PM

Quote:

Originally Posted by Mariner1 (Post 2538866)
just installed Premium version and i get this error,free version worked but not paid ver.Ive uninstalled it/reinstalled it,overwritten it.Tried everything,still no luck

Invalid SQL:

CREATE TABLE IF NOT EXISTS `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(200) NOT NULL default '',
`type` varchar(100) NOT NULL default '',
`size` char(3) NOT NULL default '40',
`options` varchar(200) NOT NULL default '',
`display` varchar(100) NOT NULL default '1',
PRIMARY KEY (`fieldid`)
) TYPE=MyISAM;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 11
Error Number : 1064
Request Date : Thursday, February 26th 2015 @ 01:43:56 PM
Error Date : Thursday, February 26th 2015 @ 01:43:56 PM
Script : http://www.xxxxxx.com/admincp/plugin...=productimport
Referrer : http://www.xxxxxxx.com/admincp/plugin.php?do=productadd
IP Address : xx.xx.xx.xx.
Username : xxxxxxxxxxxx
Classname : vB_Database
MySQL Version : 5.5.42-cll


Answered you over on the paid support site :up: Seems like you might actually be importing the old xml, as this code is outdated. Please reach over on ModernvB, as giving paid support here is against the rules :up:

Mariner1 02-26-2015 03:20 PM

Ok.Im over there now waiting on your reply :)

Gio~Logist 02-26-2015 03:38 PM

Quote:

Originally Posted by Mariner1 (Post 2538879)
Ok.Im over there now waiting on your reply :)

Glad we gotcha sorted :) Enjoy!

ndahiya 03-09-2015 11:30 PM

Quote:

Originally Posted by ndahiya (Post 2538798)
Let know when the integer dropdown and search is updated..

sorry to be bugging you, but is there a ETA on this ? i intend to buy the full version, but need the features, and need to do it soon...

ndahiya

HM666 03-16-2015 10:12 PM

Having an issue with line breaks and using the text field box with many lines. Whenever we copy and paste a list like this:

Oranges
Apples
Pecans

and so on it comes out in the thread as this:

Oranges Apples Pecans

We need it to actually come out the way it was copied and pasted into the text field like it does in the vBulletin editor. You had answered someone on this and told them that the <div> was added but that does nothing in getting this sorted at all. Using the larger text field it is automatically not seeing the line breaks at all when a list is copied and pasted into it.

Gio~Logist 03-17-2015 02:26 AM

Quote:

Originally Posted by HM666 (Post 2540660)
Having an issue with line breaks and using the text field box with many lines. Whenever we copy and paste a list like this:

Oranges
Apples
Pecans

and so on it comes out in the thread as this:

Oranges Apples Pecans

We need it to actually come out the way it was copied and pasted into the text field like it does in the vBulletin editor. You had answered someone on this and told them that the <div> was added but that does nothing in getting this sorted at all. Using the larger text field it is automatically not seeing the line breaks at all when a list is copied and pasted into it.

Ah, that's not a bug necessarily, but rather it not using html or replacing \n within the field itself. Try this.

Add a new plugin to postbit_display_start, title can be Change Extra field \n to Line Breaks, set the order # to 1 and enter the following code

Code:

$thread['fieldx'] = nl2br($thread['fieldx']);
Change x to the fieldid for this field. That should work :up:


All times are GMT. The time now is 01:20 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.02001 seconds
  • Memory Usage 1,747KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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