Jump to content

SerialNoob

Members
  • Posts

    262
  • Joined

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by SerialNoob

  1. Hello,

    Could you please explain further how to add navigation icons?

    Icons in the menu:
    
    https://invisioncommunity.com/files/file/8935-menunavigation-icons/

    The above file is no longer available for download and I don't understand how to edit the default icons code

    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="1"]:before { content: "\f6f1"; } 
    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="2"]:before { content: "\f550"; } 
    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="19"]:before { content: "\f4ad"; } 
    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="20"]:before { content: "\f291"; } 
    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="21"]:before { content: "\f083"; } 
    #cb-nexxe__menu nav .ipsNavBar_primary ul[data-role="primaryNavBar"] > li a[data-navitem-id="11"]:before { content: "\f073"; }

    With this code, I only have the store icon showing 🤔

  2. 4 minutes ago, Mark H said:

    Can you please verify that the connection details in the Client Area are current and working, then reply here, and we can take a closer look at this for you.

    Yes, current and working

    4 minutes ago, Mark H said:

    at least suggests a second, and maybe unrelated, problem.

    It just happened again just before your reply..

    Fixed by reinstalling :blush:  I know, Daniel said not to reinstall but that's the only way for me to make it go away.. cuz whenever it happens, I can't even access the admin panel.

  3. On 1/10/2022 at 11:42 PM, Mark H said:

    That error suggests you have a corrupted database table, which you or your host will need to repair using phpMyAdmin or command-line (SSH) tools such as the 'mysql' utility. Once it's been repaired, see if you still experience the error.

    The table has been repaired, same error 

    OutOfRangeException:  (0)
    #0 /home/****/public_html/system/Member/Member.php(779): IPS\Patterns\_ActiveRecord::load(3)
    #1 /home/****/public_html/system/Patterns/ActiveRecord.php(335): IPS\_Member->get_group()
    #2 /home/****/public_html/system/Dispatcher/Standard.php(87): IPS\Patterns\_ActiveRecord->__get('group')
    #3 /home/****/public_html/system/Dispatcher/Admin.php(90): IPS\Dispatcher\_Standard::baseJs()
    #4 /home/****/public_html/system/Dispatcher/Dispatcher.php(110): IPS\Dispatcher\_Admin->init()
    #5 /home/****/public_html/admin/index.php(13): IPS\_Dispatcher::i()
    #6 {main}

     

  4. 50 minutes ago, CodeBite said:

     

    And the background is the right size? or change from no-repeat to repeat

    The background is 1366x768, the width is fine.

    As for the height, when the page is long, the image would stop showing half-way

    With "repeat" it's almost the same, just one bit of the whole is added, but still half fXHSiWh.png

  5. 48 minutes ago, CodeBite said:
    html.theme--light body:before {
        content: "";
        background: url(https://codebite.dev/ips/uploads/set_resources_262/da34330…_bg.svg) left top no-repeat !important;
        background-attachment: fixed;
       
        display: block;
        width: 100%;
        height: 100%;
       
        position: absolute;
        left: 0;
        top: 0;
    }

     

    Thank you for your time!

    It is the same, the background doesn't cover the entire page

  6. On 1/12/2022 at 6:35 PM, CodeBite said:

     

    You simply cannot use the settings in the template, the same background is set on dark and light.

    Add in custom.css

    html.theme--light body:before {
        content: "";
        background: url(https://codebite.dev/ips/uploads/set_resources_262/da34330…_bg.svg) left top no-repeat !important;
        background-size: cover;
    }

     

    This code add the background to half of the page ^^

  7. 1 minute ago, Jim M said:

    That would indicate you already have a subscription. You can only have 1 subscription at a time.

    Yes, but that subscription has expired.. and I should be able to change, isn't? Why only "renew"?

    Yes, after deleting the subscription from customer view, the "subscribe now" appears... 

    Does it mean that I'll have manually deleted expired subscriptions from all members' profile each time it expires or whenever they need to change? 🤯

    Considering only 1 subscription at a time is allowed, while active, I should at least be able to see downgrade and upgrade as it is set to upgrade or downgrade to other subscriptions...

     

  8. 5 minutes ago, Jim M said:

    If you are unsure how to move forward or need to move forward faster, hiring a server administrator or upgrading your hosting package to obtain this support may be the best idea. 

    Yes, in last resort.. we're just a small community, those would unreasonable costs. 

    Something has changed after uninstalling few legacy apps:

    ALTER TABLE `ipbcore_rc_index` CHANGE COLUMN `id` `id` BIGINT (20) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'ID Number', DROP INDEX `content_lookup`, CHANGE COLUMN `content_id` `content_id` BIGINT (20) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The ID number of the content that was reported.', ADD KEY `content_lookup` (`class`(171),`content_id`), CHANGE COLUMN `perm_id` `perm_id` BIGINT (29) UNSIGNED NULL COMMENT 'The ID number from the core_permission_index table which indicates who can view this report.', CHANGE COLUMN `num_reports` `num_reports` INT (10) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Number of reports received.', CHANGE COLUMN `num_comments` `num_comments` INT (10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Number of comments moderators have made on this report.', CHANGE COLUMN `first_report_date` `first_report_date` INT (10) NOT NULL DEFAULT 0 COMMENT 'Unix timestamp of when the first report was submitted.', CHANGE COLUMN `last_updated` `last_updated` INT (10) NULL COMMENT 'Unix timestamp of the last time a comment or report was made (for read/unread marking)', CHANGE COLUMN `auto_moderation_exempt` `auto_moderation_exempt` INT (1) UNSIGNED NOT NULL ;Incorrect key file for table 'ipbcore_rc_index'; try to repair it

     

  9. 1 minute ago, Jim M said:

    I would recommend contacting your hosting provider or server administrator for further assistance

    They asked me to upgrade my hosting plan ^^

    1 minute ago, Jim M said:

    Additionally, I can move your topic here to our advanced hosting assistance forum if you would like peer to peer help?

    I wouldn't say no, thank you!

    ALTER TABLE `ipbcore_rc_index` CHANGE COLUMN `id` `id` BIGINT (20) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'ID Number', DROP INDEX `content_lookup`, CHANGE COLUMN `content_id` `content_id` BIGINT (20) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'The ID number of the content that was reported.', ADD KEY `content_lookup` (`class`(171),`content_id`), CHANGE COLUMN `perm_id` `perm_id` BIGINT (29) UNSIGNED NULL COMMENT 'The ID number from the core_permission_index table which indicates who can view this report.', CHANGE COLUMN `num_reports` `num_reports` INT (10) UNSIGNED NOT NULL DEFAULT 1 COMMENT 'Number of reports received.', CHANGE COLUMN `num_comments` `num_comments` INT (10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'Number of comments moderators have made on this report.', CHANGE COLUMN `first_report_date` `first_report_date` INT (10) NOT NULL DEFAULT 0 COMMENT 'Unix timestamp of when the first report was submitted.', CHANGE COLUMN `last_updated` `last_updated` INT (10) NULL COMMENT 'Unix timestamp of the last time a comment or report was made (for read/unread marking)', CHANGE COLUMN `auto_moderation_exempt` `auto_moderation_exempt` INT (1) UNSIGNED NOT NULL ;Incorrect key file for table 'ipbcore_rc_index'; try to repair it

     

  10. I did exactly as explained here:

    My forum is back but the support tool has listed a bunch of database queries to run all like these one:

    UPDATE `ipbcore_modules` SET `sys_module_id`='' WHERE `sys_module_id` IS NULL;
    UPDATE `ipbcore_modules` SET `sys_module_visible`=1 WHERE `sys_module_visible` IS NULL;
    UPDATE `ipbcore_modules` SET `sys_module_position`=0 WHERE `sys_module_position` IS NULL;
    ALTER TABLE `ipbcore_modules` CHANGE COLUMN `sys_module_id` `sys_module_id` MEDIUMINT (4) UNSIGNED NOT NULL AUTO_INCREMENT , CHANGE COLUMN `sys_module_protected` `sys_module_protected` TINYINT (1) UNSIGNED NULL DEFAULT 0 , CHANGE COLUMN `sys_module_visible` `sys_module_visible` TINYINT (1) UNSIGNED NOT NULL DEFAULT 1 , CHANGE COLUMN `sys_module_position` `sys_module_position` INT (5) NOT NULL DEFAULT 0 ;
    UPDATE `ipbcore_applications` SET `app_id`='' WHERE `app_id` IS NULL;
    UPDATE `ipbcore_applications` SET `app_long_version`=10000 WHERE `app_long_version` IS NULL;

    I click "fix automatically" and I get this:

    Incorrect key file for table 'ipbcore_rc_index'; try to repair it

    I click "check again" and back to the looong list of queries.. endless loop ^^

    From phpadmin, 'ipbcore_rc_index" is fine before I click on "fix automatically", once I click on "fix automatically", the table becomes corrupt

    Heeeeeeeeeeelp pleaseee

  11. 9 minutes ago, Marc Stridgen said:

    As mentioned by my colleague, you should not be reinstalling the software., If you are moving the site, you should be doing this in the manner described here. Its likely this is causing your issues

    Ok, I'll start from scratch! RIP ^^

    4 minutes ago, Miss_B said:

    Did you run the upgrader as well after you restored the database to the new server?

    Yes, I did!

×
×
  • Create New...