Moderator message profile name 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

Moderator message profile name BBCode

Post by Galandas »

Title: Moderator message profile name BBCode
Author: Rey,Galandas
Description: With this we can insert into your messages BBCode preset text with the name of who moderated the post, complete with a link to the profile.


BBCODE:

Code: Select all

[modr]{NUMBER}]{SIMPLETEXT}[/modr]
HTML:

Code: Select all

<p class="rules"><img src="./styles/prosilver/imageset/icon_topic_unapproved.gif" alt="" title="This message has been moderated by {SIMPLETEXT}" height="14" width="16">This message has been moderated by  <a href="memberlist.php?mode=viewprofile&u={NUMBER}">{SIMPLETEXT}</a></p>
Online help:

Code: Select all

Moderator BBCode: [modr]NUMBER OF PROFILE]YOUR NAME[/modr]
Example:

Code: Select all

[modr]2]phpbb3world[/modr]
Demo:
bbmod.jpg
You do not have the required permissions to view the files attached to this post.
Last edited by Galandas on 09 Jun 2013, 11:50, edited 1 time in total.

Moderator message profile name BBCode

Post by Blackwolf »

Thanks for sharing.

Moderator message profile name BBCode

Post by johnjoshyy »

i like these information..