XenForo support forum in foreign languages

Old Nick

Well-known member
Hello, I created a few months ago a XenForo support forum in French, @Melvin Garcia created one in Spanish and I know one in Italian but I don't know who here is the administrator.

So if you are yourself the creator or the administrator of a XenForo support forum in a foreign language you can report yourself in this discussion, the idea would be to create a kind of small network between us to support each other others by sharing our URLs to begin with, then why not find other forms of sharing and mutual aid.

If this sounds interesting to you, don't hesitate!
 
I created a page to list the various support sites (each language can have multiple sites). It will evolve as new forums are created or discovered.
Feel free to make suggestions about this page.

Links to forums are do follow (good for SEO!).
 
Developers and translators are the two most important pieces for the success of a software project.

Thank you to those who donate their time in the form of add-ons and translations, even for free, and make them available to everyone.

It's also great to see some developers responding to support questions in the forums of another competitor developer's add-ons.

These things make XenForo a unique and truly friendly community.
 
The page is a page-node with the following settings:
  • Display in the node list: unchecked
  • Advanced mode: checked
This is the HTML code to add to the page template:
(you will need to edit the flag images path and <head> tags to yours)
HTML:
<xf:head option="meta_description">
    <meta name="description" content="Réseau multilingue de support XenForo">
    <meta property="og:description" content="Réseau multilingue de support XenForo">
    <meta property="twitter:description" content="Réseau multilingue de support XenForo">
    <meta name="keywords" content="support, XenForo, Forum, multilingue, réseau, anglais, français, espagnol, allemand">
    <meta name="author" content="XenForo FR">
</xf:head>

