How to fix Instagram “Something went wrong” when trying to promote a post?

Last updated: 20210529

Step 1:

Open you Instagram

Step 2:

Head to Settings via the TRIPLE stroke button at the TOP RIGHT.

Step 3:

Select “Settings”

Step 4:

Scroll down to “Facebook Accounts Center” at the bottom.

Step 5:

Go through and disconnect all FACEBOOK accounts with your INSTAGRAM.

Step 6:

Head back to the post you want to promote. And hit “Promote”

Step 7:

You will go through connecting the Facebook Accounts again, and this time you can proceed to promote your post.

How convert NSZ to NSP for easy installing on Goldleaf + Quark?

Last updated: 20210509

 

Step 1:

Download and run https://github.com/dezem/SAK

 

Step 2:

Select “NSZ to NSP”

 

Step 3:

Set the original NSZ files to unlock read-only.

Select “Open NSZ” and find/select the .NSZ file for converting. It takes about 3 minutes per 1GB of conversion. So if your game is 10GB, it will take up to 30 minutes.

PS: You will not see any progress bar, just “please wait” flashing. That’s normal.

 

Step 4:

Once complete, your will find your .NSP converted files in the SAME FOLDER where “SAK.exe” is at. Strange.. but that’s that.

Now install your game using the converted .NSP file.

 

 

 

How to change WordPress username and also fix Super Admin problem?

Last updated: 20210407

 

Reference:

https://wordpress.org/support/topic/change-the-admin-user-name/

 

Step 1:

Use the Username Changer plugin.

 

Step 2:

If you notice the Admin user now loses Super Admin privileges on your WordPress Network (cannot add plugin or add themes)..

Then open your current theme’s functions.php.

Add this to line 1 so it executes when you visit your site.

grant_super_admin(1);

 

Visit your site once, then remove the above line from the code.

 

Your user should now have Super Admin privileges.