Closed (fixed)
Project:
Facebook You Share
Version:
7.x-2.0-rc2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
24 Oct 2012 at 06:28 UTC
Updated:
13 Mar 2013 at 10:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
Sohodojo Jim commentedThere 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.
Comment #2
swarad07Man this is stupid ..... x-(
let me fix that ...
Thanks,
Swarad
Comment #3
Sohodojo Jim commentedHi 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.
Comment #4
swarad07Comment #5
swarad07