(FAQ) Support/help
Admin

Support technique
Parce qu'il n'y a pas de questions bêtes, toutes celles qui vous traversent la tête concernant le Blank Theme, qu'elles soient pratiques ou techniques, peuvent être posées ici. Vous pouvez également faire part de vos retours, suggestions et remarques au besoin, ils sont tout aussi appréciés.
Si le délai de réponse devient trop long, n'hésitez pas à me contacter sur mon Tumblr dans la section contact pour me signaler votre question.N'oubliez pas
⎯ d'être précis et clair
⎯ d'accompagner vos messages de lien, d'image, schémas (liens autorisés)
⎯ d'avertir la résolution de votre problème et de remercier la personne qui vous a aidéMerci d'ouvrir un nouveau sujet !
Vous pouvez répondre aux besoins des autres si le cœur vous en dit.
Tech support
As they say: there's no stupid questions! Any concerns that you may have regarding the Blank Theme, either practical or technical in nature, can be asked here. Don't hesitate to leave feedback and suggestions, it's always appreciated.
If I'm taking too long to get back to you, don't hesitate to swing by the contact page on my Tumblr.Don't forget
⎯ to be clear and precise in your question
⎯ to complement your query with links, images or other visual supports (links are allowed)
⎯to notify us when your problem is solved and to thank whoever helped!Please start a new thread for your question!
You can help anyone who needed if you have the answer.
Admin

