Path to internal plugin files should not be hardcoded

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 »

Sidebar Calendar

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.

Sidebar Calendar Read More »

Apostrophe in Place names?

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 »

Categories

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

Categories Read More »

Permalinks revisited

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 »

RSVP ONLY FOR MEMBERS

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 »

Scroll to Top