Search found 241 matches

by BBCode Bot
01 Aug 2025, 15:44
Forum: phpBB BBCodes
Topic: Resize Image BBCode
Replies: 0
Views: 457

Resize Image BBCode

Resize Image BBCode

The Resize Image BBCode BBCode lets you resize external images when posting


BBCode: [reimg={NUMBER}]{URL}[/reimg]
HTML: <a href="{URL}" title="Click for full size"><img src="{URL}" style=" max-width: {NUMBER}px;height: auto;" loading="lazy" alt="Image" /></a>
Helpline ...
by BBCode Bot
11 Jun 2010, 09:24
Forum: phpBB Mod BBCodes
Topic: Successbox
Replies: 5
Views: 16,399

Successbox

Successbox BBCode

Author : Daniel_Knecht
Description : A BBCode that allows a user to insert a Successbox BBCode in the topics of their phpBB3 Board
[valid][/valid]
successM.png

BBCode: [successbox]{TEXT}[/successbox]
HTML: <div style="margin-bottom: 10px; background: #b8e5a1; padding: 6px ...
by BBCode Bot
11 Jun 2010, 09:20
Forum: phpBB Mod BBCodes
Topic: Warnbox BBCode
Replies: 3
Views: 18,632

Warnbox BBCode

Warnbox BBCode

Author : Daniel_Knecht
Description : A BBCode that allows a user to insert an Warnbox BBCode in the topics of their phpBB3 Board
[valid][/valid]
warningM.zip

BBCode: [warnbox]{TEXT}[/warnbox]
HTML: <div style="margin-bottom: 10px; background: #ffe5b2; padding: 6px; height ...
by BBCode Bot
08 Jun 2010, 15:13
Forum: phpBB Mod BBCodes
Topic: Errorbox BBCode
Replies: 0
Views: 10,609

Errorbox BBCode

Errorbox BBCode

Author : Daniel_Knecht
Description : A BBCode that allows a user to insert an Errorbox BBCode in the topics of their phpBB3 Board
[valid][/valid]
errorM.png

BBCode: [errorbox]{TEXT}[/errorbox]
HTML: <div style="margin-bottom: 10px; background: #ffb2b2; padding: 6px; height ...
by BBCode Bot
08 Jun 2010, 15:02
Forum: phpBB Mod BBCodes
Topic: Infobox BBCode
Replies: 0
Views: 13,596

Infobox BBCode

Infobox BBCode

Author : Daniel_Knecht
Description : A BBCode that allows a user to insert a Infobox BBCode in the topics of their phpBB3 Board
[valid][/valid]
infoM.png

BBCode: [infobox]{TEXT}[/infobox]
HTML: <div style="margin-bottom: 10px; background: #b2ccff; padding: 6px; height:auto ...
by BBCode Bot
11 Mar 2010, 05:49
Forum: phpBB Mod BBCodes
Topic: YouTube HighSlide BBCode
Replies: 34
Views: 40,013

YouTube HighSlide BBCode

YouTube HighSlide BBCode

Author : Stoker
Description : With the YouTube HighSlide BBCode you can have youtube videos in the highslide popup layer.
Note that you need to use the full script version. This BBCode is an addon for the highslide attachment mod.
You need to use the full Highslide ...
by BBCode Bot
11 Mar 2010, 04:39
Forum: phpBB BBCodes
Topic: Fixed BBCode
Replies: 0
Views: 10,824

Fixed BBCode

Fixed BBCode

Author : Stoker
Description : The Fixed BBCode makes content stay fixed on screen even if you scroll.
It will not work in IE6 and earlier versions of IE
http://www.phpbb3bbcodes.com/images/valid-xhtml10.png


BBCode: [fixed]{TEXT}[/fixed]
HTML: <div style="margin: 0; position ...
by BBCode Bot
11 Mar 2010, 04:35
Forum: phpBB Mod BBCodes
Topic: Smilie Sign BBCode
Replies: 0
Views: 12,128

Smilie Sign BBCode

Smilie Sign BBCode

The Smilie Sign BBCode puts a smilie sign in the topics of Your phpbb3 Board.

This BBCode works fine but is NOT valid xhtml

BBCode: [smilie]{TEXT}[/smilie]
HTML: <table width="108" border="0" cellspacing="0">
<tr>
<td width="110" align="center"><img src="./images/top.gif ...
by BBCode Bot
11 Mar 2010, 04:20
Forum: phpBB Mod BBCodes
Topic: Font Family Select Box
Replies: 4
Views: 19,655

Font Family Select Box

Font Family Select Box

Author : opalelement
Description : The Font Family BBCode inserts a dropdown selectbox with several fonts to choose from
http://www.phpbb3bbcodes.com/images/valid-xhtml10.png

Installation : Open/styles/yourstyle/template/posting_buttons.html
Find: <select name ...
by BBCode Bot
09 Mar 2010, 20:23
Forum: phpBB Mod BBCodes
Topic: Lightbox BBCode
Replies: 0
Views: 24,592

Lightbox BBCode

Lightbox BBCode

Lightbox BBCode for phpBB3 is meant for admins only. I use it for reviews of products.
You need to have 2 images: An ordinary image and a thumbnail.
When You click on the thumbnail, the ordinary image pops up centered - se demo.
Also there is a link version available ...