Hi, Does anyone have any idea of adding a new tab exactly like discussion tab (with the same functionality) to mediawiki pages? I know about FlaggedRevs but it doesn't do what I want. I know c++ well, but I have little experience with php. Was this done before? (I couldn't find any). How can it be done?
You should be able to do it with http://www.mediawiki.org/wiki/Manual:Hooks/SkinTemplateContentActions or http://www.mediawiki.org/wiki/Manual:Hooks/SkinTemplateTabs
Try the "*For examples of extensions using this hook" link for extensions that you can modify to do what you need.
-----Original Message----- From: wikitech-l-bounces@lists.wikimedia.org [mailto:wikitech-l-bounces@lists.wikimedia.org] On Behalf Of Mohsen A. Momeni Sent: Friday, November 07, 2008 3:11 PM To: wikitech-l@lists.wikimedia.org Subject: [Wikitech-l] add a new tab like discussion
Hi, Does anyone have any idea of adding a new tab exactly like discussion tab (with the same functionality) to mediawiki pages? I know about FlaggedRevs but it doesn't do what I want. I know c++ well, but I have little experience with php. Was this done before? (I couldn't find any). How can it be done?
-- __ \ /_\_-//_ Mohsen A. Momeni
_______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
you could also use js solutions such as that used on Wikinews. see http://en.wikinews.org/wiki/MediaWiki:Comments.js for that code.
regards
mark
On Fri, Nov 7, 2008 at 8:11 PM, Mohsen A. Momeni m.alimomeni@gmail.comwrote:
Hi, Does anyone have any idea of adding a new tab exactly like discussion tab (with the same functionality) to mediawiki pages? I know about FlaggedRevs but it doesn't do what I want. I know c++ well, but I have little experience with php. Was this done before? (I couldn't find any). How can it be done?
-- __ \ /_\_-//_ Mohsen A. Momeni
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
wikitech-l@lists.wikimedia.org