Hello together,--
I'm asking for help in the above mentioned topic.
1) I downloaded, extracted and copied the files of Widgets_1.0.zip to $IP/extensions/Widgets/ of my MediaWiki installation
2) I added the string [code]require_once "$IP/extensions/Widgets/Widgets.php";[/code] to my localsettings.php
(btw: Do I have the chance to check, wether this installation yet is correct?)
3) I created an example calendar on https://www.google.com/calendar/embedhelper and named it "LinksWiki_G"
4) I got this iframe-code from Google
[code]
<iframe src="https://www.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=XXXXXXXX%40ymail.com&color=%232952A3&ctz=Pacific%2FMidway" style=" border-width:0 " width="800" height="600" frameborder="0" scrolling="no"></iframe>
[/code] (anonymized for this posting with 'XXXXXXXX')
Copying this <iframe>-code results in the wiki shows on this page this iframe-sourcecode but no calendar.
5) I copied the full source code of Google Calendar widget code page
to the page 'Widget:Google Calendar' in my MediaWiki.
But this then shows only the info that Widget:Google Calendar allows me to add Google Calendar to my wiki - something like a vicious circle ???
6) I copied the code [code]{{#widget:Google Calendar|id=XXXX...@ymail.com|color=528800|title=testcalendar}}[/code] to the wiki page,
result shown: {{#widget:WidgetName|param1=value1|param2=value2}}
What I'm supposed to do know?
Thanks for each help.
You received this message because you are subscribed to the Google Groups "MediaWiki Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mediawiki-widg...@googlegroups.com.
To post to this group, send email to mediawik...@googlegroups.com.
Visit this group at http://groups.google.com/group/mediawiki-widgets.
For more options, visit https://groups.google.com/groups/opt_out.
You can test if extension is installed on Special:Version page.
Also, if it is successful, you will see "Widget" namespace in a drop-down on Special:AllPages page (and you will see Google Calendar page in that namespace now when you created it).
Step 4 is not necessary, the rest seems to be correct.
Step 4 is completely useless - you should not paste iframes into wiki pages - they just don't work, that's why Widgets extension was created.
{{#widget:Google Calendar|id=ronr...@ymail.com|color=528800}}
{{#widget:WidgetName|param1=value1|param2=value2}}
Seems, that this parser function is not interpreted, but reseted to a default sentence, not only showing the source code ?!?