MrMaz
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Group-O-Matic] Forked on GithubIf you make changes or fix any bugs feel free to make a pull request to the GitHub and I will do my best to merge and publish them.
Thanks
MarshallForum: Plugins
In reply to: [BuddyPress Links] Avatar too bigDoes it work correctly when you disable the other plugin? Based on what you have found, does it appear to be an issue with my plugin or is the avatar plugin doing something incorrectly?
bp_get_link_user_avatar()
is just a wrapper forbp_core_fetch_avatar()
so my gut feeling is that the WP User Avatar plugin might be causing issues for other BuddyPress code as well.Forum: Plugins
In reply to: [BuddyPress Links] Remove RSS linkThis plugin adds a class to the body tag like all other root components. Here is the CSS to hide it. You need to put it somewhere in your theme’s stylesheet.
body.buddypress.links #buddypress div.item-list-tabs#subnav li.feed { display: none; }
Forum: Plugins
In reply to: [BuddyPress Links] Remove RSS linkAre you trying to completely disable RSS, or do you just want to hide the icon/link?
Forum: Plugins
In reply to: [BuddyPress Links] Single link is going to NOT FOUND pageWhat theme are you using? If it’s a free one, please provide a link so I can download and test.
Forum: Plugins
In reply to: [BuddyPress Links] Please fill in all of the required fieldsIt sounds like maybe the category tables weren’t created in the database when you activated it.
Can you try deactivating and activate it again?
Forum: Plugins
In reply to: [BuddyPress Links] White Screen of death since 0.9.1Nathan,
I sent an e-mail to the address you used in your order ??
Thanks,
MarshallForum: Reviews
In reply to: [BuddyPress Links] 4 Stars for Effort & SupportThank you for updating your rating ??
Forum: Plugins
In reply to: [BuddyPress Links] Issue posting comment on linksRelease 0.9.4.2 resolves this. Thank you for your help.
Please consider leaving a good rating for my plugin ??
Forum: Plugins
In reply to: [BuddyPress Links] Issue posting comment on linksI ran into an issue with BP code. I replied to the Trac ticket you created. Waiting to hear back.
Forum: Plugins
In reply to: [BuddyPress Links] White Screen of death since 0.9.1Closing due to no response.
Forum: Plugins
In reply to: [BuddyPress Links] Would like a 'add link' on posts and category viewIn it’s current form, links is an external content aggregator. There has not yet been any development into using it to track internal content.
What you are describing sounds very close to the existing “Favorites” feature of the BuddyPress activity stream… maybe that will give you another idea of how to approach it.
Forum: Plugins
In reply to: [BuddyPress Links] Issue posting comment on linksThanks for reporting this. I will look into it asap.
Forum: Plugins
In reply to: [BuddyPress Links] error_log filling upIt looks like the tables weren’t created when you activated the plugin. Can you please search the error log for any database errors that start with “CREATE” and post them? There shouldn’t be more than 5 or 6 of them.
Forum: Plugins
In reply to: [BuddyPress Links] Links don't show up on page!Please try the latest version. If you still have problems, please post the theme you are using so I can test it out.