Hi
Thanks for your suggestion I added the following code to the member.php file:
function getBlockCode_GYCalendar() {
$oEvents = new BxDolEvents();
$oEvents->bAdminMode = FALSE;
$ret = '';
$ret .= $oEvents->PageSDatingCalendar();
return $ret;
}
And it is now showing the calendar but it is returning a designbox within the designbox I have on my sheet, so in my HTML block, I also have another block with the name "Calendar". How can I get the calendar to show in the main HTML block.
Also I am having the following errors:
1. If I try to view a month that has any events (in the new HTML block), I get a blank page and the error message:
Fatal error: Call to undefined function getThumbNameByPictureName() in home/public_html/Dolphin/inc/classes/BXDolEvents.php on line 1647 2. Also in Admin panel, in the page builder section I am getting the Errors on the page and this is the message:
Line: 66
Char: 1
Error: 'version' is undefined
Code: 0
URL:
http://www.gracey.com/Dolphin/admin/pag ... age=memberAny help will be greatly appreciated!
Thanks