- Posts: 11
COMMUNITY FORUM
K2 Tool Search Box
- Mars Cureg
- Topic Author
- Offline
- New Member
Less
More
5 years 6 months ago #171961
by Mars Cureg
K2 Tool Search Box was created by Mars Cureg
Hi, I am using the k2 tools module as Search box but the thing is:
- The search box / input box does not accept spaces
How to disable this?
- The search box / input box does not accept spaces
How to disable this?
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
5 years 6 months ago #171983
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic K2 Tool Search Box
Is your site public to check it out?
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mars Cureg
- Topic Author
- Offline
- New Member
Less
More
- Posts: 11
5 years 6 months ago #172027
by Mars Cureg
Replied by Mars Cureg on topic K2 Tool Search Box
I can PM you the link
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
5 years 6 months ago #172046
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic K2 Tool Search Box
Use our contact form. This forum does not utilize PMs.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mars Cureg
- Topic Author
- Offline
- New Member
Less
More
- Posts: 11
5 years 6 months ago #172139
by Mars Cureg
Replied by Mars Cureg on topic K2 Tool Search Box
I have sent a message via contact form
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
5 years 6 months ago #172152
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic K2 Tool Search Box
It looks like JS is applied to the search box and trims any whitespace character as you type them.
An example JS function to do that is: jsfiddle.net/2csf7/68/
So this probably comes from the template. Search for "keyup" in your template's JS files or just ask the developers of that template.
An example JS function to do that is: jsfiddle.net/2csf7/68/
So this probably comes from the template. Search for "keyup" in your template's JS files or just ask the developers of that template.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mars Cureg
- Topic Author
- Offline
- New Member
Less
More
- Posts: 11
4 years 10 months ago #174505
by Mars Cureg
Replied by Mars Cureg on topic K2 Tool Search Box
I finally found the binding of the JS so i just remove it.
Just a follow up question, how to change the k2 search tool to search the entire website not only k2 contents?
Just a follow up question, how to change the k2 search tool to search the entire website not only k2 contents?
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 10 months ago #174506
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic K2 Tool Search Box
You can't, otherwise it wouldn't be called "K2 Search" :)
Just use Joomla's Search module. This is what you want.
Just use Joomla's Search module. This is what you want.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mars Cureg
- Topic Author
- Offline
- New Member
Less
More
- Posts: 11
4 years 10 months ago #174507
by Mars Cureg
Replied by Mars Cureg on topic K2 Tool Search Box
:) i got your point, just wanted to if there is any code that i can simply replace in the core files of the module so that it will display search result of the entire website. Please!
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
4 years 10 months ago #174508
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic K2 Tool Search Box
Again, it's not possible. The Joomla Search component hooks up to search-type plugins and executes SQL queries on all supported components.
The solution is there for you already.
The solution is there for you already.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.