Codoforum related discussions
Setup Email And Login Plugin

I WANT TO KNOW HOW TO SETUP EMAIL IN CODOFORUM SO IT CAN SEND PEOPLE THERE CONFIRMATION MAIL AND HOW TO MAKE LOIGIN WITH FACEBOOK, TWITTER AND GOOGLE

I WANT TO KNOW HOW TO SETUP EMAIL IN CODOFORUM SO IT CAN SEND PEOPLE THERE CONFIRMATION MAIL AND HOW TO MAKE LOIGIN WITH FACEBOOK, TWITTER AND GOOGLE

Hi,

Can you try this:

Open sites/default/plugins/uni_login/uni_login.php

Around line 79, replace

var_dump($user_profile);

with

//var_dump($user_profile);

Oddly, we did not get this problem while testing in our localhost.

To remove the other two login options, in the same file, around line 219, replace

        $html = <<<EOD
        <div class="row codo_uni_login" id="codo_uni_login">
          <div class="codo_login_btn codo_twitter_login_btn" id="codo_login_with_twitter"><span>Twitter</span></div>
          <div class="codo_login_btn codo_fb_login_btn" id="codo_login_with_facebook"><span>Facebook</span></div>
          <div class="codo_login_btn codo_google_login_btn" id="codo_login_with_google"><span>Google</span></div>
        </div>   
EOD;

with

        $html = <<<EOD
        <div class="row codo_uni_login" id="codo_uni_login">
          <div class="codo_login_btn codo_google_login_btn" id="codo_login_with_google"><span>Google</span></div>
        </div>   
EOD;

We will provide options in the next version, so that you won't have to do this manually.

Hi, Can you try this: Open sites/default/plugins/uni_login/uni_login.php Around line 79, replace ```php var_dump($user_profile); ``` with ```php //var_dump($user_profile); ``` Oddly, we did not get this problem while testing in our localhost. To remove the other two login options, in the same file, around line 219, replace ```php $html = &amp;lt;&amp;lt;&amp;lt;EOD &amp;lt;div class=&quot;row codo_uni_login&quot; id=&quot;codo_uni_login&quot;&amp;gt; &amp;lt;div class=&quot;codo_login_btn codo_twitter_login_btn&quot; id=&quot;codo_login_with_twitter&quot;&amp;gt;&amp;lt;span&amp;gt;Twitter&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&quot;codo_login_btn codo_fb_login_btn&quot; id=&quot;codo_login_with_facebook&quot;&amp;gt;&amp;lt;span&amp;gt;Facebook&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;div class=&quot;codo_login_btn codo_google_login_btn&quot; id=&quot;codo_login_with_google&quot;&amp;gt;&amp;lt;span&amp;gt;Google&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; EOD; ``` with ```php $html = &amp;lt;&amp;lt;&amp;lt;EOD &amp;lt;div class=&quot;row codo_uni_login&quot; id=&quot;codo_uni_login&quot;&amp;gt; &amp;lt;div class=&quot;codo_login_btn codo_google_login_btn&quot; id=&quot;codo_login_with_google&quot;&amp;gt;&amp;lt;span&amp;gt;Google&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt; &amp;lt;/div&amp;gt; EOD; ``` We will provide options in the next version, so that you won&#039;t have to do this manually.

please i am having these error on facebook

object(Hybrid_User_Profile)#102 (22) { ["identifier"]=> string(15) "833060xxxxxxxxx" ["webSiteURL"]=> string(0) "" ["profileURL"]=> string(60) "https://www.facebook.com/app_scoped_user_id/8330xxxxxxxxx1/" ["photoURL"]=> string(71) "https://graph.facebook.com/833xxxxxxxx/picture?width=150&height=150" ["displayName"]=> string(11) "xxxxx" ["description"]=> string(0) "" ["firstName"]=> string(6) "chinnk" ["lastName"]=> string(4) "Jboy" ["gender"]=> string(4) "male" ["language"]=> NULL ["age"]=> NULL ["birthDay"]=> int(7) ["birthMonth"]=> int(1) ["birthYear"]=> int(1906) ["email"]=> string(23) "nsikak@gmail.com" ["emailVerified"]=> string(23) "nsikak@gmail.com" ["phone"]=> NULL ["address"]=> NULL ["country"]=> NULL ["region"]=> string(17) "Chandigarh, India" ["city"]=> NULL ["zip"]=> NULL } Fatal error: Using $this when not in object context in /hermes/bosnaweb10a/b1154/nf.chinnkocom/public_html/chinnko/forum/sites/default/plugins/uni_login/uni_login.php on line 120

please i am having these error on facebook object(Hybrid_User_Profile)#102 (22) { [&quot;identifier&quot;]=&amp;gt; string(15) &quot;833060xxxxxxxxx&quot; [&quot;webSiteURL&quot;]=&amp;gt; string(0) &quot;&quot; [&quot;profileURL&quot;]=&amp;gt; string(60) &quot;https://www.facebook.com/app_scoped_user_id/8330xxxxxxxxx1/&quot; [&quot;photoURL&quot;]=&amp;gt; string(71) &quot;https://graph.facebook.com/833xxxxxxxx/picture?width=150&amp;amp;height=150&quot; [&quot;displayName&quot;]=&amp;gt; string(11) &quot;xxxxx&quot; [&quot;description&quot;]=&amp;gt; string(0) &quot;&quot; [&quot;firstName&quot;]=&amp;gt; string(6) &quot;chinnk&quot; [&quot;lastName&quot;]=&amp;gt; string(4) &quot;Jboy&quot; [&quot;gender&quot;]=&amp;gt; string(4) &quot;male&quot; [&quot;language&quot;]=&amp;gt; NULL [&quot;age&quot;]=&amp;gt; NULL [&quot;birthDay&quot;]=&amp;gt; int(7) [&quot;birthMonth&quot;]=&amp;gt; int(1) [&quot;birthYear&quot;]=&amp;gt; int(1906) [&quot;email&quot;]=&amp;gt; string(23) &quot;nsikak@gmail.com&quot; [&quot;emailVerified&quot;]=&amp;gt; string(23) &quot;nsikak@gmail.com&quot; [&quot;phone&quot;]=&amp;gt; NULL [&quot;address&quot;]=&amp;gt; NULL [&quot;country&quot;]=&amp;gt; NULL [&quot;region&quot;]=&amp;gt; string(17) &quot;Chandigarh, India&quot; [&quot;city&quot;]=&amp;gt; NULL [&quot;zip&quot;]=&amp;gt; NULL } Fatal error: Using $this when not in object context in /hermes/bosnaweb10a/b1154/nf.chinnkocom/public_html/chinnko/forum/sites/default/plugins/uni_login/uni_login.php on line 120
938
3
4
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft