cillosis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: FTP does not want to connectTo fix it you need to change the owner of the wordpress folder. See: https://www.jorble.com/2011/12/wordpress-solution-failed-to-connect-to-ftp-server-localhost21/
Forum: Plugins
In reply to: [The Events Calendar] day name translationHave you read the codex page about internationalization and localization?
https://codex.www.ads-software.com/Translating_WordPress__($message)
Searches the localization module for the translation of $message, and passes the translation to the PHP return statement. If no translation is found for $message, it just returns $message._e($message)
Searches the localization module for the translation of $message, and passes the translation to the PHP echo statement. If no translation is found for $message, it just echoes $message.I don’t know much about translation…would something like this work?
echo _e(the_event_start_date($post->ID, true, 'l'));
Forum: Plugins
In reply to: Why isn't there a plugin that's the same as the one here on WPSo let me see if I understand you right. You are looking for a “file sharing” plugin? I did a quick search in the plugin directory and found something similar called GrapeFile but after reading through the FAQ I’m not sure it is what you are looking for.
Maybe I will add that to my list of plugins to develop in the future. It’s a very interesting idea.
Forum: Plugins
In reply to: Access Class From Included File?Any ideas? If I need to clarify my question just let me know.
Hi,
I just found this thread because I had the same problem. I figured out how to fix it if you are using ZoneAlarm without messing with anything in detail.
1)Open ZoneAlarm Security Suite.
2)Goto the “Privacy” section.
3)From there, goto the “Site List” subsection.
4)Add your site to the list if it is not already there.
5)Under the “Private Header” checkbox, check it green.
6)Now it will work because ZA will no longer block private headers from that site.Easy day right? This is using the full zone alarm though, I’m not sure if it is the same with the free version. Good Luck.
Jeremy