Reply to: add textand filter

Event list works, only I have adjusted a bit.

Now I have used a piece of code for the read only I do not get the $ object-> title visible in the link.

 

This is the code I use. Can you see what I am?

add_filter( ‘eventon_eventcard_boxes’,’addfield_001′ , 10, 1);
function addfield_001($array){
$array[‘extra1’]= array(‘evoextra1’,__(‘Extra Box’,’eventon’));
return $array;
}

add_filter(‘eventon_eventcard_array’, ‘addfield_002’, 10, 5);
add_filter(‘evo_eventcard_adds’, ‘addfield_003’, 10, 1);
function addfield_002($array, $pmv, $eventid, $__repeatInterval){
$array[‘extra1’]= array(
‘event_id’ => $eventid,
‘pmv’=>$pmv,
‘titles’=>$title,
‘__repeatInterval’=>(!empty($__repeatInterval)? $__repeatInterval:0)
);
return $array;
}

function addfield_003($array){
$array[] = ‘extra1’;
return $array;
}

add_filter(‘eventon_eventCard_extra1’, ‘addfield_004’, 10, 2);
function addfield_004($object, $helpers){
$event_post_meta_values = $object->pmv;

ob_start();
echo “<div class=’evorow evcal_evdata_row bordb evcal_evrow_sm”.$helpers[‘end_row_class’].”‘ data-event_id='”.$object->event_id.”‘>
<span class=’evcal_evdata_icons’><i class=’fa fa-calendar-check-o’></i></span>
<div class=’evcal_evdata_cell’>”;

echo ‘<a href=”/events/’.($object->title).'”>LEES MEER</a>’;

// Any data for this section goes here

echo “</div>”.$helpers[‘end’];

echo “</div>”;

return ob_get_clean();
}

 

Reply to: general settings

Hi thank you, we sent a customization job request and it’s ok.

I have one more question because I didn’t find an answer in you blog: I’m inserting and publishing all my events, but I can’t see them neither with preview button or pasting the url in my browser.
Could you help me?

Thank you a lot

Reply to: How is event payouts handled for organizers in Eventon?

Hello,

Unfortunately, at the moment it is not supported. However please create a new ticket and select Feature Request as category so others can vote to get it moved into development faster.

OR You can send us a customization job request by creating a new ticket in here and selecting Customization Request as the category.