• Hi guys
    I want to be grateful for plugin. I have tried too many Q&A plugins and only this plugin is useful and satisfied me. However I have some advise/request that it will make better this plugin to use if you realize that.

    1. Vote topics and comments is absolutely necessary.

    2. It should be it should be available to hide comments below topics. Show it only when you pent the topic.

    3. When user write a comment ID information which is in left side covers too many place. If you write even one sentence it is covering about 5 cm place that is really unnecessary. You should place this info laterally for example profile picture > name and username > user status > participation > posts above or below the comment.
    I hope you will consider them and waiting for the result.
    Thank you guys ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi puma92,
    Thank you very much for the nice review. We’ll take your suggestions under consideration for sure.

    Thread Starter puma92

    (@puma92)

    Thank you much for your replay.
    By the way can you guys give information about how to add new language. Is there anywhere I can download existing scripts to translate?

    Plugin Author gVectors Team

    (@gvectors-team)

    Please use PO/MO files for translation. Here you can find all information about translation methods: https://wpforo.com/docs/root/translation/how-to-translate/

    Thread Starter puma92

    (@puma92)

    Got it. thank you for answer.
    Let me ask last two questions.

    1. I have seen screenshots that include different types of forum appearances. How can I choose other types of it?

    2. Is it possible to allow new topics and comments without moderation? If yes please show me the way to follow.

    Thank you.

    Plugin Support gVectors Support

    (@gvectorssupport)

    1. You can set forum layouts in top/parent Category settings. Child forums’ layout depends on the top category (blue panels) layout. They cannot have a different layout.

    https://wpforo.com/docs/root/categories-and-forums/forum-layouts/

    2. Moderation is based on the number of user posts. if a user is a new registered user he will be under spam control till the post number is not higher the value of according option in Dashboard > Forums > Tools admin page. And not all topic/posts needs approvement. It depends on suspicion level and post/topic content it’s also manageable in the same admin page.

    In any case, if you don’t moderate spam suspects content you should approve current unapproved content in Dashboard > Forums > Moderate admin page and then disable Spam Control on Dashboard > Forums > Tools admin page.

    Thread Starter puma92

    (@puma92)

    It is done.
    Guys Im aware of that I ask too many questions ?? Please help me to figure out in one more point.
    Is it possible to hide comments below topics in given forum choices?

    Here is a acreenshot which shows topics with open/close comments.

    Comments open

    Comments close

    • This reply was modified 6 years, 10 months ago by puma92.
    Plugin Author gVectors Team

    (@gvectors-team)

    The only way is using JS code.

    1. Find the Forum IDs you’d like to close in Dashboard > Forums > Forums admin page. You can see numbers beside Forum titles:

    https://www.screencast.com/t/02Eju7JqJPCs

    Then change 19 and 5 with your forum IDs. make sure those are comma separated like it’s in the code example:

    <script>
    jQuery(document).ready(function($){
        $.each([ 19, 5 ], function( index, id ) {
            $('.wpforo-last-topics-' + id ).hide();
            $( '#img-arrow-' + id ).removeClass('fa-chevron-up').addClass('fa-chevron-down');
        });
    });
    </script>

    Use these instructions to insert the JavaScript code in your website:
    https://www.ostraining.com/blog/wordpress/custom-js/ (option#2)
    https://www.godaddy.com/garage/3-ways-to-insert-javascript-into-wordpress-pages-or-posts/

    Delete all caches, do Ctrl+F5 on forum front and check it.

    Plugin Author gVectors Team

    (@gvectors-team)

    For further support please register and open support topic in wpForo.com Community. The review section is not a good place for support discussions.
    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘90% satisified’ is closed to new replies.