How to Setup Twitter Login
Starting with version 2.7, PHP Melody comes with social login integration for both Twitter and Facebook. In this tutorial we’ve set out to cover the Twitter integration. We’ll take you through the...
View ArticleHow to Setup Facebook Login
Starting with version 2.7, PHP Melody comes with social login integration for both the Twitter and Facebook social networks. In this tutorial we’ve set out to cover the Facebook integration. The...
View ArticleDisable CSRF
PHP Melody uses CSRF protection by default. If you experience the following error message in your back-end, please consider disabling CSRF: Invalid token or session expired. Please load this page from...
View ArticlePHP Melody Critical Vulnerability Fix (Jan 2017)
PHP Melody releases before January 26th 2017 are vulnerable to SQL injection and should be patched immediately. In case you cannot use the official package to update your PHP Melody website(s), simply...
View ArticleTroubleshooting Automated Jobs
When all your automated jobs show “Last Performed” as “Never”, your cron job might not be running. There are several common causes for this. Case #1 Usually, the cause is forgetting to set up a cron...
View ArticleHow to Insert JavaScript Code into PHP Melody
Inserting any Javascript code (e.g. AdSense) into PHP Melody’s *.tpl files is very easy. Since PHP Melody uses the Smarty template engine you do need to wrap your Javascript code between an open and...
View ArticlePHP Melody Critical Vulnerability Fix (Aug 2017)
PHP Melody websites running anything from v2.2 to v2.7.1 are vulnerable to SQL injection and should be patched immediately as instructed below. Alternatively, you can download the v2.7.2 update package...
View ArticleHow to Setup Google Login
Starting with PHP Melody v3.0 you can enable Google Sign-in for your users. All you need to do, is obtain a free CLIENT ID form Google. Step 1: Create A New Project Log into your desired Google account...
View ArticleHow to Update the Social Links from your template
Open footer.tpl form your current theme folder: /templates/{current theme}/ Since it’s a basic HTML file, you can edit this file with any text editor. Find in file the list-social-sites CSS selector....
View ArticleHow to Fix Layout Issues
If you’ve upgraded from v2.x to v3.x and experience layout issues such as duplicate icons (admin area) or slow load times in the front-end, please be sure to “purge your cache” from your CloudFlare...
View Article