REGISTER or LOGIN to have the annoying ads removed.
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change mybb codes
Apr 14, 2012, 07:07 PM
Post: #1
Smile How to change mybb codes
How can I change My bbcode to vb codes likve[center] [/center]. I am copying content from vb forum. so I need all vb codes in my mybb also. How can i do that.
Visit this user's website Find all posts by this user
Quote this message in a reply
Apr 18, 2012, 09:07 AM
Post: #2
RE: How to change mybb codes
This can be done easily by adding custom Mycodes.

Go to Acp - configuration - MyCode
Click add new my code, name it as center.

Add this in regular expression.

Code:
\[center](.*?)\[/center\]

Add this in replacement.

Code:
<center>$1</center>
and save the code.

Now center tags should work.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  how do i change this.. mudgemudge 1 62 Jan 20, 2013 10:24 PM
Last Post: Chocothunda
  how to change /usr/bin/php to /usr/local/bin/php achitnan 1 69 Dec 29, 2012 05:12 PM
Last Post: labrocca
  Tabbed Menu possible to change to UTF-8? GBLTeam 1 44 Dec 05, 2012 07:27 PM
Last Post: GBLTeam
  How to Change The Links Like this gamejump 1 164 May 23, 2012 11:44 AM
Last Post: SatansFate
  Change certain words to other words Raid0 4 173 May 15, 2012 09:31 PM
Last Post: Drugs

Forum Jump:


User(s) browsing this thread: 1 Guest(s)