Hi IB, first off great mod.
unfortunately this is only half working working on 2 of my skins and not at all on my main skin. I tried to adapt the code from the post you made below but failed. Would you be able to take a look for me please?
http://www.revolution-forums.com
Quote:
Originally Posted by ibautocommunity
This is the code that you need to place into your template, where you currently have the facebook button displayed on the right. Please note that you have to adjust this html, because your template is CSS DIV based, and this is a table block - so it might not work.
PHP Code:
<table cellpadding="3" cellspacing="0" border="0" width="100%"> <tr align="right"> <td align="right" valign="middle"><span class="smallfont">New! Use your <strong>Facebook, Google, AIM & Yahoo</strong> accounts to securely log into this site, <strong>click logo to login</strong></span></td>
<td width="380px" align="right"><!-- fbconnect --><fb:login-button onlogin="window.location='http://YOURSITE.com/forum/index.php?product=vbnexus&product-mod=facebook&do=login&loc=L2ZvcnVtLw==';"></fb:login-button><!-- / fbconnect -->  <a href='#' onclick='isgooglesignin = true; google.friendconnect.requestSignIn()'><img src="./vbnexus/images/nexus.gif" border="0"></a> </td> </tr> </table>
|