Jump to content

GregoryRasputin

Clients
  • Posts

    52
  • Joined

  • Last visited

Reputation Activity

  1. Like
    GregoryRasputin reacted to Thomas Emme in IPS 4.5.4: InnoDB tables are using Compact row format...   
    Update: Success. Previous "compact" tables are now showing as "dynamic". 
    I entered the following as an SQL query through PHPMyAdmin:
    SELECT table_name, table_schema, ROW_FORMAT FROM information_schema.tables WHERE engine = 'InnoDB' AND TABLE_SCHEMA = '<YOUR DATABASE NAME>' AND ROW_FORMAT = 'COMPACT' ... then opened a new window to the same DB SQL query page, and copied the following query (adjusting the <compact_table_name> as needed :
    ALTER TABLE <compact_table_name> ROW_FORMAT=DYNAMIC; After doing this one at a time for the half-dozen or so entries I had to work on, I re-ran the original query (to identify compact row_formats) and came up with nothing. 
    Edit: And the Administrator Notification pointing to "compact" row_format issues, is gone.
  2. Like
    GregoryRasputin got a reaction from OptimusBain in Warning about InnoDB tables that are using `Compact`   
    This thread should help 🙂
     
     
  3. Like
    GregoryRasputin reacted to Nathan Explosion in IPS 4.5.4: InnoDB tables are using Compact row format...   
    Run this in PHPMYADMIN to identify the tables:
    SELECT table_name, table_schema, ROW_FORMAT FROM information_schema.tables WHERE engine = 'InnoDB' AND TABLE_SCHEMA = '<YOUR DATABASE NAME>' AND ROW_FORMAT = 'COMPACT'  
     
  4. Like
    GregoryRasputin reacted to gavpedz in Warning about InnoDB tables that are using `Compact`   
    Great thanks. Oddly when i searched this didnt come up.
  5. Thanks
    GregoryRasputin got a reaction from gavpedz in Warning about InnoDB tables that are using `Compact`   
    This thread should help 🙂
     
     
  6. Like
    GregoryRasputin reacted to Michael.J in Auto Welcome Support   
    As it's still listed as beta, I will wait a few versions until it's more stable and then upgrade on my end if needed. Either this is a bug with IPB 4 itself or they have changed something I hook into or extend.
  7. Like
    GregoryRasputin reacted to TheJackal84 in (DF42) Members Social Info (Support Topic)   
    Updated to 1.0.4
    New Features
    Added a link in the user menu for members to edit their social info  
    also shows in mobile browsing

  8. Like
    GregoryRasputin reacted to TheJackal84 in (DF42) Members Social Info (Support Topic)   
    Should be ready in a day or two.
  9. Thanks
    GregoryRasputin reacted to TheJackal84 in (DF42) Members Social Info (Support Topic)   
    Updated to 1.0.1
    New Features
    You can now select the font-awesome icon to use (The list is predefined with the current font-awesome icons for the social link just start typing and it will appear) You can now upload images to use instead of font-awesome icons You can now choose to display normal font-awesome images as well as the stacked ones You can now enable or disable each social link via the plugin settings New Social Icons
    Twitch Odnoklassniki vKontakte Check out the screenshots on the download page for images
  10. Like
    GregoryRasputin reacted to TheJackal84 in (DF42) Members Social Info (Support Topic)   
    I can add what ever you wanted to it, I am adding a ability to show or hide them in the member settings so if people don't want any they can just deactivate them, This way I can add any from any country for anybody.
    Also It won't work straight away with enhanced user info panel but I can give you a patch for it to work I will be making it to work without the patch but I will wait till I finished this update, then update enhanced user info panel when I get a chance
  11. Like
    GregoryRasputin reacted to TheJackal84 in (DF42) Members Social Info (Support Topic)   
    This is the support topic for (DF42) Members Social Info
     
  12. Thanks
    GregoryRasputin reacted to Adriano Faria in Quizzes   
    You bought it before I added the API to create the account. You should have received an email now with credentials.
  13. Like
    GregoryRasputin reacted to Adriano Faria in Quizzes   
  14. Like
    GregoryRasputin reacted to Adriano Faria in Quizzes   
  15. Like
    GregoryRasputin reacted to Adriano Faria in Quizzes   
    Playing with Quizzes on IPS 4.2:

     


     


     
  16. Like
    GregoryRasputin got a reaction from Adriano Faria in Quizzes   
    Awesome work @Adriano Faria, no more error when creating a quiz, thank you
  17. Like
    GregoryRasputin reacted to Adriano Faria in Quizzes   
    What's New in Version 1.1.2:
    Fixes:
    Error when creating a quiz with a topic set on category Enhancements:
    Added a new moderator permission: can reset games?. Added checking for a valid member when changing quiz author Added quiz type to the topic template when creating a quiz
  18. Like
    GregoryRasputin reacted to Adriano Faria in Quizzes   
    What's New in Version 1.0.4.2:
    - New Feature:
    New setting to display a tab on user profile to display the user ranking in all quizzes he took (image below) - Enhancements:
    Rework on quiz image on quiz view in mobile devices - Fixes:
    Fixed missing language bit/email template which was showing an error when email was enabled in notifications.  

  19. Like
    GregoryRasputin reacted to Adriano Faria in Quizzes   
    Ok, a missing language bit. Not sure why (and I hate when that happens), copied a lang bit from Classifieds:
    'mailsub__classifieds_notification_game_finished' => '{$content->author()->name|raw} has completed the quiz {$content->mapped("title")|raw}', Wrong app name there!
    Sorry, I'll update the file today later.
    I'll probably will send you a new version via PM so you can test it, then I'll update it here.
×
×
  • Create New...