9 Posts
martymo
10 years ago
1
Topic

Hello, I want  to know which files are rendering the looks in the admin-field. 

I use the Simple Simon template, al works great for me on the front-end. But when I want to make a new article in joomla-backend, its not showing the Fieldname description.

Hope someone knows what I mean and can help me out.

Get a VIP membership
9 Posts
martymo
10 years ago
0
Level 1

Been trying to get all of the Field labels to be shown in the backend of the article. I'm not getting much further than echo-ing out one Label. This is the index file of the Simple Simon template. Is there a way to grab al the fieldlabel values and spit them out? Or should I stick to the Seb-one template ;) Hope someone can get me on my way.

foreach($this->positions as $position => $fields){
if($cck->countFields($position)){
echo "<div class=\"SdPosition ".trim(strtolower($position))."\">";
echo $cck->renderPosition($position);

echo $cck->getLabel('my fieldname');


Get a VIP membership