Articles and html

Hello I am wondering if i have to enable html for artical and if so how?

thanks for any help

Quote · 25 Jan 2009

Articles - add HTML button to TinyMce

 

Open admin/articles.php


Find line ~51
theme_advanced_disable : "link,unlink,insertanchor,image,subscript,superscript,help,anchor,code,styleselect",

 

Edit to:
theme_advanced_disable : "link,unlink,insertanchor,image,subscript,superscript,help,anchor,styleselect",

 

 


and if you will add preview button
Find line ~47
theme_advanced_buttons3_add : "emotions",

 

Edit to:
theme_advanced_buttons3_add : "emotions,preview",

Quote · 25 Jan 2009

Thank you i will try thatSmile

Quote · 30 Jan 2009

this add only for the admin, but i want the user could be available to add youtube videos in their articles throw HTML editor, how can i do this?

Quote · 24 Mar 2009

Youtube is a free tinymce plugin:

http://sourceforge.net/tracker/index.php?func=detail&aid=1669296&group_id=103281&atid=738747

initialize it in templates/base/scripts/BxBaseConfig.php by adding ,youtube to the

plugins : "style,layer,

lines

and any other php file that holds these lines:

tinyMCE.init(

admin/basic_settings.php for example

I have video tutorials to help you mrpowless.com
Quote · 24 Mar 2009

Thanx man!!
Kisses!

Quote · 24 Mar 2009

FYI, this enables the HTML block, but it doesnt work in Firefox. Had to go to Explorer to get it to work.

Cory

EDIT: Oddly, now it works fine in Firefox. I am thinking there was just an upgrade for firefox, might have fixed the issue.

Quote · 19 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.