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

TOPIC: [SOLVED] confirmation page issue

[SOLVED] confirmation page issue 12 years 7 months ago #17523

  • dove527
  • dove527's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 32
  • Thank you received: 0
Hi Nathan,
Well I am giving it a try and almost have it.. i am having some issues with this screenshot. I need the member info to fall under the title "Member1" and so on. And I need to some put a divider or something between the members of the group for appearance. The client does not want it all to run together because some will be 40 members or so per group.
Thanks
Gary Meadows

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

Last Edit: by dove527.

[SOLVED] confirmation page issue 12 years 7 months ago #17532

  • dove527
  • dove527's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 32
  • Thank you received: 0
I am not sure but can this be fixed in with css? please i need some help here.

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

[SOLVED] confirmation page issue 12 years 7 months ago #17631

  • dove527
  • dove527's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 32
  • Thank you received: 0
Can some please help me out here.. My confirmation page is not showing what I need.. If you look at the example.. it has headings for Member names but it is showing up at the top and the info is at the bottom.. Funny thing, when a member goes to modify their registration it shows the correct way. I need it to happen on the confirmation page.. Please Please help.

Member1
Member2
Group Classification: Church
Church Name: Harvest Church
Contact First Name: Betty
Contact Last Name: White
Church Address: 555 old street
City: atlanta
State: Georgia
Zip: 30311
Pastor's Prefix: Rev
Pastor's First Name: Albert
Pastor's Last Name: James
Church Email Address [email protected]
Church Website: http://www.mychurch.com
Email [email protected]
Phone: 888 888 7777
Contact First Name: gary
Contact Last Name: Thomas
Age Range: Age 27 and over = $25
Division: Division I - COPP COURSES
Class: 1072 - Introduction to the New Testament(COPP) Phase 1
Contact First Name: Evelyn
Contact Last Name: Thomas
Age Range: Age 13 to 26 = $35
Division: DIVISION III - HISTORY/THEOLOGY LEADERSHIP DEVELOPMENT
Class: 6008 - Work of the Church Secretary/Clerk

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

[SOLVED] confirmation page issue 12 years 7 months ago #17643

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Hello. Looks like the last update, the 1.5 version mistakenly had some code from the 2.5 version, which is styled more in divs, where the 1.5 version is still using mainly tables.

Quick fix... open this file:
/components/com_dtregister/controllers/event.php

Find this line:

$viewMemFields .= "<div style='clear:both'><u>".JText::_( 'DT_MEMBER' ).($key+1)." </u></div>";

Change it to:

$viewMemFields .= "<tr><td colspan='2'>&nbsp;</td></tr><tr><td colspan='3'><u>".JText::_( 'DT_MEMBER' ).($key+1)." </u></td></tr>";

Thanks!

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

  • Page:
  • 1
Time to create page: 0.860 seconds