Jump to content

bosss

Members
  • Posts

    736
  • Joined

  • Last visited

 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 bosss

  1. I am on 4.6.2 and got notice in admin cp that i should use InnoDB instead MYISAM -

    Can i use this query to convert whole database at once or my convert table by table?

    SET @DATABASE_NAME = 'name_of_your_db';
    
    SELECT  CONCAT('ALTER TABLE `', table_name, '` ENGINE=InnoDB;') AS sql_statements
    FROM    information_schema.tables AS tb
    WHERE   table_schema = @DATABASE_NAME
    AND     `ENGINE` = 'MyISAM'
    AND     `TABLE_TYPE` = 'BASE TABLE'
    ORDER BY table_name DESC;

    Maybe you have beter suggestion? Can i leave MyISAM mean stay on it?

     

    regards

  2. 21 minutes ago, Scott Allen said:

    This purple glow - I cannot find where to change this color anywhere in the AdminCP, or under the IPS Brave Theme settings, and I've checked every page.  Someone must have changed it on my team, getting no reply - it was blue yesterday.  Trying to get my colors in line after the update to 4.5.x but cannot find this color setting anywhere:
    Grlh7Vr.png

    Circled the pit I'm talking about, appears on certain header bars like this, chatbox application, etc.

    Thanks for any help!!

    Those changes makes with Background picker on Brave skin! Best to ask @Ehren!

  3. 2 minutes ago, Jim M said:

    You will want to go to the status update itself and ensure you're a moderator which can either delete or hide the status update.

    Thanks for reply!

    Where to go? I am admin - can not do that like admin?

    I can hide widget but i want delete all messages from status update.

  4. 12 minutes ago, kmk said:

    it don´t resolve the problem. I have the permission checked and it already enable, then others members visit the page, they just can see the status posted, but can not publish status.

    You must check also in profile settings - on two places

     

    status_2.png

    status_1.png

    2 minutes ago, kmk said:

    I have all groups with the permission enabled.

    Extra question, why the status settings are highlited?spacer.png

     

    Maybe you made search and that is highlited!

  5. 3 minutes ago, optrexnz said:

    Maybe it depends on what php version you are using? Doing a dream here. I commented out the 2 lines it replaced and just pasted in the new entries. I have my topic set to post 1 hour after joining.

    Tested with php 7.3.1 and 7.4  - works not (with changes).

    Downgrade to ver 2.5.6 works fine (posted immediately)

×
×
  • Create New...