Please note that Form2Content is no longer being developed. All files from the latest version can be found on Github.

Form2Content Forum

Questions and answers for Form2Content, a Joomla CCK.
  1. David Dutnall
  2. F2C Search front-end
  3. Friday, 02 February 2018
  4.  Subscribe via email
Hi,

I purchased the F2C Search component / module yesterday. Setup was pretty easy without having to consult the documentation to much which is great. Just using with a single content-type.

The only issue I currently have is that the Integer Slider field does not show a slider, it just outputs the start and end limits in text.

The proposal was to use this to select a range based on Year. The Year field is not a date field, its a standard single line text field that contains the year. IE. 1968, 1971, 2018 etc.

In case the slider expects some other form of HTML5 input I have also tried this a number field and a range field to no avail.

Not sure whether this slider uses javascript however I can see no errors in the javascript console using Google Dev tools.

Any ideas?


F2C Pro 6.17.0
F2C Search 6.7.0

Regards,

Dave
Responses (6)
Accepted Answer Pending Moderation
Hi Dave,

I have a working website with those versions and Joomla 3.8.3 (Please don't upgrade to 3.8.4 yet).

Possible issues:

  • JS conflict, if you select something else does the item count (search results) update?
  • You can set an integer validation mask on your text field to be 100% sure there is no other data added to the text field?

Some validation examples:

/^[0-9]*?$/ Integer number
/^[0-9]{4}[ ]?[a-z|A-Z]{2}$/ Dutch zipcode: 4 digits, optional space, 2 alphabetical characters
/^[0-9]+\.[0-9]{2}$/ fractional number with 2 digit precision (e.g. to specify an amount: 125.45)

RegEx pattern (Javascript) and RegEx pattern (PHP) should have same values.

Regards,
Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
  1. more than a month ago
  2. F2C Search front-end
  3. # 1
Accepted Answer Pending Moderation
Hi Patrick,

JS conflict, if you select something else does the item count (search results) update?

I can see nothing flagging up in the JS console. Everything else, including item count updates are fine.

You can set an integer validation mask on your text field to be 100% sure there is no other data added to the text field?

Tried that with no issue. Ive changed to a "Integer Interval (custom)" field which works fine with the same data so I don't believe there is anything wrong with the data format.

Regards,

Dave
  1. more than a month ago
  2. F2C Search front-end
  3. # 2
Accepted Answer Pending Moderation
Hi Dave,

Is it possible to send me and admin account to support at opensourcedesign.nl? That way I can see myself what's going on.

Regards,
Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
  1. more than a month ago
  2. F2C Search front-end
  3. # 3
Accepted Answer Pending Moderation
Hi Patrick,

The details are on the other ticket I have open

http://forum.form2content.com/f2c-edit-article-button-not-routing-correctly

Regards,

Dave
  1. more than a month ago
  2. F2C Search front-end
  3. # 4
Accepted Answer Pending Moderation
Hi Dave,

I don't understand. There is no F2C search installed on the streetviews website?!

I would also very much recommend to uninstall everything you are not using. And update evruthing that you are.

Regards,
Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
  1. more than a month ago
  2. F2C Search front-end
  3. # 5
Accepted Answer Pending Moderation
Sorry, found it on the 'new' website.

Regards,
Patrick
Please read the F2C documentation before asking questions! Thank you if you've done so ;)
  1. more than a month ago
  2. F2C Search front-end
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.