Log in

View Full Version : Facebook "Publish to Facebook" box already checked


GONUMBER6
08-24-2010, 09:00 PM
How can I make it so that the "Publish to Facebook" box is already ticked, and users need to UNCHECK rather than CHECK when posting?

Send me a message if you can do this. Thanks!

MedellinStyle
08-29-2010, 07:09 PM
did u knew how already?

sweetpotato
11-10-2010, 09:03 AM
Anyone finds sollution for this?

Wordplay
02-07-2011, 06:31 AM
that would be a great addition, and shouldn't be hard to do, i'll look into it once i install vb4

TheLastSuperman
02-12-2011, 05:16 AM
AdminCP > Styles & Templates > Style Manager > Select the style, then in the drop-down select "Edit Templates"

Now look for the Facebook Templates "Family" and double-click to expand
Now find the template facebook_publishcheckbox and double-click to edit
Now find:

<input type="checkbox" <vb:if condition="$checked">checked="checked" </vb:if>tabindex="1" id="fb_dopublish" value="1" name="fb_dopublish" />

Replace with:

<input type="checkbox" checked="checked" tabindex="1" id="fb_dopublish" value="1" name="fb_dopublish" />



Badda-Bing :cool:

CodCom
06-21-2011, 02:50 PM
Excellent, thanks for the solution TheLastSuperman. Much appreciated.