| Re: Formatting story.title in news module |
| by blindman on 2005/8/8 5:37:42 Well, it isn't in the template. Try to fix that in article.php in this zone Quote: $story['id'] = $storyid; I'm not sure, but I have made about the same changes and I was confused too. And I think you should have a look at .../modules/news/class/class.newsstory.php for the textlink thing. Quote:
|
| Formatting story.title in news module |
| by jjcmoney on 2005/8/8 1:57:46 Hi everyone, Can someone point me in the right direction? I'm trying to find out where I can seperate out the topic and article title in the news module main page (..../modules/news/). It seems like they're bundled together as "story.title" and I can't format them directly in the templates. I'd like to put the words "Topic:" before the topic, then a line break and then "Article:" before the article name. or maybe eliminate the Topic all together...not sure yet I just can't figure out yet where to edit. Thanks! JC |