tfbpa
Forum Replies Created
-
Forum: Plugins
In reply to: [QQWorld Auto Save Images] Image height/width with responsive themeExcellent, works like a charm!
Thanks very much for your fast response.
Forum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageAn update to the above.
After I copied the data from WPMU’s database table “wp_1_options” and paste that into a new table “wp_options” (and of course changing every reference to reflect the same), everything works.
But that I said before, but for some reason, I do NOT have to update the newly created table “wp_options” at all. So whenever a new user registers, uploads an avatar on the wordpress side, that avatar is also showing on the bbpress side of my WPMU site! :D:D
Really have no idea why, but if you are running WPMU and want the Alkivia avatars to work in the bbpress side, try the above.
Forum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageHi again Jordi,
have one question regarding the bbpress avatar in WPMU.
After some snooping around I found that when I copy the data from WPMU’s database table “wp_1_options” and paste that into a new table “wp_options” (and of course changing every reference to reflect the same), it shows the user uploaded avatars on the bbpress side! :D:D
With that I am very happy and I am also happy to copy that specific table every day so at least the avatars show on the bbpress side, but I was thinking that it might be easy to change the reference somewhere in your plugin so that it looks specifically in table “wp_1_options” instead of table “wp_options” for user metadata ‘akucom_gallery’. Below is (I think) the relevant part in file bb_avatar.php.
/** * User Gallery data. * From the user metadata 'akucom_gallery' * If not gallery is found, it's set to false. * * @var array|false */ private $gallery;
Please let me know if there is an easy fix that I can apply myself, so you do not have to re-write a perfectly working plugin just because some guy is silly enough to use MU instead of normal WP.
Thanks again!
Forum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageOK, thanks Jordi.
Sorry that I didn’t say earlier that I used WPMU, but sofar every single plugin that I have used which is written for WP also works for WPMU, so I sorta forgot/did not know about the difference…
Forum: Plugins
In reply to: [Plugin: User Community] disable user listingWhen I was testing I “unpublished” the page with the user listing, that way the plugin still works and you don’t have the page with user listings online.
Forum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageHi Jordi,
thanks for testing, but unfortunately I cannot get it to work…
I have met all requirements and below are my settings, but it is not showing the user uploaded avatars on the bbpress side of my website.
I have also tried it on a test website with bbpress RC1, but that also did not show the avatars on the bbpress side.
Maybe one of my settings are wrong or could it be that it is because I am using WPMU 2.7.1 or do I have to make some changes in the template or…
Do you have any idea Jordi?
Thanks,
PaulForum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageThat would be great, as usual! ??
I did not try that before, because I have bbpress 1.0-alpha-6, but to be sure I just tried it and unfortunately that did not work, but that is because I use a different version of bbpress.
Do you know which version of bbpress will be supported in the future plugin?
Forum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageOh, and it would also be great if the post_author_title_link() from BBpress would link to the profile page of your plugin, as I don’t see any reason to display the user profile of bbpress while everybody already filled it in in the wordpress part!
Sorry for all the feature requests, I just really like your plugin and want it to handle a lot! ??
Forum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageOK, great, development version indeed fixes it all!
If I have new feature requests, where do you prefer I place them, here or at your website? For the moment I will put it in this thread.
What I would also like is an integration of the avatars in WordPress and BBpress.
So that whatever is uploaded and selected through your plugin as avatar at the WordPress part, is also displayed in BBpress.
Thanks again,
PaulForum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageCan you also tell me where I can change the settings for picture moderation?
At the moment it is on, meaning that every picture has to be approved by the admin, but I would like it to show immediately, so without moderation.
Thanks again,
PaulForum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageGreat Jordi, am trying it out now!
I only tested for a few minutes so far and most works great, but I did find one bug.
It seems that the comment links is not handled correctly for users with spaces.
For example it gives https://www.mcthailand.com/?page_id=607&user=jack-c-zar instead of the correct https://www.mcthailand.com/?page_id=607&user=jack+c-zar
That user name is “jack c-zar”, so it seems that the comment links interpret spaces as – instead of +.
But other than that it works great and I am very happy with fast implementation! ??
Forum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageThank you very much, it is also exciting to see what features you will include in future releases, I check https://alkivia.org/tracker/roadmap_page.php frequently!
Forum: Plugins
In reply to: [Plugin: User Community] Link comment_author_link to user profile pageAh, the proper way, even better! ??
For me the user’s website can be replaced by the profile page, I would rather have that they spend more time on my website than to leave and see somebody else’s.
But if you will include it in the plugin it would probably be best to have an option to choose from, because other people might want to link to the users website.
Thanks again for your help, very much appreciated!
Forum: Requests and Feedback
In reply to: [Plugin: User Community] New FeaturesMy pleasure and thank you for considering it! ??
Forum: Requests and Feedback
In reply to: [Plugin: User Community] New FeaturesHi again Jordi,
I am not sure if I am missing something or that I was not clear and you misunderstood my feature request, but I am having problems leaving comments on other people’s profiles.
At least that is the feature I want, let me try to explain again.
User “A” uploads a picture to his profile, I see his picture on his profile and I think it looks cool. Now I want to leave a comment on HIS profile saying something like “Wow, cool picture you have!” and that comment needs to be displayed ONLY on his profile.
At the moment whenever I leave a comment it is visible on ALL profiles including the main profile’s directory.
What you have implemented now is different, that shows the last comments user “A” made himself on the forum, but that is not the feature I was talking about. I would like to be able to leave comments on other people’s profiles.
Hope I made myself clear! ??