<div class="block">
    <div class="block-container">
        <div class="block-header">
            <xf:fa icon="fa-language" />&nbsp;&nbsp;Langues supportées
        </div>
        <ol class="block-body">
            <li class="block-row block-row--separated">
                <div class="contentRow">
                    <span class="contentRow-figure
                                 contentRow-figure--text
                                 contentRow-figure--fixedSmall
                                 flag-large">
                        <img src="/data/tuto-images/angleterre.webp" />
                    </span>
                    <div class="contentRow-main">
                        <h2 class="contentRow-header unbold">
                            Anglais / English
                            <br>
                            <a href="https://xenforo.com/community" target="_blank">https://xenforo.com/community</a>
                        </h2>
                        <div class="contentRow-minor">
                            <b>Staff members</b> : Kier, ChrisD, JeremyP, Nixfifty, Brogan, Slavik. (<a href="https://xenforo.com/community/members/?key=staff_members" target="_blank">See...</a>)
                        </div>
                    </div>
                </div>
            </li>
            <li class="block-row block-row--separated">
                <div class="contentRow">
                    <span class="contentRow-figure
                                 contentRow-figure--text
                                 contentRow-figure--fixedSmall
                                 flag-large">
                        <img src="/data/tuto-images/france.webp" />
                    </span>
                    <div class="contentRow-main">
                        <h2 class="contentRow-header unbold">
                            Français / French
                            <br>
                            <a href="https://xenforo.fr">https://xenforo.fr</a>
                        </h2>
                        <div class="contentRow-minor">
                            <b>Membre(s) du staff</b> : Nicolas. (<a href="https://xenforo.fr/members/?key=staff_members">Voir...</a>)
                        </div>
                        <br>
                        <h2 class="contentRow-header unbold">
                            <a href="https://xenfrench.net/forum/" target="_blank" rel="noreferrer noopener nofollow">https://xenfrench.net/forum</a>
                        </h2>
                        <div class="contentRow-minor">
                            <b>Membres du staff</b> : Allan, Body, Masterman, nitro, Tony. (<a href="https://www.xenfrench.net/forum/members/?key=staff_members" target="_blank" rel="noreferrer noopener nofollow">Voir...</a>)
                        </div>
                    </div>
                </div>
            </li>
            <li class="block-row block-row--separated">
                <div class="contentRow">
                    <span class="contentRow-figure
                                 contentRow-figure--text
                                 contentRow-figure--fixedSmall
                                 flag-large">
                        <img src="/data/tuto-images/espagne.webp" />
                    </span>
                    <div class="contentRow-main">
                        <h2 class="contentRow-header unbold">
                            Espagnol / Spanish / Español
                            <br>
                            <a href="https://xenhispano.net/" target="_blank">https://xenhispano.net</a>
                        </h2>
                        <div class="contentRow-minor">
                            <b>Miembros del equipo</b> : nextgen, Satapunk. (<a href="https://xenhispano.net/miembros/?key=staff_members" target="_blank">Ver...</a>)
                        </div>
                    </div>
                </div>
            </li>
            <li class="block-row block-row--separated">
                <div class="contentRow">
                    <span class="contentRow-figure
                                 contentRow-figure--text
                                 contentRow-figure--fixedSmall
                                 flag-large">
                        <img src="/data/tuto-images/allemagne.webp" />
                    </span>
                    <div class="contentRow-main">
                        <h2 class="contentRow-header unbold">
                            Allemand / German / Deutsch
                            <br>
                            <a href="https://www.xendach.de/" target="_blank">https://www.xendach.de</a>
                        </h2>
                        <div class="contentRow-minor">
                            <b>Mitarbeiter</b> : McAtze.
                        </div>
                    </div>
                </div>
            </li>
            <li class="block-row block-row--separated">
                <div class="contentRow">
                    <span class="contentRow-figure
                                 contentRow-figure--text
                                 contentRow-figure--fixedSmall
                                 flag-large">
                        <img src="/data/tuto-images/italie.webp" />
                    </span>
                    <div class="contentRow-main">
                        <h2 class="contentRow-header unbold">
                            Italien / Italian / Italiano
                            <br>
                            <a href="https://www.xfitalia.it/community/" target="_blank">https://www.xfitalia.it/community</a>
                        </h2>
                        <div class="contentRow-minor">
                            <b>Membri dello Staff</b> : Il Custode. (<a href="https://www.xfitalia.it/community/members/?key=staff_members" target="_blank">Vedere...</a>)
                        </div>
                    </div>
                </div>
            </li>
            <li class="block-row block-row--separated">
                <div class="contentRow">
                    <span class="contentRow-figure
                                 contentRow-figure--text
                                 contentRow-figure--fixedSmall
                                 flag-large">
                        <img src="/data/tuto-images/pologne.webp" />
                    </span>
                    <div class="contentRow-main">
                        <h2 class="contentRow-header unbold">
                            Polonais / Polish / Polski
                            <br>
                            <a href="https://forum-xf.pl/" target="_blank">https://forum-xf.pl</a>
                        </h2>
                        <div class="contentRow-minor">
                            <b>Pracownicy</b> : dave. (<a href="https://forum-xf.pl/members/?key=staff_members" target="_blank">widzieć...</a>)
                        </div>
                    </div>
                </div>
            </li>
            <li class="block-row block-row--separated">
                <div class="contentRow">
                    <span class="contentRow-figure
                                 contentRow-figure--text
                                 contentRow-figure--fixedSmall
                                 flag-large">
                        <img src="/data/tuto-images/turquie.webp" />
                    </span>
                    <div class="contentRow-main">
                        <h2 class="contentRow-header unbold">
                            Turc / Turkish / Türkçe
                            <br>
                            <a href="https://xentr.net/" target="_blank">https://xentr.net</a>
                        </h2>
                        <div class="contentRow-minor">
                            <b>Personel üyeleri</b> : XenTR. (<a href="https://xentr.net/members/?key=staff_members" target="_blank">görmek...</a>)
                        </div>
                    </div>
                </div>
            </li>
        </ol>
    </div>
</div>

And a small CSS code to add to the extra.less template:
Less:
.flag-large {
    width: 80px !important;
}

Attached the flags... (.webp) ;)
 

Attachments

So if you are yourself the creator or the administrator of a XenForo support forum in a foreign language you can report yourself in this discussion, the idea would be to create a kind of small network between us to support each other others by sharing our URLs to begin with, then why not find other forms of sharing and mutual aid.
I think this is a great idea, @Nicolas FR. Keep up!
 
Yes, that's for sure, it wouldn't help. English does the job well for that.

The interest of the Slovenian translation resource I posted is more to create an SEO link that could possibly benefit customizeXF even though I'm very small at the moment, so take it as a wink between friends. ;)
 
Back
Top Bottom