Zen Cart Logo
Forums / All Other Contributions/Addons / News & Article Management [Support]

News & Article Management [Support]

Views: 135,124

Results 241 to 260 of 451
19 Nov 2008, 12:11
#241
greensea avatar

greensea

New Zenner

Join Date:
Nov 2008
Posts:
3
Plugin Contributions:
0

News & Article Management [Support]

kuroi:

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).

I've tried this and it's not working for me. That's why I want to remove the option to make comments. I don't want any users to be able to comment. Have you got any ideas? Is this possible?

19 Nov 2008, 12:52
#242
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: News & Article Management [Support]

GreenSea:

I want to remove the option to make comments. I don't want any users to be able to comment. Have you got any ideas? Is this possible?If there's not an Admin switch for this (I'm assuming that you've looked) then a quick and dirty approach would be to remove the comments link, which you could do by commenting out line 41 of the tpl_news_article_default.php file.> $newsDisplay->articleByLine(sprintf(TEXT_ARTICLE_BY_LINE, $articleAuthor), $commentsURL, (($comments > 0) ? sprintf(TEXT_POST_COMMENT_1, $comments) : TEXT_POST_COMMENT_2));This would however, also remove the article's byline. If you wanted to remove the byline, you would need to dig deeper into the code to see what happens if you just set the 2nd and 3rd parameters of the above line to NULL or empty strings.

16 Jan 2009, 02:12
#243
harry2cool avatar

harry2cool

Zen Follower

Join Date:
Oct 2005
Posts:
280
Plugin Contributions:
0

Re: News & Article Management [Support]

Hi,
Thanks for a great mod.

