X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   News Managament Help (https://forum.x-cart.com/showthread.php?t=20281)

pctechtoys 03-02-2006 01:13 PM

News Managament Help
 
Ok I am having an issue with my news management. I figured out how to display the news. But when put it in the storefront it displays the whole article.. I donБ─≥t want it to do that I just want it to display the Title and if people are interested they can click on it and read the article.

How can i set it up for this. I have seen other websites operating x-cart that do what I want to do. Am I just over looking something or????

Thank you in advance

shan 03-02-2006 03:43 PM

edit news.tpl

pctechtoys 03-02-2006 04:03 PM

I have looked in the news.tpl and the today_news.tpl and anything else that was related to news. I simply can not find what line to edit to get the program show only the subject news not the whole news article.

shan 03-03-2006 02:24 AM

in todays_news.tpl find

Code:

{$news_message.body}

change to

Code:

<A href="news.php?newsid={$news_message.newsid}">
{$news_message.subject}
</A>


something like that anyway

pctechtoys 03-03-2006 08:35 PM

SHan,

That did it, thank you very much.


All times are GMT -8. The time now is 01:12 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.