quan_flo
Forum Replies Created
-
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Showing avatars instead of a link@omtr actually there is on plan for this.
Maybe you want to submit a patch that includes the possibility to configure this? Then I would merge this into the trunk and release this a a new version. Due to a lack of time I cannot spent time for this atually.. Sorry.Forum: Plugins
In reply to: [Buddypress Messages Spam Blocker] BuddyPress compatibilityI’m on vacation at the moment and don’t have a pc here to test this but it should work for your mentioned versions of buddypress and wordpress.
Please try it and give feedback if it works.
Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Get CSV file of connectionsHi capson,
The plugin does not have “own data” for the friendship connections. It uses the regular buddypress friends tables and the buddypress friends api to get all information that’s needed.
So your question does not have anything to do with the foaf plugin, you can build simple select sql queries and run them at your database and get the information you need in this way from the buddypress tables.If you like the plugin feel free to rate it https://www.ads-software.com/support/view/plugin-reviews/buddypress-foaf for example… ??
Florian
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] NotificationHi,
Buddypress offers a api / method to add notifications to a user.
But I think you would need a special “landing page” for your notification and at the moment this plugin only offers a widget and the plugin itself does not know which site should be should if the notification was clicked…Forum: Plugins
In reply to: [Buddypress Messages Spam Blocker] Multisite compatiple?Hi,
I did not try my plugins at a multisite installation so I cannot give you an answer…
But: Please simply try the possible variations for activating the plugin and let me know if it worked so I can add this to the plugin’s description here.
Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Breaks BuddyPress "base name"hi,
this sounds strange..
Actually I am on vacations this and next week so I am not able to help you at the moment.
Can you give access for me at your site to debug this?
Maybe you can duplicate your site and I can test with your doublicated site in two weeks?Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Widget do not countHi,
that’s quite strange because the own user id should be excluded in the potential friends list..
did you modify some parts of the code or do you have any plugins installed that might have an effekt for the foaf plugin?
Do you use any caching plugins?
which version of the foaf plugin, of buddypress and wordpress do you use?
FlorianForum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Breaks BuddyPress "base name"Hmm. I cannot understand your answer. What did you expect?
This is the support forum for a special module.
The problem you described cannot be caused by this module.
I do not know the level of your php / sql skills but if you do not beleave me just scroll through the code of the plugin to realize that there are no writing database accesses that can break a site…. You can say data is only used to be read, not to be written.Of course I could offer you to debug your site to find the failures other plugins / other modifications cause. But I alreay spend time to support the plugins I offer for free… So please understand that more support than for my plugins cannot be offered… My time is limited and there also is a full time job and a family that demand some time, too…
You should use general wordpress support forums or hire a pro to find a solution for your problem.
As I already sayed it would be nice to let us know what was wrong after the problem is solved.
Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Breaks BuddyPress "base name"My plugin does not alter any data, it only handles select sql statements, your problem must be caused by another module… Database corruptions by the friends of a friends plugins are impossible.
For username and link creation I call native buddypress methods – there is not much that can go wrong and there is no effect at the displayed data in a user’s profile pagePlease deactivate all other modules, deactivate custom themes etc to find out what causes your problem.
It would be nice to give some feedback afterwards to help others having the same or similar problems.
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Timescale and length of resultsNo problem
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Timescale and length of resultsThe number of shown visits is hardcoded to 11 IIRC.
you could modify the code and increase this number.
The number of stored visits is limitied only by the user meta data field of the wordpress database that is type longtext and stores the serialized array of visits for a user id.
Longtext (for mysql) can store 4.294.967.295 Characters. So feel free to increase the number of stored visits if you want.Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Member profile page breaksI just updated a test instance to wp 3.9 and bp 2.0
The plugin works fine.
friends_get_friend_user_ids() is a function from buddypress:
https://svn.buddypress.org/trunk/bp-friends/bp-friends-functions.php
Do you have another buddypress file than the file obove installed?
Do you have the friends component from buddypress enabled?
Maybe there is a side effect from another module. Please try deactivating the other plugins..Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Member profile page breaksThis Plugin is tested up to buddypress 1.9.x
Seems as if buddypress has changed / renames some functions.
I’ll take a look at this the next days..Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Showing avatars instead of a link@metalmick you can override every css class in your theme, there is no need to edit anything inside this plugin.
The avatar has the class “avatar” so you can define custom settings for.avatar {
}or
img.avatar {
}to be sure that only images are affected
I cannot give custom css support inside this plugin’s support forum so pleas ask more questions about css in forums for this case or in general wordpress forums.
If you like this plugin feel free to rate for it: https://www.ads-software.com/support/view/plugin-reviews/buddypress-who-clicked-at-my-profile
Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Change username to full name in widget… and please mark this topic as resolved if your problem is solved now.