Bueno estube mirando un poco para modificar un poco mi foro y me encontre con estas cositas y consegui quitar como dice el nombre del tema el © del foro, si es algo ilegal pero tampoco esque lo hago por mal...Bueno aqui la explicacion:
Buscamos esta linea en el index.template.php de tu Theme ( En mi caso
default)
', theme_copyright(), '
Bueno si aparece metido entre un:
<td valign="middle" align="center" style="white-space: nowrap;">
', theme_copyright(), '
</td>
Podeis borrarlo entero o mas bien borrar el
', theme_copyright(), ' y poner el texto que vosotros querais.
Bueno como todos o casi todos sabemos cuando lo guardas y lo subes al servidor sale una cosa de que has violado el copyright de SimpleMachines ahora eso es lo que tenemos que buscar y quitarlo que esta en:
Abrimos el Subs.php que se encuentra en TU DIRECCION FORO/Sources/Subs.php y buscamos por:
// Do not remove hard-coded text - it's in here so users cannot change the text easily. (as if it were in language file)
if (!theme_copyright(true) && !empty($context['template_layers']) && SMF !== 'SSI' && !WIRELESS)
{
// DO NOT MODIFY THIS SECTION. DO NOT REMOVE YOUR COPYRIGHT.
// DOING SO VOIDS YOUR LICENSE AND IS ILLEGAL.
echo '
<div style="text-align: center !important; display: block !important; visibility: visible !important; font-size: large !important; font-weight: bold; color: black !important; background-color: white !important;">
Sorry, the copyright must be in the template.<br />
Please notify this forum\'s administrator that this site is missing the copyright message for <a href="http://www.simplemachines.org/" style="color: black !important; font-size: large !important;">SMF</a> so they can rectify the situation. Display of copyright is a <a href="http://www.simplemachines.org/about/license.php" style="color: red;">legal requirement</a>. For more information on this please visit the <a href="http://www.simplemachines.org">Simple Machines</a> website.', empty($context['user']['is_admin']) ? '' : '<br />
Not sure why this message is appearing? <a href="http://www.simplemachines.org/redirect/index.php?copyright_error">Take a look at some common causes.</a>', '
</div>';
log_error('Copyright removed!!');
}
Bueno pos eso en mi caso esta en la linea
3373 por si os da errores pero si teneis algunos mods instalados y eso no creo que sea la misma.
Bueno borrais esas lineas y lo subis todo al server junto al index.template.php y todo listo.
Espero que os haya gustado si veis que es algo ilegal y no quereis que este posteado o tal envez de criticar decirselo a un Mod que borre el post
