Hi All
Just a quick question. Let say I was to copy the events.php and BxDolEvents.php file and rename them to events2.php and BxDolEvents2.php then edit the code in the events.php file on line 30 from
require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolEvents.php' );
to
require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolEvents2.php' );
then go to my url http://www.mysite.com/events2.php
why is the page showing blank.
There is a long long long reason why i need this but I dont want to boar you with the details.
Thank