mChat Extension compatibility

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home ForumUS phpbb 3.3.x Style mChat Extension compatibility

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #859
    aduh
    Participant

    So it looks like mChat Extension is not fully compatibile on ForumUS with phpBB 3.2

    Problems:

    – Display on the index page – don’t work
    – Smilies – don’t work
    – invisible icons (edit, remove comment etc)
    – Archive style not supported (blue prosilver background color)

    • This topic was modified 7 years, 2 months ago by aduh.
    #861

    Hi There,

    Sorry for the inconvenience.

    First of all, based on our stye UX the mChat will not display on the index page. It will only display on the mChat page.

    Further more, Solution For ‘Smilies’:

    1. Add below css to custom.css

        #mchat-smilies.hidden[style^="display: block;"] {
            display: block !important;
        }

    Solution For ‘Invisible Icons’:

    1. Add below css to custom.css

        .mchat-wrapper .mchat-buttons a {
            color: #333;
        }

    Solution For ‘Archive Style’:

    1. Open overall_header.html
    2. Find <!-- IF SCRIPT_NAME eq 'app/mchat' -->
    3. Replace with <!-- IF SCRIPT_NAME eq 'app/mchat' or SCRIPT_NAME eq 'app/mchat/archive' --> (Screenhost: http://prntscr.com/e79ddh)

    1. Open overall_footer.html
    2. Find <!-- IF SCRIPT_NAME eq 'app/mchat' -->
    3. Replace with <!-- IF SCRIPT_NAME eq 'app/mchat' or SCRIPT_NAME eq 'app/mchat/archive' --> (Screenshot: http://prntscr.com/e79dji)

    Best Regards,
    ThemeLooks Support Team

    #863
    aduh
    Participant

    Thank you. Now it’s fine.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
happy hour