Question fréquemment posées
Pourquoi X ou Y script ne fonctionnent pas ?
Assurez-vous d'avoir coché
La plupart des tutoriels (comme ceux proposés par le Forum des Forums) sont conçus pour des versions non modifiés de Forumactif. Le Blank Theme étant entièrement modifié, il y a des chances pour que ces tutoriels ne fonctionnent pas.
Il est également possible que vous ayez modifié une
Pourquoi l'avatar du dernier inscrit ne s'affiche pas ?
Pour que l'affichage fonctionne, il faut :
- activer les scripts (voir question ci-dessus)
- activer le profil simple : Utilisateurs & groupes › Profil › Options générales › Activer le profil avancé : non
- que le dernier inscrit ait un avatar
Pourquoi l'avatar de la toolbar ne s'affiche pas sur toutes les pages ?
Assurez vous que le script "Affichage de l'avatar dans la toolbar" soit activé sur toutes les pages. Aussi, si le nouvel inscrit n'a pas d'avatar, celui-ci ne s'affichera pas.
Comment fait-on pour déplacer ou suprimer X élément ?
Explorez simplement les templates ! Les lignes de codes sont peut-être impressionnantes au premier abord mais les templates ont été sciemment modifié pour être faciles à lire. Il y a de forte chance pour ce que vous cherchez soit annoté de la sorte
Comment coder la chatbox ?
La chatbox n'est pas prise en compte dans le Blank Theme par choix. Vous pouvez retrouver son code de base fourni dans le lien "voir le css de base" dans les options de la page CSS ou en récupérant le code suivant :
- Code chatbox:
- Code:
/* Chatbox-------------------------------------------------*/
#chatbox_popup {
float: right;
}
#chatbox_bottom {
margin: -18px -18px 0;
transition: none;
}
#chatbox_resize {
border-radius: 0 0 3px 0;
bottom: 25px;
cursor: ns-resize;
padding: 6px;
position: relative;
float: right;
}
/* Chatbox - iframe */
body.chatbox {
background-color: #ffffff;
background-image: none;
margin-top: 0 !important;
}
#chatbox_header {
background-color: #3793ff;
border-radius: 3px 3px 0 0;
height: 49px;
line-height: 1;
padding: 18px;
}
.chatbox .forabg {
background-color: #3793ff;
border: none;
box-shadow: none;
margin: 0;
padding: 0;
}
.chatbox-title {
color: #ffffff !important;
float: left;
font-weight: 500;
margin: 0;
padding: 0;
}
.chatbox-title .chat-title {
color: #ffffff !important;
}
.chatbox-options {
float: right;
list-style: none;
}
.chatbox-options li {
color: #ffffff;
display: inline-block;
}
.chatbox-options li a,.chatbox-options li label {
color: #ffffff;
}
#chatbox_members, #chatbox_channels {
color: #444444;
border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
border-width: 0 1px 0 0;
bottom: 40px;
float: left;
left: 0;
overflow: auto;
top: 79px;
position: absolute;
width: 180px;
}
#chatbox_members .member-title, #chatbox_channels .member-title {
text-align: center;
padding: 0.5em 0.25em;
background-image: none;
background-color: #f0f0f0;
color: #3e464c;
font-family: 'Roboto', sans-serif;
}
#chatbox_members ul, #chatbox_channels ul {
list-style: none;
margin: 0 0 0 1em;
}
#chatbox_members ul li, #chatbox_channels ul li {
margin: 0.5em 0.5em 0.5em 0;
}
.channels-title {
background-image: none;
background-color: #f0f0f0;
color : #3e464c;
font-family: 'Roboto', sans-serif;
padding: .5em .25em;
text-align: center;
}
#tab_selector_cb {
height: 30px;
width: 180px;
border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
border-width: 0 1px 0 0;
}
#cb_switch_members, #cb_switch_channels{
width:89px;
position: relative;
cursor: pointer;
}
.person .unread-messages {
background: var(--color_channel,#105289);
height: 10px;
width: 10px;
position: absolute;
right: 3px;
top: 3px;
border-radius: 50%;
display:none;
}
#cb_switch_channels{
right: 0;
}
.cb_active_btn {
background-color: #f0f0f0;
color : #3e464c;
}
.contact-list .person {
position: relative;
padding: 10px 0;
border-bottom: 1px solid rgba(112,108,114,0.3);
cursor: pointer;
margin: 0 !important;
}
.person .info {
display: inline-block;
width: auto;
padding: 0 0 0 10px;
}
.contact-list .name {
display: block;
font-weight: bold;
position: relative;
color: var(--color_channel,#105289);
}
.contact-list .person:hover, contact-list .person.active {
background: rgba(0,0,0,0.1);
}
.contact-list .person.active:after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
border-right: 4px solid var(--color_channel,#105289);
box-shadow: inset -4px 0px 4px -4px var(--color_channel,#105289);
}
#chatbox {
bottom: 40px;
left: 0;
margin-left: 180px;
overflow: auto;
right: 0;
top: 49px;
position: absolute;
}
#chatbox > p {
margin-bottom: 0;
}
#chatbox > p:hover > .date-and-time {
opacity: 1;
}
#chatbox .msg {
line-height: 1.526 !important;
margin-top: 0 !important;
word-wrap: break-word;
}
#chatbox .date-and-time, #chatbox .cb_delete_msg {
margin-top: 0 !important;
opacity: 0.6;
}
#chatbox .user-msg .cb-avatar {
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
float: left;
height: auto !important;
margin-right: 0 !important;
padding: 0 18px 0 0 !important;
width: auto !important;
}
#chatbox .user-msg .cb-avatar img {
background-color: #FFF;
border-color: #FFF;
border-radius: 38px;
border-style: solid;
border-width: 2px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
display: block;
height: 38px !important;
width: 38px !important;
}
.chatbox_row_1,.chatbox_row_2,.chatbox_row_3 {
overflow: hidden;
padding: 6px 18px;
}
.chatbox_row_1 {
background-color: #ffffff;
}
.chatbox_row_2 {
background-color: #f8f8f8;
}
.chatbox_row_3 {
background-color: #f0f0f0;
}
.memberlist_row_1 {
background-color: #ffffff;
}
#chatbox_footer {
background-color: #f8f8f8;
border-color: #f0f0f0;
border-radius: 0 0 3px 3px;
border-style: solid;
border-width: 1px 0 0;
bottom: 0;
display: block;
height: auto !important;
left: 0;
overflow: hidden;
padding: 6px 45px 6px 18px;
position: absolute;
right: 0;
}
#chatbox_footer label {
color: #ffffff;
}
#chatbox_footer #message {
height: auto;
margin: 0;
width: 300px;
}
#chatbox_footer #submit {
height: 27px;
line-height: 27px;
padding: 0 9px;
}
div#chatbox_messenger_form {
display: flex!important
}
.fontbutton,#help-button {
background-color: rgba(0, 0, 0, 0.1) !important;
color: #444444 !important;
border: none !important;
box-shadow: none !important;
cursor: pointer;
float: left;
height: 27px !important;
line-height: 21px !important;
margin-right: 6px;
padding: 3px 9px;
vertical-align: middle;
width: auto !important;
}
.fontbutton_normal {
background: #E1E1E2;
}
.fontbutton_selected {
background: #BBC7CE;
border: 1px solid #22229C;
}
.fontbutton_clicked {
background: #959595;
border: 1px solid #22229C;
}
.fontbutton_hover {
background: #E1E1E2;
border: 1px solid #22229C;
}
#chatbox_contextmenu {
border: 2px solid black;
background-color: #f0f0f0;
}
#chatbox_contextmenu p {
margin: 0;
padding: 1px 4px;
font-family: verdana, arial, sans-serif;
background: #ffffff;
border-bottom: 1px solid #777;
}
#chatbox_contextmenu p.hover {
background: #f8f8f8;
}
#chatbox_contextmenu p.close {
background: #ddd;
padding: 1px;
font-size: 95%;
color: #fff;
background: url("");
}
#chatbox_contextmenu p.close img {
vertical-align: middle;
padding-left: 20px;
}
#chatbox_contextmenu a {
color: #3e464c;
text-decoration: none;
font-size: 95%;
}
#chatbox_contextmenu a:hover {
color: ;
}
#chatbox .user {
font-weight: 500;
}
Pourquoi après l'installation de tout les codes, un élément ou une page entière de mon forum s'affiche mal ?
Il y a de très forte chance que vous ayez mal c/c vos templates. Faites plusieurs vérification, c'est beaucoup de manipulation et une erreur comme un clique sur la mauvaise ligne est vite arrivée.
Pourquoi le plugin Messenger s'affiche bizarrement ?
Pourquoi le plugin Edison fonctionne à moitié ?
Vous avez peut-être oublié de cocher non à "optimiser votre CSS".
Pourquoi certain élément (avatar, pseudo, message...) ne s'affichent pas sur le plugin Messenger ?
Si vous avez effectué des modifications dans vos templates, le script du plugin a très certainement perdu ses repères avec les
Je rappelle que je n'offre pas de support pour messenger.
Pourquoi les champs dans le script
L'orthographe exacte pour que le script comprenne quel champs vous ciblez est la suivante :
- tout en minuscule 'messsage'
- les champs en plusieurs séparé par un tiret 'etat-civil'
- pas de caractères spéciaux 'credits'
Pourquoi le menu déroulant sur la version mobile disparait ?
Ce dernier s'affiche lorsque
Admin

