honnel
Forum Replies Created
-
Forum: Plugins
In reply to: [Events] No line break in events listhey all,
im using following hack via template settings:
header:
<h2>%category%</h2><table>
body:<tr><td><strong>%startdate%</strong></td><td><strong>%starttime%</strong></td><td>%title%</td><td>%location%</td></tr>
footer:</table>So in the end it will be rendered as table, hope that helps solving your problems. Here is an example of the resulting layout: http://www.posaunenchor-gimmeldingen.de/?page_id=5
Forum: Plugins
In reply to: [Events] How to get it to workhave you tried something like
[events_show category="1"]?Forum: Plugins
In reply to: [Events] any way to export events?Take a look at my fork of wp-events https://github.com/honnel/wp-events. I have added a ics export feature.
Forum: Plugins
In reply to: [Events] Moved wbsite date formatHave you tried to change the date/time format in the plugin general configuratons? It can be found at “../wp-admin/options-general.php?page=wp-events4&view=main”.
Forum: Plugins
In reply to: [Events] Events table not being created under MultiSiteDo you know more details about multi-site? Haven’t done coding for multi-sites so far. Maybe we can add support together?
Forum: Plugins
In reply to: [Events] wp_tiny_mce is deprecatedI have created a fork of this project which resolves that problem.
Have a look: https://github.com/honnel/wp-events