
Reputation Activity
-
Orpheus got a reaction from Belon in (BIM) Pro StatsHere 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
-
Orpheus got a reaction from Xontero in convert MyISAM to InnoDBOver 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
-
Orpheus got a reaction from Xontero in convert MyISAM to InnoDBThis 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.
-
Orpheus got a reaction from by_ix in convert MyISAM to InnoDBOver 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
-
Orpheus got a reaction from by_ix in convert MyISAM to InnoDBThat'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
-
Orpheus got a reaction from by_ix in convert MyISAM to InnoDBLike 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.
-
Orpheus got a reaction from by_ix in convert MyISAM to InnoDBLike this
CTRL + Enter (Windows OS) to execute all the queries you'll generate.
Goodluck
-
Orpheus got a reaction from Xontero in convert MyISAM to InnoDBLike this
CTRL + Enter (Windows OS) to execute all the queries you'll generate.
Goodluck
-
Orpheus got a reaction from Xontero in convert MyISAM to InnoDBLike 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.
-
Orpheus got a reaction from Xontero in convert MyISAM to InnoDBThat'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
-
Orpheus got a reaction from turk in convert MyISAM to InnoDBHow 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
-
Orpheus reacted to Desti in convert MyISAM to InnoDBYour 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
-
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
-
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
-
Orpheus got a reaction from by_ix in Fix broken attachments / Исправить сломанные вложения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-адресов, чтобы их можно было исправить.
-
Orpheus reacted to strejda603 in Looking for app/plugin (extension) for Downloads - "Request Update" featureТак что вы тоже можете использовать его, если вам нужно перевести с английского на русский. 😉
-
Orpheus got a reaction from BlackShot in Show Edit and Report Links Under Posts & CommentsThere you go
Show_Edit_and_Report_Links_Below_Posts__Comments_1.0.1.xml
-
Orpheus got a reaction from newload in Show Edit and Report Links Under Posts & CommentsThere you go
Show_Edit_and_Report_Links_Below_Posts__Comments_1.0.1.xml
-
Orpheus got a reaction from newload in Group Name Indicator 7.0.0Here it's
Group Name Indicator 7.0.0.xml
-
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
-
Orpheus got a reaction from Mano in Bug TrackerUpdated to latest version 1.0.5
Screenshot below
What's New
Updated the Bug Tracker model Updated StatusDefinitions.txt file -
Orpheus got a reaction from by_ix in Bug TrackerUpdated to latest version 1.0.5
Screenshot below
What's New
Updated the Bug Tracker model Updated StatusDefinitions.txt file -
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
-
Orpheus reacted to by_ix in Файлы из архива IPS (поможем скачать)@Orpheus оригинал.
-
Orpheus reacted to by_ix in Change Post AuthorChange Post Author 2.0.0 (Quote).xml Change Post Author 2.0.0 (Menu).xml