The new linux kernel 2.6.31 contains drivers for the Creative SB X-Fi series. Please be aware that that kernel version is still in testing status, so I don’t recommend installing it on a productive system.
The new linux kernel 2.6.31 contains drivers for the Creative SB X-Fi series. Please be aware that that kernel version is still in testing status, so I don’t recommend installing it on a productive system.
To list all available linux kernel modules, issue:
# find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'
I recently needed an integration of Dokuwiki with SMF (Simple Machines Forum). After some research i managed to get it done. Inspired by this thread.
I tested this with SMF 2.0 RC1.2 and DokuWiki 2009-02-14b.
find all instances of memberName and change to member_name find all instances of realName and change to real_name find all instances of emailAddress and change to email_address find all instances of groupName and change to group_name find all instances of additionalGroups and change to additional_groups find all instances of dateRegistered and change to date_registered find all instances of posterEmail and change to poster_email find all instances of ID_GROUP and change to id_group find all instances of ID_MEMBER and change to id_member
change
AND (concat(',',u.additionalGroups,',') LIKE concat('%,',g.id_group,',%') OR u.id_group = g.id_group)";
to
AND (concat(',',u.additional_groups,',') LIKE concat('%,',g.id_group,',%') OR u.id_group = g.id_group OR u.id_post_group = g.id_group)";$conf['auth']['mysql']['charset'] = 'utf8';
I think that’s it, i hope i didn’t forget anything. If you have any questions, feel free to comment.
Wenn es damals schon Facebook gegeben hätte…
