| Re: smarty $code and removing the news item title |
| by red_Slider on 2006/9/1 15:05:29 the same problem :( and here it is: https://xoops.org/modules/newbb/viewtopic.php?topic_id=39774&forum=28&post_id=174229#forumpost174229 editet 4 last time: solution: replace (in template news_item.html) string: story.title into story.news_title Quote: <table cellpadding="0" cellspacing="0" class="item"> |
| smarty $code and removing the news item title |
| by hal9000 on 2005/10/12 13:18:20 ok tried to squeeze it all in the title so now i will explain. 2 things is there a list of XOOPS smarty block code? by that i mean the $ values used in theme layout - if this is the correct term? i have found some on the smarty faq page but it doesn't seem XOOPS like. and i want to remove the subject from a news item so it just gives the actual news item headline. eg Xoops: Yet another XOOPS theme becomes Yet another XOOPS theme i think it relates to <{$story.title}> in the news_item.html but what would i change it to as removing that surely would remove the who title and i just want to get rid of the subject? thanks in advance hal9000 |