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
** You can change sizes with edit 500
('$1', 'popup' , 500, 500);
** You can show an image replace "VIEW" word.
for this, change this code:
to:
Is it useful? So rep me!
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:
\[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
('$1', 'popup' , 500, 500);
for this, change this code:
<strong>VIEW</strong>
to:
<img src="You image address" alt="title" border="0">
Is it useful? So rep me!