Drupal development

Port GeoSniper module to Drupal 7

Project issues - Friday February 3rd, 2012 - 10am

Are there any plans for this?

Categories: Drupal development

$likepath = drupal_get_path_alias($_GET['q'])

Project issues - Tuesday January 31st, 2012 - 3pm

Hi,

I've had a problem with AJAX loaded content. The like button liked the url of the ajax callback page this is because drupal_get_path_alias($_GET['q']); on line #32 of the module.

Why aren't you using $likepath = $node->path;? Is there a particular reason for this?
I have changed the code and Facebook now correctly points to the node->path url.
Patch attached...

Cheers

AttachmentSize fblikebutton.node-path.patch570 bytes
Categories: Drupal development

Mollom.com website redesign (Woot!)

Web sites that use Drupal - Monday January 30th, 2012 - 3pm

We're proud to present a new design for the Mollom.com website.

We first launched the Mollom.com site in 2007. For more than four years, Mollom.com was using the same design. As we grew Mollom, we wanted to address some of the issues that we've been stewing over since our original design. We have been planning to redesign the site for over a year now but work on the Mollom web service and developing new Mollom products have always had a higher priority so we haven't found the time to complete the new design until now.

Mollom.com January 2012

The old Mollom.com design that we used from 2007 to early 2012.

The new design is the first step in our plans to reorganize the website. We still have updates to make to the content of some pages, for example. Already, we think the new design is a fresh new change that improves usability.

Take a look at the new mollom.com, we hope you like it!

Mollom.com February 2012

The new Mollom.com website design.

Categories: Drupal development

line 26 of

Project issues - Wednesday January 25th, 2012 - 1am

Hi

After installing the module I get the following error

