![Love Locks at Île de la Cité/Liebesschlösser auf der Île de la Cité (Paris, France). Tommy Schmucker 2014-06-23. [CC BY-SA 3.0]](https://www.yablo.de/images/91t.jpg)
trenc am 9. Dezember 2014
Fotos |
trenc am 30. Oktober 2014
Linkhub |
Da ich hier und da kleinere schnelle Berechung auf dem Numpad machen muss, stört im deutschen Tastaturlayout das Komma, da zum Beispiel bc kein Komma als Dezimaltrenner sondern einen Punkt erwartet. Wie das halt im englischen so üblich ist. Da her habe ich mir eine keine Funktion gebaut, bei der man Kommata ein und die diese auch wieder ausgibt.
Das ganze funktioniert nur mit einfachen Berechnungen und rundet auf die zweite Dezimalstelle.
Einfach in die .bashrc eintragen:
# simple calculator
calc () {
echo "scale=2;$@" | sed "s/,/\./" | bc | sed "s/\./,/"
}
This Textpattern plugin lists a custom field in the admin article list. Additonally the article search/filter is extended with the custom field (see screenshot below).

Download compiled and source:
yab_cf_article_list_v0.2.tar.gz
yab_cf_article_list
List a custom_field in admin article list and search article list for this custom field.
Version: 0.2
Table of contents
- Plugin requirements
- Configuration
- Changelog
- License
- Author contact
Plugin requirements
Minimum requirements:
Configuration
Install and activate the plugin.
The function yab_cfal_config() in the plugin code contains an array with some config values:
'custom_field': Number of the custom field
Default: 1
'name_for_list': Name of the custom field in the table head and in article search.
Default: empty (The given name for this custom field will be shown.)
Changelog
- v0.1: 2014-05-06
- v0.2: 2017-02-18
- bugfix: TXP 4.6.ready (required)
Licence
This plugin is released under the GNU General Public License Version 2 and above
Author contact
Da sind Sie um, die ersten Zehn Jahre bloggen. Naja zumindest hier unter der Domain. Es gab vorher schon eine Pivot-Installation auf meinem Uni-Account aber nur ein halbes Jahr lang.
Zum 100-jährigen mach ich dann auch ein richtiges Review. Mit »Best-Ofs« natürlich. Versprochen.
Stay tuned.
Btw. Der erste Eintrag hier war dieser: Alles neu macht der …