How to
… sort the fe_userlisting view in frontend?
In my project i needed to sort the usertable in frontend by first_name or last_name.
Continue reading ‘How to … – TYPO3 fe_userlisting sort by …’
team noir blog
How to
… sort the fe_userlisting view in frontend?
In my project i needed to sort the usertable in frontend by first_name or last_name.
Continue reading ‘How to … – TYPO3 fe_userlisting sort by …’
All who has webspace at Host Europe and installed WordPress by itself (not out of the box) have problems to use the autoupdate function from WordPress.
For me it said always that the installtion path of WordPress was not found. Now, after a long while, I found a german blog article WordPress AutoUpdate bei Hosteurope. There is described that you just have to put one single line in the config file wp-config.php of WordPress and all works as expected. The problem which cause the error is the directory for temporary files, which is set by this line via a environmental variable.
putenv('TMPDIR='.ini_get('upload_tmp_dir') );
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
Just put the bold line in your config-file at this position and then you can use WordPress auto update. But be sure to backup your data as explained in the WordPress Codex!
Do you know ZIMPLIT?

A really cool, small and fast CMS. You don’t need a database, just PHP on your server.
You can use your own templates and create a nice (mini)website. I used this nice CMS for my private testing website and i detected heavy traffic with “forget-password” demands. My email-box filled up
Continue reading ‘Zimplit – a small, free Content-Management-System’
last Comments