Home Forums Themes Support HelpDesk Forum

Topic Resolution: Resolved
Viewing 75 reply threads
  • Author
    Posts
    • #12234

      Hi,

      In the forum footer, I would like to know if possible to add a function to display users, adminstrator connects to the forum?
      View the latest posts etc …..
      on the functions.php file of the child template.

      Thank you

    • #12235
      This reply has been marked as private.
    • #12315

      Hi,
      No answer received
      Thank you

    • #12329

      Hi

      Do you want plugin like that https://wordpress.org/plugins/bbpress-improved-statistics-users-online/

      Best regards,

    • #12373

      HI,

      I prefer to have a function? instead of installing a plugin

      Best regards,

    • #12375

      Hi,

      Our theme does not support this function, If you want to make this please use the plugin.

      Hope you understand.

       

    • #12389

      I install the plugin, thanks

      We translated the plugin into French

    • #12532

      Hello,

      1)We have installed the plugin https://wordpress.org/plugins/bbpress-improved-statistics-users-online/
      The only option I would really like right now is to have each role name in a different color.

      We are connected in Keymaster and the color is not in red.
      Should I add a function on the “child template”?

       

      I would basically like a Keymaster to have left the red, the green moderator and the black participant.Spectator blue, Blocked Yellow

      How to change the colors of the roles?
      How to change the names of the roles?
      Not find the function on the plugin
      How to add a new role?

       

      We translated the plugin into French, in the “pot” we miss five chains not integrated
      “Keymaster | Moderator | Participant | Spectator | Blocked”
      Do you have a solution?

      2)I have a question is it possible to see forums for members only?
      hide all contents and to have access to the site pay a subscription
      You have recommended to install the plugin here

      WP-Members Membership Plugin

      And the plugin here is it compatible with your template?
      I prefer to have a licensed plugin

      https://codecanyon.net/item/armember-complete-wordpress-membership-system/17785056

      Or

      https://codecanyon.net/item/ultimate-membership-pro-wordpress-plugin/12159253

      Thank you

    • #12556

      Hi,

      1. To change the color of role please use the custom CSS code below

       

      
      .bbpas-key .keymaster { color: red; }
      .bbpas-key .moderator { color: green; }
      .bbpas-key .participant { color: blue; }
      .bbpas-key .spectator { color: yellow; }
      .bbpas-key .blocked { color: black; }
      

      Regarding translate issue, I can’t login to your admin to check, please unblock for me. My IP is 117.1.207.232

      2. I’m not sure about those plugins because I have ever tested it before.

    • #12562

      Hi,

      1) I just checked you have access to the site?

      We added the css,
      But the username is not changing color

      2) So which one?

      Thank you

    • #12565
      This reply has been marked as private.
    • #12571

      try again

    • #12575

      Connected successful, but I don’t see the Loco Translate menu item. Could you please check?

    • #12576

      activate

    • #12578

      I have just found this topic https://codex.bbpress.org/custom-capabilities/ I think it will help you without installing any plugin.

    • #12579

      You have requested to activate Loco Translate?
      To do what

       

      function add_custom_role( $bbp_roles ) {

      $bbp_roles[‘my_custom_role1’] = array(
      ‘name’ => ‘name 1’,
      ‘capabilities’ => bbp_get_caps_for_role( bbp_get_participant_role() ) // the same capabilities as participants
      );
      $bbp_roles[‘my_custom_role2’] = array(
      ‘name’ => ‘name 2’,
      ‘capabilities’ => bbp_get_caps_for_role( bbp_get_participant_role() ) // the same capabilities as participants
      );
      $bbp_roles[‘my_custom_role3’] = array(
      ‘name’ => ‘name 3’,
      ‘capabilities’ => bbp_get_caps_for_role( bbp_get_keymaster_role() ) // the same capabilities as keymaster
      );
      return $bbp_roles;
      }
      add_filter( ‘bbp_get_dynamic_roles’, ‘add_custom_role’, 1 );

       

      Are you talking about the code here?
      In this code how to add
      Keymaster | Moderator | Participant | Spectator | Blocked

      I just want with the roles with French

      Then if you look on the forum our nickname does not change color there is still the default color

    • #12584

      Hi,

      I request Loco Translate to check the translation issue, but it’s not related. The custom code which you sent above is add a new role, to edit current role, please prefer this code https://gist.github.com/zaerl/4086011

      Cheers,
      Foster

    • #12594

      Hi,

      Are you talking about the code here?

       

      function my_custom_roles( $role, $user_id, $user_role ) {
      
      if( $role == 'Key Master' )
      
      return 'Site Owner';
      
      return $role;
      
      }
      
      add_filter( 'bbp_get_user_display_role', 'my_custom_roles', 10, 3 );

       

      To modify other current roles?

      I have to do like that?

      function my_custom_roles( $role, $user_id, $user_role ) {
      
      if( $role == 'Key Master',moderator,',participant',spectator',blocked' )
      
      return 'Propriétaire du site',Modérateur',Client',Invité',Bloqué';
      
      return $role;
      
      }
      
      add_filter( 'bbp_get_user_display_role', 'my_custom_roles', 10, 3 );

      Thank you

    • #12595
      This reply has been marked as private.
    • #12615
      This reply has been marked as private.
    • #12618

      Hi,

      1. Now you site in maintenance mode so i can’t check issue with “dev” color
      2. Now only version 2.6 alpha version to support assign moderator to specific forum. https://bbpress.org/forums/topic/assign-moderators-to-specific-board-adding-roles/. We have to wait for update or use alpha version.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #12622

      I no longer give access to the site
      Only for France and Belgium
      Apart from the author of the plugin who has access

      1.We wrote that the problem of color is solved.

      2.Are you talking about the bbpress 2.6 plugin?
      Why on v2.6 there is a function to display moderators on sub-forums?

      I talk about it like on phpbb

      http://forums.phpbb-fr.com/

      On phpbb there is a lot of function than bbpress.
      The same things for
      asgaros-forum and wpForo Forum

      Best regards

    • #12629

      2. Yes, i don’t know why bbpress doesn’t add this function, it a major function. i saw the requests to add this function from 9 years ago. But we still wait for version 2.6. It now this version still doesn’t support assign moderator to separate forum.

      assign moderators to specific board & adding roles

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #12644

      2) Which one to choose?

      I have a question is it possible to see forums for members only?

      hide all contents and to have access to the site pay a subscription
      You have recommended to install the plugin here

      And the plugin here is it compatible with your template?
      I prefer to have a licensed plugin

      https://codecanyon.net/item/armember-complete-wordpress-membership-system/17785056

      Or

      https://codecanyon.net/item/ultimate-membership-pro-wordpress-plugin/12159253

      9) What does that mean? no function for?

      So the bbpress plugin does not have a lot of function
      Both plugin have much more function than bbpress

      asgaros-forum and wpForo Forum

       

      Thank you

    • #12770
      This reply has been marked as private.
    • #12786

      Sorry for late reply we recommend this plugin for member only https://codecanyon.net/item/ultimate-membership-pro-wordpress-plugin/12159253 it compatible with bbPress.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #12996

      Hello,

      I think the plugin here  https://codecanyon.net/item/armember-complete-wordpress-membership-system/17785056  has a lot more function than the one?  https://codecanyon.net/item/ultimate-membership-pro-wordpress-plugin/12159253
      In addition this plugin is compatible bbpress there is even a function connection.modal

      Thank you

    • #13014

      Yes, you’re right.

      I check again and saw this plugin https://codecanyon.net/item/armember-complete-wordpress-membership-system/17785056%C2%A0 supported both bbpress user profile, membership and popup for login/signup.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #13026

      Hi,

      Before buying the plugin, I wish to have the integration of the plugin?
      Replace your modal by that of the plugin?

      Best regards

       

       

    • #13043

      Yes,

      After you purchase we will help you do this.

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #13107

      Hi,

      We bought the plugin, we will do the test on our dev server
      We need integration for the tested on our site “dev”
      Replace your modal by that of the plugin?

       

      Best regards

       

       

       

      Best regards

    • #13109

      Hi,

      Please provide us information on dev site, I will help you integrate.

       

    • #13253

      Hi,

      Once the customer buys a plugin or a template on the site, he meets too often problems to get support, “a classic on” the codecanyon
      the envato team should do something
      You are not very serious as an author.

      We made screenshots, to send the team envato
      We have received no support from you since the purchase.

      Still waiting for help on

      Hide share buttons    1 day, 4 hours ago

      No badge displayed?   3 days, 6 hours ago

      Forum     3 days, 9 hours ago

       

      Since buying the model, you have not really helped
      12 months of support, and the response time is very long.

      I am already disappointed with your support,
      You are on the codecanyon site, to take advantage of people and not to give them help

       

      Thank you

    • #13313

      Hi,

      I have replied to the relevant topics, please kindly check.

      Thank you

    • #13454

      Hi,

      When will you send me the integration of the plugin on our child template? since we received nothing.

      You have requested the admin information you have received
      Still not connected to the site since.

      Have you solved the problem on modal design? since we are waiting and our website still in production, 1 month ago
      I would like to launch our website before the end of the month.

      To date the problems are not solved, there is already 1 month that we wait
      If the problems before the end of the month are not solved, I will make my request for reimbursement near the team envato

      The problem on the design of the modal.
      The problem on the badges of the users no badge is displayed.

      Otherwise all in all it’s a very good template

      Correct the problems as soon as possible, please,

      Thank you

    • #13465

      Hi,

      We now still can’t view your site. Could you unlock our IP 117.1.113.27 and 117.1.249.219 we can’t do anything if we can’t check your site.

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #13504

      Hi,

      We regret that we can not respond to your request.
      Now stop finding excuses, you know it from the beginning
      No more access to the site will be given, only one person is allowed to have access. The authorized person is “Foster”
      Access is prohibited to unauthorized persons.

      Thank you

    • #13518

      Hi,

      Foster is here. Now I can login to your site, but the FTP account is incorrect, could you please give me once again? Also please install the login Modal plugin which you said in other conversation. I will help you integrate it into our template.

      Hope you clearly understand my idea.

      Thank you

    • #13533

      Hi,

      You asked to have an admin account that you had.

      You are connected to “18/11/2017” “04:38”
      so why ask for an admin account
      If it’s to do that, do not do anything
      no support I delete your account.

      Exactly you did not do anything?

      We have a log that confirms that you have made no change.
      another proof for envato.

      Now you asked to have an ftp account for what to do

      Are you talking about the plugin here?

      https://codecanyon.net/item/armember-complete-wordpress-membership-system/17785056

       

      I test it on a test site
      I’m talking about replacing your modal by the plugin here  https://codecanyon.net/item/armember-complete-wordpress-membership-system/17785056

      Have integration on our child template

       

      PS:Still not solved the design problem for the modal? A month ago you said we will find a solution

      Thank you

    • #13535

      Hi,

      I don’t do anything because the admin account of your site does not have permission to check and debug. So I want an FTP account to check the problem on our theme. Do you understand what I mean?

      Regarding the plugin, if you want to integrate with our theme, I will help you do that, but please install on your site first.

    • #13603
      This reply has been marked as private.
    • #13637
      This reply has been marked as private.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #13647
      This reply has been marked as private.
    • #13678

      Hi,

      I’m sorry for you, we will delete the ftp account because you do not respect the conditions and schedules.
      Foster: your team and you not even very serious,
      You are a serious company

      It has already been a month since this lasted.
      I’m sick of it
      You leave us no choice to send a complaint to envato
      For lack of support on your product.

      Thank you

    • #13682

      Hi,

      Please calm down, There is the time zone difference and we respond slowly during weekends. Please accept my request one again, I will help you solve all above problems.

       

    • #13684

      We accept, okay fix the problems
      Once the problems resolved install the plugin here, but not before

    • #13685

      Thank you, I will check the problem right away. Please kindly stay awaited.

    • #13686

      Hi,

      I have fixed the forum badge problem. It caused by your custom function to change the role name. If you want to change the image and role, please find function jas_helpdesk_child_bbp_custom_role() in functions.php file of child theme.

      Thank you and let me know the next step.

    • #13693

      Thank you for solving the badge problem.

      1)It remains more than the problem on the design of the modal
      It integrates the plugin on your template.

      2)Then every time I change a parameter in the template options
      The character is deleted, I’m talking about Forum d'entraide

      3)Then in the template options why not add a function
      for “on” and “off” to enable or disable for example disable the faq or blog or other.

    • #13698

      Hi,

      1.You mean the plugin did not work in our modal?

      2.We are investigating the issue, please wait a moment.

      3.You mean: Disable them in the backend?

    • #13699

      1.I mean when do you plan to solve the problem on your modal?
      The concerption

      I just installed the plugin here,
      I do not even if the plugin here is compatible with the template
      https://codecanyon.net/item/armember-complete-wordpress-membership-system/17785056

      2. Okay

      3. Yes have a function to disable or enable them in the backend.

    • #13700

      Hi,

      1. Please install that plugin, I will help you integrate into the modal
      2. It was fixed
      3. We can’t do this function, I’m sorry. Hope you understand.

       

    • #13703

      1.The plugin is installed ?

      2.Which file did you edit for the repaired? I do not find it on the ftp?
      But there is always the “/”
      “Response time up to 2 business days.”

      3.Yes, we understood, there are functions that I do not use

    • #13708

      Hi,

      1.I saw that plugin, let me check it.

      2.It’s ok now, I edited three files bbpress.php, core/libraries/janstudio/hooks/helper.php and core/admin/fields/text/text.php

    • #13714

      Hi,

      This plugin has four Login style, which you want to choose?

      You can check here (Choose login form item) https://demo.armemberplugin.com

       

    • #13715

      1. Ok no worries, tell me if the plugin is compatible with?

      I trust you on the form
      All forms in modal
      The integrated on our child template

      2. We have saved the files thank you

    • #13716

      Please help me to activate this addons http://take.ms/fUzNe

    • #13717

      Above all do not forget to give us the names of the files you edit
      For me the saved and sent to the other site

      activate

    • #13719

      Hi,

      It’s done, please check.

      I edited two files in child theme: header.php and style.css

    • #13720

      Thank you for this work , I’m testing

      We have saved the files
      On the plugin have you made any settings?

      Why did you apply for the social plugin?
      We did the test, no social connection?

      Why when you click on “Lost Your Password” or “SIGNUP” there are two windows? it’s normal

      To connect it works
      Can not register
      Can not change “Lost Your Password”

    • #13794

      Thank you for this work , I’m testing

      We have saved the files
      On the plugin have you made any settings?

      Why did you apply for the social plugin?
      We did the test, no social connection?

      Why when you click on “Lost Your Password” or “SIGNUP” there are two windows? it’s normal

      To connect it works
      Can not register
      Can not change “Lost Your Password”

    • #13832

      Hi,

      1) header.php

      We have created a dashboard page for customers and would like to integrate it into the “My Account” menu
      I would like to know if I just have to integrate the link as on the example here
      or do you need a code like the example here?

      URL of page: https://www.exemple.eu/tableau-de-bord/ how to add it and how to have a link like this link

      if I change the link here <?php echo esc_url( wp_logout_url( get_permalink() ) ); ?>
      by this link https://www.exemple.eu/tableau-de-bord/

      <li><a class="db pt__5 pb__5" href="/tableau-de-bord/"><?php esc_html_e( 'Tableau de bord', 'helpdesk' ); ?></a></li>

      2)You did the test?
      We have done the test to connect you no problem, for against to change the password or to make a registration it does not work.
      Click on “My Account” then “Lost Your Password” and “SIGNUP”
      you will quickly understand the problem.

      Thank you

    • #13834
      This reply has been marked as private.
    • #13853

      Hi,

      PS:Why did you post my dev site on the forum?

      2.If we did the test with short codes
      Forms can run on the current modal (Login Modal).
      There is a problem with integration.
      The developer of the plugin confirm well, that the problem and on your integration.

      Give me the solution for redirection I will do the test

      Thank you

    • #13898

      Hi,

      Could you please ask plugin provider to give us the solution. When clicking on the button, it will show a modal login. Ask them to give us the JavaScript event.

      Thank you

    • #13904

      Hi,

      I have to ask what to the plugin developer?
      Give me your complete message in great detail, for me to send it on the support?

      Thank you

    • #13948

      Hi,

      The question I have posted above. “Ask them to give us the JavaScript event to trigger modal login when clicking on the button”.

    • #14010

      Hello,
      We are still waiting?
      Not yet received JavaScript
      Thank you

    • #14012

      Could you please give me the contact of plugin provider? I will deputize you to contact them.

    • #14071

      Hi,

      The support said that you send the message from the page here https://codecanyon.net/user/reputeinfosystems

      We must find a solution before the end of the week, otherwise the client will abandon the project. That means who will want to ask for the refund.

      Thank you

    • #14180
      This reply has been marked as private.
    • #14244

      Not very nice of your par, you answer on the other request of the customers, and me no answer

    • #14253

      Hi,

      Sorry about that, I need made a test before answer you. This shortcode to show a login form, it’s not a javascript trigger function. Please explain more about your request to plugin provider.

    • #14285
      This reply has been marked as private.
    • #14296

      Hi,

      It looks good now, please kindly check.

    • #14322

      Hello,
      1) The problem is solved
      Thank you

Viewing 75 reply threads

You must be logged in to reply to this topic.