Newbie plugin maker needs URL help
I don't have much php/Smarty experience but decided to try my hand at a few wiki plugins, following the examples of the current plugins. I made an IFRAME plugin that works fine for a normal source URL (for the page that opens in the frame), but not for Tiki URLs (or any URLs containing '='). With a URL like tiki-index.php?page=Frame_content I get a Tiki error page in the frame saying, 'Sorry, "" has not been created.' The URL gets truncated after the equal sign. Can anybody help this plugin beginner with a tip on how to get that kind of URL to be passed on completely? 😊 TIA.
Also, I just finished an image popup plugin (click on a small image and a pop-up window opens with a larger image) which works fine except for the same problem: any URL containing an equal sign gets cut off after the equal sign, so for now the plugin only works for images with normal URLs (no equal signs).
Any clues on how to solve this would be greatly appreciated.
-- Gary