Welcome, Guest
Username Password: Remember me

studydetails Default Template
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: studydetails Default Template

studydetails Default Template 08 Oct 2009 16:13 #1117

studydetails Default Template

Error in file need to change this lines

if ($params->get('list_items_view') == 1)
{
echo '<tr class="bseven"><td class="media">';
$path1 = JPATH_SITE.DS.'components'.DS.'com_biblestudy'.DS.'helpers'.DS;
include_once($path1.'mediatable.php');
$listing = getMediatable($params, $row, $this->admin_params);
echo '</td></tr>';
echo $listing;
}

to

if ($params->get('list_items_view') == 1)
{
echo '<tr class="bseven"><td class="media">';
$path1 = JPATH_SITE.DS.'components'.DS.'com_biblestudy'.DS.'helpers'.DS;
include_once($path1.'mediatable.php');
$listing = getMediatable($params, $row, $this->admin_params);
echo $listing;
echo '</td></tr>';
}


Also add a <br /> at line 55
Thanks,
Brent Cordis
Joomla Bible Study Team Member
Last Edit: 05 Feb 2010 09:30 by Brent Cordis.

Re: studydetails Default Template 08 Oct 2009 18:14 #1118

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
Thanks for the good catch. This will be incorporated into beta8. I don't understand the need for the <br> though.
"You shall know the truth and the truth shall set you free." JC

Re: studydetails Default Template 11 Oct 2009 09:18 #1128

It help with the layout to drop the title bloke down below the Black line so the Title dos not have line in it. if it is possible it would be cool to have the title and the scripture to the right of the Teachers Pic
Thanks,
Brent Cordis
Joomla Bible Study Team Member

Re: studydetails Default Template 12 Oct 2009 07:25 #1130

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
I'll take a look - I don't suppose you have a site url you could show me? I was thinking about your idea of putting the pictures to the side and will incorporate into RC2 of version 6.1
"You shall know the truth and the truth shall set you free." JC
  • Page:
  • 1
Time to create page: 0.91 seconds