Resource icon

Social Network Authentication (Twitter, Google, VK.com) 1.0

No permission to download
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 ??
 
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)
 
how to fix it ?

Server Error
social_requires_tms

  1. Social_Install::build()
  2. call_user_func() in XenForo/Model/AddOn.php at line 215
  3. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  4. XenForo_Model_AddOn->installAddOnXmlFromFile() in AddOnInstaller/ControllerAdmin/AddOn.php at line 36
  5. AddOnInstaller_ControllerAdmin_AddOn->actionInstallUpgrade() in XenForo/FrontController.php at line 337
  6. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  7. XenForo_FrontController->run() in /home/viettxd/public_html/admin.php at line 13
 
how to fix it ?

Server Error
social_requires_tms

  1. Social_Install::build()
  2. call_user_func() in XenForo/Model/AddOn.php at line 215
  3. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  4. XenForo_Model_AddOn->installAddOnXmlFromFile() in AddOnInstaller/ControllerAdmin/AddOn.php at line 36
  5. AddOnInstaller_ControllerAdmin_AddOn->actionInstallUpgrade() in XenForo/FrontController.php at line 337
  6. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  7. XenForo_FrontController->run() in /home/viettxd/public_html/admin.php at line 13
Install first tms add-on.

Salud2
 
still 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
 
Anyone knows how to get Google and Twitter buttons to appear in language which is different than English? Facebook button is fine, other two are in English.
 
strange......missing facebook and linked in ?!?
 

Attachments

  • k.webp
    k.webp
    40.6 KB · Views: 20
  • k.webp
    k.webp
    40.6 KB · Views: 20
You can set up login with Facebook without using this addon. It is XF feature by default. (admin.php?options/list/facebook)
 
Did you fill out the required forms (fields) for this add-on?

http://www.sociallyuncensored.eu/forums

Works on mine
Yeah 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

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>
to

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>

twitter.webp

and the links works so it's a grapichal bug... maybe incompatible theme...
 
Last edited:
Yeah 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

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>
to

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...
Are you using this version? https://github.com/xfrocks/Social/archive/xenforo1.2_compatibility.zip
 
Top Bottom