Welcome, Guest
Username Password: Remember me

Module showing title
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Module showing title

Module showing title 14 Mar 2011 15:20 #2481

I would like to use BibleStudy for uploading sermon in my website. I created a module which shows the title list as a menu for sermon title selection. But could not futher proceed to link these title to the main sermon text. Please Help.

Re: Module showing title 14 Mar 2011 16:05 #2482

  • Tom
  • NOW ONLINE
  • Moderator
  • Posts: 316
If you edit the module you should see a list of options you will see under Module Parameters.

Go down on the list and you will see details for what to set on each row. You can set any item in any row to be a link to things like the full text.

Re: Module showing title 15 Mar 2011 03:43 #2483

Under module parameter I use Custom view. Among the existing sets of code, I deleted except the following:

'<table width="100%" border="0" style="margin-bottom:3px;">
<tbody>
<tr>
<td width="33%" valign="top"><a>{{title}}</a>
</tr>
</tbody>
</table>

There I have added the link like this:
<tr>
<td width="33%" valign="top"><a href="/index.php?option=com_biblestudy&view=studydetails&title={{title}}&templatemenuid=1&Itemid=120">{{title}}</a>
</tr>'

but it did not works.
How to proceed further.
Last Edit: 15 Mar 2011 14:29 by C.Lalhmachhuana.

15 Mar 2011 10:24 #2486

  • Tom
  • NOW ONLINE
  • Moderator
  • Posts: 316
Under module parameter I use Custom view. Among the existing sets of code, I deleted except the following:

'<table width="100%" border="0" style="margin-bottom:3px;">
<tbody>
<tr>
<td width="33%" valign="top"><a>{{title}}</a>
</tr>
</tbody>
</table>

There I have added the link like this:
<tr>
<td width="33%" valign="top"><a href="/index.php?option=com_biblestudy&view=studydetails&title={{title}}&templatemenuid=1&Itemid=120">{{title}}</a>
</tr>'

but it did not works.
How to proceed further.

15 Mar 2011 10:27 #2487

  • Tom
  • NOW ONLINE
  • Moderator
  • Posts: 316
Under module parameter I use Custom view. Among the existing sets of code, I deleted except the following:

'table width="100%" border="0" style="margin-bottom:3px;"
tbody
tr
td width="33%" valign="top">a>{{title}}</a>
</tr>
</tbody>
/table>

There I have added the link like this:
tr>
td width="33%" valign="top"><a href="/index.php?option=com_biblestudy&view=studydetails&title={{title}}&templatemenuid=1&Itemid=120">{{title}}</a>
/tr>'

but it did not works.
How to proceed further.

15 Mar 2011 10:28 #2488

  • Tom
  • NOW ONLINE
  • Moderator
  • Posts: 316
Under module parameter I use Custom view. Among the existing sets of code, I deleted except the following:

'table width="100%" border="0" style="margin-bottom:3px;"
tbody
tr
td width="33%" valign="top">a>{{title}}</a>
</tr>
</tbody>
/table>
 
There I have added the link like this:
tr>
td width="33%" valign="top"><a href="/index.php?option=com_biblestudy&view=studydetails&title={{title}}&templatemenuid=1&Itemid=120">{{title}}</a>
/tr>'

 

but it did not works.
How to proceed further.
  • Page:
  • 1
  • 2
Time to create page: 0.63 seconds