Page 16 of 17 FirstFirst ... 614151617 LastLast
Results 151 to 160 of 164
  1. #151
    Join Date
    Apr 2011
    Posts
    585
    Plugin Contributions
    0

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Quote Originally Posted by lat9 View Post
    Point taken, the differences are
    1. The sidebox displays the latest news.
    2. The articles can be displayed in a front-page centerbox.
    3. Separate integration with SitemapXML.
    Thank you lat9

    I didn't know about the centerbox and would have to experiment a bit more with it.

    Not sure if it can be done ( and I haven t been able to do it) but can the articles be arranged in a certain way:

    For example:

    sideboxe displays main article ( or should i say topic )

    Once "topic" is clicked , it brings up the article page which also incorporate "extract" of related articles....

    "Topic" page would similar to a table content of other related articles.

    I understand that the article could have link integrated to achieve this but I was hoping for a more automated way ( probably beyond the scope of the plugin)

  2. #152
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    279
    Plugin Contributions
    4

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Hi

    Can someone who is using this plugin share their web url with me so I can see it in action?

    PM me if you prefer, thanks.

  3. #153
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,937
    Plugin Contributions
    96

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Quote Originally Posted by royaldave View Post
    Hi

    Can someone who is using this plugin share their web url with me so I can see it in action?

    PM me if you prefer, thanks.
    I use it on my website; see my message footer.

  4. #154
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Back again.

    Zen Cart 2.1.0
    News Box Manager 3.2.1

    Testing the insertion of a new "news", and get this message:

    "WARNING: An Error occurred, please let us know! If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you entered valid data."

    The log reports:

    [25-Jun-2025 11:54:15 Europe/London] Request URI: /path_to_admin_dir/index.php?cmd=news_box_manager1&action=insert&nType=1, IP address: 93.48.151.7, Language id 2
    #0 /path_to_admin_dir/news_box_manager.php(107): zen_debug_error_handler()
    #1 /path_to_admin_dir/news_box_manager1.php(12): require('/home3/tesoreri...')
    #2 /path_to_admin_dir/index.php(16): require('/home3/tesoreri...')
    --> PHP Warning: Undefined array key "news_status" in /path_to_admin_dir/news_box_manager.php on line 107.

    If it can help I do have the admin_dir/includes/languages/italian/lang.news_box_manager.php

    The steps:
    check > enabled
    dates > blank
    Italian title > titolo
    Italian content > contenuto
    English title > title
    English content > content

    metatags > blank
    however did try also with metatags

    Having only Italian users the real title and content are inserted in the Italian fields whereas for the English using only "placeholder" single words.
    Last edited by keneso; 25 Jun 2025 at 12:56 PM.

  5. #155
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,937
    Plugin Contributions
    96

    Default Re: News Box Manager v3.0.0 [Support Thread]

    @keneso, find this section (lines 539-545) of /admin/news_box_manager.php
    Code:
            <div class="form-group">
                <?= zen_draw_label(TEXT_NEWS_STATUS, 'news_status', 'class="col-sm-3 control-label"') ?>
                <div class="col-sm-9 col-md-6">
                    <label class="radio-inline"><?= zen_draw_radio_field('news_status', '1', ($nInfo->news_status === '1')) . TEXT_ENABLED ?></label>
                    <label class="radio-inline"><?= zen_draw_radio_field('news_status', '0', ($nInfo->news_status === '0')) . TEXT_DISABLED ?></label>
                </div>
            </div>
    and make the highlighted change
    Code:
            <div class="form-group">
                <?= zen_draw_label(TEXT_NEWS_STATUS, 'news_status', 'class="col-sm-3 control-label"') ?>
                <div class="col-sm-9 col-md-6">
                    <label class="radio-inline"><?= zen_draw_radio_field('news_status', '1', ($nInfo->news_status === '1')) . TEXT_ENABLED ?></label>
                    <label class="radio-inline"><?= zen_draw_radio_field('news_status', '0', ($nInfo->news_status !== '1')) . TEXT_DISABLED ?></label>
                </div>
            </div>
    Does that correct the issue?

  6. #156
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Thanks, but no joy. Same Warning.

  7. #157
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,937
    Plugin Contributions
    96

    Default Re: News Box Manager v3.0.0 [Support Thread]

    I just installed v3.2.2-beta1 (storefront change only) on a local zc210 site. Added a new article with no error logs.

    The change I suggested above ensures that one of the Enabled/Disabled radio-buttons is selected when the insert-entry form is displayed.

  8. #158
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Yes, I noticed that, but like said I had checked it anyway, and for some reason is returning the warning.
    I noticed that the error log has been generated for the attempts done by a limited admin, whereas not generated for the power admin, getting that by the reported time of the erro logs.

  9. #159
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,937
    Plugin Contributions
    96

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Quote Originally Posted by keneso View Post
    Yes, I noticed that, but like said I had checked it anyway, and for some reason is returning the warning.
    I noticed that the error log has been generated for the attempts done by a limited admin, whereas not generated for the power admin, getting that by the reported time of the erro logs.
    Hmm, interesting. For the limited admin's profile, are any of the "News Box Manager" scripts enabled in the "Tools" menu?

  10. #160
    Join Date
    May 2009
    Posts
    1,254
    Plugin Contributions
    3

    Default Re: News Box Manager v3.0.0 [Support Thread]

    Let me make it more interesting. ;)

    Only the type1 is enabled for the limited.
    Anyhow I got the same warning from power admin.

    Now some more details:

    I enabled "all types", and disabled the "type1, type2, type3, type4".
    And the "all types" cannot be access with the security clearance message, prompting to contact site admin.

    I enabled them all "all types, type1, type2, type3, type4"
    "type1, type2, type3, type4" can be accessed, but "all types" would again display the security clearance message.

    I apologize as I thought the diffrent log files would contain same error (actually warning), I had opened two only, I now opened them all and can see different line reference in 7 of them as opposed to the two I reported in previous post.

    So instead of posting the error log file I posted the content of the warning one, and the lack of the power admin is the warning type, while it does generate the error type.
    To be clear in previous post I posted the content of:
    myDEBUG-adm-20250625-115415-048278-warning.log

    The content of the:
    myDEBUG-adm-20250625-123458-778999-error.log

    Is the following, and save the IP the content is the same for both limited, and power admin:

    Code:
    [25-Jun-2025 22:29:01 Europe/London] Request URI: /path_to_zen_cart_admin/index.php?cmd=news_box_manager1&action=insert&nType=1, IP address: 2.234.145.206, Language id 2
    #0 [internal function]: zen_debug_error_handler()
    #1 /path_to_zen_cart/zen-210/includes/classes/db/mysql/query_factory.php(733): trigger_error()
    #2 /path_to_zen_cart/zen-210/includes/classes/db/mysql/query_factory.php(678): queryFactory->show_error()
    #3 /path_to_zen_cart/zen-210/includes/classes/db/mysql/query_factory.php(307): queryFactory->set_error()
    #4 /path_to_zen_cart/zen-210/includes/functions/database.php(134): queryFactory->Execute()
    #5 /path_to_zen_cart_admin/news_box_manager.php(112): zen_db_perform()
    #6 /path_to_zen_cart_admin/news_box_manager1.php(12): require('/home3/tesoreri...')
    #7 /path_to_zen_cart_admin/index.php(16): require('/home3/tesoreri...')
    --> PHP Fatal error: MySQL error 1364: Field 'box_news_id' doesn't have a default value :: INSERT INTO box_news (news_start_date, news_end_date, news_content_type, news_status, news_added_date) VALUES ('2025-06-25 00:00:00', null, '1', '1', now()) ==> (as called by) /path_to_zen_cart/zen-210/includes/functions/database.php on line 134 <== in /path_to_zen_cart/zen-210/includes/classes/db/mysql/query_factory.php on line 733.
    On another error file there is one less line

    Code:
    [25-Jun-2025 16:24:43 Europe/London] Request URI: /path_to_zen_cart_admin/index.php?cmd=news_box_manager&action=insert, IP address: 2.234.145.206, Language id 2
    #0 [internal function]: zen_debug_error_handler()
    #1 /path_to_zen_cart/zen-210/includes/classes/db/mysql/query_factory.php(733): trigger_error()
    #2 /path_to_zen_cart/zen-210/includes/classes/db/mysql/query_factory.php(678): queryFactory->show_error()
    #3 /path_to_zen_cart/zen-210/includes/classes/db/mysql/query_factory.php(307): queryFactory->set_error()
    #4 /path_to_zen_cart/zen-210/includes/functions/database.php(134): queryFactory->Execute()
    #5 /path_to_zen_cart_admin/news_box_manager.php(112): zen_db_perform()
    #6 /path_to_zen_cart_admin/index.php(16): require('/home3/tesoreri...')
    --> PHP Fatal error: MySQL error 1364: Field 'box_news_id' doesn't have a default value :: INSERT INTO box_news (news_start_date, news_end_date, news_content_type, news_status, news_added_date) VALUES ('2025-06-25 00:00:00', null, '1', '1', now()) ==> (as called by) /path_to_zen_cart/zen-210/includes/functions/database.php on line 134 <== in /path_to_zen_cart/zen-210/includes/classes/db/mysql/query_factory.php on line 733.
    Again apologies for the confusion.

 

 
Page 16 of 17 FirstFirst ... 614151617 LastLast

Similar Threads

  1. v151 Log Manager [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Jul 2025, 02:40 PM
  2. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  3. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  4. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  5. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM

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