| Re: News module: how to remove category name from news headline? |
| by Bates on 2006/11/27 15:10:38 Great ! Thanks all you guys.. it's finally working.. PS: Does one of you guys perhaps know how I can put links from my news articles to the CBB forum? For example: text ...... Discuss this article in our forums There isn't a topic yet, but as soon as one clicks the link to discuss it in the forum, it's been created..? |
| Re: News module: how to remove category name from news headline? |
| by littletern on 2006/11/27 9:22:51 Bates, just remove manualy this: :  from /modules/news/index.php and modules/news/article.php How you will find this? Simple, in these files this ( : ) is inserted only ONCE so you can find them without any problem... (use search function in your editor) |
| Re: News module: how to remove category name from news headline? |
| by red_Slider on 2006/11/26 17:29:38 I forgot! Update news module! it is in the languages file I think ... wait a minute hmmmm I forgot where I did it ![]() hmmm try find manually (4e by Total or Norton Commander ) " : " Hevre? any idea ? |
| Re: News module: how to remove category name from news headline? |
| by Bates on 2006/11/26 16:38:51 Ok so I have edited the file news_item.html and changed: le="color: #000000"><?php <td class="itemHead"><span class="itemTitle"><{$story.title}></span></td> into le="color: #000000"><?php <td class="itemHead"><span class="itemTitle"><{$story.news_title}></span></td> Uploaded that file to my news templates and replaced the existing news_item.html file.. But I still see the (:) sign ! What am I doing wrong here?? Example
|
| Re: News module: how to remove category name from news headline? |
| by Wayne on 2006/11/26 15:37:35 @red_slider Nevermind, thanks. Found it... I was looking for something with the word "category", not topic_title |