I've attached a screen shot of what my DT Register Control Panel looks like in the backend of my Joomla 3.0 site. You can see that the only button that shows up is the Configuration Button. The other images are in correct folder on the site, but when I right click and open them in a new tab the show the path with out main website path (ie [url=http://administrator/components/com_dtregister/assets/images/icon-48-csv.png]http://administrator/components/com_dtr ... 48-csv.png[/url] rather than
http://websitename.com/administrator/co ... 48-csv.png
.
All the links still work. Is there an upgrade I'm missing where this bug is fixed?
Thanks,
Sam Drew
Attachments:
Rendering Error in layout Attachment/Item: Property "protected" is not defined. Please enable debug mode for more information.
I am having the same issue - I just purchased the component - com_dtregister3_0_1_J30a, installed the component and the one icon appears - configuration like your screen shot; however the other icons don't appear.
I fixed the issues by editing index.php in this location administrator/components/com_dtregister/views/cpanel/tmpl
I changed "/administrator/components/com_dtregister/assets/images/" to "administrator/components/com_dtregister/assets/images/"
on lines 30, 33, 36, 40, 43, 46, 49, 52, 55, 57 and 60.