Event Calendar

hello,

i noticed that in internet explorer 8 the calendar on "event add site" opens somewhere at the top of the site,

where the people don´t see it.

how can i fix this or can set the position?

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 9 May 2010

I have not tested this but try placing the description textarea below the date fields. I had the same problem with Dolphin 6 and that was how I solved it.

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 9 May 2010

that works:-)

thx modzzz

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 9 May 2010

Hi ue30/Modzzz

I have the same problem with my dol-7. How did you change the description to below date field. cause when i went to page builder (all events  any related pages) couldnt find any way of doing it.

has this got to do with code related changes.. please give me some details on how to go about.

Thanks

Quote · 9 May 2010

edit file modules/boonex/events/classes/BxEventsFormAdd.php

find this code:

'Description' => array(
'type' => 'textarea',
'name' => 'Description',
'caption' => _t('_bx_events_caption_desc'),
'required' => true,
'html' => 2,
'checker' => array (
'func' => 'length',
'params' => array(20,64000),
'error' => _t ('_bx_events_err_desc'),
),                   
'db' => array (
'pass' => 'XssHtml',
),                   
),

delete it there and insert it after:

'Categories' => $oCategories->getGroupChooser ('bx_events', (int)$iProfileId, true),

ue30 Mods - http://www.boonex.com/market/posts/ue30
Quote · 9 May 2010

Thanks ue great tip ! works well now,  i just changed it a little & made the date(start/end) just below title & left the others same.

Thanks again

 

Quote · 9 May 2010

I did this it now works in IE but not firefox.

Bill and Deb
Quote · 5 Apr 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.