WebGUI
      Click here to register.
      
PBWG Banner


     Report a Bug > WebGUI Bug Tracker

content profiling doesn't work

User elnino
Date 4/15/2008 1:54 am
Severity Fatal (can't continue until this is resolved)
Version WebGUI Stable 7.4.26 and 7.5
Views 166
Rating 0    Rate [
|
]
Karma Rank 0.000000
Previous · Next
User Message
elnino

Preaction/ aperion and perldreamer were working with me on this.

Apparently, in /session/style.pm when building head.tags, it calls getMetaDataFields, but it just simply does not return anything when trying to execute content profilesing from a sytle template. APerion wasn't getting an error codes.

So the thought was to use a macro: http://webgui.pastebin.org/29881 and call it from the style template, and that doesn't work either. so it apears that somthing isn't initialized at the right time so that the content profile value pairs are available at the time at whcih the style template wants to buildup head.tags information. (and consequently the content profile stuff)

I hope I was able to explain this well.

I believe this bug is realated to this bug: http://www.plainblack.com/bugs/tracker/head-block-positioned-incorrectly-in-template



Back to Top
Rate [
|
]
 
 
Graham

How were you expecting this to work, and how were you using the macro?

First, it isn't intended that an asset's meta fields will be available in the header.  Second, while the macro should work, it needs to be given the id of a meta field and not its name.  Third, it will only retrieve meta data from the current asset, so in the case of a page layout, the page and not any assets displayed on it.

Aside from using a macro like you've created, I think you're expecting functionality that was never intended, and thus this would be an RFE.



Back to Top
Rate [
|
]