![]() |
popup Window - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Resources (https://community.mybb.com/forum-8.html) +--- Forum: MyCodes (https://community.mybb.com/forum-117.html) +--- Thread: popup Window (/thread-125315.html) |
popup Window - M.Abbasi - 2012-08-30 Hi! I do not know this mycode is really useful or not but I want to share it. it's a very very simple code! ![]() for showing your URLs or pics, etc you can use this, for example I use this in my forum for showing bar codes ![]() Title: popup window Regular Expression:
Replacement: For this field, if window size is not important use this code:
And if it is important for you, use this code for show a popup window with specific height and width:
Enabled? Yes ('$1', 'popup' , 500, 500); for this, change this code:
to:
Is it useful? So rep me! RE: popup Window - Deadite - 2012-09-17 Hi, I'm a noob and I'm afraid of meddling with the templates in my forum. I like the idea of this but is it okay if I request an image, or an example? I just want to see it so I can be sure this is something I wanted in the forum. RE: popup Window - Nathan Malcolm - 2012-09-17 (2012-09-17, 05:45 PM)Deadite Wrote: Hi, I'm a noob and I'm afraid of meddling with the templates in my forum. I like the idea of this but is it okay if I request an image, or an example? I just want to see it so I can be sure this is something I wanted in the forum. It's not related to the template system at all. ACP > Configuration > MyCode > Add New MyCode |