Html Editor For Cms
I am building a cms for a newsletter database. I have a posting page where writers can write their articles and submit it to the database. My problem though is the text just gets stored ignoring all the new paragraphs and such. So is there a way to create an html editor like phpBB forum or wordpress so people can post without knowing html tags?
I have a theory it has something to do with grep and regular expressions.
View Complete Forum Thread with Replies
Sponsored Links:
Related Messages:
Allow Editor Of HTML
Im trying to make a portal that is open access, and you can login to it. It will be broken into multi-datebase's for each Team for supported products. I am trying to make an easy way to allow the Team Leaders to modify only there team pages And have one master account, my account. allow me to click a link, and edit the HTML of the entire page. allow me to save and its automaticly updated For the Team pages, there only allowed to Edit, something thats with in (Defined Tags) that are demmed editable by me.
View Replies !
View Related
HTML Editor
I am developing a website which one of the client requirments is to have an HTML Editor. In other words, there will be a control panel that he can add Text, Hyperlinks, Images, Tables, changing font colours and size, etc in the control panel. Once he is able to do that it should be save in the database and then viewed in other page anytime with the format that he has entered in the control panel. For example, Let's say I have a page in the site called About Us. In this page he wants to be able to go the control panel and do all the formating and then once he visit About Us page he sees the page with all the format he entered.
View Replies !
View Related
HTML Editor Box
The title doesn't really cover it but what I am after is the ability to present a textarea which people can enter text into but with buttons that will bold, italicise, sent font information, create lists etc. Very like the box into which I am typing now really. The idea is that I can give people who don't know any HTML the ability to enter tags in a product description.
View Replies !
View Related
Looking For PHP-aware HTML Editor
I was recently approached by a friend who maintains a small web site -- about 30 pages, static content only. He was bothered by the fact that he had to spend a lot of time making comparatively simple changes; the problem was that every single page contains a header, footer, and menu, and whenever changes to any of those elements had to be made, they had to be applied to every single page. I investigated and I discovered that the ISP that hosts this web site runs Apache with PHP. So, I separated all the common elements into separate files, and put PHP 'include' tags wherever needed to include them. So far, so good, but unfortunately my friend is not an HTML expert and manipulating all the nested <table> tags that are needed to accomplish the pages' layout is a bit beyond him; so far, he has done most of his HTML editing using FrontPage -- and with my new version of those pages, he can't use FrontPage any more, since all the missing <table> and <tr> elements are causing the table layout to come out wrong in the editor. So now I'm wondering, are there any PHP-aware WYSIWYG HTML editors out there? I realize that it is impossible to do this in general, since the content of an active page is by definition not something you can edit interactively, but even something as basic as recognizing PHP 'include' tags and substituting them in place would be a lifesaver for us.
View Replies !
View Related
Webbased Php/html/css Editor
i am using fckeditor to create content on my website, but i need soething to create and edit php scripts. i want to be able to edit any pages code in any directory on my server and also create new pages and save them anywhere does anyone know where i could get this started? i am happy to try to code it myself if sme one could point me in the right direction for a good tutoirial or i amhappy to edit an existing script.. i just can find anything to get started.
View Replies !
View Related
Html Embed Editor?
I ve coded a CMS which also allows the administrator to write custom php modules that get stored in the database. Those modules are called in the frontend with eval(). It works great. The problem, is that the only way i can edit the module is on a big textarea. and its not very nice to code in there. Does anyone know any html embed php editor?
View Replies !
View Related
Admin Text 2 Html Editor
I was looking for something that looks much like wordpad (or can be anything else for the moment), so that users can type in text (and can bold, center, make a newline) and it will be converted into html format so I can store it into a db.
View Replies !
View Related
Full HTML Form Textbox Editor
I was wondering if there is a such thing that lets users input text into a html form input box, but when they start a new line or something, it inputs "<p>" when is outputed to php. So that the text that they inputed will look exactly the same on a php's output. Its sort of like this forum's way of inputting text.
View Replies !
View Related
HTML EDITOR Highlight_text Wysiwyg Line Numbers
I'm after a script/code which will let me edit content on my site. However i want to do the editing in code format. I have seen many WYSIWYG editor's but none offering what i really need. As i said above i would like the content to be displayed in code format, but then using the 'highlight_text' so i can easy spot what is html/php code and what is general text. Another bonus would be if it could display line numbers as well. below is an example of a file being viewed, but its only in viewable form, not editable.
View Replies !
View Related
Form Editor For PHP GTK A La MS Visual Basic Editor?
I have (finally) gotten php-gtk working in Redhat Linux 9 with the instructions at: www.agata.org.br/us/install_pre.php Now I would like to know if some good tools (freeware or otherwise) exist to let me graphically create and edit forms (ie. with buttons, textboxes..etc), in a similar way that can be done in Microsoft Visual Basic editor.
View Replies !
View Related
Which Editor Do You Use?
Ok, ok. I know. How many times have we heard the question: "which editor do you use?" Well, I thought I would post this because recently I've vasilated between vim, some ftp/text editors, text editor and a separate ftp client...etc, etc, etc... So I would like to know from you, the developers, your opinions on which editor works the best for development. If it's notepad, cool. If it's vim, cool. FTPeditor, ok. If its a full IDE, thats cool too. Thanks.
View Replies !
View Related
FCK Editor
Hi all, if anybody have used FCKEditor please share about the way of creating a link/button in toolbar that would let us upload a file using PhP script. I also need to call a user defined html page by clicking on this link/button.
View Replies !
View Related
PHP Editor/IDE
I am not spamming this news group. I wanted to pass along a great offer (40% off) from EnglnSite (Makers of PHP Editor/IDE and PERL Editor/IDE) http://www.enginsite.com/ . Read this News item for the details http://ravenphpscripts.com/article-626--0-0.html Their debugger and profiler will rival most any other IDE out there, especially considering the price.
View Replies !
View Related
What Editor?
Can you tell me what editors you all use? I'm looking to get something to run on linux (X-windows) that is a bit like UltraEdit for MSWindows, or maybe a full blown IDE, something like PHP-Coder again for MSWin. Basically something with decent syntax highlighting.
View Replies !
View Related
What Editor Should I Use?
I'm currently using a demo version of Dreamweaver and want to know if there are any good alternatives for it. I use a lot of php and javascript, I mostly write the code myself but like to see my design before uploading it. I also experienced a little bug when uploading a php file to the server,it seemed that it didn't upload the file completely (dw8) I also like the colors dreamweaver is using maybe there are free editors too that are as good as dreamweaver or even better any ideas or suggestions are welcome.
View Replies !
View Related
RTE Editor
I'm building a custom blog system in Dreamweaver with PHP/MySQL. I've been looking for a pre-scripted RTE editor with a photo upload feature. Most have a photo link feature but I need a photo uploader. I found a bunch of links to Interakt's old KTML Lite extension for Dreamweaver but it's discontinued. Any Ideas?
View Replies !
View Related
Php Editor To Buy?!
im looking for so long to buy normal php-html editor. i need: code navigation autocomplete for htmlTAGS+values, php functions+vars. by saying autocomplete i mean when i hit "<" the editor opens select box with sudgestions like:<html <a and so. support hebrew and thats all the best i saw is the php expert editor 3.3 and htmlkit but it doesnt support autocomplete for php functions. the max limit price it 100$.
View Replies !
View Related
Editor?
Is there such a program that will allow me to put in php code and it will count the open { and let me know that I need to close X amount?
View Replies !
View Related
Editor
can you som one giv me advice i like to find program for php web design but i dont know if has option for code and design as well like dreamweaver i try dreamweaver but i can't see the php site i use most flash just now i find oscommerce product whitch is based on php so i like to see what i do, both code and design as wel.
View Replies !
View Related
Editor Used
I was reading this http://www.phpbuilder.com/board/show. eadid=10209795 I wondered what editor you guys use in your OS. I run Windows ( ). I edit my code in the MSE (Microsoft Script Editor - Word macro editor - really the core of the Visual Studio hidden in MSWord and thus free of charge Weeeee!) the PHP syntax coloring sucks but It's HTML coloring is great and there are a lot of interesting features (autocompletion. you know). [escape]:wq!
View Replies !
View Related
PHP Editor
I don't have X-Windows (KDE, Gnome etc), only SSH access to my web hosting server. I am looking for some program that has the simplicity of Pico, but allows me color-coding functionality of Vim while coding PHP files.
View Replies !
View Related
Best Editor
I was wondering what is the best PHP Editor to use that will allow in program preview of the scripts. I need one for the following two OSs: Linux - KDE / Gnome Windows 2000 I would like to be able to write a script and then preview it in the same program without having to upload it to a website that is running mod_php.
View Replies !
View Related
Web Editor
I've made a system where I inject php scripts from a database, I would like to create a page where I can insert scripts into the database. Free or commercial doesn't matter, but it's license has to allow me to use it in my own product. Compability with the latest versions of IE, Firefox and Opera is a must.
View Replies !
View Related
Php Editor Software
I am looking for a software that install php+apache+mysql on my computer and it has builtin php editor .That editor should be connected with mysql database . Is that type of feature are avalable where i did not worry about any connection problem.
View Replies !
View Related
PHP Editor Delima
For reasons I don't feel like getting into, as it would depress me... I have the following need. A good php editor for windows, that does colorize my code and stuff to help me check my syntax (as I am very new to the language.) The problem is this software must be freeware and not have an FTP client. Otherwise, I am cursed to use notepad for the duration of my employment.
View Replies !
View Related
Good Editor?
I wonder if anyone can recommend a good text editor to use for writing PHP? I see lots of scripts about which use colours etc, which makes life a lot easier!
View Replies !
View Related
Php Parser And Editor
Does anyone know of a HTML/PHP editor that has syntax highlighting support for PHP and HTML and a Windows/DOS based parser for checking the PHP syntax? At the minute I write in notepad, upload to my site and run it, which isn't ideal. I have various HTML editors but they only allow the addition of simple tags. Linux is out of the question, as I only have Windows on my works computer.
View Replies !
View Related
Unix PHP Editor
I've been using EditPlus with windows to write my PHP stuff, but now I've set up a Unix machine which also hosts my sites locally. Is there a good editor available for Unix, hopefull similar to EditPlus in functionality. I've never used Unix before (it's scary!!) and I don't have X windows, so I realise I'm not gonna find anything that great.
View Replies !
View Related
Online PHP Editor?
I'm looking for a php editor that I can use online to modify files on my server. I did a search on the forums here, but most of the posts relating to this are rather old. The two things it needs to have is line numbers, and syntax highlighting. And it needs to be free, if possible. Ones I've found so far: 1) Helene Has weird bugs with the line numbers, if you erase lines, etc. 2) IDE.PHP Doesn't have syntax highlighting. 3) AboutEdit The plugin version is very nice -- very close to what I need. Not free, though, and I need to use this on many servers, so the cost starts getting prohibitive. Has anyone else run across something that might work? Plain text area with javascript, flash, java applet, I don't care.
View Replies !
View Related
Php Editor - Recommendations?
I need a lightweight php editor I can use on my laptop while on the road. Can anyone recommend a (preferably free) php editor? I use DWMX04 on my development workstation, which is great, but I only need to make occasional, ad hoc changes while on the road (and don't want to install DW on my laptop). I have an ftp client on my laptop, so I don't want an integrated FTP client in the editor, but it would be nice if the colors/formatting were the same as DW.
View Replies !
View Related
Best Online PHP Editor?
what are some of the best php editors that are available for online use. As in using to edit php directly taken from a database. Requirements: Syntax Highlighting, Line # Display I've seen examples of this on forums and such, but not for editing my personal code.
View Replies !
View Related
Scripting Editor For Mac OS X?
Anyone recommend a good script editor for Mac OS X? Just finished a 4-day PHP class in front of a Windows machine, and liked the editor we used. Don't recall the name, but it gave line numbers as well as some color coding, etc. Having trouble finding the same in an editor that'll run on OS X.
View Replies !
View Related
WYSIYG Editor
I'm starting to learn php but would like to edit my html with an editor like dreamweaver or golive, you know whatever. Is there any software out there that supports this?
View Replies !
View Related
Wysiwyg Editor
I've implemented a wysiwyg editor into a Web site using php. It works OK besides the fact that when there is a longer text to be edited in the wysiwyg editor, it cuts off the content and displays only around 300 words. I have checked the settings of the editor but couldn't see the cause of this problem. Can anyone help?
View Replies !
View Related
|