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
<?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 } ?>