Ellima
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Open download link in New WindowHi, Guys,
I had the same problem from FROM_ROB but I found the SOLUTION.
You can check here on this site how it works: http://bestaudioeditingsoftware.com/wpressforum
Here we go!
1- Go to Plugins > Editor;
2-After you select the Plugin Download Monitor to edit (Top right dropdown bar);
3- Select the file “download-monitor/templates/content-download-box.php” listed on link side;
4- Find the code line “…href=”<?php $dlm_download->the_download_link(); ?>” rel=”nofollow”>” ;
5 – Here is the code again with XXXXX ” href=”<?php $dlm_download->the_download_link(); ?>” XXXXXXX ” rel=”nofollow”>”;
6 – Where you see XXXXXX, insert the code (target=”_blank”)
7- The Final Code will looks like: href=”<?php $dlm_download->the_download_link(); ?>”target=”_blank” rel=”nofollow”>
I hope I could help you guys.
Evandro.
Forum: Plugins
In reply to: [Facebook Publish] Scheduled PostsHi, I have solved the problem. It´s related with the my PHP Version on my server. I have installed the old one – 5.2.17. The Schedule works only with version 5.3. I updated inserting the code (# Habilitar o PHP 5.3
AddType application/x-httpd-php53 .php) on my .htcss file in my Hostgator server cpanel.I suggest you insert one validation in your plugin asking for a new version of PHP or think like that.
I have other question. Can I see the list of scheduled post. It s possible?
Thank you.
Evandro.