Welcome, Guest
Username Password: Remember me

Study Text in Study List View...
(1 viewing) (1) Guest

TOPIC: Study Text in Study List View...

Study Text in Study List View... 03 Feb 2010 15:10 #1764

  • texas319
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
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.

Re:Study Text in Study List View... 03 Feb 2010 15:34 #1765

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
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.
"You shall know the truth and the truth shall set you free." JC

Re:Study Text in Study List View... 04 Feb 2010 15:59 #1776

  • texas319
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
no i dont need it to be a link. i need to display a custom line that displays the study text (not the description)

Re:Study Text in Study List View... 05 Feb 2010 08:01 #1779

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
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:

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;
}
"You shall know the truth and the truth shall set you free." JC

Re:Study Text in Study List View... 11 May 2010 18:42 #2121

  • texas319
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
okay actually gave up on the component but am giving it a second look...

I am currently using flexi-content to create a central homepage for each pastor then adding their audio / video manually by creating an individual page for each and updating the an archives page. My question is how can i customize your component as such so i can make it look like Gospel Voice... you have a great component but have a certain design i want to build upon but i need some guidance how to customize it as such. I know i need to utilize your component in order to maintain a database driven structure that would allow my to re-design without having to edit upward so if 300 - 400 pages/articles.

Re:Study Text in Study List View... 11 May 2010 19:38 #2122

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
From the looks of the link you would want to use the teacherdetails view of JoomlaBibleStudy. That would give you some flexibility to set up each teacher with certain details and some text areas for other things you want to show. Then you can show links to their studies underneath.

Version 6.2 of JBS features custom templates for each view so you could literally build your view of the teacher with html and elements from JBS however you want.

6.2 is currently in beta but you could try it out on a test server to see how it works. You can find it by clicking on Downloads above and then Component.

Let us know if we can be of further service to you and your ministry!

Tom
"You shall know the truth and the truth shall set you free." JC
Time to create page: 0.81 seconds