Is there any possibility to show also K2 extra filed on RAXO All-mode K2 module?
I think this os an important feature and that should be available.
Regards
Renzo
Show K2 extra fields in RAXO modules
Re: K2 extra field show
The module works only with standard K2 fields (title, text, image, hits, rating, etc) and doesn't work with K2 extra fields.
Join me on Facebook to keep up with the latest RAXO news and other Joomla stuff!
-
- Posts: 1
- Joined: Jan 30, 2017 2:10 pm
Use variables in text
Is it possible to use variables in item/categorie text, description, title, etc.?
I mean variables like the extra fields. We now do this by changing the templates (hard-coded) but it would be great if this could be done inside the items/categories.
An example of what I mean (cars):
Extra field [Brand]: Audi
Categorie: occassions
Extra field [Model]: A4 limousine
Extra field [Price]: 399
Extra field [mileage]: 21.000
Then make an item with:
Meta title: Buy [brand] [model] from our [Occassions] department now for only [price] with only [mileage] miles!
Meta description: Looking for [brand] [model]? Buy it today for only [price]. Only [mileage] miles!
Etc. etc.
I mean variables like the extra fields. We now do this by changing the templates (hard-coded) but it would be great if this could be done inside the items/categories.
An example of what I mean (cars):
Extra field [Brand]: Audi
Categorie: occassions
Extra field [Model]: A4 limousine
Extra field [Price]: 399
Extra field [mileage]: 21.000
Then make an item with:
Meta title: Buy [brand] [model] from our [Occassions] department now for only [price] with only [mileage] miles!
Meta description: Looking for [brand] [model]? Buy it today for only [price]. Only [mileage] miles!
Etc. etc.
Re: Show K2 extra fields in RAXO modules
Our K2 modules don't have extra fields support by default.
BUT we made it possible for our clients. We've created a step-by-step instruction how to show K2 extra fields in RAXO modules:
viewtopic.php?p=7248#p7248 (client area)
BUT we made it possible for our clients. We've created a step-by-step instruction how to show K2 extra fields in RAXO modules:
viewtopic.php?p=7248#p7248 (client area)
Re: Use variables in text
Our module is responsible only for its own module output. The module doesn't interfere with how category or item page is displayed.adegoede1982 wrote:Is it possible to use variables in item/categorie text, description, title, etc.?
I mean variables like the extra fields. We now do this by changing the templates (hard-coded) but it would be great if this could be done inside the items/categories.
So by using the instruction (see the post above) you can display K2 extra fields in RAXO module block. This a task for skilled people, but it's possible.
If that's what you are asking about...