Custom Monitor BBcode

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Custom Monitor BBcode

Post by slash »

This BBcode add an image on a cool monitor (created by me in photoshop)

Download and up the image on /images
custom-monitor.rar
BBcode

Code: Select all

[custmo]{URL}[/custmo]
----------------------------------------------------------------------------
Html

Code: Select all

<!-- Codes and image by Slash www.wiizard.it -->
<div style="background: url(./images/custom-monitor.png) center no-repeat;width:440px;height:330px;">
<a href="{URL}">
<img src="{URL}" style="margin-left: auto; margin-right: auto; display: block; width: 352px; height: 188px; padding-top: 39px;">
</a>
</div>
----------------------------------------------------------------------------
Help Line

Code: Select all

enter the image's url between the tags [custmo][/custmo]
---------------------------------------------------------------------------
Demo

Image
You do not have the required permissions to view the files attached to this post.

Custom Monitor BBcode

Post by Galandas »

bbcode very nice thanks ;)

Custom Monitor BBcode

Post by master412160 »

Hey this is a very neat bbcode,

but it would be even greater if we can turn this into a image rotator?

We would be able to use this bbcode to show of any forum any type of pages. Maybe set a default for 3 images in rotator.

Custom Monitor BBcode

Post by slash »

XD too difficult for me! experts come forward!