- Posts: 15
COMMUNITY FORUM
Is it possible to create a Job board using K2?
- baggiesmad
-
Topic Author
- Offline
- New Member
Is it possible to create a Job board using K2?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- baggiesmad
-
Topic Author
- Offline
- New Member
- Posts: 15
Is it possible to add extra fields and tabs with the default component? or do I require additional plugins/modules?
Please Log in or Create an account to join the conversation.
- baggiesmad
-
Topic Author
- Offline
- New Member
- Posts: 15
Krikor Boghossian wrote: Yes, with extrafields and specific tags to handle all the extra lists you need.
Hi
Is it possible to add extra fields with the default component? or do I need additional modules / plugins?
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
You can add extra fields just using K2. However there is no option for adding tabs. This is something that needs to be handled in your template files.
Please Log in or Create an account to join the conversation.
- baggiesmad
-
Topic Author
- Offline
- New Member
- Posts: 15
Lefteris Kavadas wrote: @lee
You can add extra fields just using K2. However there is no option for adding tabs. This is something that needs to be handled in your template files.
What would the tabs be required for?
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- baggiesmad
-
Topic Author
- Offline
- New Member
- Posts: 15
Lefteris Kavadas wrote: You asked about tabs, not?
No just how to add custom fields. But thanks.
Do you know how I can display my custom fields in the K2 Content module?
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- baggiesmad
-
Topic Author
- Offline
- New Member
- Posts: 15
Lefteris Kavadas wrote: There is an option in the module for hiding/showing the item extra fields.
Thanks for that. I've changed it on the module to show but it still doesn't display on the front-end?
Please Log in or Create an account to join the conversation.
- baggiesmad
-
Topic Author
- Offline
- New Member
- Posts: 15
Thanks
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Yes but you need to write code for this. Example : getk2.org/community/English-K2-Community/161676-Display-specific-extra-field-in-module-position-#196930 . Of course you will need to make an override for the module first.
Please Log in or Create an account to join the conversation.
- baggiesmad
-
Topic Author
- Offline
- New Member
- Posts: 15
Lefteris Kavadas wrote: @lee
Yes but you need to write code for this. Example : getk2.org/community/English-K2-Community/161676-Display-specific-extra-field-in-module-position-#196930 . Of course you will need to make an override for the module first.
Thank you. Got it working with a template override.
Is it possible to have a Joomla menu item linking to the full category list rather than a category items?
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- baggiesmad
-
Topic Author
- Offline
- New Member
- Posts: 15
Lefteris Kavadas wrote: What do you mean by writing "Full category list" ?
List all the K2 categories via a joomla menu item.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
- Posts: 8743
Please Log in or Create an account to join the conversation.
- Karen
-
- Offline
- New Member
- Posts: 3
How do we insert a form so the user can fill in and apply for the job?
Each k2 item need to have a form, when user submit the form it need to specify from which k2 item it was submitted.
Can we integrate RSForm Pro? is there a plugin for it??
Thank you guys
Karen
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Please Log in or Create an account to join the conversation.
- Karen
-
- Offline
- New Member
- Posts: 3
Please Log in or Create an account to join the conversation.
- Usop Wilcha
-
- Offline
- Junior Member
- Posts: 29
Just sharing here, used to find the same question before, but not using RSForm
www.rsjoomla.com/support/documentation/rsform-pro/frequently-asked-questions/forms-included-in-k2-items-are-being-displayed-twice.html
www.rsjoomla.com/support/documentation/rsform-pro/plugins-and-modules/rsform-pro-system-plugin.html
Alternatively, you can put any modules, like form module in your K2 custom fields, so that it will displayed on your K2 pages, used the default load position plugin, that's should do the trick :)
Try to put something like {loadposition myposition} as default value in your custom fields, normally the last line that so that the form will be displayed under your item contents
Please Log in or Create an account to join the conversation.