1.11.13

News

Page 1 of 4  > >>

Oct 3, 2018
Category: General
Posted by: fabrella

Kate's KangooClub und WSU präsentieren in Warendorf:

Kangoo Power™/Kangoo Dance™ Schnupperkurs. Dienstags 19-20 Uhr.

Have fun getting fit

&

Don't forget o HÜPF!

Sep 5, 2018
Category: General
Posted by: fabrella

Step mit Kate * Fit mit Fun!

montags 18:00-19:00 Uhr

Kursbeginn: 26.09.2018

Anmeldung: über Warendorfer Sportunion e. V.

Aug 22, 2018
Category: General
Posted by: fabrella

Ab Ende August 2018 hüpfen wir in Warendorf:

  • Wann: sonntags, 11-12 Uhr +
    voraussichtlich in Kürze dienstags 19:45-20:45 Uhr
    Wo: Warendorfer Sportunion, Von-Ketteler-Str. 30, 48231 Warendorf
    SMS an 0171-2088556

Bitte immer vorab anmelden - wenn Leihschuhe benötigt werden, mit Angabe der Schuhgröße!

Das Training sonntags findet ab 3 TN statt.

¡Don't forget to HÜPF!

CMS - 1.11.13 - Baquerizo Moreno
 

User Defined Tags

One of the little known features of CMS Made Simple is the User Defined tag. Basically, this allows you to write PHP code inside the Admin Panel. Use the 'Add User Defined Tag' button in Extension » User Defined Tags in the Admin Panel, write some code, and then insert into a template or page with {newpluginname}. Simple!

As an example, I've put together a one line plugin/tag that will show your current User Agent information (which browser you're using). The output is right here: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com).

If you're not looking at the source, all that is in the page is {user_agent}. To see how this code works, edit the user_agent tag in the Extensions » User Defined Tags page of the admin.

This is a VERY powerful feature if used right. Remember, user defined tags do not get cached, therefore, scripts to rotate ad banners and such will work just fine. Note also that tag code has to be written without opening < ? php and ending ? > tags.

Previous page: Tags in the core