kingteamdunet
Forum Replies Created
-
send me the custom code.
Send me your email
Yes page generator
We tested with and without page generatorThe text and record buttons in a pop-up window do not work
No pop-up window and open when I click “connect” to see the restricted content.Hi,
On our site the code here does not work, no popup and open when I click on it to connect to see the contents etc ….
The code on the page pmpro-customizations.php is correct?The text and registration buttons in a pop-up window on an article or page with restricted access. Does not work?
Thank you
Forum: Plugins
In reply to: [bbPress Advanced Statistics] French translation?Test with the css here?
.bbpas-key .keymaster { color: red; } .bbpas-key .moderator { color: green; } .bbpas-key .participant { color: blue; } .bbpas-key .spectator { color: #9C27B0; } .bbpas-key .blocked { color: black; } .bbpas-key .admin { color: red; } .bbpas-key .modérateur { color: green; } .bbpas-key .client { color: blue; } .bbpas-key .invité { color: #9C27B0; } .bbpas-key .bloqué { color: black; }Forum: Plugins
In reply to: [bbPress Advanced Statistics] French translation?you’re welcome,
on our test forum it worksForum: Plugins
In reply to: [bbPress Advanced Statistics] French translation?Hi titis14,
We did the complete translation in French.
We have send an email to the author with the file PO and MO, not received an answer.For the color on the roles
You have to add a function to your “functions.php” file of the child template.add_filter( 'bbp_get_dynamic_roles', 'ntwb_bbpress_custom_role_names' ); function ntwb_bbpress_custom_role_names() { return array( // Keymaster bbp_get_keymaster_role() => array( 'name' => 'Admin', 'capabilities' => bbp_get_caps_for_role( bbp_get_keymaster_role() ) ), // Modérateur bbp_get_moderator_role() => array( 'name' => 'Modérateur', 'capabilities' => bbp_get_caps_for_role( bbp_get_moderator_role() ) ), // Participant bbp_get_participant_role() => array( 'name' => 'Client', 'capabilities' => bbp_get_caps_for_role( bbp_get_participant_role() ) ), // Spectateur bbp_get_spectator_role() => array( 'name' => 'Invité', 'capabilities' => bbp_get_caps_for_role( bbp_get_spectator_role() ) ), // Bloqué bbp_get_blocked_role() => array( 'name' => 'Bloqué', 'capabilities' => bbp_get_caps_for_role( bbp_get_blocked_role() ) ) ); }Have a good day
Hello,
100% French translation
Okay write our name kingteamdunet, in the description of your plugin!Thank you,
Thank you for the quick reply
Okay, we’ll do the French translationForum: Plugins
In reply to: [bbPress Advanced Statistics] French translation?Hi,
For the colors of the users in the footer of the forum this is solved
/* Style all roles, a.bbpas-user is a better way of doing this! */ .admin a, .moderateur a, .bloque a, .invite a, .client a { } /* Style Keymaster and Moderator roles */ .admin a, .moderateur a, .bloque a, .invite a, .client a .keymaster, .moderator .blocked .participant .moderator {font-weight: bold;} .admin a{color:red;}.moderateur a{color:green;}.client a{color:blue;}.invite a{color:#9C27B0;}.bloque a{color:#000;}Always the error here, how to solve it?
PHP Warning: Invalid argument supplied for foreach() in /home/dev/public_html/domaine.eu/wp-content/plugins/bbpress-improved-statistics-users-online/includes/public/class.online.php on line 369How to have the five chains missing in the .pot file ?
Thank you
Forum: Plugins
In reply to: [bbp style pack] Change the color of individual role namesYes, the username is a different color in the forum footer with the bbpress plugin
Integrating your function into the function here?
A function integrated on our function file of the child template
without using plugin
How much for the specific codingForum: Plugins
In reply to: [bbp style pack] Change the color of individual role namesHi,
No, I’m talking about changing the color of the username
I would like them to have different colors by specific role, for example –Aministator – Red
Moderator – Green
Customer – Blue
guest – Orange
Blocked – BlackIs it possible?
With the function here and for the bbpress plugin
Thank you
Forum: Plugins
In reply to: [bbPress Advanced Statistics] French translation?Hello,
I would like them to have different background colors by specific role, for example –
Aministator – Red
Moderator – Green
Customer – Blue
guest – Orange
Blocked – BlackIs it possible?
Missing strings on the .pot file
Error on our log file
PHP Warning: Invalid argument supplied for foreach() in /home/dev/public_html/domaine.eu/wp-content/plugins/bbpress-improved-statistics-users-online/includes/public/class.online.php on line 369Thank you
Forum: Plugins
In reply to: [bbPress Advanced Statistics] French translation?How to change the colors of the roles?
How to change the names of the roles?
Not find the function on the pluginForum: Plugins
In reply to: [bbPress Members Only] Restrict to specific users?Hi,
2) I have to put what as URL?
In “Save URL of the page:” and “URL of the open page:”Thanks!