Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Popup Mycode

Allows you to post links that will open in a popup. The height and width of the popup window can be added to the popup tags


Title: PopUp MyCode
Short Description: Opens a posted link in a popup window
Regular Expression:

Code:
\[popup=(.*?),(.*?),(.*?)\](.*?)\[/popup\]

Replacement:

Code:
<a href="#" onclick="MyBB.popupWindow('$1', '$4', $2, $3);">$4</a>

Usage:

Quote:
[popup=URL,width,height]TEXT[/popup]

Example:

Quote:
[popup=http://mybboard.net,600,600]MyBBoard[/popup]