Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [SOLVED] Event page is listing all events twice

[SOLVED] Event page is listing all events twice 10 years 9 months ago #21347

  • chai18
  • chai18's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 20
  • Thank you received: 0
It's odd. The event listing page lists all the events, and then repeats them in the same order
so it shows
event 1
event 2
event 3
event 4
event 5

event 1
event 2
event 3
event 4
event 5


This is confusing for customers and I don't know if it would cause a problem in registering

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

[SOLVED] Event page is listing all events twice 10 years 9 months ago #21491

  • MarketingPDX
  • MarketingPDX's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
I'm getting the same exact thing. Anyone else?

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

[SOLVED] Event page is listing all events twice 10 years 9 months ago #21493

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Hello. We are aware of this issue and will have an updated package out hopefully by tomorrow addressing a number of items. You can fix this issue however with a quick modification of this file:

/administrator/components/com_dtregister/models/event.php

Around line 3220 find this:
$this->events = array_merge($this->events ,$rows);

On the very next line below it, add this line:
return $this->events;

That should do the trick!

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

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .
  • Page:
  • 1
Time to create page: 0.156 seconds