Difference between revisions of "Drupal"
(deprecated links break drupal) |
(new version available: 2010-May-09) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | there is a module for download on http://drupal.org/project/mibbit_irc, | + | there is a module for download on http://drupal.org/project/mibbit_irc , |
+ | be aware that the older versions use server names that are deprecated: | ||
In the "mibbit_irc.midule" you should replace all | In the "mibbit_irc.midule" you should replace all | ||
Line 8: | Line 9: | ||
On line 180 replace | On line 180 replace | ||
− | src="http://embed.mibbit.com/e/index.html?server='. | + | <nowiki>src="http://embed.mibbit.com/e/index.html?server='.</nowiki> |
with | with | ||
− | src="http://widget.mibbit.com/?server='. | + | <nowiki>src="http://widget.mibbit.com/?server='.</nowiki> |
Latest revision as of 09:29, 9 June 2010
there is a module for download on http://drupal.org/project/mibbit_irc ,
be aware that the older versions use server names that are deprecated:
In the "mibbit_irc.midule" you should replace all
irc.mibbit.com
with
irc.mibbit.net
On line 180 replace
src="http://embed.mibbit.com/e/index.html?server='.
with
src="http://widget.mibbit.com/?server='.