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)

geckoz 08-15-2014 12:19 PM

I don't see any search options in forumdisplay but the fields are set to searchable. How to fix?

alcazarx 08-15-2014 02:17 PM

Just reading the feature list above, you need Premium Version for this.
Btw, the link for premium doesnt seem to work any more :(

Gio~Logist 01-28-2015 09:26 AM

Quote:

Originally Posted by LL SELULAR (Post 2509089)
oke thanks

Glad you got it sorted

Gio~Logist 01-28-2015 09:26 AM

Quote:

Originally Posted by alcazarx (Post 2511403)
Just reading the feature list above, you need Premium Version for this.
Btw, the link for premium doesnt seem to work any more :(

Fixed

Gio~Logist 01-28-2015 09:29 AM

I haven't had time to support the free version much as I've been busy with paid clients for both contracted work and premium product purchases. However, i've subscribed myself to this thread again in case anyone is having any issues.

Daniel 02-05-2015 12:23 AM

I have the premium version but the extra threadfields aren't searchable. Any word on if that's been fixed or when you will fix it?

Gio~Logist 02-05-2015 12:43 AM

Quote:

Originally Posted by Daniel (Post 2536221)
I have the premium version but the extra threadfields aren't searchable. Any word on if that's been fixed or when you will fix it?

At the moment they're searchable via forumdisplay.php, just not search.php. Working on search.php itself for the next update. Our first focus was making sure they were searchable on forumdisplay.php

Daniel 02-05-2015 08:38 AM

Thanks Gio. Appreciate the quick response and will look forward to the search.php update.

ndahiya 02-16-2015 10:02 PM

can one of the field types be integer (could be dropdown). Additionally, allow range search - for eg: search length from 100 to 150.

i would likely buy the premium version if this was supported. Would also need a auto expire mod, but i think another mod could work for that.
combine the 2, and you can setup a craigslist type classified system... or so i hope :)

ndahiya

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

Quote:

Originally Posted by ndahiya (Post 2537715)
can one of the field types be integer (could be dropdown). Additionally, allow range search - for eg: search length from 100 to 150.

i would likely buy the premium version if this was supported. Would also need a auto expire mod, but i think another mod could work for that.
combine the 2, and you can setup a craigslist type classified system... or so i hope :)

ndahiya

Auto expire isn't a foreseeable feature for this as it isn't directly related. Integer in a drop down is definitely possible, but range searching would currently need to be a custom modification.

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:

HM666 05-28-2015 06:10 AM

Quote:

Originally Posted by Gio~Logist (Post 2540679)
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:

Thanks but how do I find the field ID? There is no indication of it that I can see.

blind-eddie 05-28-2015 09:50 AM

Quote:

Originally Posted by HM666 (Post 2546601)
Thanks but how do I find the field ID? There is no indication of it that I can see.

In the Extra Fields Manager, move your curser over the actual question. It will show the ID of the question.
But, I just tested the authors fix and it does not work for me on vb4.2.2.

I am also seeing this issue with the threadfield description, they are showing like this:



This
is
another
test.

HM666 05-28-2015 03:51 PM

Quote:

Originally Posted by blind-eddie (Post 2546611)
In the Extra Fields Manager, move your curser over the actual question. It will show the ID of the question.
But, I just tested the authors fix and it does not work for me on vb4.2.2.

I am also seeing this issue with the threadfield description, they are showing like this:



This
is
another
test.

Ah ok I see the ID's will give it a go later on tonight and see if it works ok.

JenniferK 06-12-2015 04:00 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

I am getting this same error, except with the free version. I also got:

PHP Warning: mysqli_query(): (42000/1064): 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 in ..../includes/class_core.php on line 1394

I am using vb 4.2.3RC1 - is it that it is not compatible or is there some other problem?

blind-eddie 06-12-2015 06:36 PM

In the product find all instances of TYPE=MyISAM and change to ENGINE=MyISAM reimport product.

Gio~Logist 06-12-2015 08:52 PM

You can just remove
Code:

TYPE=MyISAM;
altogether from the xml file., I'll update it now as well.

HM666 11-03-2015 07:09 PM

Is there a way to take the limit off the dropdown choices? I'm trying to use the light version and it only allowed about 10 choices. I need it to allow around 50-100 choices for a drop down field.

Gio~Logist 11-04-2015 01:32 AM

Quote:

Originally Posted by HM666 (Post 2558148)
Is there a way to take the limit off the dropdown choices? I'm trying to use the light version and it only allowed about 10 choices. I need it to allow around 50-100 choices for a drop down field.

That many options at the moment is only available on the premium version :up:

HM666 11-04-2015 02:29 AM

Quote:

Originally Posted by Gio~Logist (Post 2558185)
That many options at the moment is only available on the premium version :up:

Ok thanks. :)

JenniferK 11-18-2015 02:52 PM

Has anyone figured out a way to make the threadfields show up in their RSS feed?

tim.liton 12-03-2015 06:19 PM

I have bought two of those plugins in 2013 and my forum got hacked always when I enabled those mods. Am not sure if the dev have patched.

blind-eddie 12-03-2015 08:54 PM

Quote:

Originally Posted by tim.liton (Post 2559661)
I have bought two of those plugins in 2013 and my forum got hacked always when I enabled those mods. Am not sure if the dev have patched.

What?

Gio~Logist 12-03-2015 09:28 PM

Quote:

Originally Posted by tim.liton (Post 2559661)
I have bought two of those plugins in 2013 and my forum got hacked always when I enabled those mods. Am not sure if the dev have patched.

We have literally never heard about this and i'm not even sure how this is possible. You may want to look at other possible vulnerabilities.

rezi 01-18-2016 07:06 PM

Hi Gio~Logist,

i got from the past the sr extra thredfields for my forum vb 3.6.4
Now i buyed the version 4.2.3 and wanted to ask if they are still valid?
Or do i have to upgrade and implement the new one?

Thank you,
Rezi

Gio~Logist 01-19-2016 12:24 PM

Quote:

Originally Posted by rezi (Post 2562920)
Hi Gio~Logist,

i got from the past the sr extra thredfields for my forum vb 3.6.4
Now i buyed the version 4.2.3 and wanted to ask if they are still valid?
Or do i have to upgrade and implement the new one?

Thank you,
Rezi

You will need to purchase and upgrade and your data will not be lost if you updated properly :) Any other questions, feel free to shoot me a pm.

rezi 01-19-2016 12:41 PM

thank you!
i just sent you a pm.

Regards,
Rezi

HM666 01-23-2016 02:35 PM

1 Attachment(s)
Have a problem after creating some fields for a forum area. It looks as if there is a missing div tag or something similar. How can I fix this? It looks funky. :(

Gio~Logist 01-24-2016 01:49 AM

This is because your style is custom and it's not able to make the adjustments properly. Can you provide me with admincp via pm?

HM666 01-24-2016 02:42 AM

Quote:

Originally Posted by Gio~Logist (Post 2563320)
This is because your style is custom and it's not able to make the adjustments properly. Can you provide me with admincp via pm?

Its the default style, I have not created a custom style yet. Sending you a PM.

HM666 01-30-2016 06:08 AM

??? Hello??? I sent a PM days ago with the login info and there has not been any login as of yet to check.


All times are GMT. The time now is 09:04 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.01468 seconds
  • Memory Usage 1,840KB
  • 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
  • (19)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
  • (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