Re: News & Article Management
how do i install this?
i can't find the instruction and website that has instruction seems to be down.
when i unzip there are 4 seperate zip files. "news article management" "sidebox archive" "sidebox scroller" "sidebox ticker"
do i have to unzip and and install ALL? or just what i need?
please help me out
thanks in advance
Re: News & Article Management
Re: News & Article Management
How to
1. include more posts than one on the front page?
2. Display full posts in the archive instead heading?
Re: News & Article Management: MANUAL FOUND!!!
Hi all,
I read that the manual used to be on the dream-scape.com website, so I went to the Internet archive
http://web.archive.org/web/200712260...t/install.html
The manual and most of the screenshots are still there...
Perhaps someone can move them to another site?
Re: News & Article Management
Quote:
Originally Posted by
poosk
How to
1. include more posts than one on the front page?
2. Display full posts in the archive instead heading?
This is exactly what I'm looking for. How do I do this?
Re: News & Article Management
Hello;
I was wondering if someone can help me with my little alignment problem. Below is what I posted to the template thread thinking that the template could be adjusted to fit the content.
Originally Posted by Crandall
I have a quick question. I installed the news addon and that seems to work great. But the problem I have is that when the page for the news or archives is loaded it actually pushes the right side boxes to the bottom of the page. Which file(s) would I edit to maintain the proper spacing within that page.
Thank You
Chris
main site
http://randallsreptiles.com/index.php?main_page=index
news page
http://randallsreptiles.com/index.ph...&article_id=10
And here is the response:
If there is a support thread for this mod, can you please tell them that they have forgotten the:
<div class="centerColumn"> and </div> that is supposed to surround all content of the site? That is your issue. (If you view the source of any other page in zen cart, you'll see that code.
##############################___
Jade
Sage Fish
Cherry Zen
Apple Zen
Simple Zen
Nifty Zen
CSS Dropdown Header
Optional Insurance
Short Description for Categories
Category Select
Could someone point me in the right direction on which file(s) and where to make the necessary changes.
Thank You Again
Re: News & Article Management
Quote:
Originally Posted by
Crandall
Hello;
I was wondering if someone can help me with my little alignment problem. Below is what I posted to the template thread thinking that the template could be adjusted to fit the content.
Originally Posted by Crandall
I have a quick question. I installed the news addon and that seems to work great. But the problem I have is that when the page for the news or archives is loaded it actually pushes the right side boxes to the bottom of the page. Which file(s) would I edit to maintain the proper spacing within that page.
Thank You
Chris
main site
http://randallsreptiles.com/index.php?main_page=index
news page
http://randallsreptiles.com/index.ph...&article_id=10
And here is the response:
If there is a support thread for this mod, can you please tell them that they have forgotten the:
<div class="centerColumn"> and </div> that is supposed to surround all content of the site? That is your issue. (If you view the source of any other page in zen cart, you'll see that code.
##############################___
Jade
Sage Fish
Cherry Zen
Apple Zen
Simple Zen
Nifty Zen
CSS Dropdown Header
Optional Insurance
Short Description for Categories
Category Select
Could someone point me in the right direction on which file(s) and where to make the necessary changes.
Thank You Again
Hi Chris,
If you go to all the files in the includes/templates/template_default/templates folder of this mod:
tpl_news_archive_default.php
tpl_news_article_default.php
tpl_news_comments_default.php
tpl_news_default.php
you'll see they all start with a <table>.
So, right before the first <table> add this:
<div class="centerColumn" id="news">
and then at the very end of the file, after the ?> add this:
</div>
Without having this installed to test it, can't guarantee of the result, but give it a try.
Re: News & Article Management
Quote:
Originally Posted by
jettrue
Hi Chris,
If you go to all the files in the includes/templates/template_default/templates folder of this mod:
tpl_news_archive_default.php
tpl_news_article_default.php
tpl_news_comments_default.php
tpl_news_default.php
you'll see they all start with a <table>.
So, right before the first <table> add this:
<div class="centerColumn" id="news">
and then at the very end of the file, after the ?> add this:
</div>
Without having this installed to test it, can't guarantee of the result, but give it a try.
Thank You Jade!!! That code worked perfectly.
Re: News & Article Management
Hi all,
This is a bit of a newbie question but I've been hunting for hours with no luck.
I'm trying to turn off the post comments to news articles because I can't stop the spam comments. I'm getting over 20 a day!
I've tried making it so that people could only post if logged in but that hasn't helped.
I'm running the latest version of Zen Cart.
Any help would be great.
Thanks in advance.
Re: News & Article Management
Quote:
Originally Posted by
GreenSea
This is a bit of a newbie question but I've been hunting for hours with no luck.
I'm trying to turn off the post comments to news articles because I can't stop the spam comments. I'm getting over 20 a day!
I've tried making it so that people could only post if logged in but that hasn't helped.
I recommend the search this thread facility towards the top of this page (different from search an below it). This would have led your to post #7, which deals with this problem (bug).