Forums / Setup & design / Help with editor

Help with editor

Author Message

Valenti salas

Monday 13 December 2004 12:18:46 pm

hi,

I'm trying to find the option to change the font color in the editor but i can't find it. Is there any option to change it? maybe I must use the 'custom tag' ? and if this is true, where i can find information about custom tags in the editor?

Thanks.

Mark Marsiglio

Monday 13 December 2004 7:09:14 pm

You should create a new inline custom tag. The XML format does not allow text color.

The custom tag should probably just specify a span tag which you should apply a CSS style to to change the color.

To add a custom tag:
-Add a new custom .tpl file in the sites override folder - design/SITENAME/override/templates/content/datatype/view/ezxmltags/ (If this folder does not exist, create it.)
-Name your custom tag by adding it to the content.ini.append in both the main and admin siteaccess settings folders. If a content.ini.append does not exist, create one and add the line

[CustomTagSettings]
AvailableCustomTags[]=tagname

-Assign the tag to content by wrapping the content in the <custom> tag, with attribute name='tagname'

<custom name='tagname'>Text to which the tag will be applied</custom>

Look at the factbox.tpl in the standard or base design folder for an example of the syntax for the new .tpl

Good luck...

Mark

http://www.thinkcreative.com
Turning Ideas Into Strategic Solutions

Mark Marsiglio

Monday 13 December 2004 7:11:03 pm

I should mention that if you use a text field instead of xml text field you will be able to apply the font color tag, but this method does not separate design from content so it is not preferred for standards compliance.

There are some threads about this on this forum if you want to read a little more on the differences....

http://www.thinkcreative.com
Turning Ideas Into Strategic Solutions

eZ debug

Timing: Jan 18 2025 15:01:17
Script start
Timing: Jan 18 2025 15:01:17
Module start 'content'
Timing: Jan 18 2025 15:01:18
Module end 'content'
Timing: Jan 18 2025 15:01:18
Script end

Main resources:

Total runtime1.0992 sec
Peak memory usage4,096.0000 KB
Database Queries194

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 587.6094180.8438
Module start 'content' 0.00550.9240 768.4531540.3438
Module end 'content' 0.92950.1696 1,308.7969332.7734
Script end 1.0991  1,641.5703 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00400.3644210.0002
Check MTime0.00150.1353210.0001
Mysql Total
Database connection0.00070.060110.0007
Mysqli_queries1.022593.02451940.0053
Looping result0.00220.19741920.0000
Template Total1.070697.420.5353
Template load0.00210.195020.0011
Template processing1.068597.205720.5342
Template load and register function0.00010.012310.0001
states
state_id_array0.00090.081510.0009
state_identifier_array0.00140.127420.0007
Override
Cache load0.00190.1769230.0001
Sytem overhead
Fetch class attribute can translate value0.00180.166430.0006
Fetch class attribute name0.00110.100840.0003
XML
Image XML parsing0.00080.071130.0003
class_abstraction
Instantiating content class attribute0.00000.001150.0000
General
dbfile0.00480.4389260.0002
String conversion0.00000.000430.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs