Advertisement:

Author Topic: connect button not showing  (Read 1049 times)

flexin1981

  • Newbie
  • *
  • Posts: 5
connect button not showing
« on: January 05, 2014, 02:39:46 pm »
Hi Guys,

I am trying to get the facebook connect login button to show under the post for free button. I tried to modify the header code on line 77 in the modern theme to below but the button did not show.

Any Ideas.

Thanks

John

Code: [Select]
       <?php if( osc_users_enabled() || ( !osc_users_enabled() && !osc_reg_user_post() )) { ?>
            <ul>
<li>
<div class="form_publish">
<strong class="publish_button"><a href="<?php echo osc_item_post_url_in_category(); ?>"><?php _e("Post your ad for free"'modern');?></a></strong>
</div>
</li>
<li>
<?php fbc_button(); ?>
</li>
</ul>
        <?php ?>