How can i have this on my forum?

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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.
Else your topic may be ignored or locked!
Locked
syberpro
BBCoder II
BBCoder II
Posts: 18
Joined: 30 Mar 2010, 00:49

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]
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

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
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
syberpro
BBCoder II
BBCoder II
Posts: 18
Joined: 30 Mar 2010, 00:49

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
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

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]
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
syberpro
BBCoder II
BBCoder II
Posts: 18
Joined: 30 Mar 2010, 00:49

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 :)
syberpro
BBCoder II
BBCoder II
Posts: 18
Joined: 30 Mar 2010, 00:49

Re: How can i have this on my forum?

Post by syberpro »

Anyone?
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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
syberpro
BBCoder II
BBCoder II
Posts: 18
Joined: 30 Mar 2010, 00:49

Re: How can i have this on my forum?

Post by syberpro »

How can i make the text bold...

i chose alert bbcode
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

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>
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
syberpro
BBCoder II
BBCoder II
Posts: 18
Joined: 30 Mar 2010, 00:49

Re: How can i have this on my forum?

Post by syberpro »

thanks a bunch sir
Locked