Results 1 to 10 of 10
  1. #1
    Join Date
    Nov 2005
    Posts
    44
    Plugin Contributions
    0

    Default News Box Manager vs. 1.4 - How to fadeout?

    the read-me tells:
    ------------------------------------
    The News are shown in a Sidebox.
    You can chose between a static list or a java fadeout effect.
    ------------------------------------

    where can I find these settings?

  2. #2
    Join Date
    Jan 2007
    Posts
    10
    Plugin Contributions
    0

    bug Re: News Box Manager vs. 1.4 - How to fadeout?

    Has anyone found out how to activate the Java Fade with this mod?

    Thanks

    David

  3. #3
    Join Date
    Oct 2006
    Posts
    24
    Plugin Contributions
    2

    Default Re: News Box Manager vs. 1.4 - How to fadeout?

    As i described in the readme_EN.txt you will find this settings in the file
    \includes\templates\template_default\sideboxes\tpl_news_scroll_box.php

    Look at line 26 to get the sidebox settings

    // Begin of News Sidebox Config
    $layout = 1; // 0 = Java Script Fader | 1 = Static 10 last news
    $shown_news = 10; // Number of Shown News
    // End of News Sidebox Config

    Greets
    MaleBorg

  4. #4
    Join Date
    Nov 2005
    Posts
    44
    Plugin Contributions
    0

    Default Re: News Box Manager vs. 1.4 - How to fadeout?

    thanx for this information.

    now I tried to re-install it but when loading the SQL true PHPMyAdmin I get an error:

    SQL-query:

    SELECT *
    FROM `configuration`
    WHERE CONCAT_WS( "-", '', 'News Box Character Count', 'NEWS_BOX_CHAR_COUNT', '200', 'Set the number of characters (bytes)
    = "news_box_char_count"
    ORDER BY '', 'News Box CharacterCount ', 'NEWS_BOX_CHAR_COUNT ', '200 ', '
    SET the number of characters(
    bytes LIMIT 0 ,
    30
    MySQL retourneerde:

    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'News Box Character Count ', ' NEWS_BOX_CHAR_COUNT ', ' 200 ', ' Set the numbe' at line 1
    -----------------------------------

    who knows a solution or cause or both ?!

  5. #5
    Join Date
    Jan 2007
    Location
    Atlanta, GA
    Posts
    73
    Plugin Contributions
    0

    Default Re: News Box Manager vs. 1.4 - How to fadeout?

    you shouldn't need to reinstall the sql stuff... just change the php file and reupload it. that's what I did.

    HOWEVER... I have an issue, and had to turn the fading back off, (even though it's very cool)

    When I have the fading on, it also fades out my product listing titles, and they don't fade back in, they just stay gone. HELP? it doesn't affect anything else on the page, just the product listing titles. I am having other issues with those titles too, but at least with the fading turned off, they stay on the page... LOL
    ~~give me feedback on my home decor store~~

    ~~sleep is a symptom of caffeine deprivation~~

    ~~COFFEE.SYS Not Found: User startup disabled.~~

    ~~ if(pot.coffee=EMPTY) {programmer->;brain=OFF}; ~~

  6. #6
    Join Date
    Nov 2005
    Posts
    44
    Plugin Contributions
    0

    Default Re: News Box Manager vs. 1.4 - How to fadeout?

    hi grayceworks,

    You wrote : just change the php file and reupload it.

    But what and how must it be changed?

  7. #7
    Join Date
    Jan 2007
    Location
    Atlanta, GA
    Posts
    73
    Plugin Contributions
    0

    Default Re: News Box Manager vs. 1.4 - How to fadeout?

    find this file:

    \includes\templates\template_default\sideboxes\tpl _news_scroll_box.php (or whichever template folder you are using, in the sideboxes folder)

    follow the directions listed in above comments, reposted below:

    Look at line 26 of the file in your text editor. It will look like this:

    Code:
    // Begin of News Sidebox Config
    $layout = 1; // 0 = Java Script Fader | 1 = Static 10 last news
    $shown_news = 10; // Number of Shown News
    // End of News Sidebox Config

    where it says $layout=1, you can see that it means a static link, instead of fading.

    change it to say $layout = 0; and you will have it fading.

    just reupload that file to the appropriate location, then make sure you use the "news box manager" in the "Tools" section of admin panel, to both create and publish news items.

    Also use the "layout settings" section of the "Configuration" menu in the admin panel to adjust other news box settings. in this section, you'll find the 4 news box settings near the bottom:

    News Box Character Count 200

    News Box Width in px 140px

    News Box Height in px 160px

    Number of Shown News 5

    . Hope this helps. And maybe someone can tell me what's wrong with mine... lol
    Last edited by grayceworks; 21 Feb 2007 at 11:19 PM.
    ~~give me feedback on my home decor store~~

    ~~sleep is a symptom of caffeine deprivation~~

    ~~COFFEE.SYS Not Found: User startup disabled.~~

    ~~ if(pot.coffee=EMPTY) {programmer->;brain=OFF}; ~~

  8. #8
    Join Date
    Jan 2004
    Location
    Chesterfield, VA
    Posts
    108
    Plugin Contributions
    0

    Default Re: News Box Manager vs. 1.4 - How to fadeout?

    Just wanted to point out that your installation instuctions mention the wrong file to turn on the scroller fadeout effect.

  9. #9
    Join Date
    Jan 2007
    Location
    Atlanta, GA
    Posts
    73
    Plugin Contributions
    0

    Default Re: News Box Manager vs. 1.4 - How to fadeout?

    Ummm... Nope.. that's where the file should be... Unless you've installed it somewhere else? But that is the default place for it to be installed.



    \includes\templates\template_default\sideboxes\tpl _news_scroll_box.php

    (or whichever template folder you are using, in the sideboxes folder)

    And it's in that file that you set the settings mentioned above which turn it on. According to the readme instructions given WITH the contribution. And it DOES work... Just not with the way I personally have things modified in my ZenCart
    ~~give me feedback on my home decor store~~

    ~~sleep is a symptom of caffeine deprivation~~

    ~~COFFEE.SYS Not Found: User startup disabled.~~

    ~~ if(pot.coffee=EMPTY) {programmer->;brain=OFF}; ~~

  10. #10
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    280
    Plugin Contributions
    0

    Default Re: News Box Manager vs. 1.4 - How to fadeout?

    i have the fadeout working no problem but the links to the news itself no loger functions -- just the news title without any link to the news display page.

    Any thoughts?
    Thanks
    :imagination:cogitation:realisation:
    www.chalbys.com

 

 

Similar Threads

  1. News Box Manager
    By kinget in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 19 Dec 2008, 08:30 PM
  2. News Box Manager
    By JeffD in forum Addon Sideboxes
    Replies: 3
    Last Post: 20 Feb 2007, 08:37 AM
  3. Re: News Box Manager vs. 1.4 - How to fadeout?
    By daschenbrener in forum Addon Sideboxes
    Replies: 2
    Last Post: 25 Jan 2007, 02:12 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