quan_flo
Forum Replies Created
-
First thanks for your efforts!
I tried the update right now, instead of ten seconds it from 3-5 seconds to load. Thats really better and ok! Thanks!
Debug log tells me thgat query time is no longer a problem.
there is a type in the code for the debug log. “user … has real all” whoud be “user … has read all” but thats not important…
But in general: Why dont you save last visit timestamp of a user in each forum with latest activity of the forum? I think this might save much time.
Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Turn off for not logged inThis is a good idea, but there is no flag or something like this for logged in or not logged in users in the wordpress user database.
A possibility other CMS often use is to say users that where active in the last X (for example 20) minutes are shown as online. The problem is that the last active date is stored in the user metadata table as string value and is not of type datetime or something like this. So if you have a huge user database (in one of my cases > 10.000 users) this will slow down your system extremely because the sql query with >= operation at a string field is quite ineffective. Using this solution wordpress would have to store last active date in the correct type.
So there is not really a reliable, quick solution possible, I’m sorry.
Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Please provide video clipbuddyboss seems to brake with this plugin. I do not know buddyboss so I’m sorry that I cannot help you in this case.
The effort to provide video tutorials is to high for a free open source plugin, I’m sorry. I think the screenshots and the describing text should explain enough
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Fatal errorThanks for your report.
Version 3.6 was just released.
Please try if problem is fixed now.Forum: Reviews
In reply to: [Buddypress Friend of a Friend (FOAF)] Destroys the theme+500 active installations seem to work fine. It rather seems that the problem is your theme and not the plugin.
Forum: Plugins
In reply to: [Buddypress Friend of a Friend (FOAF)] Destroys the themecannot see your attachements right now.
But I think this is a problem of your theme and everythink can be customized via css, so that should not be a big problem…Hi,
thanks for your feedback. “spammer support” is not yet implemented (I did not use this yet).
Workaround: Delete Spam account ??
I’ll try to consider this next time I work on this plugin. But I cannot promise that this will be implemented soon, actually I time for free programming is missing….
FlorianForum: Plugins
In reply to: [Buddypress Messages Spam Blocker] Cannot find the pluginThere is no graphical user interface, the Plugin totall works in the background.
Just activate it and it will workForum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Total Visitors Received@rodhewitt your request is not as trivial as you think.
– should only visits that from registered members or also public visits be count?
– how should multiple visits be count? for example if someone reloads another profile page for 50 times?
– …so there is not really an easy solution….
Forum: Plugins
In reply to: [Buddypress Who clicked at my Profile?] Total Visitors ReceivedSuch a functionality is not the scope oft this Plugin, please search the wordpress plugin directory, maybe there is already a Plugin doing this…
Forum: Plugins
In reply to: [Buddypress Messages Spam Blocker] 24-hour wait requirementOK, 2.5 should fix this finally ??
Forum: Plugins
In reply to: [Buddypress Messages Spam Blocker] 24-hour wait requirementstrange. seems as if a buddypress function is missing in your installation.
Do you have the friends component enabled?Forum: Plugins
In reply to: [Buddypress Messages Spam Blocker] 24-hour wait requirementif the problem still appears: please post your apache / webserver error log here.
Forum: Plugins
In reply to: [Buddypress Messages Spam Blocker] 24-hour wait requirementI changed the redirection method wirh 2.4
I also added a filter (see releasenotes) you can use to specify a custom url as redirection target.Forum: Plugins
In reply to: [Buddypress Messages Spam Blocker] 24-hour wait requirementshoudl be fixed with 2.3
There was a bug that caused this error for buddypress installations that use another slug for messages-site then “messages”