aks_cron
Cron inside Textpattern
Simple cron inside Textpattern.
In cron job you may use any PHP code and call any TxP function inside Textpattern enviroment.
Simple cron inside Textpattern.
In cron job you may use any PHP code and call any TxP function inside Textpattern enviroment.
This is an easy way of getting hold of TXP global variables.
Just specify the variable you’re interested in & adi_globals will find it & return it’s value, e.g.
<txp:adi_globals name="page" />
will return the current Page...
Wrap any content with standard Txp wraptag / class / html_id / label items and run the content through a sequence of transformations in the process. If the content is empty, no wrap is performed or the <txp:else /> is executed.
adi_join is a simple little thing to join stuff together. Useful for creating comma-separated lists of data.
Simply put the adi_join tag around the output you need joined:
<txp:adi_join>
...statement 1...
...statement 2...
...statement 3...
</txp:adi_join>
and you’ll...
adi_form_links is another plugin designed to speed up workflow.
It gives you a list of TXP forms referenced by the currently viewed Page or Form template. From this list you can then jump straight to the form edit/create tab.
See the help supplied with the plugin, or have a look
adi_recent_tab is designed to speed up workflow – especially during website construction.
The Recent dropdown menu shows a list of articles/images/links/pages/forms etc that you have recently visited in the admin interface.
The Recent tab (click on “Recent”)...
This plugin is an enhancement to the standard TXP Page templates tab to give you:
Using a dropdown select list, browse all main content types on the admin side by Category (and Section for Articles). Replaces lam_browse_by.
Bitly powered short links for articles. Shortened links are generated automatically when article is posted, and stored in a custom field of your choosing. All needed preferences, including Bitly API key, can be set easily from a graphical admin-side user interface.
Rah_bitly gives an easy way to automate the...
Redirect URLs producing Textpattern 404 error pages to other URLs anywhere on your site or the web using a 301 permanently moved server message.
Requirements: Textpattern 4.2+
Allows you to quickly cleanup the default content on your new Textpattern installations.
Additionally allows you to install plugins, script other changes to the preferences and configure the presentation layer.
Maintaining many user accounts (e.g. self-registered accounts) is no longer a chore. Provides complete user, privilege and group (role) management.
This plugin answers an old question asked in the french forum: se connecter depuis une page du site.
It can be summarized as “I want to be able from the site to connect to my Textpattern account, and if I am connected to see something special for me”.
sho_urlencode is an extremely simple plugin similar to etz_striptags. It passes its argument to the php rawurlencode function and should work with all versions of Textpattern.
It was necessary to create this plugin in order to get the Facebook Like button working for me and keeping any php code from the...
Another interpretation of the “Keywords” field. Developed with a tagcloud in mind, finally offers other features.
This plugin has two functions: rate an article by voting plus or minus, and return a list of best (or worst) rated articles.
Treat your variables as strings or lists and compare them to strings or lists. A combination of if_variable and if_custom_field.
Main tag
cbe_if_variableTwo bonus...
adi_image_tab provides an enhancement to the standard TXP Image Edit tab:
A small and simple javascript library to detect mouse gestures that don’t involve a button press (right now, it simply doesn’t know anything about mouse buttons). It is still a bit dodgy, meaning its not as easy to trigger as i would like.
with improvements and plugins by Robert E. Boughner and me
History:
License:
Lock content (pages, downloads) for a specified time or number of accesses so only visitors in possession of the correct key can view the resource
adi_matrix provides a way of viewing and updating multiple articles from a single TXP admin tab.
Matrixes give you a summary view of multiple articles, where you can make changes to selected data fields & update them all in one go.
Article data is Status (Live, Draft etc), Custom...
Replaces the standard Textpattern Visitor Logs with your Piwik Dashboard.

bundles some useful extensions and plugins for jQuery. The most notable one is jQuery UI, for which also theming support is provided (if one or more of those theme-plugins are installed). Also, the javascript dependencies are resolved on the fly. Currently, lum_jq_plugins contains
Let your visitors scan contact, voucher or promotion information from your site with their smart phone via Quick Response codes.
Ease your clients’ workflow by creating additional menu tabs/hierarchies and populating them with content from TXP Pages/Stylesheets.
Just enter a name (containing only – _ . @ a-z A-Z 0-9) and some SQL, ex:
| name | sql |
| presidents | select name, address from people where name=‘bush’ or name=‘obama’ or... |
adi_mobile implements mobile browser detection, together with some website mode switch functionality and viewport measurement.
See the help supplied with the plugin, or have a look
Define custom macros from other TXP/plugin tags and use those macros as if they were built-in tags via <txp:my_tag />
716 articles