Joomla Bible Study

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

Study Text in Study List View...
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Study Text in Study List View...
#1764
Study Text in Study List View... 1 Month ago  
My question is similar to joomlaoregon.com/forums/12-general-discu...ist-layout.html#1737

I am trying to get the study text to show not as a link/icon but actually display as text.
Tremaine
texas319
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1765
Re:Study Text in Study List View... 1 Month ago  
You can choose whether an item is a link or not in the drop down for each item in the Template Display Settings List Row X. If you are using a custom line I'm not sure you can do a link.
Tom
tmfuller
Administrator
Posts: 695
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
"You shall know the truth and the truth shall set you free." JC
 
#1776
Re:Study Text in Study List View... 1 Month ago  
no i dont need it to be a link. i need to display a custom line that displays the study text (not the description)
Tremaine
texas319
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1779
Re:Study Text in Study List View... 1 Month ago  
I guess I'm not sure what you are trying to do. studytext is usually a longer field that is used only in the details view. Things like description are used in the list.

From the code in /helpers/custom.php - here are the elements you can use in the custom line with their key words:

Code:

switch ($rowid) {
case 'scripture1' :
$rowid = 1;
break;
case 'scripture2' :
$rowid = 2;
break;
case 'secondary' :
$rowid = 3;
break;
case 'duration' :
$rowid = 4;
break;
case 'studytitle' :
$rowid = 5;
break;
case 'studyintro' :
$rowid = 6;
break;
case 'teachername' :
$rowid = 7;
break;
case 'teacher-title-name' :
$rowid = 8;
break;
case 'series_text' :
$rowid = 9;
break;
case 'date' :
$rowid = 10;
break;
case 'submitted' :
$rowid = 11;
break;
case 'hits' :
$rowid = 12;
break;
case 'studynumber' :
$rowid = 13;
break;
case 'topic_text' :
$rowid = 14;
break;
case 'location_text' :
$rowid = 15;
break;
case 'message_type' :
$rowid = 16;
break;
case 'details-text' :
$rowid = 17;
break;
case 'details-text-pdf' :
$rowid = 18;
break;
case 'details-pdf' :
$rowid = 19;
break;
case 'media' :
$rowid = 20;
break;
case 'store' :
$rowid = 22;
break;
case 'filesize' :
$rowid = 23;
break;
case 'thumbnail' :
$rowid = 25;
break;
case 'series_thumbnail':
$rowid = 26;
break;
case 'series_description':
$rowid = 27;
break;
}

Tom
tmfuller
Administrator
Posts: 695
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
"You shall know the truth and the truth shall set you free." JC
 
Go to topPage: 1
Moderators: Eugen, Darren Vandermyde, Kyle