Nous exploitions autrefois un grand forum que nous avons fermé il y a plusieurs années. J’ai simplement essayé d’installer vBulletin 5.x et c’est un véritable déchet !
Je recherche des alternatives (hébergées en interne uniquement).
Quelques éléments qui comptent pour moi :
Compatibilité avec notre stack actuelle : Je souhaite installer le forum à l’adresse domain.com/community/ sans avoir à modifier notre configuration serveur (nous ne sommes absolument pas une entreprise Ruby, nous utilisons principalement LAMP. Je ne suis pas un expert technique, mais je suis sûr que mes équipes pourront s’en charger).
Optimisation pour les moteurs de recherche (incluant la vitesse et le WPO) : Cela compte probablement plus que tout pour moi, étant donné l’objectif du forum.
Intégration des formulaires avec Salesforce : Nous utilisons Salesforce / Pardot et souhaitons que les nouveaux comptes vérifiés et enregistrés soient automatiquement ajoutés à Salesforce / Pardot.
Permissions personnalisées : Je veux pouvoir rendre certains forums publics, d’autres réservés aux membres, et d’autres encore accessibles uniquement à des utilisateurs spécifiques. À quel point le système de permissions de Discourse est-il flexible ?
Personnalisabilité (design) : Nous disposons d’une grande équipe de design et souhaitons personnaliser l’apparence de manière unique. Je préférerais qu’ils n’aient pas à apprendre Ruby / JS pour modifier le thème.
Quoi qu’il en soit, quelles sont vos opinions ? Vos retours seraient les bienvenus.
Merci d’avance.
Well this is tricky. Discourse is not a LAMP app, so that will be different. However, that is the reason of Docker, all the Discourse stack is confined to the container image so you don’t need to install anything else on the host. Changing the default install to listen to a unix socket (so you can use your reverse proxy at domain.com and proxy requests to /community to the socket) is just a couple of lines of configuration.
Not sure what is WPO but Discourse ranks great on search engines out of the box, as long as you have actual content on the forum.
As long as those tools can handle a webhook, or you can quickly write a translation layer in your LAMP app it’s an easy task.
Every category can have different permissions, this is a basic feature.
Discourse is a “Single Page Application” so if you want more deep customization you will need to write JS code. However, there is a lot you can do with just HTML+CSS, so you it depends more on what is your expectation.
We actually have a very unique use case, I’m wondering if it has been done or whether it is possible.
Imagine a customer posts a very specific post (which really only applies to them), we would like to flag it so only admins and the user who posted can read and reply, thus taking the discussion private if you will (The whole community does not always need to see your discussion around a support issue for instance)
Is this something you can do with default feature set or will we need to code it?
That is not what I was asking for, let me clarify. A customer starts a “thread” on the forums (not a DM or group etc) and we determine that thread is only relevant to that customer. Without deleting the thread or moving it, we’d like a toggle to have it so only that poster and the board admins can see it. Make sense?