Lebochequirit
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Organiser] [resolved] Time format: Display full hours without minutesThe above code first queries whether the event is all day (see line 1).
If so, the date format is set like 1. January 2014, or in php, j. F Y (see line 3).
If you want that setting for every event, just remove the if-query:
<?php $date_format = ‘j. F Y’; ?> should do.(just fumbled from memory, not tested).
Cheers,
L.B.Q.R
Forum: Plugins
In reply to: [Event Organiser] OSM instead of Google Maps?Here’s the WP OSM plugin that makes use of the OSM API:
To elaborate the error:
Connection onto the ftp-server is established, the directory for the Website name is written, but there’s nothing written into it.The Server installation is listening to port 21 forwarded via a non-standard port.
Does FTP-over-SSL need another port to communicate back that has to be forwarded?I double-checked with a Fritz!NAS – ports can’t be changed there, and the connection worked until the Update of both FritzOS and BackWPup.
FTP connection onto the Fritz Thing works after the FritzOS update as far I can see (double-checked with another service writing ftp backups).
So I have at least one FTP instance that seems to work and still BackWPup Plugin not working (anymore).
Thanks for any help.
L.B.Q.R.
I have the same problem as the thread creator.
Sorry for being so dumb, but: I don’t get it done with the new parameters you described in the given link.
sort ‘name’ does not print the current language name but still the current blog title.
Are there any new parameters NOT described yet or setting I didn’t figure out?
Thanks in advance,
L.B.Q.R.