How can i have this on my forum?

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

How can i have this on my forum?

Post by syberpro »

Hello ive seen this code and i wonder how can i add it to my phpbb forum

the code is [mod] [/mod]

inbetween i can enter a text which will appear as a "moderator message"

Ex:

Image

Ps:

Phpbb version : newest 3.0.7 PL
theme: Black pearl

Thanks

[typo_alert]Hey syberpro Stop spamming! , :steve: :lol:[/typo_alert]

Re: How can i have this on my forum?

Post by Steve »

try these bbcodes
here: viewtopic.php?f=4&t=310
here: viewtopic.php?f=4&t=292

could be worth looking around in the bbcodes forums, for some more or edit them to your liking

Re: How can i have this on my forum?

Post by syberpro »

thx ... but if you can find something like that it would help but thx a lot anyway

Re: How can i have this on my forum?

Post by Steve »

Try this : http://www.phpbb.com/community/viewtopi ... 55&start=0

read the topic on phpbb.com, they have a bbcode option to go with the mod iirc.
other than that write your own text content to go with the bbcodes i suggested.
[edit]* oh and change the images and colours.[/edit]

Re: How can i have this on my forum?

Post by syberpro »

Hmm ok i ment the message but its okay il take : viewtopic.php?f=4&t=310

Is it possible only admin and mod can use it?

thx a lot :)

Re: How can i have this on my forum?

Post by syberpro »

Anyone?

Re: How can i have this on my forum?

Post by cisco007 »

the answer is no, but you can install a mod the will!

http://www.phpbb.com/community/viewtopi ... 25&start=0

Re: How can i have this on my forum?

Post by syberpro »

How can i make the text bold...

i chose alert bbcode

Re: How can i have this on my forum?

Post by Steve »

in the html try this,
find:

Code: Select all

>{TEXT}</p>
replace with:

Code: Select all

><b>{TEXT}</b></p>

Re: How can i have this on my forum?

Post by syberpro »

thanks a bunch sir