Jump to content

[SOLVED] A board like this?


Steppio

Recommended Posts

How the devil would i go about putting one of these lovely forms that im using to type this question into a website? I already have the form to put the information into the database and that works, but what of all these lovely buttons /emoticons above? Is this PHP or something totally different?

Link to comment
https://forums.phpfreaks.com/topic/43349-solved-a-board-like-this/
Share on other sites

javascript.

 

Indeed javascript is the lifeblood of those "additional" features to the forms, but only as far as inserting the code for the different options into your actual text field. It still is going to be up to you, using PHP or other scripting language, to display those codes appropriately on the final display page.

If you want to create an editor like this search google for BBCode editors. The editor uses javascript to insert the bbcodes in to the textarea.

 

However in order to parse the BBCodes that will require PHP. Look in to the regex board and you see a few topics about BBCode parsers.

Thank you very much, i'll look into the BBCode editor.

 

Edit - I dont intend to use this function for a forum, i have a page that members of the site can add articles to the news database, i only really need it for formatting, does this make any difference on how complicated the editor will be to make?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.