popup Window
#1
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! Big Grin

for showing your URLs or pics, etc you can use this, for example I use this in my forum for showing bar codes Big Grin

Title: popup window
Regular Expression:
\[popup\](.*?)\[/popup\]

Replacement:
For this field, if window size is not important use this code:
<a href="#" onclick="MyBB.popupWindow('$1');"><strong>VIEW</strong></a> 

And if it is important for you, use this code for show a popup window with specific height and width:
<a href="#" onclick="MyBB.popupWindow('$1', 'popup' , 500, 500);"><strong>VIEW</strong></a>

Enabled? Yes

[Image: lightbulb.gif]** You can change sizes with edit 500
('$1', 'popup' , 500, 500);



[Image: lightbulb.gif]** You can show an image replace "VIEW" word.
for this, change this code:
<strong>VIEW</strong>

to:
<img src="You image address" alt="title" border="0">


Is it useful? So rep me! [Image: nishkhand.gif]
Reply


Messages In This Thread
popup Window - by M.Abbasi - 2012-08-30, 11:58 AM
RE: popup Window - by Deadite - 2012-09-17, 05:45 PM
RE: popup Window - by Nathan Malcolm - 2012-09-17, 05:47 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)