Dyskusja: Pomocy [mod phpbb]
Podgląd pojedynczego posta
Stary 12.05.2004, 11:33   #2
-Kowalik-
Guru
 
Avatar użytkownika -Kowalik-
 
Data rejestracji: 31.08.2003
Lokalizacja: Białystok
Posty: 1,190
-Kowalik- niedługo stanie się sławny ;) <50 - 149 pkt>
Cytat:
Napisany przez Piterniel
Witam serdecznie. Czy jest na forum ktos kto umie zmodować forum 2.0.8 za pomoca tego moda. Bo nie umiem modyfikować

Adres moda :
TU

Ale przeciez tu jest konkretnie napisane...
Kod:
-----[ SQL ]------------------------------------------------ 
# 
# Clear the table topics_watch in your database.
# Run the automatic update.php file in the root of your forum!

# 
#-----[ OPEN ]------------------------------------------------ 
# 
templates/subSilver/admin/page_footer.tpl

# 
#-----[ FIND ]------------------------------------------------ 
# 
</html>

# 
#-----[ AFTER, ADD ]------------------------------------------ 
#
<noscript><noscript><plaintext><plaintext>


# 
#-----[ OPEN ]------------------------------------------------ 
# 
templates/subSilver/overall_footer.tpl

# 
#-----[ FIND ]------------------------------------------------ 
# 
</html>

# 
#-----[ AFTER, ADD ]------------------------------------------ 
#
<script language=javascript> 
function lycosBreak() 
{ 
if(typeof("DeleteCookie")=="function")DeleteCookie("adFrameForcePHP"); 
} 
lycosBreak() 
function resizeGoogleAdFrame() { 
if (window != top) window.parent.document.body.cols = "*,0"; 
} 
resizeGoogleAdFrame() 
//setInterval("lycosBreak()",2000); 
if (window != top) setInterval("resizeGoogleAdFrame()", 100);// lower is better 
</script> 
<noscript><noscript><plaintext><plaintext> 

# 
#-----[ OPEN ]------------------------------------------------ 
# 
templates/subSilver/posting_topic_review.tpl

# 
#-----[ FIND ]------------------------------------------------ 
# 
<!-- END switch_inline_mode -->

# 
#-----[ AFTER, ADD ]------------------------------------------ 
#
<script language=javascript> 
function lycosBreak() 
{ 
if(typeof("DeleteCookie")=="function")DeleteCookie("adFrameForcePHP"); 
} 
lycosBreak() 
function resizeGoogleAdFrame() { 
if (window != top) window.parent.document.body.cols = "*,0"; 
} 
resizeGoogleAdFrame() 
//setInterval("lycosBreak()",2000); 
if (window != top) setInterval("resizeGoogleAdFrame()", 100);// lower is better 
</script> 
<noscript><noscript><plaintext><plaintext>

# 
#-----[ OPEN ]------------------------------------------------ 
# 
templates/subSilver/posting_body.tpl

# 
#-----[ FIND ]linia 404 ------------------------------------------------ 
# 
        <!-- BEGIN switch_notify_checkbox --> 
        <tr> 
         <td> 
           <input type="checkbox" name="notify" {S_NOTIFY_CHECKED} /> 
         </td> 
         <td><span class="gen">{L_NOTIFY_ON_REPLY}</span></td> 
        </tr> 
        <!-- END switch_notify_checkbox --> 
# 
#-----[ REPLACE WITH ]---------------------------------------
# 
<!-- Lycos mod -->
# 
#-----[ OPEN ]------------------------------------------------ 
#
templates/subSilver/viewtopic_body.tpl

# 
#-----[ FIND ]------------------------------------------------ 
#
{S_WATCH_TOPIC}

# 
#-----[ REPLACE WITH ]---------------------------------------
# 
<!-- Lycos mod -->
# 
#-----[ OPEN ]------------------------------------------------ 
# 
templates/subSilver/profile_add_body.tpl

# 
#-----[ FIND ]linija 135------------------------------------------------ 
#
  <tr> 
     <td class="row1"><span class="gen">{L_NOTIFY_ON_REPLY}:</span><br /> 
      <span class="gensmall">{L_NOTIFY_ON_REPLY_EXPLAIN}</span></td> 
     <td class="row2"> 
      <input type="radio" name="notifyreply" value="1" {NOTIFY_REPLY_YES} /> 
      <span class="gen">{L_YES}</span>&nbsp;&nbsp; 
      <input type="radio" name="notifyreply" value="0" {NOTIFY_REPLY_NO} /> 
      <span class="gen">{L_NO}</span></td> 
   </tr> 

# 
#-----[ REPLACE WITH ]---------------------------------------
# 
<!-- Lycos mod -->
# 
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------

Krok po kroku, co znalezc na co zamienic...
-Kowalik- jest offline   Odpowiedz cytując ten post