BuddyDev

Site Navigation

  • Menu
  • BuddyDev Logo
  • Blog
    • Recent Posts
    • BuddyPress
    • WordPress Multisite
    • WordPress
  • Plugins
    • Premium Plugins
    • Free Plugins
    • MediaPress
    • Suggest a Plugin
  • Themes
    • Premium Themes
    • Free Themes
    • Suggest a Theme
  • MediaPress
    • MediaPress
    • Addons
    • Documentation
    • Support
  • Support
    • Forum
    • Docs & Manuals
    • MediaPress Docs
    • Code Snippets
    • FAQ
    • Community
    • Contact
  • Services
    • BuddyPress Plugin Development
    • BuddyPress Plugin Customization
    • BuddyPress Website Troubleshooting
    • BuddyPress Custom Development
  • Pricing
    • Pricing
    • Membership FAQ
    • Refund Policy
    • Checkout
  • Register
  • Login
Profile picture of metuza

metuza

@metuza Active 13 years, 5 months ago
  • Activity
  • Profile
  • Friends 0
  • Personal
  • Mentions
  • Favorites
  • Friends
  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 13 years, 5 months ago

    Yes i belive it is some settings on my work computer, it is setup for intranet with lots of security. It works ok on my laptop.. Will check on my homework computer after christmas..

    Thanks

  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 13 years, 5 months ago

    Thanks Brajesh,

    It works now ok from wp-login and when i logon to facebook i get automatically logged in yes. But the sidebar login has still no refresh or redirect after login so i have to just click home link or refresh page manually to get in..

    Regards
    Rune

  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 13 years, 5 months ago

    I found this, if i log out of facebook the fb login button appear on my wp site, if i click the fb login button and log in everything works fine except that i am actually not beeing logged in to my wp site but only fb.

    Very wierd..

    Rune

  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 13 years, 5 months ago

    Hello again, Well I just figured out that if i am logged into Facebook then button is not appearing, if i log out of facebook the button is appearing and working ok. The wierd thing is that normally before when i logged into facebook i was logged automatically into my wordpress site if opened in […]

  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 13 years, 5 months ago

    Hi Brajesh!

    I just updated to the latest version 1.1 and then the login buttons dissapeared in my theme and also in WP’s login page.

    Any idea?

    I have tried to deaktivate and reactivate plugin but no help.

    Regards
    Rune

  • Profile picture of metuza

    metuza commented on the post, Show BuddyPress community(sitewide) activity on User Profile, on the site BuddyDev 13 years, 11 months ago

    Hi Brajesh,

    I could not find anything about the post form to mod in members/single/activity.php of the BP-mag theme?

    Thanks
    Rune

  • Profile picture of metuza

    metuza commented on the post, Show BuddyPress community(sitewide) activity on User Profile, on the site BuddyDev 13 years, 11 months ago

    Great, that actually work like a charm 🙂

  • Profile picture of metuza

    metuza commented on the post, Show BuddyPress community(sitewide) activity on User Profile, on the site BuddyDev 13 years, 11 months ago

    Jepp, that made it.. Thanks 🙂

  • Profile picture of metuza

    metuza commented on the post, Show BuddyPress community(sitewide) activity on User Profile, on the site BuddyDev 13 years, 11 months ago

    Thanks, you are the best 🙂

  • Profile picture of metuza

    metuza commented on the post, Show BuddyPress community(sitewide) activity on User Profile, on the site BuddyDev 13 years, 11 months ago

    Yes, i used nb_NO.mo and also tried bpcomac-nb_NO.mo

  • Profile picture of metuza

    metuza commented on the post, Show BuddyPress community(sitewide) activity on User Profile, on the site BuddyDev 13 years, 11 months ago

    Hi Brajesh,

    I could not translate the “All Activity” in menu to norwegian.. I have not looked into the file yet, most probably i can fix it, but just want to let you know.

  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 13 years, 11 months ago

    Hi Brajesh,

    I don’t think so, because as i remember i did the above fix after i installed 1.0.1

  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 13 years, 12 months ago

    Also this part was missing, so no translation of the links.. //setup nav function bpdev_fblogin_nav_setup(){ global $bp; $settings_link = $bp->loggedin_user->domain . $bp->settings->slug . '/'; bp_core_new_subnav_item( array( 'name' => __( 'Profile Photo', 'bpfb' ), 'slug' => 'fb-settings', 'parent_url' => $settings_link, 'parent_slug' =>…[Read more]

  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 13 years, 12 months ago

    Hi Brajesh, The translation was not working so i had to change the code a little: define("BPDEV_FBLOGIN_NAME","bpfb");//for localized text domain $bp_fblogin_dir =str_replace(basename( __FILE__),"",plugin_basename(__FILE__)); define("FBLOGIN_DIR_NAME",$bp_fblogin_dir);//the directory name of Facebook Connect+…[Read more]

  • Profile picture of metuza

    metuza commented on the post, Introducing Bp Mag: A Professional Theme Framework for BuddyPress based Sites, on the site BuddyDev 14 years ago

    Hi Brajesh,

    Question, I have some pages i will link from the menu where categories get listed, i belive i need to add a function somewhere as we do when adding links to adminbar?

    Any chance that you have a function to use?

    Thanks
    Rune

  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 14 years ago

    Hmm, misstyping… It should be, add/update their profile using Facebook they are logged into their account and into edit profile.

  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 14 years ago

    Hi Brajesh,

    Would it be possible to add an option where members can add/update their Facebook profile when they are logged into their account and into edit profile.

    ie. a button “Update your profile using Facebook” ?

    Rune

  • Profile picture of metuza

    metuza commented on the post, Auto Login the user after account Activation On BuddyPress Based Social Networks, on the site BuddyDev 14 years ago

    Great, works lik a charm 🙂

  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 14 years ago

    Hi Brajesh, I have a feature request wich will solve many users issues caused by likebutton conflicts, why not add likebutton into this plugin? Also i see that users can change their email adress to a not working proxy facebook adress in the login pop up, and i think that should be disabled somehow.. Thanks […]

  • Profile picture of metuza

    metuza commented on the post, Introducing BuddyPress Facebook Connect+: Advance Facebook login/registration Plugin for your BuddyPress based Social Network, on the site BuddyDev 14 years ago

    Hi Brajesh,

    This was very wierd, i did a brand new and clean WP install with BP and BPmag theme, installed this Facebook login plugin again on this new installation, and this time the login button did not show up at all..

    Rune

  • Load More

Sidebar

Blog

  • BuddyPress
  • WordPress
  • Tricks & Tips
  • News
  • Resources
    • Free Buddypress Themes
    • Free Buddypress Plugins
    • Buddypress Premium Themes
    • Buddypress Premium Plugins
    • Blog
  • Support Center
    • Membership
    • Faq
    • Join
    • Terms & Conditions
    • Privacy Policy
    • Contact Us
    • Hire Us
  • Useful Links
    • Download BuddyPress
    • Download WordPress
    • BuddyPress Codex
    • WordPress Documentation
    • Our Documentation
  • Connect with Us
    • Connect with Brajesh

Copyright © 2009-2025 BuddyDev.com