Re: News & Article Management
Hi every body. I am trying to incorporate News side box on my client's zen cart. This template is build on one side box only and that is categories. When i add second side box (i.e news scroller) it deshapes my page. Please have a look at http://www.girlspartywear.com. please help and guide me how is it possible to align both side boxes on proper locations one after one on right side of the page. Advance thanks for any help :)
Re: News & Article Management
Where can we download this module? The dream-scape.com website looks like it no longer exists.
Re: News & Article Management
Quote:
Originally Posted by
ed89
Where can we download this module? The dream-scape.com website looks like it no longer exists.
From the downloads area on this site (see the "Free Software Add Ons" link above.
Re: News & Article Management
Hi, not sure if this is correct place to ask, but I am having a problem with News Article Manager RSS feed whereby I get "XML Parsing Error: XML or text declaration not at start of entity" error
when clicking the RSS feed button.
I have found the problem is that there appears to a tab or some spaces inserted at the start of the XML feed doc. However I am unable to locate from where in my zen cart site that these spaces are being added?
My site is www.highburyeye.co.nz
Re: News & Article Management
Hi can I display let's say headings (& and summary?) of the five recent posts in the article manager on my index page somehow? how?
Re: News & Article Management
hi, everyone,
new problem occured.
during execute SQL, no problem. but when click catolag - news & Articles - article, then add new article by clicking buttom "new article", following error occured.
HTML Code:
Warning: Missing argument 1 for FCKeditor::__construct(), called in root/admin/news.php on line 368 and defined in /root/includes/fckeditor_php5.php on line 42
Fatal error: Call to undefined method FCKeditor::CreateFCKeditor() in /root/admin/news.php on line 370
anyone know how to solve it?:lamo:
Re: News & Article Management
Hi everyone,
I have installed News & Article Management.
I have made the necessary mods, I have uploaded the files, I have installed the SQL patch, but:
1, it doen not appear in the Configuration Group, I have checked the database, is there.
2, I have installed Admin Profiles from Kuroi which works fine with the other modules but, when I set to give permissions to use the NAM the Admin does not keep the "choice"
Does anyone have any idea, can you help?
I have zc 1.3.8a - the Mod is installed here: www.annunciemart.it
Thanks in advance
Re: News & Article Management
Quote:
Originally Posted by
poosk
Hi can I display let's say headings (& and summary?) of the five recent posts in the article manager on my index page somehow? how?
If anyone else is thinking about it, I managed to make it quite easily with feedburner... not probably the best solution but works anyhow..
Re: News & Article Management
Hi, Poosk,
I worked to solve this for few days, but unable to fix.
can you share with your solution?:frusty:
Re: News & Article Management
Quote:
Originally Posted by
aTecko
If someone need to have more news on main page summary, there is one thing needed to do ... easy ...
edit modules/news_summary.php
there is this code on begining
Code:
// new option set by Admin
if (!defined('DISPLAY_NEWS_SUMMARY_LIMIT')) {
define('DISPLAY_NEWS_SUMMARY_LIMIT', 1);
just change it to this where X is number of news u want to have on main page
Code:
// new option set by Admin
if (!defined('DISPLAY_NEWS_SUMMARY_LIMIT')) {
define('DISPLAY_NEWS_SUMMARY_LIMIT', X);
Hi, aTecko,
Anyhow thanks for your easy solution.
But seems that there is no code you mentioned above in my news_summary.php
what version are you using???