Jump to content

Orpheus

Актив
  • Регистрация

  • В сети

Reputation Activity

  1. Thanks
    Orpheus got a reaction from Belon in (BIM) Pro Stats   
    Here is an example on how to show thumbnails
    Once you have added a stats like this below

    Click the added stats and a pop-up will open, where you'll be able to change what to show as a thumbnail

    Hope, that helps
  2. Thanks
    Orpheus got a reaction from Xontero in convert MyISAM to InnoDB   
    Over support tool this indicates that there is a problem with database tables
    AdminCP Support Tool

    And this is what you should see after running the queries.
    phpMyAdmin

    AdminCP Support Tool

  3. Like
    Orpheus got a reaction from Xontero in convert MyISAM to InnoDB   
    This doesn't look like a message from phpMyAdmin but rather a message from support tool.
    Check your support tool over ACP and see if it shows any problems related to your MySQL database.
  4. Like
    Orpheus got a reaction from by_ix in convert MyISAM to InnoDB   
    Over support tool this indicates that there is a problem with database tables
    AdminCP Support Tool

    And this is what you should see after running the queries.
    phpMyAdmin

    AdminCP Support Tool

  5. Like
    Orpheus got a reaction from by_ix in convert MyISAM to InnoDB   
    That's probably not the actual size of the database. Run MySQL optimization to reduce the size.
    Below is how you should run the Query if you're using phpMyAdmin

  6. Like
    Orpheus got a reaction from by_ix in convert MyISAM to InnoDB   
    Like I said previously, he might have done something wrong which caused the error.
    Follow and fix like this



    Then you know what you've to do.
    Next step would be; well, In most scenarios you can copy the above result to the notepad and then checking and confirming if all is well and at last run the resulted queries and you'll see a successful operation message.
  7. Like
    Orpheus got a reaction from by_ix in convert MyISAM to InnoDB   
    Like this

    CTRL + Enter (Windows OS) to execute all the queries you'll generate.
    Goodluck
  8. Thanks
    Orpheus got a reaction from Xontero in convert MyISAM to InnoDB   
    Like this

    CTRL + Enter (Windows OS) to execute all the queries you'll generate.
    Goodluck
  9. Like
    Orpheus got a reaction from Xontero in convert MyISAM to InnoDB   
    Like I said previously, he might have done something wrong which caused the error.
    Follow and fix like this



    Then you know what you've to do.
    Next step would be; well, In most scenarios you can copy the above result to the notepad and then checking and confirming if all is well and at last run the resulted queries and you'll see a successful operation message.
  10. Thanks
    Orpheus got a reaction from Xontero in convert MyISAM to InnoDB   
    That's probably not the actual size of the database. Run MySQL optimization to reduce the size.
    Below is how you should run the Query if you're using phpMyAdmin

  11. Like
    Orpheus got a reaction from turk in convert MyISAM to InnoDB   
    How to grab all the tables which are using MyISAM storage engine?
    SELECT CONCAT('ALTER TABLE ', TABLE_SCHEMA, '.', TABLE_NAME,' ENGINE=InnoDB;') FROM Information_schema.TABLES WHERE TABLE_SCHEMA = 'DBNAME' AND ENGINE = 'MyISAM' AND TABLE_TYPE = 'BASE TABLE' Where DBNAME is the database name, then copying all the output queries you've to run in console and hit CTRL+Enter
    Done! hope that helps
  12. Like
    Orpheus reacted to Desti in convert MyISAM to InnoDB   
    Your DB must be configured for innodb. 
    Check 
    innodb_buffer_pool_size = (50% of memory)G 
    innodb_log_file_size = 256M
    innodb_flush_log_at_trx_commit = 1
    innodb_flush_method = O_DIRECT
  13. Haha
    Orpheus got a reaction from Xontero in Anyone got these plugins/apps?   
    Embed Streamable v1.1.0
    Improve Storage Configurations Display Name v1.1.0
    Note: Sources also attached
    Embed-Streamable-1.1.0.xml embed-streamable-1.1.0.zip Improve-Storage-Configurations-Display-Name-1.1.0.xml improve-storage-display-name-1.1.0.zip
  14. Sad
    Orpheus got a reaction from Xontero in Anyone got these plugins/apps?   
    @LoveHate This is not even the original one, It's the one which has been modified by @by_ix to work on IPS 4.6.x
    The original one is around 10.63 kB
  15. Like
    Hello guys, is there any plugin or application or modification which can help me fix broken attachments?
    For example, It should list all the attachment URLs which are broken in forum topics or a single forum topic. Next step would be redirecting those broken URLs so that they can be fixed.

    Google Translation
    Привет, ребята, есть ли какой-нибудь плагин, приложение или модификация, которые могут помочь мне исправить сломанные вложения?
    Например, он должен перечислить все URL-адреса вложений, которые не работают в темах форума или отдельной теме форума. Следующим шагом будет перенаправление этих неработающих URL-адресов, чтобы их можно было исправить.
  16. Haha
    Так что вы тоже можете использовать его, если вам нужно перевести с английского на русский. 😉
  17. Like
    Orpheus got a reaction from BlackShot in Show Edit and Report Links Under Posts & Comments   
    There you go
    Show_Edit_and_Report_Links_Below_Posts__Comments_1.0.1.xml
  18. Like
    Orpheus got a reaction from newload in Show Edit and Report Links Under Posts & Comments   
    There you go
    Show_Edit_and_Report_Links_Below_Posts__Comments_1.0.1.xml
  19. Like
    Orpheus got a reaction from newload in Group Name Indicator 7.0.0   
    Here it's
    Group Name Indicator 7.0.0.xml
  20. Thanks
    Orpheus got a reaction from BlackShot in Файлы из архива IPS (поможем скачать)   
    Just in case if anyone is interested in IPS plugin/apps development
    Change Post Author 2.0.0+Dev.7z
  21. Like
    Orpheus got a reaction from Mano in Bug Tracker   
    Updated to latest version 1.0.5
    Screenshot below

    What's New
    Updated the Bug Tracker model Updated StatusDefinitions.txt file
  22. Like
    Orpheus got a reaction from by_ix in Bug Tracker   
    Updated to latest version 1.0.5
    Screenshot below

    What's New
    Updated the Bug Tracker model Updated StatusDefinitions.txt file
  23. Like
    Orpheus got a reaction from Xontero in Файлы из архива IPS (поможем скачать)   
    Just in case if anyone is interested in IPS plugin/apps development
    Change Post Author 2.0.0+Dev.7z
  24. Like
    @Orpheus оригинал. 
  25. Thanks
    Orpheus reacted to by_ix in Change Post Author   
    Change Post Author 2.0.0 (Quote).xml Change Post Author 2.0.0 (Menu).xml