Quote:
Originally Posted by dxlwebs
i know i keep askingbut it would be great if i could get an answer i updated last night to 3.8 but still the same problem
please help me my users are getting cranky

|
Quote:
Originally Posted by GigaSb
im using Facebook Pro template and i cant make the next steps because i dont have this templates:
Template: navbar (the code isnt here!)
Find:
<!-- / login form -->
Insert After:
<!-- fbconnect -->
<center>
<span class="fbconnect" style="height:21px">
<img src="http://static.ak.fbcdn.net/images/loaders/indicator_white_small.gif" alt="Connect with Facebook" />
</span>
</center>
<!-- / fbconnect -->
AND
Template: USERCP_SHELL
Find:
<tr><td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></td></tr>
Replace With:
<if condition="$bbuserinfo[fbemail]">
<tr><td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="#" onclick="facebook_prompt_permission('email'); return false;">$vbphrase[fbconnect_email_settings]</a></td></tr>
<else />
<tr><td class="$navclass[password]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editpassword">$vbphrase[edit_email_and_password]</a></td></tr>
</if>
anyway when i didnt edited this and i continued the install process i had BIG scrolling issue (Explorer) at the bottom.. u can see it here: http://www.freepchelp.co.il
|
just do a template search for the code and it will be there its not a problem if its in a differant template file like header it will still work