Page 1 of 1

Graphical Text Module and {DROPDOWN}

Posted: Fri 6. May 2005, 04:35
by azterizk
This is a mix of a hack addon and a supported module question. Basically I am trying to integrate the graphical text module into the build_dhtmlmenu function. I have indetified exactly where this needs to happen in build_dhtmlmenu. I tried simply using the GT replacement tags, but quickly learned that the content["all'] has already been replaced by the time the build_dhtmlmenu is called. So, then I tried to call the actual function itself that is in the GT php library. But I couldn't figure out where the $db value is coming from that is helping to set the $gt variable that the first function uses as part of the replacement tag. I think if I could get $gt set that I would be good to go.

Has anyone found a similiar solution to trying to create custom text graphics for menu items on the fly? My wife is a photographer and she would like this kind of functionality. If not easily possible I don't want to hack up the phpwcms too badly so I will just work with standard text.

Thanks for the replies in advance.