Joomla Bible Study

...components for the glory of God
Welcome, Guest
Please Login or Register.    Lost Password?

Teachers List Layout - No Image of a teacher
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Teachers List Layout - No Image of a teacher
#1736
Teachers List Layout - No Image of a teacher 6 Months ago  
Hi Tom,

I found a bug (maybe) in Teachers List Layout, the image of a teacher will no appear, at line 47 of components/com_biblestudy/views/teacherlist/tmpl/default.php I changed the code:

From:
if ($item->teacher_thumbnail && $admin_params->get('teachers_imagefolder')) { $i_path = 'images/'.$admin_params->get('teachers_imagefolder/') . $item->teacher_thumbnail;}

To:
if ($item->teacher_thumbnail && $admin_params->get('teachers_imagefolder')) { $i_path = 'images/'.$admin_params->get('teachers_imagefolder') .'/'. $item->teacher_thumbnail;}

The trailing / seems to break the path and defaults to images/

Is this the right fix for this? I'm using version 6.1.3.

Thanks!
Jack L
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1738
Re:Teachers List Layout - No Image of a teacher 6 Months ago  
Good catch. We'll get that fixed!

** Fixed in 6.1.3 update 4**
Tom
Administrator
Posts: 855
graph
User Offline Click here to see the profile of this user
Last Edit: 2010/01/30 09:37 By tmfuller.
"You shall know the truth and the truth shall set you free." JC
The administrator has disabled public write access.
 
#1740
Re:Teachers List Layout - No Image of a teacher 6 Months ago  
Hi Tom!

Still missing a / at the end of the folder name like: src="images/sermonsPastor.jpg" where sermons is the folder I created and Pastor.jpg is the teacher's image.

Thanks!
Jack L
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1747
Re:Teachers List Layout - No Image of a teacher 5 Months, 4 Weeks ago  
This will be fixed in 6.1.4
Tom
Administrator
Posts: 855
graph
User Offline Click here to see the profile of this user
"You shall know the truth and the truth shall set you free." JC
The administrator has disabled public write access.
 
Go to topPage: 1