Re: News & Article Management
Quote:
Originally Posted by
compositeone
All installed etc etc. It all seems to work apart from the summery on the front page. I have added the line:
Code:
<?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_NEWS_SUMMARY_MODULE)); ?>
to the file: tpl_index_default.php
But nothing displays.
I tried adding it too: tpl_main_page.php (just to see if it worked)
which gives the desired effect of it showing on the index but then it displays on the news page, which I obviously don't want as I then have a summary on the same page as the actual story which is pointless.
So what I'm basically saying is that I can't get summery on the index page to work, its like it is just being ignored, any ideas?
im having this same problem
i actually get this error
This is the main define statement for the page for english when no template defined file exists. It is located in: /includes/languages/english/index.php
then when i go to edit what it says.. it jsut displays text... http://www.yoururl.com/index.php?main_page=news
Re: News & Article Management
Hi,
I'm having problems with the SQL patch install (INSTALL_V2.110.sql). When I try to upload it via Admin > Tools Install SQL patches I get the following error...
Quote:
1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
in:
[INSERT INTO configuration_group VALUES ('', 'News & Articles Management', 'The options which configure News & Articles Management', '1', '1');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
The first line of the patch reads
Quote:
# ConfigurationINSERT INTO configuration_group VALUES ('', 'News & Articles Management', 'The options which configure News & Articles Management', '1', '1');
Am I missing something - couldn't find a similar error other users have experienced on the forum??? Any help much appreciated.
Cheers,
Adam.
Re: News & Article Management
:lookaroun Anyone??? (see above problem)....
Re: News & Article Management
Does anyone know where i can find this mod??
Maybe I'm missing something but i can't find it on the site anywhere.
Thanks
Derek
Re: News & Article Management
Quote:
Originally Posted by
Dehaw
Does anyone know where i can find this mod??
Maybe I'm missing something but i can't find it on the site anywhere.
Thanks
Derek
http://www.zen-cart.com/index.php?ma...oducts_id=1132
Re: News & Article Management
Hi Misty,
Would you believe i swear i went through the contribs about three times and searched i don't know how many, but i eventually found an older version from a backup.
I've bookmarked that url anyway just in case.
Cheers for that ;-)
Derek
Re: News & Article Management
Quote:
Originally Posted by
Dehaw
Hi Misty,
Would you believe i swear i went through the contribs about three times and searched i don't know how many, but i eventually found an older version from a backup.
I've bookmarked that url anyway just in case.
Cheers for that ;-)
Derek
No probs..doubt you would have found it.. only resubmitted
at url quoted, within last 24/36 hours
:smile:
Re: News & Article Management
Ah great stuff, thanks ;-)
Re: News & Article Management
I have the news working, but I have an issue with the RSS Feed. I get:
Quote:
Invalid xml declaration.
Line: 2 Character: 3
<?xml version="1.0" encoding="iso-8859-1"?>
I found that the <?xml has to be at the beginning of the page on line 1. When I look at the source for the page, it's on line 2. Does anyone know how to get rid of the blank line?
:blink:
http://www.aacorvette.com/index.php?main_page=news_rss
Re: News & Article Management