Forum CDRinfo.pl

Forum CDRinfo.pl (https://forum.cdrinfo.pl/)
-   Off topic (https://forum.cdrinfo.pl/f5/)
-   -   Pomocy [mod phpbb] (https://forum.cdrinfo.pl/f5/pomocy-mod-phpbb-34705/)

Piterniel 11.05.2004 22:08

Pomocy [mod phpbb]
 
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

-Kowalik- 12.05.2004 11:33

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...


Wszystkie czasy w strefie CET. Aktualna godzina: 03:52.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.