How to cache out template? - Joomla! Forum - community, help and support
here's example of i'm trying accomplish.
http://www.hongkiat.com/blog/display-wo ... -wp-sites/
the goal export template via set of cached files integrate template other portions of website doesn't use joomla cms (like wordpress or forum software). know how go doing this?
http://www.hongkiat.com/blog/display-wo ... -wp-sites/
the goal export template via set of cached files integrate template other portions of website doesn't use joomla cms (like wordpress or forum software). know how go doing this?
"the goal export template via set of cached files"
what?
use browser view source , copy in appropriate markup , include appropriate css , js files.
you can load joomla framework outside joomla , programatically little html/copy , pasting. issues if it's w/in system might have session collisions loading joomla , screw logins both systems.
if it's plan site, can load joomla, render modules, load plugins, language files, render document head (script , style includes) , lot more. can load db portion , make db calls effortlessly.
if need examples try googling things "loading joomla framework outside joomla". there might wordpress plugins integrate , etc.
i had sessions collisions whmcs dislike whmcs , how coded caused issues. loading joomla inside wordpress, phpbb, etc. might fine , easy.
if inside system, try use overriding , don't "hack" code it, or make plugin system maybe. loading plan site may easier whatever need do.
what?
use browser view source , copy in appropriate markup , include appropriate css , js files.
you can load joomla framework outside joomla , programatically little html/copy , pasting. issues if it's w/in system might have session collisions loading joomla , screw logins both systems.
if it's plan site, can load joomla, render modules, load plugins, language files, render document head (script , style includes) , lot more. can load db portion , make db calls effortlessly.
if need examples try googling things "loading joomla framework outside joomla". there might wordpress plugins integrate , etc.
i had sessions collisions whmcs dislike whmcs , how coded caused issues. loading joomla inside wordpress, phpbb, etc. might fine , easy.
if inside system, try use overriding , don't "hack" code it, or make plugin system maybe. loading plan site may easier whatever need do.
Comments
Post a Comment