Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 12-13-2005, 06:49 AM   #1
Member (10 bit)
 
Designer's Avatar
 
Join Date: Mar 2004
Location: Essex, UK
Posts: 982
Send a message via AIM to Designer Send a message via MSN to Designer
Converting BBcode to HTML using php

Dont know if anyone knows of a simple way i can turn BBcode into html?

I'm working on a modification to the portal on my Vbulletin site on which i've just installed an arcade, now im trying to get the arcade news displayed in a module on the portal. just for now i've done it as a temorary page while i get it working (would post a link but its on my PW protected test site).

Anyways, the string returned has BBcode in it so im getting something like (spaced it out a little)
Code:
[ b]Designer[ /b] is the new [ b]Asteroids Champion[ /b]
What i effectively need to do is change the BBcode to the html equivalent like

Code:
< b>Designer< /b> is the new < b>Asteroids Champion< /b>
Does anybody know an easy way to search within the string and replace the BBcode or worst case just strip it out of the string?
__________________
Intel Core i7 920 2.66GHz | Asus P6T SE| 6GB Corsair ram | XFX Radeon HD 4780 | 2 x 250 Gb Maxtor SATA II (in RAID 0), 1 x 250GB SATA II | Creative XFI soundcard | Coolermaster 650W PSU | ThermalTake Tsunami case

My new website -Carp Fishing Forums

Last edited by Designer; 12-13-2005 at 06:52 AM.
Designer is offline   Reply With Quote
Old 12-13-2005, 07:08 AM   #2
Member (10 bit)
 
Designer's Avatar
 
Join Date: Mar 2004
Location: Essex, UK
Posts: 982
Send a message via AIM to Designer Send a message via MSN to Designer
Ignore this, solved it myself

Code:
$search=array("[ b]","[ /b]");
		$replace=array("< b>","< /b>");	
	
       	$newsbits = str_replace($search,$replace,$newsbits);
Designer is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:01 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2