Mod BBCode Database
BBCodes that need some file editing or extra files
Post
by BBCode Bot »
Popup BBCode
Author: djgalix
Description: Show your link in a popup. You can fully set the popup, size, scrollbar, menu, etc...
Attachment:
popup.zip
Download zip and don't forget to place "backblack.png" and "play.gif" in root/images
BBCode:
HTML:
Code: Select all
<table width="165" height="70" border="0" cellpadding="0" cellspacing="0" style="text-align: center;">
<tr>
<td background="./images/backblack.png" width="165" height="70">
<font color="#FFFFFF">{TEXT}</font><br>
<input type="image" src="./images/play.gif" title"{URL}" onclick="window.open('{URL}','','width=500,height=500,left=50,top=50,resizable=no,scrollbars=yes,toolbar=yes,menubar=yes,location=no,status=no')" type="button">
</tr></td>
</table>
Helpline:
Example: Code: Select all
[popup]Google,http://www.google.com[/popup]
Demo:
[popup]Google,
http://www.google.com[/popup]
Post
by wide »
Hello,seems such a nice code,
but doesn't work for me,
I just see this:
[Popup]
http://www.harley-heaven.com/[/Popup]
Post
by Stoker »
I have edited first post and added an example.
You have to use both text and link
Post
by wide »
Thank you,
that makes it more clear.
It's just that one of the pix isn't working.....
preview.jpg
You do not have the required permissions to view the files attached to this post.
Post
by Stoker »
Make sure that
both images is uploaded to the images folder.
The try posting this and see if i works:
Code: Select all
[popup]Google,http://www.google.com[/popup]
Post
by wide »
I'm getting the same result...
Post
by Stoker »
Which means that you are missing this image:

Please post a link to a topic where you are using this bbcode.
Post
by wide »