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

TOPIC: Front End Bugs

Front End Bugs 11 years 10 months ago #19557

  • bpdelay
  • bpdelay's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 14
  • Thank you received: 0
Hello All,

I've submitted a ticket for this issue, but wanted to see if anyone else has experienced this and has suggestions. This has been tested on my full development site (JAT3 Framework), as well as in a fresh install in another directory on my shared server using Beez_20 with no other extensions or 3rd party framework, and on localhost with no other extensions or 3rd party framework, and the results are always the same:

I have a DT Register Control Panel Main Menu Item that leads the user to the control panel. From there:

-Location always renders a lat/long that is near Coffeyville, Kansas, regardless of the address that is entered (37.09024 -95.712891).

-After creating or editing an event and clicking the "Save", "Save & Close", and "Cancel" buttons, the event list (or event page for "Save"), always renders with all Home page modules on top.

-Events cannot be deleted.

These bugs are on the frontend only. All of these work correctly on the backend.

Any thoughts? Thanks!

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

Front End Bugs 11 years 10 months ago #19568

  • nfj-admin
  • nfj-admin's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Hello,

I'm fighting with similar problems as you on my homepage.

>-After creating or editing an event and clicking the "Save", "Save &
> Close", and "Cancel" buttons, the event list (or event page for
> "Save"), always renders with all Home page modules on top.

I have integrated the DT Register Control Panel in my registered user menu and there are problems with the modules displayed on the right side of my homepage. I've spend many hours with programming without finding a solution which makes me fully happy.

First problem is, that in Joomla (I'm using 2.5. 8) you can assign modules only to menu items (you can exclude modules from beeing displayed for a specific menu item or you can include modules to be displayed for a menu item) but you can't assign modules to components or categories. If you are routing through a component, Joomla doesn't know sometimes, which modules to display. Try the Advanced Module Manager (Joomla Extensions directory) to solve this problem.

Second problem for me seems to be the routing in /components/com_dtregister/controllers/evenmanage.php:
I have replaced some of the $mainframe->redirect links there with
$mainframe->redirect(Jroute::_ ... links with better results.

But after saving, cancelling or applying the event, clicking to any menu item of my main menu doesn' t work any more. Clicking on a menu item in user menu still works.

>-Location always renders a lat/long that is near Coffeyville, Kansas, >regardless of the address that is entered (37.09024 -95.712891).

This I can't confirm.

>-Events cannot be deleted.

I can't confirm this. I can delete event's from frontend event management
on my website as well as on my localhost.

>These bugs are on the frontend only. All of these work correctly
>on the backend.
Backend also works fine for me.

Questions:
What Joomla version are you using?
What Version of DTRegister?
What PHP-Version are you running?

Regards,
Stefan

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

Front End Bugs 11 years 10 months ago #19572

  • bpdelay
  • bpdelay's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 14
  • Thank you received: 0
Hi Stefan,

Thank you for your response and thoughts. I'm running:

J2.5.8
PHP 5.3.13
DTR 2.8.4

Also interesting is that -- although the lat/long that is generated on the location page, and the lightbox map that displays on the front end, are always near Coffeyville, Kansas -- when I click on "Get Directions in Google Maps" from the light box, the Google Maps website shows the correct location!

I have a similar navigation setup. I have a main menu item that displays a page with a single custom HTML module containing information about the registration system and a Get Started>> text link. This text link is associated with the DTR Control Panel item in a hidden menu. After clicking the link, the DTR Control Panel hidden menu item also displays a custom HTML module I assigned to the item that contains a Return to Control Panel>> text link associated with the same hidden menu item.

As you work through the system, the Return to Control Panel>> link module displays correctly throughout each page in the process with just a few exceptions. In light of these exceptions, there seems to be some inconsistency in the way DTR is handling redirects. One of these exceptions, of course, is when the home page modules display after saving/canceling events.

Brian

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

Front End Bugs 11 years 10 months ago #19669

  • rstewart2000
  • rstewart2000's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Yes, I have same problem:

I have a menu item to display DTR control panel on front end. Going to that page, the control panel is displayed with no modules (which is how I want it). But, when you select a drop down to sort the display of records, for example choosing an event from the drop down, the web site home page is returned with the control panel display still showing. Looking at the code, the form for the drop down menus looks like this:

<form action="index.php" method="post" name="adminForm" id="adminForm">

So, it is not appending the string that controls the display after" index.php", thus displaying the page as if it was the home page.

I edited the file list.php (components/dt_register/views/usermang/)
apending the string to "index.php" and changing to "index.php?option=com_dtregister&controller=usermanage&Itemid=343"

This seems to fix my issue by not loading the home page.

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

Front End Bugs 11 years 10 months ago #19670

  • jen.dth
  • jen.dth's Avatar
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 32
  • Thank you received: 0
Hi, folks,
I wanted to stop in here and give you a heads up. We've discovered the problems with the frontend in the latest release, and we're working on fixes. I already have the files for the frontpage module issue. They will be added as an update shortly. If you've submitted a ticket for this, I'll be going through and updating those tickets with some fixes today.

I really appreciate you adding this to the forum and trying to work through them with other users. It helps everyone involved. So, thanks!

JA

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

Jen
DTH Support

Front End Bugs 11 years 10 months ago #19761

  • Chase
  • Chase's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 0
Found another bug that I didn't see mentioned.
When accessing the control panel on the frontend I can click on the "Records" button and I can view all of the records without signing in with the following warnings showing....

Warning: implode() [function.implode]: Invalid arguments passed in ...components/com_dtregister/controllers/usermanage.php on line 166

Warning: implode() [function.implode]: Invalid arguments passed in ...components/com_dtregister/views/usermanage/tmpl/list_description.php on line 28

Any one have any thoughts to an easy fix until the update?

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

  • Page:
  • 1
  • 2
Time to create page: 0.125 seconds