Page 5 of 46 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 451
  1. #41
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: News & Article Management

    I have worked with the java code for the width, height, and velocity of the scrollbox but doesn't seem to do anything.

    How can I manipulate these elements? Isn't it supposed to be on newsScroller.js?
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  2. #42
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: News & Article Management

    Quote Originally Posted by ideasgirl
    How can I manipulate these elements?
    There are settings in the admin after you install it for the height, amount, & delay (amount & delay control speed). The width is automatically set to roughly the column width that it is placed in.

  3. #43
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: News & Article Management

    Ok, but where? It's not on "News & Articles Management".
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  4. #44
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: News & Article Management

    Quote Originally Posted by ideasgirl
    Ok, but where? It's not on "News & Articles Management".
    It is in the news & articles settings if you installed the scrollbox sql.

  5. #45
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: News & Article Management

    Well, apparently something is wrong, this is my patch:

    PHP Code:
    # News Scroller Config
    INSERT INTO configuration VALUES ('''News Sidebox Scroller Days''NEWS_SCROLLER_NUMBER_OF_DAYS''7''The news sidebox scroller will only contain news from the past xx news days''2504''100'NULLnow(), NULLNULL),
                                     (
    '''News Sidebox Scroller Height''NEWS_SCROLLER_HEIGHT''250''The height of the news sidebox scroller box''2504''101'NULLnow(), NULLNULL),
                                     (
    '''News Sidebox Scroller Amount''NEWS_SCROLLER_AMOUNT''2''The amount to scroll by''2504''102'NULLnow(), NULLNULL),
                                     (
    '''News Sidebox Scroller Delay''NEWS_SCROLLER_DELAY''100''The amount of delay when scrolling''2504''103'NULLnow(), NULLNULL);
    UPDATE configurationconfiguration_group SET configuration.configuration_group_id configuration_group.configuration_group_id WHERE configuration_group.configuration_group_title 'News & Articles Management' AND configuration.configuration_group_id '2504'
    but it stops while processing.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  6. #46
    Join Date
    Nov 2003
    Posts
    783
    Plugin Contributions
    2

    Default Re: News & Article Management

    That Update statement should be commented out. It doesn't work with the Zen Cart SQL Patch tool.

    The Select & Update statement after it should be the one that runs and it should read:
    Code:
    SELECT @group_id := configuration_group_id FROM configuration_group WHERE configuration_group_title = 'News & Articles Management';
    UPDATE configuration SET configuration_group_id = @group_id where configuration_group_id = '2504';
    If you've already run the INSERT INTO configuration VALUES ... statement, don't run it again. Just run what I've posted above.

  7. #47
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: News & Article Management

    B I N G O ! Thanks!
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

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

    Default News & Article Management



    its not working for me though... the scroller setting still wont appear where it should be!
    [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]

  9. #49
    Join Date
    Jun 2006
    Posts
    76
    Plugin Contributions
    0

    Default Re: News & Article Management

    Is this News and Articles module support multilanguage?

    If not, is there any code suggest to add for this function?

    Thanks.

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

    Default News & Article Management

    Quote Originally Posted by icemanchai
    Is this News and Articles module support multilanguage?

    If not, is there any code suggest to add for this function?

    Thanks.
    yup, it is support multilanguage function... no special code required!
    [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]

 

 
Page 5 of 46 FirstFirst ... 3456715 ... 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