Can the Social Login Link shows in every page?

Thanks for providing this amazing extension for phpbb. Yesterday I upgraded my phpbb / OA Social Login to 3.1.3. The new version is more pretty but the social login links only show in homepage & login page. I want them show in every page so I enter the ACP. However, I can't find the column to adjust it. Can you help me? Please~

Best Answer

  • Bob_DamanBob_DamanMemberModerator
    edited February 2015 Answer ✓
    To show Social Login on every page you need to change the code like this:

    1) Open this file in your phpBB directory:
    ext/oneall/sociallogin/event/listener.php

    2) Find this line
    // Embed on the main page

    3) Add this code above:
    $this->template->assign_var ('OA_SOCIAL_LOGIN_PAGE_CAPTION', 'Connect with your Social Network account'); $this->template->assign_var ('OA_SOCIAL_LOGIN_EMBED_SOCIAL_LOGIN', 1);

Answers

Welcome!

Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

Please click on the link below to connect to the forum with your OneAll account.