bp-help
Forum Replies Created
-
Forum: Plugins
In reply to: Private Community For BP Lite PluginForum: Plugins
In reply to: [BuddyPress Activity Privacy] Latest Update bug@dan_the_snowman
Not my plugin but I am assuming your talking about what shows up in the members-loop.php In the members directory. You can edit the members-loop.php by removing:<?php if ( bp_get_member_latest_update() ) : ?> <span class="update"> <?php bp_member_latest_update(); ?></span> <?php endif; ?>
And by removing:
<?php if ( bp_is_active( 'activity' ) ) : ?> <div id="latest-update"> <?php bp_activity_latest_update( bp_displayed_user_id() ); ?> </div> <?php endif; ?>
In the members-header.php
Cheers!Forum: Reviews
In reply to: [AtContent — Grow Audience & Blog Traffic] Why I would not use this plugin!Apologies are not necessary. Actions at this point is what counts. Don’t update the readme.txt until you have an update and then you will get the top spot briefly the way it should be. I have stated to you before that the top spot is for new plugins or plugins with legitimate updates. How would you feel if all the other developers used your practices? Think about it because it is really not worth that kind of effort. Let your plugin speak for itself and leave your readme.txt alone until you have a legitimate update. Thank you!
Forum: Reviews
In reply to: [AtContent — Grow Audience & Blog Traffic] Why I would not use this plugin!I have politely asked you to refrain from “Bumping” your plugin to the top of the BuddyPress plugins page by making insignificant changes to your readme.txt so how many more times does one have to ask. Your download numbers mean absolutely zero simply because people mistakenly re-download the same file that has not been updated because they fail to read the version number. This is the last time I will “request” that you stop “bumping” your plugin. When you actually have a real update then fine, but right now you are on thin ice and if you continue on this path I will request it to be removed from the repo based on ethics and bad practices. Really you need to stop this immediately before the next step is taken. If you feel you have a great plugin then let the plugin speak for itself. As stated before the top spot is for plugins with legitimate updates not for someone crying for attention by manipulation of the plugins readme.txt file! I hope I have made it crystal clear this time.
Forum: Hacks
In reply to: How to split out BuddyPress notifications drop down items to their own topIs there anyone who can help me out? Thanks in advanced!
Forum: Hacks
In reply to: How to split out BuddyPress notifications drop down items to their own topBelow is a link to what I have so far but I can’t figure out how to get the drop-down menu’s for the split out types of notifications to display the type of notification and number. Any help will be greatly appreciated.
https://github.com/bphelp/custom_toolbarForum: Hacks
In reply to: How to split out BuddyPress notifications drop down items to their own topIs there anyone who can help? I have exhausted the codex and google looking for a solution. Thanks again!
Forum: Plugins
In reply to: [MP6] Error when used with buddypressThis appears to be a php 5.4 issue if you add this under the comments in mp6.php it removes the error.
/* Remove errors if any */ error_reporting(E_ERROR | E_PARSE); /* End remove Errors */
This isn’t really a fix but it removes the error when using php 5.4+
If someone has a real fix please let me know. Thanks!Forum: Requests and Feedback
In reply to: Custom Menus Confusion Change RequestMarking this as resolved! Thanks!
Forum: Requests and Feedback
In reply to: Custom Menus Confusion Change Request@keesiemeijer Thank you for your reply. These improvements sound great! Cheers!
Forum: Themes and Templates
In reply to: [Simplify] Avatar won't crop in Chrome@d5creation How can you mark this resolved? There was no resolve, just saying you didn’t test it with BP 1.7 doesn’t make it resolved. If you can’t get it to work right with BP 1.7 then that means your not really interested in keeping this theme up-to-date. If that is the case then please add a notice in the readme.txt stating it is not compatible with BuddyPress 1.7. All WordPress themes should now be compatible with BP 1.7 its the little adjustments Theme authors need to make to get the train rolling. Are you onboard or not?
Forum: Themes and Templates
In reply to: [Simplify] Avatar won't crop in ChromeBuddypress 1.7 is supposed to be compatible with any wordpress theme now. Its not dependent on buddypress themes anymore. I have tested other wordpress themes and they work. Its just a slight bug in this theme that keeps its awesomeness below 10. The only plugin using cropping is the avatar crop function when combined with buddypress when uploading an avatar while using the simplify theme (actually its a child theme of simplify theme). It works using wordpress 2012 theme and buddypress. Please fix it when you can, I really love this theme. Thank you!