Frequently asked question
Why doesn't script X or Y work?
If many JS features don't seem to be working, make sure that the
Most tutorials (like those available on Forumactif's main forum) are created for the base Forumactif theme. The Blank Theme being entirely customised, it's possible that these tutorials won't work. Most of the time, you need to modify the
Il est également possible que vous ayez modifié une
Why doesn't the last registered user's avatar appear?
For this to work, you must:
⎯ activate scripts (see the question above)
⎯ activate the simple profile: Users & Groups › Profiles › General options › Activate advanced profile: No
⎯ make sure the last registered user has an avatar
Why doesn't the avatar in the toolbar appear on all pages?
Make sure the script called « Avatar on the toolbar » is activated on all pages.
How do I move/delete X element?
Explore the templates! The code may look impressive at first glance, but all templates have been modified to be easy to navigate. Chances are what you're looking for is annotated, like such:
How to code the chatbox ?
The chatbox is not supported in the Blank Theme. You can find the base code in the link "See your forum's basic CSS" in the options of the CSS page or copy directly the following code :
- Code Chatbox:
- Code:
/* Chatbox-------------------------------------------------*/
#chatbox_popup {
float: right;
}
#chatbox_bottom {
margin: -18px -18px 0;
transition: none;
}
#chatbox_resize {
border-radius: 0 0 3px 0;
bottom: 25px;
cursor: ns-resize;
padding: 6px;
position: relative;
float: right;
}
/* Chatbox - iframe */
body.chatbox {
background-color: #ffffff;
background-image: none;
margin-top: 0 !important;
}
#chatbox_header {
background-color: #3793ff;
border-radius: 3px 3px 0 0;
height: 49px;
line-height: 1;
padding: 18px;
}
.chatbox .forabg {
background-color: #3793ff;
border: none;
box-shadow: none;
margin: 0;
padding: 0;
}
.chatbox-title {
color: #ffffff !important;
float: left;
font-weight: 500;
margin: 0;
padding: 0;
}
.chatbox-title .chat-title {
color: #ffffff !important;
}
.chatbox-options {
float: right;
list-style: none;
}
.chatbox-options li {
color: #ffffff;
display: inline-block;
}
.chatbox-options li a,.chatbox-options li label {
color: #ffffff;
}
#chatbox_members, #chatbox_channels {
color: #444444;
border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
border-width: 0 1px 0 0;
bottom: 40px;
float: left;
left: 0;
overflow: auto;
top: 79px;
position: absolute;
width: 180px;
}
#chatbox_members .member-title, #chatbox_channels .member-title {
text-align: center;
padding: 0.5em 0.25em;
background-image: none;
background-color: #f0f0f0;
color: #3e464c;
font-family: 'Roboto', sans-serif;
}
#chatbox_members ul, #chatbox_channels ul {
list-style: none;
margin: 0 0 0 1em;
}
#chatbox_members ul li, #chatbox_channels ul li {
margin: 0.5em 0.5em 0.5em 0;
}
.channels-title {
background-image: none;
background-color: #f0f0f0;
color : #3e464c;
font-family: 'Roboto', sans-serif;
padding: .5em .25em;
text-align: center;
}
#tab_selector_cb {
height: 30px;
width: 180px;
border-color: rgba(0, 0, 0, 0.1);
border-style: solid;
border-width: 0 1px 0 0;
}
#cb_switch_members, #cb_switch_channels{
width:89px;
position: relative;
cursor: pointer;
}
.person .unread-messages {
background: var(--color_channel,#105289);
height: 10px;
width: 10px;
position: absolute;
right: 3px;
top: 3px;
border-radius: 50%;
display:none;
}
#cb_switch_channels{
right: 0;
}
.cb_active_btn {
background-color: #f0f0f0;
color : #3e464c;
}
.contact-list .person {
position: relative;
padding: 10px 0;
border-bottom: 1px solid rgba(112,108,114,0.3);
cursor: pointer;
margin: 0 !important;
}
.person .info {
display: inline-block;
width: auto;
padding: 0 0 0 10px;
}
.contact-list .name {
display: block;
font-weight: bold;
position: relative;
color: var(--color_channel,#105289);
}
.contact-list .person:hover, contact-list .person.active {
background: rgba(0,0,0,0.1);
}
.contact-list .person.active:after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
border-right: 4px solid var(--color_channel,#105289);
box-shadow: inset -4px 0px 4px -4px var(--color_channel,#105289);
}
#chatbox {
bottom: 40px;
left: 0;
margin-left: 180px;
overflow: auto;
right: 0;
top: 49px;
position: absolute;
}
#chatbox > p {
margin-bottom: 0;
}
#chatbox > p:hover > .date-and-time {
opacity: 1;
}
#chatbox .msg {
line-height: 1.526 !important;
margin-top: 0 !important;
word-wrap: break-word;
}
#chatbox .date-and-time, #chatbox .cb_delete_msg {
margin-top: 0 !important;
opacity: 0.6;
}
#chatbox .user-msg .cb-avatar {
background-color: transparent !important;
border: none !important;
box-shadow: none !important;
float: left;
height: auto !important;
margin-right: 0 !important;
padding: 0 18px 0 0 !important;
width: auto !important;
}
#chatbox .user-msg .cb-avatar img {
background-color: #FFF;
border-color: #FFF;
border-radius: 38px;
border-style: solid;
border-width: 2px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.3);
display: block;
height: 38px !important;
width: 38px !important;
}
.chatbox_row_1,.chatbox_row_2,.chatbox_row_3 {
overflow: hidden;
padding: 6px 18px;
}
.chatbox_row_1 {
background-color: #ffffff;
}
.chatbox_row_2 {
background-color: #f8f8f8;
}
.chatbox_row_3 {
background-color: #f0f0f0;
}
.memberlist_row_1 {
background-color: #ffffff;
}
#chatbox_footer {
background-color: #f8f8f8;
border-color: #f0f0f0;
border-radius: 0 0 3px 3px;
border-style: solid;
border-width: 1px 0 0;
bottom: 0;
display: block;
height: auto !important;
left: 0;
overflow: hidden;
padding: 6px 45px 6px 18px;
position: absolute;
right: 0;
}
#chatbox_footer label {
color: #ffffff;
}
#chatbox_footer #message {
height: auto;
margin: 0;
width: 300px;
}
#chatbox_footer #submit {
height: 27px;
line-height: 27px;
padding: 0 9px;
}
div#chatbox_messenger_form {
display: flex!important
}
.fontbutton,#help-button {
background-color: rgba(0, 0, 0, 0.1) !important;
color: #444444 !important;
border: none !important;
box-shadow: none !important;
cursor: pointer;
float: left;
height: 27px !important;
line-height: 21px !important;
margin-right: 6px;
padding: 3px 9px;
vertical-align: middle;
width: auto !important;
}
.fontbutton_normal {
background: #E1E1E2;
}
.fontbutton_selected {
background: #BBC7CE;
border: 1px solid #22229C;
}
.fontbutton_clicked {
background: #959595;
border: 1px solid #22229C;
}
.fontbutton_hover {
background: #E1E1E2;
border: 1px solid #22229C;
}
#chatbox_contextmenu {
border: 2px solid black;
background-color: #f0f0f0;
}
#chatbox_contextmenu p {
margin: 0;
padding: 1px 4px;
font-family: verdana, arial, sans-serif;
background: #ffffff;
border-bottom: 1px solid #777;
}
#chatbox_contextmenu p.hover {
background: #f8f8f8;
}
#chatbox_contextmenu p.close {
background: #ddd;
padding: 1px;
font-size: 95%;
color: #fff;
background: url("");
}
#chatbox_contextmenu p.close img {
vertical-align: middle;
padding-left: 20px;
}
#chatbox_contextmenu a {
color: #3e464c;
text-decoration: none;
font-size: 95%;
}
#chatbox_contextmenu a:hover {
color: ;
}
#chatbox .user {
font-weight: 500;
}
|
|