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

TOPIC: [SOLVED] Comment out Confirmation block

[SOLVED] Comment out Confirmation block 9 years 7 months ago #24428

  • toolbox
  • toolbox's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 1
Hi,

I would like to take out the table on the member confirmation table on the page where person making the booking for a group booking enters their details. I've done it before, but since updating not sure what code from what file to comment out or take out. Does anyone know how to do this?

see attached screen shot to see what table I mean


Rendering Error in layout Attachment/Item: Property "protected" is not defined. Please enable debug mode for more information.





Thank you
Attachments:

  • Rendering Error in layout Attachment/Item: Property "protected" is not defined. Please enable debug mode for more information.

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

Last Edit: by nathan.dth.

Comment out Confirmation block 9 years 6 months ago #24532

  • stelfair
  • stelfair's Avatar
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 59
  • Thank you received: 2
You can go into the fields area and unselect GROUP for billing. That should remove it.

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

Comment out Confirmation block 9 years 6 months ago #24534

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
The only way to remove that is by modifying the PHP file or CSS. The CSS route is easiest.

/components/com_dtregister/assets/css/main.css

div.dt_member_box {
background: #EFEFEF;
border: 1px solid #999999;
clear: both;
margin: 0 0 10px 0;
display: none;
}

What you see here is the default styling from the file, but with the addition of "display: none;". Add that and the box will not show up.

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.478 seconds