You are not logged in.
article_custom tagv0.2.6 download link / homepage
v0.1 plugin was writen for testing Feature Idea <txp:else />
v0.2+ plugin is completely rewritten
Changes v0.2.4:
<txp:else />category1, category2, where (sql syntax)status to status listChanges v0.2.5:
txp:variables:
aks_articleChanges v0.2.6:
More documentation and examples
Last edited by makss (2012-09-04 09:41:20)
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_meta | aks_header : Compress your pages on the fly
Offline
aks_article v.0.2.4
This plugin is completely rewritten. First post updated.
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_meta | aks_header : Compress your pages on the fly
Offline
Although I was trying to do this using native tags, your plugin would do just nicely :)
Thanks makss.
neme.org | neme-imca.org | hblack.net | LABS
Offline
where="custom_1 > custom_2+custom_3"
status="hidden,5,live"
OMG, thanks! Long live makss!
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Ah cool now i can use category2 in my website structure!
Thanks makss
Offline
Changes aks_article v0.2.5:
txp:variables:
aks_article<txp:aks_article category2="mycat" limit="10" sort="title" wraptag="ul" zebra="3"> <li class="zebra<txp:aks_article_zebra /><txp:if_aks_article_active value=" active" />"> <txp:aks_article_count /> <txp:title /> </li> </txp:aks_article> Displayed: <txp:variable name="aks_article_count" /> articles Limit - Displayed = <txp:variable name="aks_article_rest" /> articles
HTML output:
<ul> <li class="zebra0"> 1 King</li> <li class="zebra1"> 2 La Bonne Maison</li> <li class="zebra2"> 3 Marmaris</li> <li class="zebra0 active"> 4 Paradise</li> <li class="zebra1"> 5 Relax</li> <li class="zebra2"> 6 Sunrise</li> </ul> Displayed: 6 articles Limit - Displayed = 4 articles
and additional call for rest 4 articles with other conditions
<txp:if_variable name="aks_article_rest" /> <txp:aks_article category2="othercat" zebra="3" limit='<txp:variable name="aks_article_rest" />' zebra_next='<txp:variable name="aks_article_zebra_next" />' /> </txp:if_variable>
know bug – not stored – FIXED, last zebra color for second call aks_articlezebra_next attribute
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_meta | aks_header : Compress your pages on the fly
Offline
Changes aks_article v0.2.6:
Sample:
Sample:
<table><tr> <td> 1 article 2 article 3 article </td> <td> 4 article 5 article 6 article </td> <td> 7 article 8 article 9 article </td> </tr></table>
Last edited by makss (2012-09-04 09:37:03)
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_meta | aks_header : Compress your pages on the fly
Offline
Interesting and usefull for some projects, makss ! Thanks !
Any news on rss_unlimited categories for 4.5 ?
Offline
aks_cron : Cron inside Textpattern | aks_article : extended article_custom tag
aks_cache : cache for TxP | aks_meta | aks_header : Compress your pages on the fly
Offline