Extension talk:WordPress Comments
From MediaWiki.org
Contents |
[edit] Questions
- Can users create new topics in Extension:WordPress Comments? - Currently No --Supertick 22:26, 9 May 2008 (UTC)
- Is there any extension for mediawiki 1.7 which allows me to put the entire wordpress in a framed window? Odessaukrain 04:48, 30 March 2008 (UTC)
you might want to try using iframes - there is an iframe extension somewhere - however there are a variety of not so nice things with iframes inappropriate scrollbars,etc... --Supertick 22:29, 9 May 2008 (UTC)
[edit] the extensions does not work for me
i installed wordpress on the same database as mediawiki and i tried to get the comment page into the mediawiki wiki page after i put the link:
==comments== <wp:comments> wp_post_title=xavi wp_url=http://www.guitarpedia.co.il/wordpress </wp:comments>
and after that all the page changes is design and things getting ugly and i get thta messege in the bottom:
could not find wordpress article with a title like [Wiki Extension WordPress Comments%]
and in the top:
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/.bagging/gigantesco/mediawiki/extensions/WordpressComments.php on line 40
thnks for your help
You need to publish a post from wordpress called xavi first --Supertick 22:28, 9 May 2008 (UTC)
of course i opened that post. i use the 1.12 version of mediawiki.
[edit] I need to configure the Data Base settings?
in the installation process, i never asked to supply the DB name, user or password. so i cant understand how its suppose to find the articels?
i say it becuase the extension wont work for me as i alreasy said i'd published a post in the wordpress and tried to reffer to it through the wiki page and suddenly the whole page become weird and the design is not correctly and i got two messeges. one on the top of the page which says:
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/.bagging/gigantesco/mediawiki/extensions/WordpressComments.php on line 40
and the second, that appers at the wikipage that i created:
could not find wordpress article with a title like [%]
heres the link to the wiki page please check it out: http://guitarpedia.co.il/index.php?title=%D7%A0%D7%A1%D7%99%D7%95%D7%9F
and here's link to the wordpress page: http://www.guitarpedia.co.il/wordpress/
thank u a lot! --Goan 19:18, 11 May 2008 (UTC)
[edit] Similar Problem
I'm getting a similar error... I did install both WordPress and the wiki on the same database
[edit] One of the Solution
mysql_numrows() should be written as mysql_num_rows()

