I want to provide my users with some permanent information using kind of an infobox either in the sidebar or in the footer. However, the sidebar seems to render only links. The same goes for the footer AFAIU http://www.mediawiki.org/wiki/Manual:Footer
Any ideas or pointers how to achieve this goal are welcome!
tia Frank
-- View this message in context: http://wikimedia.7.n6.nabble.com/Infobox-in-the-sidebar-tp4514581p4514581.ht... Sent from the WikiMedia General mailing list archive at Nabble.com.
I want to provide my users with some permanent information using kind of an infobox either in the sidebar or in the footer.
Come to think of it, the users only need those information when creating or editing pages (e.g. which categories are available). So something like http://www.mediawiki.org/wiki/MediaWiki:Edittools might work.
Good Afternoon MediaWiki Fans:
Can someone point me to the password hash encoding bits of code in the MediaWiki ? I would like to transfer my users to a different login system and would like to make their passwords continue to function. If I implement the same hash mechanism, I suspect this will work out OK.
Thanks for your assistance,
--Hiram
On Mon, Feb 27, 2012 at 3:45 PM, Hiram Clawson hiram@soe.ucsc.edu wrote:
Good Afternoon MediaWiki Fans:
Can someone point me to the password hash encoding bits of code in the MediaWiki ? I would like to transfer my users to a different login system and would like to make their passwords continue to function. If I implement the same hash mechanism, I suspect this will work out OK.
User::comparePasswords
On Mon, 27 Feb 2012 13:45:34 -0800, Hiram Clawson hiram@soe.ucsc.edu wrote:
Good Afternoon MediaWiki Fans:
Can someone point me to the password hash encoding bits of code in the MediaWiki ? I would like to transfer my users to a different login system and would like to make their passwords continue to function. If I implement the same hash mechanism, I suspect this will work out OK.
Thanks for your assistance,
--Hiram
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/User.php?vie...
mediawiki-l@lists.wikimedia.org