quan_flo
Forum Replies Created
-
Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Change username to full name in widgetShould be fixed with v.2.0 that was just released.
You like the plugin please vote or / and donate for it to support further development.
Thank you!
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Notice: Undefined variablefixed in 1.7 release.
Please test and if your test was successfull please mark this topic as resolved.Feel free to rate this module, too
Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Avatar issueIf you find a conflict out there with this plugin, you should work on it asap..
Btw: Please do not forget that you work with free plugins for which others spent their time if you ask for “asap” work…
You should include it as an update for everyone to use it. It took me plenty of effort to make it there ??
This would be totally wrong. The buddypress thumbnail format is 50x50px per default. Using the option “thumb” (thats what’s new in version 1.8) makes wordpress to use the format that is defined as “thumbail”. In your case you or one of the plugins you use seem to have overwritten this standard values and thumb is no longer 50x50px for your wordpress installation. You should check your custom settings and the other plugins you are using.
If I would add 50x50px to my plugin as a hard coded value others would ask why their “thumb”-thumbnails are displayed incorrectly…Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Avatar issueI just added 1.8 release that fixed this issue. Take a look at it and if this problem is solved please mark the topic here as “resolved” and feel free to rate the plugin and write a review. Thanks.
Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Avatar issueI’m calling the bp core function bp_core_fetch_avatar() to get the avatar of a member.
If you want other sizes please modify the source code at this point and pass the parameter to this function that fits your needs to get the avatar size you want to have displayed in the friends connection area of the member profile pages.
I’ll mark this as resolved because it is not a bug, you want customization for your layout if I understand your issue correctly and this can be done by adding some parameters to the function mentioned above.Forum: Reviews
In reply to: [Buddypress Who clicked at my Profile?] some bugYou have to go deeper into the php code, some parameters have to be passed to the function that retrieves the user’s avatar.
This threat is about the username problem – could you please mark it as resolved?
Thanks
FlorianForum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Showing avatars instead of a linkI’m using bp_core_fetch_avatar inside my plugin to get the avatar.
You can add parameters to that function that makes output in other sizes possible.Just take a look into the core code for php function bp_core_fetch_avatar in buddypress/bp-core folder and modify my php file for your needs.
Take care that changes will get lost with every plugin update and have to be re-done manually each time.
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Showing avatars instead of a linkI just published version 1.5.
You can now choose if avatars or profile links should be shown in the widget.
Please rate the plugin if you like it. If I really could help you and if you are earning money with your websites feel free to use the donation link.
Thanks for writing a review / rating the plugin, the plugin is quite new and reviews / ratings help very much!
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Showing avatars instead of a linkHi Jeff,
google will be your friend, just search for buddypress clickablehttps://www.google.de/#q=buddypress+clickable+avatars avatars
then:
in line 105 $userdata is the user object that contains everything to the user, for example the user id.
You can use every wordpress or buddypress function to create the avatar for example.https://stackoverflow.com/questions/5924798/print-out-user-avatar-from-user-id-in-buddypress/7370709#7370709
is one of google’s result and may help you.Because I exactly need the user name and not the avatar inside the widget I cannot include avatar display into the plugin.
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Errothanks for the feedback. corrected and commited
Forum: Reviews
In reply to: [Buddypress Who clicked at my Profile?] some bugshould be fixed in version 1.3
using native buddypress create userlink method now to build link.
please mark this topic as resolved if the 1.3 release helped you with your problem.Great – I’ll mark this question as resolved.
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] ErroError should be solved in version 1.2. This version was just published.
Please rate and review the plugin if you like it!Forum: Plugins
In reply to: [Buddypress Messages Spam Blocker] Add new option?I now published a new version 1.1
Users with capability “edit_users” do not have restrictions for outgoing messages. Normally only administrators and no normal users will have this capability.If you like the plugin please write a short review and rate it – thanks!
This might help:
https://plugins.svn.www.ads-software.com/buddypress-foaf/trunk/buddypress-foaf.php
Change bp_before_member_header in
add_action('bp_before_member_header', 'buddypressfoaf_action');
to the action you need.
Maybe
bp_member_header_actions
or
bp_profile_header_meta
will be the one you need.Otherwise modify the template and move the bp_before_member_header action to the place where you need it.
If this helped you, please make a short reply and mark the topic as resolved. Thanks.