Anti-reclame Lycos
Geplaatst: 31 jul 2003, 15:47
Vanaf vanmiddag heeft Lycos volgens mij een truukje gevonden om bij phpBB forums toch reclame te laten zien. Ik heb dit probleem al opgelost door bij overall_footer.tpl deze regel in te voeren<span style="display: none"><plaintext></span>. Dus...
Code: Selecteer alles
#################################################################
## Mod Title: Anti-reclame lycos phpBB2
## Mod Version: v 1.0
## Author: Martijn Beks <martijnuitliessel@hotmail.com>
## Description: This mod wil delete the advertisement on lycos
##
##
## Installation Level: Easy
## Installation Time: 1 Minutes
##
## Files To Edit: 1
## templates/subSilver/overall_footer.tpl
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All
## Files Related To This MOD
#################################################################
#
#-----------------[ OPEN FILE ]---------------------------
#
overall_footer.tpl
#
#-----[ FIND ]---------------------------------------------
#
</html>
#
#-----[ AFTER, ADD ]--------------------------------------
#
<span style="display: none"><plaintext></span>
#
#-----[ SAVE/UPLOAD ]------------------------------------------------
#
# EoM