hop to #bottom

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


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


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


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


lum_p

A plugin helper library

Needed by some of my other plugins.

It looks like in my desire to minimize unneeded memory usage, i was over-engineering this thingie. For v0.2:

When installing plugins that require lum_p

  • make sure to install and activate lum_p first,
  • then install other...


soo_hide

Like txp:hide but with a feature or two

Show or hide code/content blocks depending on site production status.


adi_wrap

Automatic wrapper

Summary

This plugin will wrap its contents in an HTML tag – but only if there’s something to wrap.

Usage

Simply put the adi_wrap tag around the contents you need wrapped up:

<txp:adi_wrap wraptag="HTML...

rah_runtime

Test and see code execution times

Rah_runtime returns execution time between a tag pair. The plugin can be used diagnose and test parts of code, and to pinpoint the source of a slowly executing page.


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