Cambiare la scritta username in un nome
3 partecipanti
Forum dei Forum: Aiuto per Forumattivo :: Assistenza a problemi e richieste :: Problemi diversi :: I problemi diversi già risolti :: Argomenti diversi chiusi
Pagina 1 di 1 • Condividi
Cambiare la scritta username in un nome
Scusate.. Ma dopo che ho risolto con il bottone "Grazie" ora ho cambiato questo http://prntscr.com/fl8tx6 come faccio a togliere la scritta Ospite e metterci il ringraziamento del tipo che ha creato il post ? es:
.MANU_V8 Ha detto Grazie ! Per questa risposta !
Teo Ha detto Grazie ! Per questa risposta !
Cambiando solo il nome del creatore del topic
Spero che avrete capito
.MANU_V8 Ha detto Grazie ! Per questa risposta !
Teo Ha detto Grazie ! Per questa risposta !
Cambiando solo il nome del creatore del topic
Spero che avrete capito
Re: Cambiare la scritta username in un nome
È sono un codici di javascript..
CSS:
Modifcare il codice nel pezzo:
Un saluti
- Codice:
$(function() {
var message = function(child, parent) {
var pseudo = $(child, parent).text(),
icon = '<img src="LINK DEL ICONO" alt=""/>';
return '<div id="fa_thanks_message">' + icon + ' IL MESSAGGIO DI GRAZIE ' + pseudo + ' ! ' + icon + '</div>';
},
version = $('.bodylinewidth')[0] ? 0 : document.getElementById('wrap') ? 1 : $('.pun')[0] ? 2 : document.getElementById('ipbwrapper') ? 3 : 'badapple', // version check
node = document.createElement(version ? 'DIV' : 'TR'),
post = $(version ? 'div' : 'tr' + '.post'),
j = post.length,
i = 0;
if (version == 'badapple') {
if (window.console) console.error('Este plugin no esta optimizado para la version de tu foro. Por favor contacta con el equipo de foroactivo.');
return;
}
node.id = 'fa_thanks'; // id for style modifications
if (!version) node.innerHTML = '<td colspan="2"></td>'; // phpbb2 must have a cell as the child node
for (; i < j; i++) {
if ((version ? post[i] : post[i].firstChild).style.backgroundColor) { // thanked posts have the backgroundColor style property
post[i].className += ' thanked'; // mark the thanked post with a class
(version ? node : node.firstChild).innerHTML = message(['.name', 'dl > dt > strong', '.username', '.popmenubutton'][version], post[i]); // thanks message
switch (version) {
case 0 : // phpbb2
node.firstChild.style.backgroundColor = post[i].firstChild.style.backgroundColor;
node.firstChild.className = post[i].firstChild.className;
post[i].parentNode.insertBefore(node, post[i].nextSibling);
break;
case 1 : // phpbb3
post[i].firstChild.insertBefore(node, post[i].firstChild.lastChild.previousSibling);
break;
case 2 : // punbb
node.className = 'postfoot';
node.style.margin = '0';
post[i].appendChild(node);
break;
case 3 : // invision
node.className = 'post-footer';
node.style.backgroundColor = post[i].style.backgroundColor;
post[i].appendChild(node);
break;
}
break; // break out of the for loop when the thanked post is found
}
}
});
CSS:
- Codice:
#fa_thanks_message img { vertical-align:middle }
#fa_thanks_message {
background-color: rgb(207, 242, 255);
border: 1px solid rgb(69, 180, 231);
border-radius: 6px;
color: rgb(29, 120, 224);
font-size: 16px;
font-weight: 700;
margin: 6px;
padding: 6px;
text-align: center;
}
Modifcare il codice nel pezzo:
- Codice:
return '<div id="fa_thanks_message">' + icon + ' IL MESSAGGIO DI GRAZIE ' + pseudo + ' ! ' + icon + '</div>';
},
Un saluti
Re: Cambiare la scritta username in un nome
Spiacente, per favore legge questo tutorial: https://aiuto.forumattivo.it/t18711-aggiungere-un-messaggio-ad-un-post-ringraziato
Qui potete trovare di meglio che la mia spiegazione.
Qui potete trovare di meglio che la mia spiegazione.
Re: Cambiare la scritta username in un nome
Mi sembra che quello non sia stato lavorato per ModernBB
Ora provo poi se ho altri problemi scrivo
Ora provo poi se ho altri problemi scrivo
Re: Cambiare la scritta username in un nome
Capisco. Poi, si dovrà aspettare che qualcuno per adattarlo alla vostra versione.
Scusate se non posso fare più di voi.
Scusate se non posso fare più di voi.
Re: Cambiare la scritta username in un nome
.. | Caro utente, questo problema è stato considerato abbandonato. Purtroppo, secondo il nostro regolamento, se l'argomento non riceve risposta da più di 7 giorni, viene considerato risolto o abbandonato. Nei prossimi topic di supporto che aprirai:
Ci vediamo su Forumattivo |
Argomenti simili
» Toolbar: cambiare ordine di [USERNAME], MP & Notifiche
» Come cambiare il campo nome utente in nome e cognome?
» si puo cambiare la scritta indice?
» Cambiare colore a scritta
» cambiare colore scritta categorie
» Come cambiare il campo nome utente in nome e cognome?
» si puo cambiare la scritta indice?
» Cambiare colore a scritta
» cambiare colore scritta categorie
Forum dei Forum: Aiuto per Forumattivo :: Assistenza a problemi e richieste :: Problemi diversi :: I problemi diversi già risolti :: Argomenti diversi chiusi
Pagina 1 di 1
Permessi in questa sezione del forum:
Non puoi rispondere agli argomenti in questo forum.