|
|
Sergey Kornilov admin 8/16/2010 |
|
You can display published articles only adding the following WHERE clause to your query: |
|
|
S
|
siro author 8/17/2010 |
|
Hi Admin |
|
|
A
|
ann 8/18/2010 |
|
Joel, $strWhereClause=whereAdd($strWhereClause,"status='published'"); |
|
|
S
|
siro author 8/26/2010 |
|
Hi Ann and Admin |
|
|
|
Sergey Kornilov admin 8/26/2010 |
|
You should not do anything in events. WHERE clause needs to be added via SQL Query screen. |
|
|
S
|
siro author 8/27/2010 |
|
I used this code but it does not work |
|
|
A
|
ann 8/31/2010 |
|
Joel, |
|
|
S
|
siro author 8/31/2010 |
|
Hi Ann |
|
|
|
Sergey Kornilov admin 8/31/2010 |
|
Joel, |
|
|
S
|
siro author 9/2/2010 |
|
I maked it to work an other way, I created a cumtom views article table and I use status field as radio button (0) (1) |
|