Izagar
Active member
I'm still waiting for guiltar to merge the earlier fix![]()
Yeah like I said, it's cool. I got a small forum so it won't matter much.

Thanks for the update~
I'm still waiting for guiltar to merge the earlier fix![]()
I'm Using Xenforo 1.2.2 and i cant install this addon
I get this error:
Server Error
social_requires_tms
I thot TMS is not required on 1.2 version of xenf...
Any Idea ??
Hi @guiltar, I have updated the add-on to work with XenForo 1.2, pull request is available here:
https://github.com/guiltar/Social/pull/1
Please consider merging it to your repository. In the meantime, people who want to download this updated version can get it here:
https://github.com/xfrocks/Social/archive/xenforo1.2_compatibility.zip (version id hasn't been increased FYI)
Install first tms add-on.how to fix it ?
Server Error
social_requires_tms
- Social_Install::build()
- call_user_func() in XenForo/Model/AddOn.php at line 215
- XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
- XenForo_Model_AddOn->installAddOnXmlFromFile() in AddOnInstaller/ControllerAdmin/AddOn.php at line 36
- AddOnInstaller_ControllerAdmin_AddOn->actionInstallUpgrade() in XenForo/FrontController.php at line 337
- XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
- XenForo_FrontController->run() in /home/viettxd/public_html/admin.php at line 13
https://github.com/xfrocks/Social/archive/xenforo1.2_compatibility.zipstill cant get this to work
have latest forum release and all the relevant addons installed but does not show login or alter profiles
im sure im being a idiot but can someone point me in the right direction
cheers link didnt work but it pointed me in the right direction you are a star
You can set up login with Facebook without using this addon. It is XF feature by default. (admin.php?options/list/facebook)
XenForo 1.2 (there is no 2.1)Does this work with xenforo 2.1?
Seems like there are some bugs..
Did you fill out the required forms (fields) for this add-on?
Yeah i filled with the keys here -> http://domain.com/admin.php?options/list/socialDid you fill out the required forms (fields) for this add-on?
http://www.sociallyuncensored.eu/forums
Works on mine
<div class="section loginButton">
<div class="secondaryContent">
<label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="inner">{xen:if $xenOptions.registrationSetup.enabled, {xen:phrase sign_up_now}, {xen:phrase log_in}}</a></label>
<div class="section loginButton">
<div class="secondaryContent">
<label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="inner">{xen:if $xenOptions.registrationSetup.enabled, {xen:phrase sign_up_now}, {xen:phrase log_in}}</a></label>
<div align="center">
<xen:if is="{$xenOptions.facebookAppId}">
<li><a href="{xen:link register/facebook, '', 'reg=1'}" class="fbLogin"><span>{xen:phrase login_with_facebook}</span></a></li>
</xen:if>
<xen:if is="{$xenOptions.twitterConsumerKey}">
<li><a href="{xen:link register/twitter, '', 'reg=1'}" class="twitterLogin"><span>{xen:phrase social_login_with_twitter}</span></a></li>
</xen:if>
<xen:if is="{$xenOptions.googleAppId}">
<li><a href="{xen:link register/google, '', 'reg=1'}" class="googleLogin"><span>{xen:phrase social_login_with_google}</span></a></li>
</xen:if> </div>
Are you using this version? https://github.com/xfrocks/Social/archive/xenforo1.2_compatibility.zipYeah i filled with the keys here -> http://domain.com/admin.php?options/list/social
i need to set permissions or what else??
edit-
i changed the html on template: sidebar_visitor_panel
from
toCode:<div class="section loginButton"> <div class="secondaryContent"> <label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="inner">{xen:if $xenOptions.registrationSetup.enabled, {xen:phrase sign_up_now}, {xen:phrase log_in}}</a></label>
Code:<div class="section loginButton"> <div class="secondaryContent"> <label for="LoginControl" id="SignupButton"><a href="{xen:link login}" class="inner">{xen:if $xenOptions.registrationSetup.enabled, {xen:phrase sign_up_now}, {xen:phrase log_in}}</a></label> <div align="center"> <xen:if is="{$xenOptions.facebookAppId}"> <li><a href="{xen:link register/facebook, '', 'reg=1'}" class="fbLogin"><span>{xen:phrase login_with_facebook}</span></a></li> </xen:if> <xen:if is="{$xenOptions.twitterConsumerKey}"> <li><a href="{xen:link register/twitter, '', 'reg=1'}" class="twitterLogin"><span>{xen:phrase social_login_with_twitter}</span></a></li> </xen:if> <xen:if is="{$xenOptions.googleAppId}"> <li><a href="{xen:link register/google, '', 'reg=1'}" class="googleLogin"><span>{xen:phrase social_login_with_google}</span></a></li> </xen:if> </div>
View attachment 60769
and the links works so it's a grapichal bug... maybe incompatible theme...
We use essential cookies to make this site work, and optional cookies to enhance your experience.