MrMaz
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Links] Activity StreamThe reason the thumbs don’t appear in the activity stream is because for fetched pages they are actually full size images scaled down with CSS.
Also, adding a lot of HTML into the activity table content column (database) makes it very difficult for themes and other plugins to support Links.
Forum: Plugins
In reply to: [BuddyPress Links] Disable CategoriesThis would require quite a bit of work to add as a feature, but it would be pretty easy for you to just hide the category elements using CSS. All of the links would just be in the default category, but nobody would know π
Forum: Plugins
In reply to: [BuddyPress Links] I'ts Buddypress links alive?Just tagged version 0.8 π
Forum: Plugins
In reply to: [BuddyPress Links] AvatarThis fix is in version 0.8
This fix is in version 0.8
Forum: Plugins
In reply to: [BuddyPress Links] moderation?This is in version 0.8
Forum: Plugins
In reply to: [BuddyPress Links] Bug report / fix: Comments getting shown on wrong linksI just made a commit to core which keeps the cloud id, but stops using it in the activity table. I also added an upgrade routine which fires on activation that repairs existing activity stream items by comparing the link slug to the end of the primary_link in the activity table.
https://github.com/PressCrew/buddypress-links/commit/9ad7d5d11f34e55a9e02ceee1ba9d10f24ba0bd1
Forum: Plugins
In reply to: [BuddyPress Links] wp_title on single linkBuddyPress 1.7.x already uses wp_title() to generate the title (in the default theme). It customizes the title with the bp_modify_page_title() filter which is hooked into wp_title.
On my dev box the single link page already has the link title for the page title (BP default theme).
Forum: Plugins
In reply to: [BuddyPress Links] wp_title on single linkI just did some digging, and while I did find an issue with the main links directory page title, the wp_title for a single link page already works.
Its handled internally by BuddyPress with the “bp_modify_page_title” filter.
I hope this helps you out!
Forum: Plugins
In reply to: [BuddyPress Links] [Plugin: BuddyPress Links] Link won't save.Closing
Forum: Plugins
In reply to: [BuddyPress Links] wp_title on single linkThis didn’t used to be possible with older versions of BuddyPress. I will check to see if I can get it working with 1.7
Forum: Plugins
In reply to: [BuddyPress Links] AvatarThis has been fixed in core. A new release will be out ASAP.
This has been fixed in core. A new release will be out ASAP.
Forum: Plugins
In reply to: [BuddyPress Links] Breaks ThemeThe Links plugin uses the standard BuddyPress theming classes as much as possible. If you are using a theme that has gone in a totally different direction it will need to be customized manually.
Forum: Plugins
In reply to: [BuddyPress Links] I'ts Buddypress links alive?A new release with many fixes and new settings is coming out very soon.