Feed aggregator

Facebook button + CSS

Project issues - Tuesday May 15th, 2012 - 11am

Hi people, is there any way to style the default FB button?? I really need to do this. I read some articles but i can't see anywhere the string "

Categories: Drupal development

v6.x-2.1 dated 2012-Mar-29 does not install

Project issues - Sunday May 13th, 2012 - 12pm

error:

Fatal error: require_once() [function.require]: Failed opening required 'modules/fblikebutton/fblikebutton.admin.inc' (include_path='.:/usr/local/php5/lib/php') in /home/content/b/a/b/bababobo/html/includes/menu.inc on line 346

cheers

Categories: Drupal development

Box count doesnt display

Project issues - Sunday May 13th, 2012 - 11am

Hi guys!

Twice, I have encountered my face book like button not displaying. If I choose the standard formatting with the faces below it displays but if I choose to have it rendered as a box count it just refuses to display. This last time I cant seem to be able to figure out how to fix it. Updating Drupal to 7.14 doesn't seem to solve the issue like last time, when updating Drupal core solved the issue.

What is going on? Also if I render it the standardway and it displays correctly changing the show faces options in admin has no effect.

Categories: Drupal development

Like button doesn't display anymore

Project issues - Thursday May 10th, 2012 - 12am

The facebook like button has disappeared recently on nodes pages while it was working properly a few days ago.

After looking at module issues I've found this ticket for Drupal 6's version :
http://drupal.org/node/1509770#comment-5963210

I tried this code and it works so I'm creating same ticket for Drupal 7 with a patch that integrate john.oltman's changes

AttachmentSize fblikebutton-remove_px_on_iframe_src.patch958 bytes
Categories: Drupal development

When logged out of FaceBook

Project issues - Wednesday May 9th, 2012 - 8am

When logged out of FaceBook the likes do not display on the website. It's shows facebook public profile like 0
instead of the pages likes.

http://fantasyteamroping.com

Categories: Drupal development

4 generations tree is buggy

Project issues - Wednesday May 9th, 2012 - 8am

Displaying the tree on 4 generation is messed up if the tree does not start from the top.
In other word, a genealogy is correctly displayed when the selected person has no parents.

Categories: Drupal development

Children / parent shift at the right of the tree

Project issues - Tuesday May 8th, 2012 - 11am

The tree displays correctly only with 3 generations. With 4, the branches are shifted so the parents at the extreme right are associated with the children of the previous couple, while the last group of children appear orphan.

As it is stated on the page, this feature is not expected to work well.
This module is great, but the rendering is very limited
Any hope for improvement?

Categories: Drupal development

Like button not displayed

Project issues - Wednesday April 25th, 2012 - 10pm

Hi,

In facebook the like button IFRAME code does not support the the send button.

since this module line no 227 is commented and send variable not used in the embed code build, but facebook auto assign this as send=true.

so the fb like button not visible using this module

// $send = $conf['send'];

Categories: Drupal development

Replace built-in fields with CCK ones?

Project issues - Tuesday April 24th, 2012 - 9pm

I really like the way this module displays partnerships and child relationships. However, the fields for the names for instances do not fit my workflow. I'd like to be able to change the names to something of use to me and still have it work. Any ideas of how to do this? Or can I embed the .inc files into tpl.php files so I can do more work with them there?

Categories: Drupal development

Showing up faces

Project issues - Tuesday April 24th, 2012 - 12pm

Hi,

until I changed in fblikebutton.admin.inc at line 76 and 163 the
    '#options' => array('show' => t('Show faces'), 'hide' => t('Do not show faces')),
to
    '#options' => array('true' => t('Show faces'), 'false' => t('Do not show faces')),
Facebook plugin shows up the faces the users recommend my page.

Is it possible that Facebook API changed?

Pal

Categories: Drupal development

Show siblings?

Project issues - Sunday April 22nd, 2012 - 1pm

I've tried looking in Views to see if there's a way to do this. Basically, when I am looking at Sallie Mae's individual page, I want to see a list of her siblings, Susan, Susie, and Mary. Is there a way to do this?

