Yes, CeBIT 2010 is a event to remember with showcases of so many things coming up this year. I talked to a wordpress-deutschland.org representer (sorry didn’t catch your name) about the upcoming WordPress 3.0 and its multi-site feature.

And I got me one of the limited edition WordPress DE bags along with a nice sticker
, thank you ^^
Maybe a full review of the happenings in Hanover later, as 2300km of bus travel do take the life out of a man.
In one particural case, you don’t want to disable WP registration but just redirect the page so some other script takes care of it. That happened to me while working on a WordPress and bbPress website. The solution is quite simple:
add_action(‘login_form_register’, ‘redirectregister’);
function redirectregister(){wp_redirect(get_option(’siteurl’) . ‘/bb/register.php’);}
add this where wordpress will find it, in your functions file or just any plugin.
Yes, it has been a while since I updated this plugin, but the questions keep coming in — I also noticed a post by a French archive site, thanks for doing a review ;D
http://lesh.fr.nf/joomla15_test/index.php?option=com_content&view=article&id=671:screensave-020-economiseur-decran-j15&catid=6:divers&Itemid=12
This plugin is not quite what most sites want ( or would need ) but can be useful for the same thing it was made – public pc’s with a full-screen browser.
Plugin avaliable here: http://www.rawdev.net/category/joomla/screensave/
Comments, Ideas ?
Just a small update for joomkey, a language file. As I am not using this module actively I don’t have the time or the will to move it forward more. But some people are using it.
So todays update is a dutch language file, thanks Chris
mod_joomkey.nl-NL
And once again for all the others:
- This module displays a on screen keyboard that attaches itself to all html text fields and input fields.
- To use it, you have to select one of those fields.
- You can place this module in any visible position
- It will use the local language, you may need to make a file with your locale (even if it is the same as standard English)
- As it looks at Joomla’s locale, it will work with JoomFish or similar..
- It wont work inside frames/iframes (use the firefox extension instead)
- You can make it do other stuff with the buttons (as in print whole words as in iphone’s .com button etc)
As most who use this module probably do so with a kiosk in mind, I would recommend the Firefox keyboard extension I built.
Finally got my turn to try out Jolicloud, a “cool new OS for your netbook“. I learned about it several weeks ago and it took quite a while for me to get a invite.
(more…)