Prankster
10.10.2002, 01:43
http://www.vbulletin.org/forum/showthread.php?s=&threadid=32962&highlight=pmpopup
oben ist der Original Thread.
In der Hack Anleitung steht folgendes:
------------------
Edit the modifyoptions template
------------------
look for
<tr>
<td bgcolor="#F1F1F1"><normalfont><b>Pop up a box when you receive a Private Message?</b></normalfont><br>
<smallfont>This will pop up a small warning box when you receive a Private Message asking whether you want to view the message.</smallfont></td>
<td bgcolor="#F1F1F1"><normalfont>
<input type="radio" name="pmpopup" $pmpopupchecked value="yes"> yes
<input type="radio" name="pmpopup" $pmpopupnotchecked value="no"> no
</normalfont></td>
</tr>
below it ADD
<tr>
<td bgcolor="#DFDFDF"><normalfont><b>Pop up a box when your Private Message Box is full?</b></normalfont><br>
<smallfont>This will pop up a small warning box when your Private Message Box is full asking whether you want to go delete some messages.</smallfont></td>
<td bgcolor="#DFDFDF"><normalfont>
<input type="radio" name="pmpopupfull" $pmpopupfullchecked value="yes"> yes
<input type="radio" name="pmpopupfull" $pmpopupfullnotchecked value="no"> no
</normalfont></td>
</tr>
-----------------------------------------------------------------------------------
Das dick geschriebene finde ich nicht bzw. raffe ich nicht.
Kann mir einer sagen, wo ich diese Zeilen denn finden kann.
oben ist der Original Thread.
In der Hack Anleitung steht folgendes:
------------------
Edit the modifyoptions template
------------------
look for
<tr>
<td bgcolor="#F1F1F1"><normalfont><b>Pop up a box when you receive a Private Message?</b></normalfont><br>
<smallfont>This will pop up a small warning box when you receive a Private Message asking whether you want to view the message.</smallfont></td>
<td bgcolor="#F1F1F1"><normalfont>
<input type="radio" name="pmpopup" $pmpopupchecked value="yes"> yes
<input type="radio" name="pmpopup" $pmpopupnotchecked value="no"> no
</normalfont></td>
</tr>
below it ADD
<tr>
<td bgcolor="#DFDFDF"><normalfont><b>Pop up a box when your Private Message Box is full?</b></normalfont><br>
<smallfont>This will pop up a small warning box when your Private Message Box is full asking whether you want to go delete some messages.</smallfont></td>
<td bgcolor="#DFDFDF"><normalfont>
<input type="radio" name="pmpopupfull" $pmpopupfullchecked value="yes"> yes
<input type="radio" name="pmpopupfull" $pmpopupfullnotchecked value="no"> no
</normalfont></td>
</tr>
-----------------------------------------------------------------------------------
Das dick geschriebene finde ich nicht bzw. raffe ich nicht.
Kann mir einer sagen, wo ich diese Zeilen denn finden kann.