r0nh
Forum Replies Created
-
Forum: Plugins
In reply to: [Telegram Bot & Channel] Image in commandsAlready found out that i must have PHP 5.5 installed, it was 5.4 on my server ??
The curl function is there from 5.5 ..
Forum: Plugins
In reply to: [Telegram Bot & Channel] Image in commandsAnd the response without feautured image is:
<-TXT- 10/02/2015 20:52:50 7266558 Image Test
——> 10/02/2015 20:52:50 7266558 /image
<-TXT- 10/02/2015 20:52:46 7266558 Image Test
——> 10/02/2015 20:52:46 7266558 /imageForum: Plugins
In reply to: [Telegram Bot & Channel] Image in commands——> 10/02/2015 20:51:27 7266558 /image
——> 10/02/2015 20:51:25 7266558 /image
——> 10/02/2015 20:51:24 7266558 /image
——> 10/02/2015 20:51:22 7266558 /image
——> 10/02/2015 20:51:20 7266558 /imageForum: Plugins
In reply to: [Telegram Bot & Channel] Image in commandsHello Marco,
I tried that already with the featured image, but there is no image displayed then.
I will try to debug if it is some of my other plugins then ..
Forum: Plugins
In reply to: [Theme My Login] Shortcodes aren't workingSame problem for me …
Forum: Plugins
In reply to: [Theme My Login] Report issues with TML 6.3 beta hereI also have to add the ‘domain’ to the translatable texts, because they don’t get translated.
Forum: Plugins
In reply to: [Theme My Login] Report issues with TML 6.3 beta hereThat’s not what i mean. I make my own translations, and it doesn’t get picked up by the plugin when i put the .mo file in the language folder. I also tried editing the plugin, and i got it working now. But i have to edit the code for it.
I deleted the
//self::load_textdomain();
function, and add to the main file:load_plugin_textdomain('theme-my-login', false, dirname(plugin_basename(__FILE__)) . '/language/');
Then it worked. And the https://downloads.jfarthing.com/ gives me a 403 error.
Forum: Plugins
In reply to: [Theme My Login] Report issues with TML 6.3 beta hereTranslations doesn’t work for me.
Yes! That’s working now. Thanks!
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] Problems after upgradingMe too. It looks like the widget is missing from this release. There is only a contributers widget now. I downgraded to 1.0 ..
Forum: Plugins
In reply to: [Plugin: Events Calendar] LocalizationLocalization of dates:
In eventscalendar.php on line 40, there is
setlocale(LC_TIME, $setloc);
Change
$setloc
to you locale. In my case that isnl_NL
. Now it works for me.