Content last modified Thursday 5 January 2012
hop to #bottom

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.


adi_globals

Global variables

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...


smd_wrap

Apply wraptag / label to any tag, plugin or content and apply transformations to the data

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

Join stuff together

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

Admin-side form links

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

Recent Items

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”)...


adi_page_tab

Enhanced Page Tab

This plugin is an enhancement to the standard TXP Page templates tab to give you:

  • an indication which sections are using the current page template (i.e. the ones that are greyed out)
  • the ability to assign the current page to a new section (select one of the non-greyed out sections &...

smd_browse_by

Browse all 4 main content types on the admin side by Category using a select list

Using a dropdown select list, browse all main content types on the admin side by Category (and Section for Articles). Replaces lam_browse_by.


rah_bitly

Bit.ly integration

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...


arc_redirect

Love redirects, hate 404s

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+

Full...


sed_cleaner

Does a little house cleaning on new Textpattern installations.

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.


smd_user_manager

Manage many users, groups and privilege settings from a single interface

Maintaining many user accounts (e.g. self-registered accounts) is no longer a chore. Provides complete user, privilege and group (role) management.


cbe_frontauth

Authors can connect from frontend to their backend account

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

sho_urlencode

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...


cbe_keywords

Yet another keywords/tags plugin

Another interpretation of the “Keywords” field. Developed with a tagcloud in mind, finally offers other features.


cbe_helpful

Visitors can rate articles (based on wlk_helpful)

This plugin has two functions: rate an article by voting plus or minus, and return a list of best (or worst) rated articles.


cbe_if_variable

Extends if_variable abilities

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_variable

Two bonus...


cbe_if_article_released

Tests if an article is already released, or will be in the future

Take appropriate action when an article is published, or not yet.


adi_image_tab

Enhanced image tab

adi_image_tab provides an enhancement to the standard TXP Image Edit tab:

  • displays image ID, dimensions, file size, author, timestamp
  • previous/next links
  • dropdown menus for selecting images to edit
  • option to modify the image’s...

lum_gesture

Mouse gesture detection

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.

Install and activate lum_p...


lum_overlib

Erik Bosrups famous overLIB

with improvements and plugins by Robert E. Boughner and me

Install and activate lum_p version 0.3 or above before installing this one!

History:

  • v0.4.23.1 Initial release

License:


smd_access_keys

Access key generation for protecting TXP content/downloads

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

Multi-article update tabs

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...


msd_piwik_dashboard

Integrate Piwik Web Analytics with the Textpattern Administration console

Replaces the standard Textpattern Visitor Logs with your Piwik Dashboard.


lum_jq_plugins

jQuery plugin collection

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


smd_qr_code

Embed QR codes on your site for vouchers, promotions or contact info

Let your visitors scan contact, voucher or promotion information from your site with their smart phone via Quick Response codes.


smd_tabber

Create custom admin-side menu structures and populate with content from Pages

Ease your clients’ workflow by creating additional menu tabs/hierarchies and populating them with content from TXP Pages/Stylesheets.


lum_csv

Expose parts of your database to the outside world

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

Mobile browser detection

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


smd_macro

Create custom TXP tags containing any functionality you choose

Define custom macros from other TXP/plugin tags and use those macros as if they were built-in tags via <txp:my_tag />


All 1017 articles are stored in the treasure rooms that are the Archives.
TxP · TxD · GG