| Friday 18 May 2007 12:50:46 am 
                                                                 I had to take a look what the >fetch_alias< function do and I found this: http://ez.no/doc/ez_publish/technical_manual/3_8/reference/template_functions/miscellaneous/fetch_alias The >fetch_alias< function takes the needed fetch-information out of the fetchalias.ini in the settings folder. The part that your fetch_alias function use should be: #usage : fetch_alias(by_identifier, hash(attr_id, <unique text> ))
[by_identifier]
Module=content
FunctionName=object_by_attribute
Parameter[identifier]=attr_id Than I searched for >object_by_attribute<, but this function is no more in use by eZp. http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/content/fetch_functions/object_by_attribute Afterwards I take a look at the content of $pagedesign again. I found out that the $pagedesign fetches all information of the design area in your site_admin.  Your site_admin -> Design -> Look and feel. Thats what the $pagedesign fetch. I hope the way how the $pagedesign works is now much clearer for you. For me too :) eZ Publish partner - http://www.all2e.comhttp://share.ez.no/directory/companies/all2e-gmbh
 http://ez.no/Partners/all2e-GmbH
 
 Lords of Heaven - http://www.LoH-Gilde.de (Created with eZ Publish)
 German online gaming guild
 
 About me - http://www.NikoGoers.de
 
 My roadmap, +1 are welcome: http://share.ez.no/community/roadmap/10889
 |