- Grab the value of any field in your main article and use it as a live value in a list / search type
- Joomla! 3.x
SD Live CCK Field
SD Live CCK Field is a Live Value plugin that allows you to grab the value of any field in your main article and use it as a live value. The result is an endless list of possibilities for creating custom and tailored search and list views.
The most common usage scenario of this plugin is to use it in a list module to match the results to a specific field value from the main article.
Usage
Important Note on Usage
SD Live CCK Field does NOT work when there are multiple articles listed on the page, i.e in blog view etc. It works when there is a single full article view, and another search list used (as a module or not, it does not matter).
EDIT [December 15, 2016]: Octopoos takes over the support of this product.
Business Clubs:
- Lifetime License
- Unlimited Domains
Single purchase:
- Free Updates
- Lifetime License
- Unlimited Domains
Details:
Compatible up to:
SEBLOD 3.10.0
very nice and absolutely usefull
Please add the following snippet in your plugin before $live = ''; (this menas the call is not within a content otherwise error message by call from menu)
if ($config['pk'] == 0) {
return;
}
Best regards
kobalt