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

Everything 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. Hello, It's happening again now (don't know when it started, I was offline)
  3. Yes, current and working It just happened again just before your reply.. Fixed by reinstalling 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.
  4. [[Template core/front/global/globalTemplate is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] This is shown in public
  5. 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}
  6. 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
  7. Thank you for your time! It is the same, the background doesn't cover the entire page
  8. This code add the background to half of the page ^^
  9. 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...
  10. No, it still doesn't show. Note the button "renew now" shows but not "subscribe" or "upgrade" or "downgrade", it's just blank
  11. Hello, The subscription button doesn't show, why is that please?
  12. Thank you, worked! How to make the background scroll with the page scrolling please? Like this:
  13. Hello, How to add a background image for the light version only?
  14. 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
  15. They asked me to upgrade my hosting plan ^^ 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
  16. Could it be caused by incompatible MySQL versions? Old host: MySQL 5.6.32-78.1 New host: MySQL 8.0.26
  17. 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
  18. Because when that happens I can't access anything anymore, no forum, no admin panel I don't know how to do it without access to admin panel
×
×
  • Create New...