nig3d @nig3d ?

active 2 weeks, 2 days ago

nig3d's Stats

  • 2 weeks, 2 days since active
  • 1 follower
  • 0 updates
  • 12 forum posts
  • nig3d posted a new activity comment:

    @xrolleh look above :)

    In reply to - Ryan Cronin posted an update: @nig3d I did but it did not work with any core settings and I was not exactly sure what to do. But i’d like to put all my efforts forth towards getting this plugin finished seeing as its the last part of my site that remains unfinished. Have you made any [...] · View
    # 2 months, 3 weeks ago
  • nig3d posted a new activity comment:

    Hello Ryan

    for the time being I can’t work on it, but I will once I have the time. Anyway the first goal must be make the plugin working. I tried it on my machine and on a remote server and it worked in both cases, so I want to be sure that you have done all the correct steps.
    First of all, did you manage to install it? Once you copy the plugin in the plugin folder of buddypress, you should be able to see it in the plugin page of the admin dashboard. By the way, I’m not talking about the latest version of the official plugin, but I’m talking about the one I already modified that you can download from this link:

    http://gameprog.org/buddypress-real-names.zip

    I have written some instruction (with broken english) here:

    http://buddypress.org/community/groups/creating-extending/forum/topic/i-have-adapted-bp-real-names-plugin#post-55569

    let me know if you manage to install it at least.

    In reply to - Ryan Cronin posted an update: @nig3d I did but it did not work with any core settings and I was not exactly sure what to do. But i’d like to put all my efforts forth towards getting this plugin finished seeing as its the last part of my site that remains unfinished. Have you made any [...] · View
    # 2 months, 3 weeks ago
  • Ryan Cronin posted an update:

    @nig3d I did but it did not work with any core settings and I was not exactly sure what to do. But i’d like to put all my efforts forth towards getting this plugin finished seeing as its the last part of my site that remains unfinished. Have you made any progress?

    # 2 months, 4 weeks ago
    • Avatar Image
      nig3d · 2 months, 3 weeks ago

      Hello Ryan

      for the time being I can’t work on it, but I will once I have the time. Anyway the first goal must be make the plugin working. I tried it on my machine and on a remote server and it worked in both cases, so I want to be sure that you have done all the correct steps.
      First of all, did you manage to install it? Once you copy the plugin in the plugin folder of buddypress, you should be able to see it in the plugin page of the admin dashboard. By the way, I’m not talking about the latest version of the official plugin, but I’m talking about the one I already modified that you can download from this link:

      http://gameprog.org/buddypress-real-names.zip

      I have written some instruction (with broken english) here:

      http://buddypress.org/community/groups/creating-extending/forum/topic/i-have-adapted-bp-real-names-plugin#post-55569

      let me know if you manage to install it at least.

  • nig3d posted on the forum topic I have adapted BP-Real Names plugin in the group Creating & Extending:

    @xrolleh Hello Ryan,

    sorry I just noticed the post, did you try/download the modified plugin?

    # 2 months, 4 weeks ago
  • lauren posted an update:

    @nig3d Hello Dear, Good morning or whatever the weather may be over there,how is the weather in your country?,my name is Lauren I’m tall and nice looking girl i just decided to drop you some words just to say hello and how was today,i saw your profile at buddypress.org community and i will like to known more about you, please i will be very happy if you can reply me so that we can go further to known each other,we can be good friends,write me direct to my mail box at (lauren_lauren0044@yahoo.in ), Hope to hear from you.
    yours Lauren.

    # 3 months ago
  • nig3d posted on the forum topic I have adapted BP-Real Names plugin in the group Creating & Extending:

    @grosbouff @r-a-y

    if you want to have a look, suggestions are quite appreciated, thanks!
    if you want to help to finish the update, it will be appreciated too, because I need the plugin if I want to finish the professional social network I’d like to create.

    # 3 months, 1 week ago
  • nig3d posted on the forum topic I have adapted BP-Real Names plugin in the group Creating & Extending:

    ok as promised I link the modified plugin. It’s not complete yet and I’m sharing it just because I know I couldn’t work on it at least for 2 weeks so if anybody wants to finish it, I think the original author won’t mind it. I won’t by sure. this is the temporary link: http://gameprog.org/buddypress-real-names.zip [...]

    # 3 months, 1 week ago
  • nig3d posted on the forum topic Sitewide/Network wide plugins question in the group Creating & Extending:

    Hello,

    thanks to have contacted me. Are you going to work on the BP-real names plugin to? Do you want to take a look at the work I have done so far to make it working again?

    # 3 months, 2 weeks ago
  • nig3d posted on the forum topic I have adapted BP-Real Names plugin in the group Creating & Extending:

    http://buddypress.org/community/groups/buddypress-real-names/

    the link is broken, somebody knows how to contact the author?

    # 3 months, 2 weeks ago
  • r-a-y posted on the forum topic I have adapted BP-Real Names plugin in the group Creating & Extending:

    @nig3d – What questions do you have? I’ll try to answer them. But it’s always best to dig through the code yourself to find out which functions do what.

    # 3 months, 2 weeks ago
  • nig3d posted on the forum topic I have adapted BP-Real Names plugin in the group Creating & Extending:

    ray: it looks like you are the author of username plugin, I have some questions for you about your code, can I ask?

    # 3 months, 2 weeks ago
  • nig3d posted on the forum topic I have adapted BP-Real Names plugin in the group Creating & Extending:

    Thank you r-a-y, are you the author of username only plugin? Yes I realized that after I posted it and I have already changed the functions. About the author: no, I haven’t contacted him, but since the last release of the pluing, BP changed a LOT of functions, so the author should have studied the [...]

    # 3 months, 2 weeks ago
  • nig3d posted on the forum topic I have adapted BP-Real Names plugin in the group Creating & Extending:

    it looks like nobody is interesting on it, well I will publish it as alpha version next weekend and then we will see. I just noticed that to display exactly the same thing (the name of the logged in user for example), several functions are used in several places, a little mess. I will investigate [...]

    # 3 months, 2 weeks ago
  • nig3d posted on the forum topic I have adapted BP-Real Names plugin in the group Creating & Extending:

    btw, for who wants to help me, these are the functions I have identified so far:

    add_filter(‘bp_get_member_name’, ‘bp_the_site_member_realname’);
    add_filter(‘bp_get_displayed_user_fullname’, ‘bp_the_site_member_realname’);
    add_filter(‘bp_get_loggedin_user_fullname’, ‘bp_the_site_member_realname’ );

    # 3 months, 2 weeks ago
  • nig3d started the forum topic I have adapted BP-Real Names plugin in the group Creating & Extending:

    in order to work with the latest version of BP, but it’s not covering ALL the places where the names are displayed. Too many add filters. I used as reference the new bp-user-names only plugin, but I’m not quite finished yet. does somebody want to help me? does somebody want to point me out to [...]

    View Thread # 3 months, 2 weeks ago
  • nig3d started the forum topic Name and Surname, a better solution? in the group Requests & Feedback:

    As many of us, I want to force the users to use the real name and surname. I want also to show the complete name and surname throughout the entire site. I took the BuddyPress Real Names plugin and I made it work on BP 1.2, but even though, I’m not satisfied with the final [...]

    View Thread # 4 months, 1 week ago
  • this hasn’t be fixed yet. Has the ticket been created?
    Moreover what was bp_fields_has_data supposed to do originally? Because if it should check if the field exists, it seems straightforward to fix.

    # 4 months, 1 week ago