akira010203
Forum Replies Created
-
Forum: Plugins
In reply to: [GD bbPress Tools] Forum Signature broken since WP 5.7If you have the same issue, go to gd-bbpress-tools/forms/tools/signature_bbpress.php
and modify :
<fieldset class=”bbp-form password”>
by
<fieldset class=”bbp-form”>
Forum: Plugins
In reply to: [bbPress Messages] Send Messages are not workingthanks @brianperera for the tips, it solved the issue for me too.
To be more precise, all users with a Z in the nickname will not be able to send a message, he will only be able to read the pm’s.
For example, TEST can send and read PMs but TEZT can’t send PMs.
- This reply was modified 3 years, 10 months ago by akira010203.
I’m experiencing the same thing, had to go back in 2.2.7 which works well.
- This reply was modified 3 years, 12 months ago by akira010203.
Forum: Plugins
In reply to: [bbPress Messages] Need to replace “Send a message” with a picture!Worked like a charm!
Thanks again Samuel!Forum: Plugins
In reply to: [bbPress Messages] Avatars and deleteIt works perfectly!
I found out one last “bug” which is the styling of the email notification settings on the profile :
It would be great if you can help me out to solve this ??
Forum: Plugins
In reply to: [bbPress Messages] Need to replace “Send a message” with a picture!Thanks Samuel, this way is in fact, way better for your next updates.
I Still have a little problem with the new design of this version.
My new button comes bellow all the user informations, it wasnt the case before.
Do you know where I can put it back on top, just beside the user nickname ?
The old design was :
User logo
username
ip
my button (bbpm)
BBP User ranking pluginand now :
User logo
username
ip
BBP User ranking plugin
my button (bbpm)Same for the profile page, BBP User ranking plugin comes before my button.
Hope I was enough clear for ou to understand!
Thanks again for your time!
Forum: Plugins
In reply to: [bbPress Messages] Avatars and deleteHi Samuel, in my case it works well, many thanks!
last thing, do you know where I can set the correct size to the message part ?
It must take the whole space on the page, like it was before, with the new plugin users must draw out to be able to see entirely his message.
Forum: Plugins
In reply to: [SSL Mixed Content Fix] There is something wrong in my DB.I found ut the issue, it was some trash lines on wp_options table.
Dunno if it was really your plugin or a mix with your and some other plugins.
Forum: Plugins
In reply to: [bbPress Messages] Avatars and deleteSame thing here.
About the user avatars, for me it only hapens on the main messages page, it works pretty well when I’m on a private chat (except one little part, check screenshot 2).
On the main page, only Gravatar uploaded avatar are showing up :
And on a private what, avatars locally uploaded works well, except this small part :
When I’m trying to open the dead link into a new tab, here it is : https://i0.wp.com/wp_user_avatar
Dunno if you get the same issue ?
About the deleting posts, me too don’t really understand how it works and if there is a cron job that apply all actions every X mins, hours, days.
- This reply was modified 7 years, 8 months ago by akira010203.
Forum: Plugins
In reply to: [bbPress Messages] Need to replace “Send a message” with a picture!Humm, just found out a strange button.php in the files, it solved my issue ??
Now I have to found out how to move back this button to the middle of the page, before some other informations, which was the case before this version.
- This reply was modified 7 years, 8 months ago by akira010203.
Forum: Plugins
In reply to: [bbPress New Topics] Reset function@fuskeren, I’ve found the best (for me) New topics plugin here : https://fr.www.ads-software.com/plugins/bbpress-unread-posts-v2/
Try it!
Forum: Plugins
In reply to: [GD bbPress Tools] Emoticons not quoted properlyHumm, after a google search I found out someone who said : Wow, this is unexpected. Changing them to html and then change back to bbcode worked.
I did it and now emoticons are correctly quoted, now I need to modifiy manually the posts that show the bad emoticons size.
Forum: Plugins
In reply to: [bbPress New Topics] display only 1 new topic labelA big thanks fuskeren, worked like a charm!
Forum: Plugins
In reply to: [bbp style pack] Role color don't work with some groupsOf course,
It is in role forum, I want to put a red color for exemple :
https://img15.hostingpics.net/pics/163225key1.png
If I want it to work on the french version I must add this in my function files :
function rk_show_role_classes($classes) { $replyid = bbp_get_reply_author_id(); $bbp_get_role = bbp_get_user_display_role($replyid); $bbp_display_role = strtolower($bbp_get_role); $classes[] = $bbp_display_role; return $classes; } add_filter( 'bbp_get_topic_class','rk_show_role_classes' ); add_filter( 'bbp_get_reply_class','rk_show_role_classes' );
and this in my css file :
#bbpress-forums .administrateur .bbp-author-role { background-color: blue;
This code only works with the role name on a reply post, If I’m using another plugin like bbp avanced statistics (which works great combined to your plugin in the english version of WP), It don”t color the keymaster status.
I’ve sent you a full access to my dev website on your mail.
Thanks again for your support.
Forum: Plugins
In reply to: [bbp style pack] Role color don't work with some groupsI found out where is the problem.
It’s about the FR official translation of WordPress.
When I put the default english language on the main settings of WP it seems to be fixed.
I can give you an access to my dev WP test site if you want, do you have any other language on your WP ?