LOTS OF PROBLEMS WITH EVENT BOOKING

  • Pee
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
12 years 2 weeks ago #14990 by Pee
Replied by Pee on topic Re: LOTS OF PROBLEMS WITH EVENT BOOKING
Hi,

Thankks again for the swift reply.

I don't see that line in controller.php, I only have this:

<?php
/**
* @package Joomla.Administrator
* @subpackage com_admin
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

// no direct access
defined('_JEXEC') or die;

jimport('joomla.application.component.controller');

/**
* Admin Controller
*
* @package Joomla.Administrator
* @subpackage com_admin
* @since 1.6
*/
class AdminController extends JController
{
}

However I think that most users of this component will be glad if they are able to export all event booking users, so why make this not the default behaviour?

Thanks!

Please Log in or Create an account to join the conversation.

More
12 years 2 weeks ago #15009 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: LOTS OF PROBLEMS WITH EVENT BOOKING
The file you looked at is a WRONG FILE. Please make sure you looked at the file administrator/components/com_eventbooking/controller.php .

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
11 years 4 months ago #22397 by Jane
Replied by Jane on topic Re: LOTS OF PROBLEMS WITH EVENT BOOKING
I am using 1.4.5 and tried removing the code you referenced and then the exporting feature just gave me a blank page. So I added the code back in and it worked fine. Is there a more current fix to get a full list export?

Thank you,
Darlene

Please Log in or Create an account to join the conversation.

More
11 years 4 months ago #22406 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: LOTS OF PROBLEMS WITH EVENT BOOKING
Hi Darlene

What do you trying to do ? Could you give me more detail information so that I can guide you ?

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
11 years 4 months ago #22470 by Jane
Replied by Jane on topic Re: LOTS OF PROBLEMS WITH EVENT BOOKING
I'm trying to export a full list of registrants with details for all no matter their payment status.

Thanks,
Darlene

Please Log in or Create an account to join the conversation.

More
11 years 3 months ago #23391 by Jane
Replied by Jane on topic Full Export List
Just wanted to see if you were able to provide a fix for the exporting feature so I can export a full list of registrants no matter what their status is?

Thank you,
Darlene

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc