Forums / Developer / Missing template-output in custom datatype

Missing template-output in custom datatype

Author Message

Felix Laate

Thursday 12 January 2006 1:48:20 am

Hi all!

I'm making a colorpicker-datatype. I've been in trouble from the very beginning. The extension wouldn't register correctly. Debug reported that there was a strange "_space_" in the path to the datatypes directory - "/extensions/colorpicker /datatypes". I changed

eZDataType::register( EZ_DATATYPESTRING_COLORPICKER, "ezcolorpicker" );

to

eZDataType::register( EZ_DATATYPESTRING_COLORPICKER, "ezcolorpickertype" );

 

and then it worked..

But now comes the next challenge. I can add a colorpicler-attribute to a class, but there is a problem with the templates - they don't show.

I read that a missing design.ini.append.php would cause this, but I do have one:

<?php
/*

[ExtensionSettings]
DesignExtensions[]=colorpicker

*/
?>

I'm really excited with designing extesions, but I need to get past the first hirdles. Documentation is limited, so please give me some advice if you have some :-)

Felix

Publlic Relations Manager
Greater Stavanger
www.greaterstavanger.com

Hans Melis

Thursday 12 January 2006 1:58:50 am

Hi Felix,

1) Does the template actually exist?

2) If it does, have you cleared the template override cache?

Hans
http://blog.hansmelis.be

Felix Laate

Thursday 12 January 2006 2:23:09 am

Hi Hans,

Thank you for your answer!

I have the files:

extension/colorpicker/design/standard/templates/content/datatype/edit/ezcolorpickertype.tpl
extension/colorpicker/design/standard/templates/content/datatype/view/ezcolorpickertype.tpl

And I have cleared all caches.

Felix

Publlic Relations Manager
Greater Stavanger
www.greaterstavanger.com

Hans Melis

Thursday 12 January 2006 2:27:27 am

The templates should have the name of the datatype, not its class name. In your case, just name them <b>ezcolorpicker.tpl</b> (thus without <i>type</i>)

Edit: and clear the template override cache again after the rename just to be sure

Hopefully that solves it ;-)

Hans
http://blog.hansmelis.be

Felix Laate

Thursday 12 January 2006 3:19:12 am

Hi again,

I changed the filenames and cleared all the cache, but it still won't work.

This my php-code:

<?php   

// 
// ezcolorpicker DataType
//
//

// Include the super class file 
include_once( "kernel/classes/ezdatatype.php" );   

// Define the name of datatype string 
define( "EZ_DATATYPESTRING_COLORPICKER", "ezcolorpickertype" );   

class eZColorPickerType extends eZDataType {    

function eZColorPickerType()    {        
	$this->eZDataType( EZ_DATATYPESTRING_COLORPICKER, "Colorpicker" );    
}      

function fetchObjectAttributeHTTPInput( &$http, $base, &$contentObjectAttribute ) {
	if ( $http->hasPostVariable( $base . "_data_text_" . $contentObjectAttribute->attribute( "id" ) ) ) {
		$data =& $http->postVariable( $base . "_data_text_" . $contentObjectAttribute->attribute( "id" ));
		$contentObjectAttribute->setAttribute( "data_text", $data );
	}        
	return true;    
}      

function storeObjectAttribute( &$contentObjectattribute ) {    
}     

function &objectAttributeContent( &$contentObjectAttribute ) {        
 	return $contentObjectAttribute->attribute( "data_text" ); 
}      

function metaData( $contentObjectAttribute ) {        
	return $contentObjectAttribute->attribute( "data_text" ); 
}      

function title( &$contentObjectAttribute ) {        
	return $contentObjectAttribute->attribute( "data_text" );  
} 

}   

eZDataType::register( EZ_DATATYPESTRING_COLORPICKER, "ezcolorpickertype" ); 

?> 

Felix

Publlic Relations Manager
Greater Stavanger
www.greaterstavanger.com

Felix Laate

Thursday 12 January 2006 6:47:46 am

Hans,

I figured it out.. or rather I didn't. I redid the whole thing, and then it worked.

Thank you for your advices!

Felix

Publlic Relations Manager
Greater Stavanger
www.greaterstavanger.com

eZ debug

Timing: Jan 20 2025 20:04:52
Script start
Timing: Jan 20 2025 20:04:52
Module start 'content'
Timing: Jan 20 2025 20:04:52
Module end 'content'
Timing: Jan 20 2025 20:04:52
Script end

Main resources:

Total runtime0.1717 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0084 587.8438180.8125
Module start 'content' 0.00840.0065 768.6563102.0547
Module end 'content' 0.01490.1567 870.7109531.1250
Script end 0.1716  1,401.8359 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00362.0892200.0002
Check MTime0.00130.7505200.0001
Mysql Total
Database connection0.00080.462910.0008
Mysqli_queries0.126473.60681410.0009
Looping result0.00120.71911390.0000
Template Total0.156491.110.1564
Template load0.00070.404710.0007
Template processing0.155790.690810.1557
Override
Cache load0.00050.294110.0005
Sytem overhead
Fetch class attribute can translate value0.00060.363410.0006
XML
Image XML parsing0.00020.132210.0002
General
dbfile0.00623.5929200.0003
String conversion0.00000.005830.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
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs