Can a visitor add comments
As above can a visitor add comments to an event? We want to use the plugin to show future events and allow contributors to comment on the event content prior to the event start.
Can a visitor add comments Read More »
As above can a visitor add comments to an event? We want to use the plugin to show future events and allow contributors to comment on the event content prior to the event start.
Can a visitor add comments Read More »
All references to ‘<?php bloginfo ( ‘wpurl’ );?>/wp-content/plugins/events-manager-extended’ and similar should be changed to a constant, something like, ‘DBEM_PLUGIN_DIR’, which will not break in non-standard installations. Then add at the top of events-manager.php (around line 32): define(‘DBEM_PLUGIN_DIR’, WP_PLUGIN_URL.’/’.str_replace(basename( __FILE__),””,plugin_basename(__FILE__))); //PLUGIN DIRECTORY
Path to internal plugin files should not be hardcoded Read More »
I’ve added Event Manager for a sidebar calender to show off my events. However, I can not seem to change the size of the text for the numbers in the calendar. I have changed the size of the text for the names of the month, and the spacing for the blocks and it all fits.
I added an event to a place that has an apostrophe (‘) i.e. Paperboy’s place, or tick (´) in the name and the map wouldn’t work. I tried editing the Place and noticed that when I used an apostrophe the name got cut off with a slash (i.e. Paperboy) when saving. Anyone else had this
Apostrophe in Place names? Read More »
I’m having trouble both editing current events (that came with the plugin) and creating new events. When I try to edit the dates of current events, I hit submit and get a “success” message, but the date never changes. When I try to create a new event, the date turns into Tue 30 Nov 1999
Trouble editting and creating new events Read More »
Me again, hopefully this is the last time I have to bother you! I’m using <?php dbem_get_events_list("limit=2&scope=today&category=1"); ?> To display my first category and <?php dbem_get_events_list("limit=1&category=2&scope=today"); ?> For my second. I added one to each category but the first shows both and the second shows only the first I added, basically the category arguement is
Looked through the documentation but don’t see it, sorry if I missed it. Is there any scope setting to just show today’s events only?
Like the person I am also having a problem with Permalinks. My site is set for a simple custom /%postname% which makes the Events page link as www.mysite.com/events However going to this page results in a very uncool 404. The page does exist. However if I keep the default permalink setting of http://www.mysite.com/?p=xxx then the
Permalinks revisited Read More »
Hi, i discover your plugin which is perfect for my project but i would like the RSVP function to be restricted to members because i use buddypress. Is-it possible to do that ? To sum, i want that members only can book on an event. Thanks for your contributions. Cedric
RSVP ONLY FOR MEMBERS Read More »
I am offering 3rd party access to my site and raising user level to contributors. Currently that means an administrator has to approve and posts but they can still post events, which is fine. The problem is that they can also modify other’s events which I don’t want. Any ideas? Thanks, Tom
Can you prevent contributors editing other people's events? Read More »