betsyk
Forum Replies Created
-
We are interested in this functionality as well for a nonprofit industry association. We have corporate members who buy a certain number of memberships at a discount, for example, a 5-pack membership. The company admin handles the payment and they can make substitutions, or “float” the memberships to other employees. So, an ability to enable/disable “child” memberships based on company domain that are linked to the “parent” company admin…
The Gift/Sponsor add-ons do look helpful and I’ll test them to see if they’ll work for us.
Forum: Plugins
In reply to: [Breadcrumbs Everywhere] Several PHP NoticesThanks – resolved in version 1.6!
Hi jaymix,
Multisite settings did not change. Since v.1.1, the plugin is activated through Network Admin and the settings are under the BuddyPress menu.
Did you run the BuddyPress Install/Update Wizard after updating?
See: WP Plugin Settings Err: You do not have sufficient permissions to access this page.
Forum: Plugins
In reply to: [Breadcrumbs Everywhere] Microformats compliant would be a great improvementGreat suggestion, thank you! I added this in version 1.5, released today.
Forum: Plugins
In reply to: [Breadcrumbs Everywhere] TranslationGreat suggestion, thank you! I added this in version 1.5, released today.
Forum: Plugins
In reply to: [Breadcrumbs Everywhere] Breadcrumbs Everywhere with Genesis and BP 1.8.1Thanks for taking the time to share this information, lflier. It will be very helpful for Genesis themers.
Forum: Plugins
In reply to: [Breadcrumbs Everywhere] plugin doesn't work with BP 1.7Hi lucop1,
Did you overwrite the file containing the breadcrumbs function? Don’t forget to add it back in after upgrading:
https://www.ads-software.com/extend/plugins/breadcrumbs-everywhere/installation/
??
Forum: Plugins
In reply to: [Breadcrumbs Everywhere] Doesn't work on WP 3.5.1 and Buddypress 1.6.4PanychNET, check for extra spaces in your wp-config.php file:
How do I solve the Headers already sent warning problem?
Also, switch out of dev mode:
define(‘WP_DEBUG’, 0);
Forum: Plugins
In reply to: [Breadcrumbs Everywhere] Lowercase titles for some breadcrumbsYes, but didn’t manage to respond in time. ??
My thinking was that people would use CSS to format the crumbs (i.e. text-transform: capitalize), but that added an unnecessary step. This was a great suggestion that makes the plugin more seamless. Thank you – I have released an update to include this change. I did leave off the “You are here” text – seems best for people to add that in the same spot where they call the function, rather than in core. Or I could add an admin option in the future.
Many thanks for the kind words, David – I’m so glad you like the plugin!!
– bk
Forum: Plugins
In reply to: [Breadcrumbs Everywhere] Problem with breadcrumbs titleHi Nirzol,
The plugin appears to be working correctly on your website everywhere except on your top level BuddyPress pages (Members, Groups, Forums, etc.). I suspect it could be the BP Template Pack setup. Did you assign pages for those components (Settings > BuddyPress > Pages)?
Note, the template pack will be deprecated in BuddyPress 1.7: https://www.ads-software.com/support/topic/please-read-this?replies=11, so this problem may go away after you upgrade.
– bk
Forum: Plugins
In reply to: [Breadcrumbs Everywhere] Filter pagesThere are notes in crumbs-core.php on how to toggle the home page display. To remove crumbs from the blog home page, comment out lines 121-123 like this:
// Show on Blog page //if ( bp_is_blog_page() && is_home() && $front == "page" ) : //echo "<a href='" . $homeurl . "'>$home</a>" . " $divider " . $blog .""; //endif;
You can also filter crumbs by using custom conditionals, for example:
&& !is_page('About')
Marking this as resolved.
I’m unable to replicate this problem, Omegacoder. The plugin installs under the general BuddyPress menu, so you do need to access the settings from the Network Admin dashboard.
Some people receive a similar error if they do not complete the Update Wizard in BP 1.6. Could this be the problem?
Bayu, was the line of code copied from the website? If so, check to make sure you’re using single ticks (‘) and not curly quotes (‘’).
I can’t replicate the problem but as long as you got it working, that’s all that matters. function_exists() simply hides the function if the plugin isn’t activated – it’s absolutely fine to call the function without it.
Bayu, I tested on WP 3.4.1/BP 1.5.5 and WP 3.4.1/BP 1.5.6 and everything appears to be working fine. Are you seeing an error message? -bk