Re: News & Article Management
it gooooess
when I modify the header text
zen cart news?
:smile:
Re: News & Article Management
ok it's all ok, perfect, thank you for your GREAT mod!
:clap:
Re: News & Article Management
Quote:
Originally Posted by
retched
I'm in the middle of fixing that myself for my page. Seems as though there's a conflict with the CSS involved in the news poster. What I can suggest is to make two columns in the main box like what I did. One column can be a image highlighting specials and deals while the other will post your news.
The following is based on the default installation:
HTML Code:
<table width="100%" border="0">
<tr>
<td valign="top" width="50%"><a href="http://www.lulu.com/content/466605"><img src="images/large/e-start-book.gif" alt="get your manual today" title="Have you got yours yet? Join the 1000’s of Zen Cart users that have bought the only comprehensive owners manual !" /></a>
<p>This content is located in the file at: <code> /languages/english/html_includes/YOUR_TEMPLATE/define_main_page.php</code></p>
<p>You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_main_page from the pulldown.</p>
<p><strong>NOTE: Always backup the files in<code> /languages/english/html_includes/your_template</code></strong></p></td>
<td width="50%" valign="top"><?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_NEWS_SUMMARY_MODULE)); ?><td></tr></table>
Hi Retched
Did you find a way to fix the problem? i am using the ocean-front template. thanks in advance.
Re: News & Article Management
Not yet I'm afraid a few other projects got in the way before I can start this one.
Re: News & Article Management
Hi,
Is there a way to add categories for the news articles? For instance, I want to have a Food Facts category, a Recipes category, and so forth. That said, when the client creates an article, it would be ideal if they could assign it to the proper category.
I searched this thread for category and categories, but didn't see anything that relates to my needs.
Thanks in advance.
Re: News & Article Management
when i try to open my files, they seem to be password protected.. does anyone know the password?
Re: News & Article Management
Hello, I've seen that Static RSS News Sidebox add-on is "compatible" with News & Articles, how I can link them?
Or is there a way to make News & Articles to take feeds from other sites and automatically post them as articles?
Re: News & Article Management
Quote:
Originally Posted by
zMax
Hello, I've seen that Static RSS News Sidebox add-on is "compatible" with News & Articles, how I can link them?
Or is there a way to make News & Articles to take feeds from other sites and automatically post them as articles?
In the sidebox configuration it allows you to enter the RSS url. In that sense, it is actually compatible with any RSS feed, not just the News and Articles Manager.
Re: News & Article Management
Quote:
Originally Posted by
numinix
In the sidebox configuration it allows you to enter the RSS url. In that sense, it is actually compatible with any RSS feed, not just the News and Articles Manager.
Yes I know that is possible, just my bad. What I want exactly to do is to take information from a feed then post it as a news/article, all this automaticlly, I think it is possible because I've already seen that on some various sites (zencart), or if News & Articles can do it, is there a way to do that?
Re: News & Article Management
Quote:
Originally Posted by
zMax
Yes I know that is possible, just my bad. What I want exactly to do is to take information from a feed then post it as a news/article, all this automaticlly, I think it is possible because I've already seen that on some various sites (zencart), or if News & Articles can do it, is there a way to do that?
The sidebox contains a script for parsing RSS feeds, you could use that script to show anything from an RSS feed on a page in any way you'd like. I wouldn't use the News and Articles Manager since your content would be dynamic. Instead create a new defined page.