Hello,
On this page https://www.chronoengine.com/faqs/58-cfv4/cfv4-elements-and-html/2631-how-can-i-get-information-about-the-current-page.html, there is tutorial to add information about current page.
Anyone know how to modify it for use with Flexicontent?
Thanks in advance
On this page https://www.chronoengine.com/faqs/58-cfv4/cfv4-elements-and-html/2631-how-can-i-get-information-about-the-current-page.html, there is tutorial to add information about current page.
Anyone know how to modify it for use with Flexicontent?
Thanks in advance
Hi mfe13260,
No idea - what is Flexicontent? It may have a class that you can access - or sometimes the Menu ID will do what you need.
Bob
No idea - what is Flexicontent? It may have a class that you can access - or sometimes the Menu ID will do what you need.
Bob
Hi Bob,
Flexicontent is CCK for Joomla. Articles are not supported by Joomla content but Flexicontent and url are different.
So when I put this code, it does not work
Thanks
Flexicontent is CCK for Joomla. Articles are not supported by Joomla content but Flexicontent and url are different.
So when I put this code, it does not work
<?php
$doc =& JFactory::getDocument();
?>
<input type='hidden' name='page_title' id='page_title' value='<?php echo $doc->getTitle(); ?>' />
Thanks
Please try to ask the Flexicontent dev how you can get the current article's/item title from a plugin, then you can use that code in your form.
Regards,
Max
Regards,
Max
This topic is locked and no more replies can be posted.
