Extension talk:Social Bookmarking

From MediaWiki.org

Jump to: navigation, search

Could you please tell me what to edit in bookmark.php so I can relocate the bookmark icon on my page? Thankyou--Rovo 21:20, 8 January 2008 (UTC)

Contents

[edit] postion of the bookmarking button

how can i move the button? it often gets in the way of my editing buttons on the skin im using, id like it up near the search

hi there,
would be nice, if someone could answer. i have the same problem --85.16.57.236 14:10, 26 June 2008 (UTC)
I've moved it to the right by doing the following in the source:
         $out->mBodytext .='<div align="right"><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12"></script></div>';
         $out->mBodytext.='<div align="right"><a href="javascript:window.location = \'http://www.socialmarker.com/?link=\'+encodeURIComponent (location.href)+\'&title=\'+encodeURIComponent( document.title);"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a></div>';

[edit] Only On Main Page?

Is there any way I could get this so it only appears on the main page?--78.86.159.72 19:19, 17 June 2008 (UTC)

[edit] Bug?

I recently installed this extension on a test box. I really like it, but it has not functioned as expected in some instances. I went to the main page of my site, clicked on the bookmarks link, and chose the favorites option. This successfully added a link to the page to my Firefox bookmarks. However, when I went into my Firefox bookmarks and clicked on the recently added link, it opened the link in the bookmark window pane on the left side of my browser window. I would expect the link to open in my current tab (or a new tab according to browser preferences). I also replicated the steps on another website (with which I am not affiliated) using this extension with the same results. I was also not able to add a link to Favorites using Safari. What can be done to fix this? I do not experience the same problem using IE 7. IE7 works as I would expect. Molliewog 14:59, 23 October 2008 (UTC)

Nevermind. I found that this is a FF bug. Thanks! Molliewog 17:14, 23 October 2008 (UTC)

[edit] Other position?

Is there a possibility to place the bookmark icon at another position, for example below the sidebar (if possible also for other skins than Monobook). Unfortunately I haven't found a solution yet to catch the icon with CSS.

Thanks a lot --Filburt 16:00, 25 November 2008 (UTC)

[edit] User space

I am trying to get the user pages to get included by changing the if statement to if ($wgArticle->getTitle()->mNamespace != 0 && $wgArticle->getTitle()->mNamespace != 2) return $out;

However, that doesn't seem to work, Does anybody know the answer to this predicament? 141.241.202.33 19:56, 30 April 2009 (UTC)