- Posts: 4
COMMUNITY FORUM
K2 Extra fields
- PawWest
- Topic Author
- Offline
- New Member
Less
More
8 years 5 months ago #155883
by PawWest
K2 Extra fields was created by PawWest
Hi all!
I need help big time with :
1; is it possible to have one extra field type ( multi select box ) ind backend and then a dropdownlist in frontend ?
2; i want to use "price range" in extra field, but cannot select it when a create a extra field, HELP ?
All help is appreciated :-)
I need help big time with :
1; is it possible to have one extra field type ( multi select box ) ind backend and then a dropdownlist in frontend ?
2; i want to use "price range" in extra field, but cannot select it when a create a extra field, HELP ?
All help is appreciated :-)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 5 months ago #155885
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic K2 Extra fields
Hello,
1, Yes but you need to manually develop the presentation (select element).
You can render a specific extrafield like this ->
github.com/kricore/Advanced-templating-with-K2/blob/master/_inc/cheatsheet.php#L104-L109
In order to create a <select> element you might need to manipulate the value using PHP's explode() method.
2. Price Range is not available by default. You need an extension for creating custom extra field types.
1, Yes but you need to manually develop the presentation (select element).
You can render a specific extrafield like this ->
github.com/kricore/Advanced-templating-with-K2/blob/master/_inc/cheatsheet.php#L104-L109
In order to create a <select> element you might need to manipulate the value using PHP's explode() method.
2. Price Range is not available by default. You need an extension for creating custom extra field types.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- PawWest
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
8 years 5 months ago #155887
by PawWest
Replied by PawWest on topic K2 Extra fields
Thanks for replying
1; i dont know how to do that.. im new to all things in webdesign. Is there a Extension which could make it easier ?
2; Thank you. it has been driving me crazy ! So not at search and Filter extension like JA K2 filter component ?
I have been surfing various support sites for 5 days and no answer, but maybe i just didn't find the right one :-)
1; i dont know how to do that.. im new to all things in webdesign. Is there a Extension which could make it easier ?
2; Thank you. it has been driving me crazy ! So not at search and Filter extension like JA K2 filter component ?
I have been surfing various support sites for 5 days and no answer, but maybe i just didn't find the right one :-)
Please Log in or Create an account to join the conversation.
- PawWest
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
8 years 5 months ago #155888
by PawWest
Replied by PawWest on topic K2 Extra fields
i was a tweak in my system, now its all good :-)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 5 months ago #155891
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic K2 Extra fields
JA K2 filter offers a lot of extra functionality.
If they offer filtering based on a range, then you have found the extension you need :)
As for the select element, I am not sure you need this element if you are not using a form. Form elements should be used (in general) in forms.
You can use a <ul> or <ol> element instead.
If they offer filtering based on a range, then you have found the extension you need :)
As for the select element, I am not sure you need this element if you are not using a form. Form elements should be used (in general) in forms.
You can use a <ul> or <ol> element instead.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- PawWest
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
8 years 5 months ago #155894
by PawWest
Replied by PawWest on topic K2 Extra fields
You can use a <ul> or <ol> element instead.
that tells me nothing :-) im totally new in this :-)
but thanks for the help !!
that tells me nothing :-) im totally new in this :-)
but thanks for the help !!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 5 months ago #155896
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic K2 Extra fields
Mere suggestion for the HTML tags you should use.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.