Forum Replies Created

Viewing 15 replies - 136 through 150 (of 158 total)
  • Thread Starter VentureCore

    (@manakio2k)

    There was an issue with the plugin that the developer fixed very quickly as I was able to give them a very detailed explanation of the problem.

    Thread Starter VentureCore

    (@manakio2k)

    mrjarbenne,

    Thank you for sharing that link, you read my mind…

    It didn’t work, I’m in the process of removing the plugins completely and removing all traces in the database since I did at one time (months ago) have it installed and as far as I can remember it worked accept for the formatting issues.

    Once I completely wipe the database I’m going to re-install them.

    Question.
    Did you install the link-manager?
    How do you have yours activated?
    How do you have BP activated? Network or Main Site?

    Thanks, this will help me when re-activating the plugins…

    Have a great day…

    Comments moved to new thread, thanks!

    Hey EG, I just wanted to let you know I finally have it up on my site and looking good…

    Now my issue is this ??

    The BP Links menu item isn’t showing up on my admin menu so I can’t add/edit categories or access links from admin panel.

    Have you heard of or seen this problem before?

    Any thoughts?

    You can see the site here ??
    https://seemespace.com/links

    Hey EG,

    This is awesome, I can’t wait to try it out. I was basically having the same issues so I removed it from my site.

    Stupid Question #1
    Where do you put this?

    Thanks!

    Thread Starter VentureCore

    (@manakio2k)

    Thank you!

    On line #163 I placed:
    if (is_user_logged_in() && current_user_can(‘publish_posts’)) {

    and closed it on line #177

    This hides the menu for logged in users who have not upgraded to one of our memberships.

    Perfect!

    Thanks for all your help, you have been awesome!

    MKO

    Thread Starter VentureCore

    (@manakio2k)

    Thank you Tarek for jumping on this so quickly!

    I have one issue (not related to the function of your plugin) that I’m hoping you might have some insight on.

    I need to hide the custom items added to the menu from a specific user-role. (which is currently hidden in all other areas)

    Here’s what I tried but no luck.

    in the SP_BPCPM_MenuComponent.php file I changed line 197 from
    // Menus for logged in user
    if (is_user_logged_in())

    to
    // Menus for logged in user
    if (is_user_logged_in() && current_user_can(‘publish_posts’))

    using capabilities which is more stable.

    I might be missing where the actual call comes from so anything you can do would be appreciated!

    Thanks…

    Thread Starter VentureCore

    (@manakio2k)

    Ha!, so at your level you can’t send private messages. That was my mistake ?? Something else I need to resolve!

    They will work now…

    Thread Starter VentureCore

    (@manakio2k)

    Awesome, thank you Tarek!

    I sent you a message on your profile and I’m going to bump you to SuperAdmin so you can take a more serious look at the site.

    Now I’m looking for a way to hide a couple of those new menu items even to registered users that are not members. We restrict most of our content based on user-roles. I had found code at one time that I thought would work but never had a need to implement it. Now I’m scouring the net to find it again. ??

    The problem I need to solve now, either through (CSS and/or PHP) is to make it so only members with specific user-roles have access to those menu items. I have found a couple of plugins that might do the trick but once you look at my back-end you will see that at this point I’m trying to limit the amount of plugins I’m adding. I would rather hard code it or integrate it into an existing plugin like yours.

    Thanks again for your help and if you have any ideas for this I would appreciate it!

    Thread Starter VentureCore

    (@manakio2k)

    Looks like you joined the site. I sent you a message in your profile. If you can confirm identity here I will bump you to SuperAdmin…

    Thanks!

    Randall,

    Did you activate it on Singlesite or Multisite? If you activated it on Singesite then try activating it on Multisite. That worked for me.

    Thread Starter VentureCore

    (@manakio2k)

    https://seemespace.com is the site we have the plugin deployed on. If you wanted to go on and sign up for our free account and check the site out, please feel free. https://seemespace.com/registration/

    Once you have an account setup I’ll bump you up to Super-Admin if you want to poke around a little deeper…

    We are just in the process of adding content and testing. We currently have approximately 60 members on the site…

    Thread Starter VentureCore

    (@manakio2k)

    Hello Tarek,

    Thank you for getting back to me so quickly!

    Buddypress 2.0.1 (not upgraded to 2.1.2 yet)
    Wordpress 3.9.1 Multisite
    Membership Site

    Our intention was/is to only make this available on the primary site as we do not want any subsite blogs having access to changing anything and our members main profile will revert back to the main site.

    I initially activated it on our primary site but the custom menu wouldn’t save into the BPCPM’s dashboard menu manager so I activated it on Network; (we have plugins that allow us to block access to plugins on our subsites) and that worked to show the menu items in the BPCPM’s dashboard menu.

    So the first time I activated a menu on the dashboard it was visible to the entire site as if it was set to ‘Public’. I then completely deleted and rebuilt the menu and that worked until I started changing the names of the menu items wiothin [Appearance > Menu’s] – all of a sudden they reappeared as public even though I had never checked the boxes. I did try to check, save, uncheck, and save again to see if that would refresh the tables but no luck.

    Right now I have it working ‘stable’ again with no intention of changing the titles to any of the menu items.

    One thing I noticed is that if you change a menu item’s name back to a previous applied name for that item, it recalls the old (menu-item-slug) which automatically makes it public again, even if it had never been checked as public. Hmmmm (strange…)

    One thing I have been wondering is: How/where can I go into the database and delete all of the memorized or orphaned slugs?

    Well I hope this helps, I really love the plugin! It’s the bomb when it comes to not only adding menu items but the auto paging function is awesome as well. Which leads me to this last query. Can you make/force sub-menu items to open outside of the BP profile page? I noticed some links do it automatically (most likely because they have a specific url string defined. (Not Sure)

    Again, I hope this is of some help to you…

    Thread Starter VentureCore

    (@manakio2k)

    I resolved all of my issues.

    Thread Starter VentureCore

    (@manakio2k)

    In addition to the menu items showing up as public, when I visit another members profile and click on the link, my information shows up in their profile since these are member specific pages.

    I hope you can help me. I would be happy to upgrade to Developer if you can credit me the funds I have already spent.

    Thank you!

Viewing 15 replies - 136 through 150 (of 158 total)