I need help guys! on admin site I created a new field under the 'news' article type. the new field's type was chosen as Topic. On article edit page I can see the new field with the subtopics in the drop down box. how ever, on template, under the article_list I called the new field with this line $gimme->article->newfield but it cant be displayed. Whats wrong? any help appreciated.
here is the Articlemetadatatype table line ..
type_name
field_name
field_weight 2
is_hidden
comments_enabled
fk_phrase_id
field_type
field_type_param
is_content_field
max_size
news
affiliate300NULLtopicNULL0NULL
Post edited by akedemik calisma at 2014-07-14 16:13:55
ok . I found the solution myself. for those having same issue, I am giving the details... actually it s a bug in MetaArticle.php under template_engine folder.
the file location to be edited is template_engine/metaclasses/MetaArticle.php