Jump to content

Orpheus

Актив
  • В сети

  • Количество сообщений

    315
  • Reputation

    222 Orpheus's Reputation

Everything posted by Orpheus

  1. You have to generate the queries first using the above and then run them in MySQL CLI(Console). I did it for my forum the same way. I used phpMyAdmin console inside the same database where I had most of the database tables in MyISAM
  2. 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
  3. This? https://invisioncommunity.com/files/file/8483-bim-hide-link-and-code/
  4. Will be updated to latest version very soon!
  5. Orpheus posted пост в теме in Themes and design
    Updated to latest v1.1.1.0, thanks to @AlphaStar
  6. Orpheus posted пост в теме in Themes and design
    Thanks @by_ix & @AlphaStarfor the updates
  7. Orpheus posted пост в теме in Themes and design
    Sorry, I don't have the latest version for now
  8. Orpheus posted пост в теме in Invision Community 4 Support
    Not sure if this is what you want to do, but this helped me long back. How to grab all the tables which are using MyISAM storage engine? Use below 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' Then copying all the output queries you've to run in console and hit CTRL+Enter Where DBNAME is the database name Enjoy!
  9. Which version of Acme Theme you've installed? And on which IPS version?
  10. Updated to latest version 1.1.2 What's New Light fixes in our picks
  11. Which version of Theme you've installed?
  12. Will be updated to latest version very soon!
  13. Does this make any sense? # Disallow directories User-agent: * Disallow: /admin/ Disallow: /api/ Disallow: /applications/ Disallow: /cgi-bin/ Disallow: /datastore/ Disallow: /plugins/ Disallow: /system/ # Disallow files Disallow: /ips4.php Disallow: /404error.php Disallow: /Credits.txt Disallow: /error.php Disallow: /upgrading.html # Disallow Pages Disallow: /login/ Disallow: /register/ Disallow: /lostpassword/ Disallow: /online/ Disallow: /contact/ Disallow: /support/ Disallow: /profile/ Disallow: /forum/movies/ # Disallow Query Strings Disallow: /?tab=* Disallow: /index.php?* Disallow: /*?app=* Disallow: /*sortby=* Disallow: /*/?do=download Disallow: /profile/*/?do=* Disallow: /profile/*/content/ Disallow: /*?do=add Disallow: /*?do=email Disallow: /*?do=getNewComment Disallow: /*?do=getLastComment Disallow: /*?do=findComment* Sitemap: https://domain.com/sitemap.php
  14. Orpheus posted пост в теме in Anti-spam and security
    @Zero108 Here its, update it > https://github.com/CleanTalk/ips4-antispam
  15. yep, that's what he meant I guess Create a subdomain and Install the latest IPB on it and check if there is any problem with the downloads.
  16. If you get "CSRF protection key did not match" error in IPS 4.6.5.1, then there is a workaround for that @Desti or @by_ix might be able to help you with that.
  17. Orpheus posted пост в теме in Interface
    Anyone with the permission, please delete this changelog: https://ipbmafia.ru/files/file/2502-radical-tags/?changelog=668 Its empty, so it should be deleted. That will be appreciated, Thanks
  18. Orpheus posted пост в теме in Interface
    View File Radical Tags Invision Power’s most comprehensive Tag Management system Radical Tags is a modern tag and prefix management system for IPS 4.6, carrying over the features you know and love from the original Advanced Tags and Prefixes application by Ryan with many new additions and usability improvements. Features Radical Tags supports many features out of the box, with many more useful features coming in future releases. Tag and Prefix customization Customizable tags and prefixes, supporting both an easy-to-use interactive editor and an advanced HTML based editor. Supports not only prefixes, but regular tags as well! Make your tag lists stand our with color-coded tags. Forum / Category settings Radical Tags allows you to configure settings for tags and prefixes on a per-category basis. These settings include.. Requiring a prefix Customizing the tag mode (open, closed, or prefix only) Setting a custom language string for the Prefix input (for example, “Platform” on gaming themed forums) Customizing lists of allowed or suggested tags Customizing which prefixes are allowed to be used Setting a default prefix Setting the minimum number of tags that must be used Setting the maximum number of tags that can be used Aliases Provide “aliases” that replace commonly used tag synonyms with a single standardized tag of your choosing. For example, on a photography forum, you may have common tags such as “nature photography” that you’d prefer just be saved as “nature” or vice versa. With this feature, you can add an alias that will automatically convert these tags on submission. Tag management View a list of your communities most used tags, filterable by any item type (Topics, Gallery Images, Blogs, even other third-party applications!) Replace tags in just a few clicks Easily search for and delete unwanted tags Widgets Elegant and customizable tag cloud widgets ..and more! Easily port over your Advanced Tags and Prefixes configuration from the Tools page Provide a new, sleek, modern look for your communities tags Submitter Orpheus Submitted 08/27/21 Category Interface Language English / английский  
  19. Orpheus posted файл in Interface
    • 273 скачивания
    • Версия 1.11.2
    Invision Power’s most comprehensive Tag Management system Radical Tags is a modern tag and prefix management system for IPS 4.6, carrying over the features you know and love from the original Advanced Tags and Prefixes application by Ryan with many new additions and usability improvements. Features Radical Tags supports many features out of the box, with many more useful features coming in future releases. Tag and Prefix customization Customizable tags and prefixes, supporting both an easy-to-use interactive editor and an advanced HTML based editor. Supports not only prefixes, but regular tags as well! Make your tag lists stand our with color-coded tags. Forum / Category settings Radical Tags allows you to configure settings for tags and prefixes on a per-category basis. These settings include.. Requiring a prefix Customizing the tag mode (open, closed, or prefix only) Setting a custom language string for the Prefix input (for example, “Platform” on gaming themed forums) Customizing lists of allowed or suggested tags Customizing which prefixes are allowed to be used Setting a default prefix Setting the minimum number of tags that must be used Setting the maximum number of tags that can be used Aliases Provide “aliases” that replace commonly used tag synonyms with a single standardized tag of your choosing. For example, on a photography forum, you may have common tags such as “nature photography” that you’d prefer just be saved as “nature” or vice versa. With this feature, you can add an alias that will automatically convert these tags on submission. Tag management View a list of your communities most used tags, filterable by any item type (Topics, Gallery Images, Blogs, even other third-party applications!) Replace tags in just a few clicks Easily search for and delete unwanted tags Widgets Elegant and customizable tag cloud widgets ..and more! Easily port over your Advanced Tags and Prefixes configuration from the Tools page Provide a new, sleek, modern look for your communities tags
    Free
  20. Not the up-to-date version but Radical Tags v1.10.1 radtags.tar
  21. Orpheus posted пост в теме in Themes and design
    You're welcome
  22. Orpheus posted пост в теме in Themes and design
    Anyone with permissions can delete Changelog: https://ipbmafia.ru/files/file/2501-nexxe-theme-darklight/?changelog=666 That would be appreciated And if possible it would be nice If an Admin enables "Save Previous Version?" from AdminCP, that will help file posters to keep changelogs detailed and delete empty changelogs. Thanks
  23. Orpheus posted пост в теме in Themes and design
    View File Nexxe Theme (Dark/Light) ⚡Nexxe Theme⚡ ( IPS version 4.6 ) Template with a choice of ( light/dark ) color versions. Colors and sizes using CSS Vars. Choosing the font color, the theme has many settings and can be fully customized. It's perfect for all forums, beautifully displaying all site content. Possibility to change header, slider, navigation, popus, forms, comments and much more. Submitter Orpheus Submitted 08/27/21 Category Themes and design Language English / английский  
    • 2 239 скачиваний
    • Версия 1.1.2.1
    ⚡Nexxe Theme⚡ (IPS version 4.7) Template with a choice of (Light/Dark) colour versions. Colours and sizes using CSS Vars. Choosing the font colour, the theme has many settings and can be fully customized. It's perfect for all forums, beautifully displaying all site content. Possibility to change header, slider, navigation, popus, forms, comments and much more.
    Free
  24. Check your group permissions for downloads, make sure you also check your secondary group too. And clear system cache if you haven't. Here is a peek, where you should look