Hi.
I installed the module but the configuration page displayed only that : "array ()"
Voilà

CommentFileSizeAuthor
#3 facebook_you_share.patch4.3 KBSohodojo Jim

Comments

Sohodojo Jim’s picture

There is a debugging statement in line 19 of facebook_you_share.admin.inc:

print '<pre>';print_r($active_types);print'</pre>'; exit;

Comment this out and the settings page will render.

In another issue (not looked into yet) this module is not currently (rc2) registering itself in the Administer/Configuration page, so unless I go explicitly to the module's admin URL, there is no apparent way to access its admin page.

swarad07’s picture

Assigned: Unassigned » swarad07

Man this is stupid ..... x-(

let me fix that ...

Thanks,
Swarad

Sohodojo Jim’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new4.3 KB

Hi swarad,

This patch deletes the debugging line mentioned but also implements the apparently intended UI of creating a 'Social Networking' section for the Admin/Configuration page and having the Facebook You Share module show up there and have its settings pages found under this new section.

The patch was generated against rc2.

swarad07’s picture

Priority: Normal » Critical
swarad07’s picture

Status: Patch (to be ported) » Closed (fixed)