Jacob Schweitzer
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Conditionally display x-profile-group tabsSo I will take a look at this, I’ve been busy lately and haven’t gotten a chance yet.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Add a custom theme to BP Profile TabsNo problem, thank you for using the plugin π
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Add a custom theme to BP Profile TabsOk I have added a box where you can put a custom jQuery CSS URL in the options and also fixed that error.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Empty fields don't show at allWell the edit and view are separate, the plugin does not do anything with the edit screen at the moment. It only puts tabs on the view profile screen.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Add a custom theme to BP Profile TabsHi thanks for using the plugin! This shouldn’t be too difficult to add in as a feature, I will look into it soon.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Tab ID should fit the group IDThis has been resolved in the latest update (version 1.5.7). Thanks again danbp for pointing this out.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Tab ID should fit the group IDThanks for pointing this out Dan, this is something that should be fixed. I had wanted to do it the way you mentioned but there was no easy way to get the profile group IDs for the bp_profile_tabs_top function without doing a call to the database as doing this on every profile page load would slow things down. I will work on another way to do this as this is an issue I had been thinking about fixing but I haven’t seen any issues directly related to it so I hadn’t fixed it up yet.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Tabs On 'Edit Profile' PageActually there is already a form of tabs going on with BuddyPress so I’d have to overwrite that and load all the profile data on one page, I’d be a bigger task than anticipated when I first answered this question. If you would like more custom functionality like this please let me know, perhaps we can work something out but as far as making it a core, free functionality I don’t have the time for it right now.
I have tested with the latest version of WordPress / BP, it worked just fine but I went ahead and made some updates to the plugin anyways. If it doesn’t work there must be a conflict with another plugin or the theme which is running a different version of jQuery UI.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] cannot access admin sideIt is a lot of plugins and I have not had this issue come up before so I am not sure which one could be causing the issue. Please do let me know if you find out which one is causing the problem so I can take a look and if anything can be done with my plugin to avoid the conflict I will make that change.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Tabs On 'Edit Profile' PageThank you. Yes this should be possible. Sorry I have been pretty busy with some other projects, so new features are not high on my to-do list right now. I will look into this further when I get a chance.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Prevents me from accessing dashboard!What other plugins are you guys using? I have a few test sites with different versions of WordPress and different plugins, no issues accessing the backend for me…
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] cannot access admin sideI have just installed WordPress 4.1 on a clean site, installed / activated BuddyPress, and activated the 2015 theme. I was able to access the admin area for the plugin and set the options.
Could you let me know what other plugins you are running on the site? Perhaps it is a conflict with something else. At this point I don’t see how the plugin could give a blank screen on the admin section with this setup.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Tabs on different member levelsThere is a file called profile-loop.php in bp-themes/bp-default/members/single/profile that is what controls the output. You’d have to figure out which profile group ids they are and there is probably a way to do it either by filtering them out or just hiding them with CSS.
Forum: Plugins
In reply to: [BuddyPress Profile Tabs] Tabs in wrong places and duplicatingGlad to hear the problem was resolved for you, thanks for letting me know.