Categories: Drupal development

LIkes disappeared

Project issues - Thursday April 12th, 2012 - 2am

I already was trying to figure out why there was a discrepancy between the number of likes that shows up on this like button on the website and the number of likes that is on the Facebook page.... i can live with that. But today i noticed that it now shows no likes on the website. I have made no changes to the module or code at all for three or four days, and the number had been at 4 as of yesterday when i had last looked. What happened?

Categories: Drupal development

Display Suite compatible?

Project issues - Sunday April 8th, 2012 - 5pm

Is this module compatible with Display Suite in D6. I cannot see the link in nodes using node displays.

Categories: Drupal development

Possible for Drupal to know how many likes?

Project issues - Thursday April 5th, 2012 - 8am

Sorry, haven't installed the module, but don't see it mentioned in the description. I'm interested in displaying content based on the number of likes, possible?

Categories: Drupal development

Like button does not show

Project issues - Friday March 30th, 2012 - 8am

Just installed 2.1. Reset Dynamic Settings to defaults, except ticked boxes to show on all content types. Set permission "access fblikebutton" on for anonymous users. The button shows when I'm logged in as admin, but is not there when I'm logged out.

Am I doing something wrong, or is this a bug?

Thanks for your work on this module, by the way!

Categories: Drupal development

Weight in hook_menu() causes 'FB Like Button' admin menu entry to be out of order

Project issues - Wednesday March 28th, 2012 - 4pm

In this module's implementation of hook_menu(), setting the 'weight' attribute to -20 causes the menu item to be out of alphabetical order under the 'admin/settings' menu. Patch to remove 'weight' from the 'admin/settings/fblikebutton' menu item attached.

AttachmentSize fblikebutton-admin_settings_menu_order.patch901 bytes
Categories: Drupal development

Outdated files included in 6.x-2.0 release

Project issues - Wednesday March 28th, 2012 - 12pm

It looks like the files in the 6.x-2.0 release contain outdated code; they are missing the features described in the release notes. 6.x-2.x-dev does contain the latest commits.

Categories: Drupal development

More control over which data to send to Facebook. (OpenGraph integration)

Project issues - Wednesday March 28th, 2012 - 5am

There have been multiple issue's about which data, or information and images from a certain page or website are to be used by Facebook to show the like.
The main question is: can we control this via this module? The anser now: no, not directly.

However, Facebook introduced OpenGraph for a more semantic web and gives us control over the entities being liked.
Drupal 7 already has RDFa support (a semantic web standard), so the question is how we can leverage this to our benefit.

In the article OGP and Drupalwe can read more about it, and a first drupal module that could help.

Please share your ideas, I think it would be nice to have more control over what to output to Facebook.

More info at Facebook step 2. (Thanks torotil)
And a proposed "solution" by lzimmerman here.

Categories: Drupal development

Install failed Multiple primary key defined query: ALTER TABLE epublish_edition

Project issues - Thursday March 22nd, 2012 - 3pm

upgrade from epublish 5.x-1.2 to 6.x-1.15

Failed: ALTER TABLE {epublish_edition} CHANGE `eid` `eid` INT NOT NULL auto_increment, ADD PRIMARY KEY (eid), ADD INDEX pid (pid)

user warning: Multiple primary key defined query: ALTER TABLE epublish_edition CHANGE `eid` `eid` INT NOT NULL auto_increment, ADD PRIMARY KEY (eid), ADD INDEX pid (pid)

Categories: Drupal development

Install failed Multiple primary key defined query: ALTER TABLE epublish_edition

E-Publish (All) - Thursday March 22nd, 2012 - 3pm

upgrade from epublish 5.x-1.2 to 6.x-1.15

Failed: ALTER TABLE {epublish_edition} CHANGE `eid` `eid` INT NOT NULL auto_increment, ADD PRIMARY KEY (eid), ADD INDEX pid (pid)

user warning: Multiple primary key defined query: ALTER TABLE epublish_edition CHANGE `eid` `eid` INT NOT NULL auto_increment, ADD PRIMARY KEY (eid), ADD INDEX pid (pid)

Categories: Drupal development