base_theme='phpBB2'; // Aqui pode deve mudar para a sua versão... Opções: phpBB2 | phpBB3 | PunBB | Invision if(base_theme=='phpBB2'){var version_theme = {location: 'table:first tbody:first tr:first td:first table:first tbody:first tr:first td:first img'};}if(base_theme=='phpBB3'){var version_theme = {location: '#page-header .headerbar img'};}if(base_theme=='PunBB'){var version_theme = {location: '#pun-intro img'};}if(base_theme=='Invision'){var version_theme = {location: '#logostrip img'};} jQuery(document).ready(function() { if(window.location.href.match(/f3-combart-arms/)) //Onde esta /seu-primeiro-forum-f1/ deve por o link do fórum por exemplo caso seja: http://sub.servidor.ext/seu-primeiro-forum-f1/ Então ficaria assim: /seu-primeiro-forum-f1/ { jQuery(version_theme.location).attr('src','https://i.servimg.com/u/f22/15/62/24/21/logo_c10.png'); // Veja onde esta https://im0.all-up.com/i/img/puce_fleche.png você deve mudar para o link do logo que quer exibir } });