It works fine, however the main_page=rss_feed&feed=new_products does not show new products(it's stuck on a particular product and does not update), however the main_page=rss does show all the products including new products.

Can someone please let me know where I may be wrong.

16 Jan 2009, 04:02
#244
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: News & Article Management [Support]

harry2cool:

Hi,
Thanks for a great mod.

It works fine, however the main_page=rss_feed&feed=new_products does not show new products(it's stuck on a particular product and does not update), however the main_page=rss does show all the products including new products.

Can someone please let me know where I may be wrong.

The latter is handling illegal xml characters better probably. You should post in the thread for the RSS Feed module.

19 Jan 2009, 22:04
#245
wishful avatar

wishful

New Zenner

Join Date:
Jan 2009
Posts:
3
Plugin Contributions:
0

Re: News & Article Management [Support]

Hello all,
I have a couple of questions:

→ Is there an installation guide for this ad-on?
→ Does it support multi-lingual content? I need it just for news posting.

27 Jan 2009, 13:41
#246
heimskr75 avatar

heimskr75

Zen Follower

Join Date:
Apr 2007
Posts:
106
Plugin Contributions:
3

Re: News & Article Management [Support]

Ok I took the time to get everything from archive.org for this mod as far as the install stuff and the other doc's. I grabbed all the screen shots (took a while but I found them) and documentation that was there. I skipped the change log, to do and donations as they really aren't necessary.

I put it all in a zip that you can get here

Hope this helps!!

admins you might want to add this link to the mod download page or just add it to the zip file as it contains everything needed.

28 Jan 2009, 02:48
#247
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
942
Plugin Contributions:
3

Re: News & Article Management [Support]

heimskr75:

Ok I took the time to get everything from archive.org for this mod as far as the install stuff and the other doc's. I grabbed all the screen shots (took a while but I found them) and documentation that was there. I skipped the change log, to do and donations as they really aren't necessary.

I put it all in a zip that you can get here

Hope this helps!!

admins you might want to add this link to the mod download page or just add it to the zip file as it contains everything needed.

It definently helped me out! Thanks!

28 Jan 2009, 13:55
#248
heimskr75 avatar

heimskr75

Zen Follower

Join Date:
Apr 2007
Posts:
106
Plugin Contributions:
3

Re: News & Article Management [Support]

No problem! With everything that this community has given me it's the least I can do! :bigups:

29 Jan 2009, 03:20
#249
cushietushies avatar

cushietushies

New Zenner

Join Date:
Jun 2006
Posts:
35
Plugin Contributions:
0

Re: News & Article Management [Support]

Hey all!!
I have just installed this mod but have run into this error. Am hoping someone can help me.

I have done everything the install has told me to do yet I have this error message.

1146 Table 'cushietu_zc.zen_news_articles' doesn't exist
in:
[select news_date_published from zen_news_articles where news_status = '1' and to_days(news_date_published) <= to_days('2009-01-29') group by news_date_published desc limit 7]

Thanks in advance!
Shell

29 Jan 2009, 03:45
#250
cushietushies avatar

cushietushies

New Zenner

Join Date:
Jun 2006
Posts:
35
Plugin Contributions:
0

Re: News & Article Management [Support]

Please ignore my last post :D I see the very important step I missed :D

30 Jan 2009, 01:49
#251
dw08gm avatar

dw08gm

Totally Zenned

Join Date:
Sep 2008
Location:
DownUnder, overlooking South Pole.
Posts:
1,016
Plugin Contributions:
2

Re: News & Article Management [Support]

heimskr75:

Ok I took the time to get everything from archive.org for this mod as far as the install stuff and the other doc's. I grabbed all the screen shots (took a while but I found them) and documentation that was there. I skipped the change log, to do and donations as they really aren't necessary.

I put it all in a zip that you can get here

Hope this helps!!

admins you might want to add this link to the mod download page or just add it to the zip file as it contains everything needed.

Thanks greatly heimskr

Your timing is impeccable, even prescient, as I had only just discovered this mod yesterday.

30 Jan 2009, 03:15
#252
tajul_ashyqin avatar

tajul_ashyqin

Zen Follower

Join Date:
Apr 2006
Location:
Labuan Island
Posts:
362
Plugin Contributions:
1

Re: News & Article Management [Support]

mm, suddenly my news articles wont scroll as usual...:shocking:

30 Jan 2009, 03:47
#253
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,590
Plugin Contributions:
0

Re: News & Article Management [Support]

heimskr75 - Please add the contrib to the downloads section so that it won't be lost again. Thanks!!

30 Jan 2009, 11:46
#254
heimskr75 avatar

heimskr75

Zen Follower

Join Date:
Apr 2007
Posts:
106
Plugin Contributions:
3

Re: News & Article Management [Support]

Done! The current zip now has 4 zip files in it
the main one 2 add-ons and the install instructions I put back together.

09 Feb 2009, 20:56
#255
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: News & Article Management [Support]

I would know also the informations about uninstall, in way to know if there'll be something wrong how to uninstall.

12 Feb 2009, 12:12
#256
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: News & Article Management [Support]

please I have to install the mod, but before I would to know hoe to uninstall later.
:frusty:

13 Feb 2009, 05:49
#257
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
942
Plugin Contributions:
3

Re: News & Article Management [Support]

Simply undo the installation instructions in reverse order.

Just leave the SQL structure alone when uninstalling unless you're absolutely sure you know what you're doing.

13 Feb 2009, 12:13
#258
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: News & Article Management [Support]

thank you.
I do backup of database before install.

So can you tell me also how uninstall the sql patch?
Please.

So within today I install this mod I need.
Please

I say it because with another mod time ago I would to uninstall and I can't so I had to install a new clean version of zen cart in another folder, so this time I would to know before how to do.

Thank you very much in advance
:blush:

14 Feb 2009, 06:02
#259
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
942
Plugin Contributions:
3

Re: News & Article Management [Support]

giuly:

thank you.
I do backup of database before install.

So can you tell me also how uninstall the sql patch?
Please.

So within today I install this mod I need.
Please

I say it because with another mod time ago I would to uninstall and I can't so I had to install a new clean version of zen cart in another folder, so this time I would to know before how to do.

Thank you very much in advance
:blush:

IF you leave the SQL patch from the installation alone after you remove the physical files, nothing will be affected by it since the installation only adds in the data tables for the news posts. But if you insist... I'll be back in a few.

14 Feb 2009, 06:12
#260
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
942
Plugin Contributions:
3

Re: News & Article Management [Support]

# Configuration
DELETE from configuration_group WHERE configuration_key = DISPLAY_NEWS_SUMMARY;
DELETE from configuration_group WHERE configuration_key = DISPLAY_NEWS_SUMMARY_DAYS;
DELETE from configuration_group WHERE configuration_key = DISPLAY_NEWS_SUMMARY_LENGTH;
DELETE from configuration_group WHERE configuration_key = NEWS_COMMENTS_REQUIRE_CUSTOMER;
DELETE from configuration_group WHERE configuration_key = ENTRY_NEWS_NAME_MIN_LENGTH;
DELETE from configuration_group WHERE configuration_key = ENTRY_NEWS_COMMENTS_MIN_LENGTH;
DELETE from configuration_group WHERE configuration_key = NEWS_COMMENTS_EMAIL_ADMIN_NOTICE;
DELETE from configuration_group_id WHERE configuration_group_title = "News & Articles Management";
# Table structure for table news_articles 
DROP TABLE IF EXISTS news_articles;

# Table structure for table news_articles_text
DROP TABLE IF EXISTS news_articles_text;

# Table structure for table news_authors
DROP TABLE IF EXISTS news_authors;

# Table structure for table news_comments
DROP TABLE IF EXISTS news_comments;

# Table structure for table news_comments_description
DROP TABLE IF EXISTS news_comments_description;
```There's your remove SQL code. I still say you can just LEAVE IT there since the database tables for the news don't interfere with anything and aren't referenced outside of the news script. But it's your call.

This all assumes you use the DEFAULT installation tables. If you changed your tables to something else... You have to modify the table names above to the appropriate ones.