Deprecated function: Call-time pass-by-reference has been deprecated in require_once() (line 26 of /*** /all/modules/family/family.module).

My coding is a little off but when I opened family.module on line 26 it said
require_once("{$fampath}/import.inc");

which to me seems ok ???

any ideas??

Thanx,
Brett

Categories: Drupal development

Default to not showing like button on printable pages

Project issues - Tuesday January 10th, 2012 - 12pm

Hello,

I'd like to suggest not displaying the "Like" button on nodes that are being built to be printed[1]. I believe a "Like" button doesn't really add anything to a printed page.

The quickest way to implement this would be a test for $node->build_mode == NODE_BUILD_PRINT before adding the button to $node->content in fblikebutton_nodeapi.

In fact, it would be more thorough to only add the button to nodes if the build mode is regular and possibly preview (NODE_BUILD_NORMAL and NODE_BUILD_PREVIEW, respectively). I don't suspect it's important that the Facebook link get indexed for search.

Thanks for fblikebutton!
-G

[1] There's a list of node build modes in node.module

Categories: Drupal development

encoding bug on FB publication

Project issues - Thursday January 5th, 2012 - 4am

Hello
I've installed "like button" on my website but when i publish on FB the is a bug with encoding caracteres.
I've seen that drupal is UTF-8, end FB too.
I've try with FacebookForDrupal module, FB code HTML5 or Javascript, and this module. Same issue.
And nothing interesting on the web...
It's a French website, so i have a lot of accents.
Thanks for you help
Baptiste

Categories: Drupal development

How can I link the description of the Like that is posted on Facebook to node teaser?

Project issues - Monday December 19th, 2011 - 1pm

Currently when Like:ing it seems the descriptive text pushed is that of the web site and not that of the node that is liked.

Is there a setting?

Categories: Drupal development

Add "Display Like Button" checkbox to Node form

Project issues - Thursday December 15th, 2011 - 2pm

It would be handy to be able to tick off a "Display Like Button" checkbox in the content creation form for all content that has the Like Button enabled in the module's settings. Some relevant code can be found in this issue.

Categories: Drupal development

Excerpt Showing Ad Code Instead of Relevant Content

Project issues - Saturday December 3rd, 2011 - 12am

When someone shares content using the like button, the "excerpt" is showing random ad code on the page as opposed to appropriate text. Anyone familiar with how to fix this?

Ie

College Basketball Top 50: Kentucky New #1
rnum=Math.round(Math.random() * 100000); ts=String.fromCharCode(60); if (window.self != window.top) {nf=''} else {nf='NF/'}; document.write(ts+'script src="http://www.burstnet.com/cgi-bin/ads/ad11433a.cgi/v=2.3S/sz=468x60A|728x90A/'+rnum+'/'+nf+'RETURN-CODE/JS/">'+ts+'/script>');

Categories: Drupal development

Like the Current URL

Project issues - Friday December 2nd, 2011 - 1pm

When I embed the fblikebutton block, it automatically sets the URL to like as the $base_url. I wanted to be able to embed the block on any page and have it recognize the current URL instead. I'm not sure if this has been already brought up before, but I searched for 'current url' in the 7x.1.x branch and found no results.

Categories: Drupal development

Louvre using Drupal

Web sites that use Drupal - Thursday December 1st, 2011 - 4am

Big news! The world's most visited art museum in the world is now using Drupal for its website: http://louvre.fr. Très cool!

Louvre
Categories: Drupal development

Offering to maintain Facebook Like Button

Project issues - Monday November 28th, 2011 - 5pm

Since I don't get a response from the maintainer of this module (mailed months ago) I offer to maintain this module.

Since may I've helped with issues and created two major patches for this module.
http://drupal.org/node/1167194
http://drupal.org/node/1171922

Addressing new feature requests, bug fixes and a lot of UX improvements. A lot is rewritten and the patches are tested by the community.
I've ported the complete module back to a new Drupal 6 version (which offers every function of the D7 version).

I would love to see these improvements available for a wider public and am willing to help or take over if the maintainer can't cope with it anymore.

Categories: Drupal development

Gedcom import options ignored

Project issues - Friday November 25th, 2011 - 5pm

In the function 'import_form_submit' the values for starting point, number of records, and replace option are ignored due to incorrect referencing and consequently the defaults of:

  • start = 0
    nrecords = 99999999
    replace = true

are always used.
You need to reference "$form_state['values']['start']", "$form_state['values']['nrecords']", and "$form_state['values']['replace']".

Once that is working, you will need to address the logic of when to create and delete the family_relations_temp table.

Categories: Drupal development

Cannot get URL for facebook page to be accepted, reverts to default site URL.

Project issues - Wednesday November 23rd, 2011 - 9pm

Hi there,

I tried to use this simple module as all I need to do is add a like button for a business' facebook page into the sidebar block.

I cannot get the URL of the facebook page to be accepted however, it continues to revert back to the site's base URL.

Categories: Drupal development

Facebook like button - image after click on facebook website

Project issues - Tuesday November 22nd, 2011 - 8pm

Dear All,

I have created a fb like button, and enabled in some content types.
It enables to like a webpage, but after click in facebook website, image (thambnail) of other picture appears. This image is from my website, but not the logo of my website. It is Youtube logo which is on my Follow module. I did not indicate anywhere that the Youtube logo is my default picture and I do not why it appears on facebook website.

Image attached.

Please help,
Best,
Alen

AttachmentSize youtube thamb.png43.96 KB
Categories: Drupal development

Add multiple language blocks

Project issues - Monday November 21st, 2011 - 2pm

This module is pretty good, but it needs some extra work to support i18n.

Can multiple instances of blocks be configured? One for each language? That way, the site admin can add blocks for each language as they see fit.

Categories: Drupal development

Zynga using Drupal

Web sites that use Drupal - Friday November 18th, 2011 - 2pm

Drupal isn't only for work: it's also for play, as "FarmVille" creator Zynga proves. While their games usually appear as apps on social networks such as Facebook, its main site is on Drupal. It's a terrific example of how Drupal is used in the entertainment industry. After all, Zynga's annual revenue in 2010 was almost a billion US dollars, and is aiming for an initial public offering that values the company at $15-20 billion.

Zynga
Categories: Drupal development

EDB to PST Converter

Project issues - Friday November 11th, 2011 - 5am

Enstella EDB to PST converter software is perfect Exchange server recovery tool which instantly repair exchange server and convert EDB file to PST file. This EDB to PST conversion utility you can efficiently and effectively recover Exchange mailbox to PST and safely open EDB emails with relative features-contacts, tasks, notes, calendars, sent items, junks emails, draft items.

Categories: Drupal development

EDB to PST conversion

Project issues - Friday November 11th, 2011 - 5am

Get Enstella EDB to PST Conversion software and convert EDB to PST instantly. EDB mailbox conversion tool immediately recover Exchange mailbox from Exchange server database and successfully Exchange to Outlook with emails, contacts, tasks, notes, calendars, sent items, junks emails etc. Exchange mailbox migration tool successfully work on such EDB file-5.0/5.5/2000/2003/2007.

Categories: Drupal development

Am getting the following warnings when enabling module

Project issues - Thursday November 3rd, 2011 - 9am

Warning: Call-time pass-by-reference has been deprecated in /.../sites/all/modules/family/import.inc on line 209

Warning: Call-time pass-by-reference has been deprecated in /.../sites/all/modules/family/import.inc on line 296

Categories: Drupal development