Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 31-03-2005, 12:53 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
Convert HTML to BBCODE

any script that function conver HTML to BBCODE, and/or vice versa?
With such script, it is easier to paste web article to forum.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 31-03-2005, 03:44 PM
Novice Webmaster
 
Join Date: Aug 2004
Location: cHizZuWorld
Posts: 15
Rep Power: 0
cHiZzU is on a distinguished road
Send a message via ICQ to cHiZzU Send a message via Yahoo to cHiZzU
Html 2 Bbcode?

which bbcode yuo are refering to? if its forum bbcode you can make special bbcode in the forum admin panel. i got experience in invision board and i tried do some simple bbcode such ac align and table. easy but troublesome :P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 31-03-2005, 04:46 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
What I mean is, convert HTML code into forum(vbulletin) BBCODE.
Example:
Convert...
HTML Code:
<strong>bold text</strong>
Into:
Code:
[B ]Bold Text[B ]
(Added space in the square bracket to prevent bbcode implementation.)
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 31-03-2005, 04:49 PM
Filuren's Avatar
Senior Webmaster
 
Join Date: May 2002
Location: Kuching, Sarawak, MY
Posts: 920
Rep Power: 98
Filuren is on a distinguished road
Erm. I think we need a software to do that.
__________________
www.Hive.my - Hive Hosting #1 East Malaysia Web Host!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-04-2005, 02:44 PM
Novice Webmaster
 
Join Date: Aug 2004
Location: cHizZuWorld
Posts: 15
Rep Power: 0
cHiZzU is on a distinguished road
Send a message via ICQ to cHiZzU Send a message via Yahoo to cHiZzU
Got such function

There is such function in, i believe, most of the forum but u need administrator account to edit. in invisionboard, it is called custom bbcode

here is the screenshot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-04-2005, 03:41 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
Quote:
Originally Posted by cHiZzU
There is such function in, i believe, most of the forum but u need administrator account to edit. in invisionboard, it is called custom bbcode
cHiZzU, I understand what do you mean. But that's not what I mean. I am no looking for a way to create customize BBCode.

What I want is... a simple textarea that I can paste in HTML code, and submit it, then it will convert and return BBCode to me. Or, vice versa.

This is not used in posting topics in forum, but merely convert the codes. HTML -> BBCode, BBCode -> HTML.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-04-2005, 05:52 PM
Novice Webmaster
 
Join Date: Nov 2003
Location: malaysia
Posts: 25
Rep Power: 0
alien3d is on a distinguished road
Send a message via MSN to alien3d Send a message via Yahoo to alien3d
The code but it too long

if you want php bbcode parse i have my own script
http://www.my-contest.com/games/game...ass_bbcode.php
Step
1.Save the file as bbcode.php
2.If want to parse like bold text become <strong>bold text</strong>
put in your page you want your ouput
<?
include("bbcode.php");
new bbcodeparser=bbcodeparser;
//bbcoderparser=bbcode_parser($text,$bbcode_info);
//e.g
//bbcodeparser->bbcode_parser(bold text,)
//for bbcode information
//$htmltag=="1" && $bbcodetag=="1" && $smiletag=="1"
/1 meaning you want to enable it 0 to disable e.g
bbcodeparser->bbcode_parser(bold text,111)
//it will enable all
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 13-04-2005, 09:34 PM
Inspired Webmaster
 
Join Date: Nov 2001
Location: MLK
Posts: 107
Rep Power: 89
r0kawa is on a distinguished road
Send a message via Yahoo to r0kawa
ohh..dah pernah guna function tu.

http://corz.org/blog/inc/cbparser.php

ada sikit bugs, tapi boleh la transfer html kepada bbcode
__________________
Zenpipe Web Hosting - Peace Of Mind
RM 60 .com.my .net.my .org.my - CODE "ZPMYNIC"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Convert many file at 1 time calvynlee Webmaster Tools 6 02-12-2006 10:52 PM
convert .asf to .mpg MENJ Webmaster Tools 1 10-09-2005 08:58 PM
Convert TABLE to CSS lcf Websites Review and Suggestion 3 07-11-2004 01:59 AM
camner nak convert mp3 ke audio cd? webman Webmaster Tools 9 05-06-2004 05:13 AM
convert excel vba to webpage ymhy_80 Websites Review and Suggestion 1 20-02-2004 11:50 AM


All times are GMT +8. The time now is 02:07 PM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61