Welcome, Guest. Please Login or Register.
April 29, 2025, 04:54:09 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  German User Help  |  Archiv  |  Wie mache ich dass.... « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Wie mache ich dass....  (Read 897 times)
Elliot
Noobie
*
Posts: 23


ICQ - 145528212 WWW
Wie mache ich dass....
« on: April 20, 2002, 04:07:07 PM »
Reply with quote

.... ein Thread erst ein heisses Thema wird wenn er 30 Antworten hat und ein Sehr heisses Thema wenn er 50 Antworten hat?
Logged

mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Wie mache ich dass....
« Reply #1 on: April 20, 2002, 05:24:22 PM »
Reply with quote

hardcoding!
Logged

mainComm Dev Team
Elliot
Noobie
*
Posts: 23


ICQ - 145528212 WWW
Re:Wie mache ich dass....
« Reply #2 on: April 20, 2002, 06:43:46 PM »
Reply with quote

das soll wohl heissen gar nich, oder?
Logged

mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Wie mache ich dass....
« Reply #3 on: April 20, 2002, 06:56:39 PM »
Reply with quote

nein das heisst du musst die files "umprogrammieren" weil es keine einstellung dafür gibt!

du weisst ned wie hmm? ich poste dir die änderungen die du tun musst!

plz. wait
Logged

mainComm Dev Team
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Wie mache ich dass....
« Reply #4 on: April 20, 2002, 07:04:34 PM »
Reply with quote

also:

in Display.php suchenst:

if( $mstate == 1 || $mstate==2) { $threadclass = 'locked'; }
   elseif( $mreplies > 24 ) { $threadclass = 'veryhotthread'; }
   elseif( $mreplies > 14 ) { $threadclass = 'hotthread'; }
   elseif( $mstate == 0 ) { $threadclass = 'thread'; }

und ersetzt es mit

if( $mstate == 1 || $mstate==2) { $threadclass = 'locked'; }
   elseif( $mreplies > 49 ) { $threadclass = 'veryhotthread'; }
   elseif( $mreplies > 29 ) { $threadclass = 'hotthread'; }
   elseif( $mstate == 0 ) { $threadclass = 'thread'; }

dann in MessageIndex.php

if( $mstate == 1 || $mstate==2 ) { $threadclass = 'locked'; }
      elseif( $mreplies > 24) { $threadclass = 'veryhotthread'; }
      elseif( $mreplies > 14) { $threadclass = 'hotthread'; }
      elseif( $mstate == 0) { $threadclass = 'thread'; }

ersetzen mit

if( $mstate == 1 || $mstate==2 ) { $threadclass = 'locked'; }
      elseif( $mreplies > 49) { $threadclass = 'veryhotthread'; }
      elseif( $mreplies > 29) { $threadclass = 'hotthread'; }
      elseif( $mstate == 0) { $threadclass = 'thread'; }

und dann halt in den language files *.lng bei $txt[454] und $txt[455] die Ziffern in 50 und 30 ändern!

thats all!



Logged

mainComm Dev Team
Elliot
Noobie
*
Posts: 23


ICQ - 145528212 WWW
Re:Wie mache ich dass....
« Reply #5 on: April 20, 2002, 07:42:22 PM »
Reply with quote

danke sehr!  :-*

aber warum wirst du denn nicht hier moderator? du bist doch viel öfter hier als die anderen?
Logged

mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Wie mache ich dass....
« Reply #6 on: April 20, 2002, 07:48:59 PM »
Reply with quote

naja um zu antworten muss ich ja kein moderator sein! sonst wird mir noch unterstellt ich hätte auf arbeit nix zu tun *mal zu andrea schiel* *fg*
Logged

mainComm Dev Team
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Wie mache ich dass....
« Reply #7 on: April 20, 2002, 07:52:02 PM »
Reply with quote

auch *fg*
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  German User Help  |  Archiv  |  Wie mache ich dass.... « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.028 seconds with 17 queries.