Page 26 of 46 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 451
  1. #251
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    976
    Plugin Contributions
    6

    Default Re: News & Article Management

    Quote Originally Posted by heimskr75 View Post
    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.

  2. #252
    Join Date
    Apr 2006
    Location
    Labuan Island
    Posts
    361
    Plugin Contributions
    2

    help question Re: News & Article Management

    mm, suddenly my news articles wont scroll as usual...
    [FONT=Comic Sans MS]"Whether you think you can, or you think you can't... YOU ARE RIGHT."[/FONT]
    [FONT=Comic Sans MS]GOOD LUCK !!![/FONT]

  3. #253
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: News & Article Management

    heimskr75 - Please add the contrib to the downloads section so that it won't be lost again. Thanks!!
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  4. #254
    Join Date
    Apr 2007
    Posts
    105
    Plugin Contributions
    4

    Default Re: News & Article Management

    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.

  5. #255
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: News & Article Management

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

  6. #256
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: News & Article Management

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

  7. #257
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    521
    Plugin Contributions
    3

    Default Re: News & Article Management

    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.

  8. #258
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: News & Article Management

    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

  9. #259
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    521
    Plugin Contributions
    3

    Default Re: News & Article Management

    Quote Originally Posted by giuly View Post
    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
    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.

  10. #260
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    521
    Plugin Contributions
    3

    Default Re: News & Article Management

    Code:
    # 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.

 

 
Page 26 of 46 FirstFirst ... 16242526272836 ... LastLast

Similar Threads

  1. News & Article Management
    By akumi in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 May 2008, 03:27 PM
  2. Regarding News & Article Management
    By akumi in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 12 May 2008, 05:27 PM
  3. News & Article Management- couple small problems
    By chufty bill in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 26 Oct 2006, 09:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR