noob trying to embed simple php script within wiki
Re: noob trying to embed simple php script within wiki
Posted: Thu 26 of Jun, 2008 (02:17 UTC),Hi Poole,
This is not possible, and with good reason - this is a security disaster waiting to happen. I would look into overriding a .tpl file and using smarty to
This is not possible, and with good reason - this is a security disaster waiting to happen. I would look into overriding a .tpl file and using smarty to
Please enter a valid 'page_name', 'page_id' or 'content_id' to include in this page.
or similar.Re: noob trying to embed simple php script within wiki
Posted: Sun 29 of Jun, 2008 (03:26 UTC),If you want to load additional data to add to your wiki page, you might want to either edit the php file that loads up a wiki page to lookup whatever additional info you need. If you want to do that without forking from the wiki code base you could do this through a service. See: LibertyServices