Twitter
F.A.Q. - Touch


Category index

Commerce (3) Resources (21) Membership (8) Touch (3)
Registration (10) Invoice (5) Message (0) Defender (4)
Permission (7) Mass Mail (2) Analytics (1) File Manager (0)
Instructions (6) Miscellaneous (0)    


"Custom LEFT JOIN" and "Custom WHERE" parameters of Prefiltered user list.

Here is an example on how to set that prefileterd user list displays only manager user group with ordering by username A-Z:

Custom LEFT JOIN:

LEFT JOIN #__users AS x ON x.id=u.id

Custom WHERE:

AND x.usertype='Manager'

Custom ORDER BY:

x.username ASC

you may change custom query to fit your needs, only u.id should be the same for all queries to keep link with Touch table.


JS Resources Plug-in (Former JS Content) small description

Here is a small image that describes the parameters of JS Resources (Content) plug-in

click on the image to see full image 


How to use "Layout Style" of Content Plugin

Layout style contain HTML template. Here is the example.

<table width="100%" border="0" cellpadding="2" cellspacing="0">
  <tr class="sectiontableheader">
    <th class="sectiontableheader"> Title </th>
    <th class="sectiontableheader"> Description </ht>
  </tr>
 
  [CYCLE]
  <tr class="sectiontableentry[ROW]">
    <td valign="top">[TITLE] <i>([CATEGORY])</i></td>
    <td valign="top">[ADDITIONAL]</td>
  </tr>
  [/CYCLE]
 
 </table>

Where

  • [TITLE] Is a title of the article as a link to article
  • [CATEGORY] is the name of the category as a link to category
  • [ADDITIONAL] is an additional field of the type
  • [HITS] is a number of hits of the article
  • [RATING] is a rating box
  • [COMMENTS] is a number of comments for this article
  • [ROW] is a number 1 or 2 change with every row.
  • [CYCLE] ... [/CYCLE] is a block that is fetched for every article

Here is another example

<p>Here is the list of the articles</p> 
[CYCLE]
<div>
  <h3>[TITLE]</h3>
  <span class="small">Hits ([HITS]) | Comments ([COMMENTS])<span><br />
  [RATING]<br />
  [ADDITIONAL]
</div>
[/CYCLE]

And another example formatted like menu

<ul class="menu">
[CYCLE]
  <li>[TITLE] 
    <span class="small">Hits ([HITS]) | Comments ([COMMENTS])<span>
  </li>
[/CYCLE] 
<ul>
 

What is best way for Download/Installation MightyExtensions?
 


Member Area



Member Activity

We have 1132 guests and 8 members online


MightyTemplate - Professional Joomla Templates