Hello guys,
how can I realise this "What do you think of this page?" formular seen on wikinews?
Some example: http://en.wikinews.org/wiki/50_arrested_ahead_of_Swaziland_democracy_protest...
And does the tab "Opinions" cohere with this realisation?
Regards
robert
http://www.mediawiki.org/wiki/Extension:LiquidThreads
regards
Laurent
2010/9/9 orschiro@googlemail.com
Hello guys,
how can I realise this "What do you think of this page?" formular seen on wikinews?
Some example: http://en.wikinews.org/wiki/50_arrested_ahead_of_Swaziland_democracy_protest...
And does the tab "Opinions" cohere with this realisation?
Regards
robert
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Thanks for the suggestion Laurent, that's exactly what I was looking for.
I downloaded the snapshot, created the necessary tables and added the required line to LocalSettings.php. But what now?
Have I missed something because the form element and the tab doesn't show up on my article pages.
The Homepage of LiquidThreads doens't really contain any useful information for me.
I'm glad for a small push in the right direction.
robert
2010/9/9 Wikimini webmaster@wikimini.org:
http://www.mediawiki.org/wiki/Extension:LiquidThreads
regards
Laurent
2010/9/9 orschiro@googlemail.com
Hello guys,
how can I realise this "What do you think of this page?" formular seen on wikinews?
Some example: http://en.wikinews.org/wiki/50_arrested_ahead_of_Swaziland_democracy_protest...
And does the tab "Opinions" cohere with this realisation?
Regards
robert
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
orschiro@googlemail.com wrote:
Thanks for the suggestion Laurent, that's exactly what I was looking for.
I downloaded the snapshot, created the necessary tables and added the required line to LocalSettings.php. But what now?
Have I missed something because the form element and the tab doesn't show up on my article pages.
The Homepage of LiquidThreads doens't really contain any useful information for me.
I'm glad for a small push in the right direction.
robert
They have a namespace called Opinions and added the tab with javasscript: http://en.wikinews.org/wiki/MediaWiki:Comments.js
Obviuously this extension requires some deeper knowledge that I don't have yet. Time to work harder. *g*
Let's see, I created the MediaWiki:Comments.js with exactly the same content as on wikinews.
But what do you mean with a custom namespace? I tried to set the following in LocalSettings but it doens't work yet.
$wgExtraNamespaces[94] = "Opinions";
robert
2010/9/9 Platonides Platonides@gmail.com:
orschiro@googlemail.com wrote:
Thanks for the suggestion Laurent, that's exactly what I was looking for.
I downloaded the snapshot, created the necessary tables and added the required line to LocalSettings.php. But what now?
Have I missed something because the form element and the tab doesn't show up on my article pages.
The Homepage of LiquidThreads doens't really contain any useful information for me.
I'm glad for a small push in the right direction.
robert
They have a namespace called Opinions and added the tab with javasscript: http://en.wikinews.org/wiki/MediaWiki:Comments.js
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
orschiro@googlemail.com wrote:
Obviuously this extension requires some deeper knowledge that I don't have yet. Time to work harder. *g*
Let's see, I created the MediaWiki:Comments.js with exactly the same content as on wikinews.
But what do you mean with a custom namespace? I tried to set the following in LocalSettings but it doens't work yet.
$wgExtraNamespaces[94] = "Opinions";
robert
Sorry, you also need to add in MediaWiki:Common.js the line: importScript("MediaWiki:Comments.js");
Well I added this: http://wiki.ziesche.de/wiki/MediaWiki:Common.js
Should it now appear on each page?
Take this as example: http://wiki.ziesche.de/wiki/Der_Schulweg:_Gefahr_f%C3%BCr_die_Erstkl%C3%A4ss... It doesn't show up yet.
Or did set the namespace wrong?
robert
2010/9/10 Platonides Platonides@gmail.com:
orschiro@googlemail.com wrote:
Obviuously this extension requires some deeper knowledge that I don't have yet. Time to work harder. *g*
Let's see, I created the MediaWiki:Comments.js with exactly the same content as on wikinews.
But what do you mean with a custom namespace? I tried to set the following in LocalSettings but it doens't work yet.
$wgExtraNamespaces[94] = "Opinions";
robert
Sorry, you also need to add in MediaWiki:Common.js the line: importScript("MediaWiki:Comments.js");
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Let's discuss this one here in the right thread.
What do you mean exactly with customizing?
I created a test comment here for this article: http://wiki.ziesche.de/wiki/Name,_Vorname,_Herkunftsland_und_Adresse
But when I compare it with the comment page of any article on wikinews, e.g. http://en.wikinews.org/wiki/Nokia_appoints_Microsoft_Business_Division_Head_..., it still differs a lot. Is there no complete information how the guys on wikinews applied the extension?
--robert
It looks ok. :S At least, the Opinions tab appears now that there isn't a javascript error there (you will want to customize the Main_Page, Wikinews:Commentary_pages_on_news_events/body ...).
2010/9/10 orschiro@gmail.com
Well I added this: http://wiki.ziesche.de/wiki/MediaWiki:Common.js
Should it now appear on each page?
Take this as example:
http://wiki.ziesche.de/wiki/Der_Schulweg:_Gefahr_f%C3%BCr_die_Erstkl%C3%A4ss... It doesn't show up yet.
Or did set the namespace wrong?
robert
2010/9/10 Platonides Platonides@gmail.com:
orschiro@googlemail.com wrote:
Obviuously this extension requires some deeper knowledge that I don't have yet. Time to work harder. *g*
Let's see, I created the MediaWiki:Comments.js with exactly the same content as on wikinews.
But what do you mean with a custom namespace? I tried to set the following in LocalSettings but it doens't work yet.
$wgExtraNamespaces[94] = "Opinions";
robert
Sorry, you also need to add in MediaWiki:Common.js the line: importScript("MediaWiki:Comments.js");
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org