PDA

View Full Version : Better recognize locked Threads


Kars10
03-31-2003, 10:00 PM
What does this hack do:
With this hack you can separate closed topics better from normal topics,
because all closed topics are crossed out. :)

Screenshot in the next Post!


Files to edit: 1 (Forumdisplay.php)
Files to add: 0
Templates to add: 0
Templates to edit: 0


Installtime: 1 minute ;o)


Note: Please backup your Files, and if you find this hack useful, please click, lick or kick install! :o)

Kars10
04-01-2003, 12:09 PM
Screenshot! :D

Xenon
04-01-2003, 12:15 PM
hmm wasn't that already released karsten?

not sure...

nice anyways ;)

Erwin
04-01-2003, 12:25 PM
Yeah, I think it's been released before... I remember the crossing out of the titles. :)

Kars10
04-01-2003, 12:33 PM
Shure?... i don?t have found this so i make it by myself... ;)

Boofo
04-01-2003, 12:46 PM
Yours is a little easier to do though. ;)

https://vborg.vbsupport.ru/showthread.php?postid=288577#post288577

FlyingDutchman
04-01-2003, 02:51 PM
$thread[newoldhot]='folder';
if (!$thread[open]) {
$thread[newoldhot]='lock'.$thread[newoldhot];
$thread[title]="<s>".$thread['title']."</s>";
} else {
$thread[title]=$thread[title];
}


doesn't this work the same?
only 1 if statement this way, heheh ;)


nevertheless, good hack!
* FlyingDutchman clicks install! ;)

Kars10
04-01-2003, 03:11 PM
@ FlyingDutchman, should work also. ;)
Glad that you like it!

Kars

ZiRu$
04-04-2003, 11:50 PM
I like it.....will install

subu1
04-05-2003, 08:17 PM
hi kann ich mal auf deutsch was schreiben, mein schlechtes english wegen. Wie kann ich es verhindern, das die Sticky's/ Stuck Threads nicht markiert werden, da dort äußerst wichtige dabei sind, The Rules etc. . Die sehen so aus als würden sie aufgehoben dadurch.

the same with my bad english. What ist with the importend Stuck Threads, its not so good.
greetz subu1

odl2000
05-16-2003, 09:29 PM
Hello, i have do a little modification.


// Better recognize locked Threads by kars10
if (!$thread[open]){


I prefere that :

// Better recognize locked Threads by kars10
if (!$thread[open] && !$thread[sticky]) {

Boofo
05-16-2003, 09:42 PM
Is there a way to make it so you can't close a sticky thread?

Remi
05-16-2003, 10:29 PM
Some times admins creat a sticky thread and close the, it does not look nice crossing out a sticky thread.

Any solution for that?

Thanks

Boofo
05-16-2003, 10:37 PM
Today at 06:29 PM Remi said this in Post #13 (https://vborg.vbsupport.ru/showthread.php?postid=395904#post395904)
Some times admins creat a sticky thread and close the, it does not look nice crossing out a sticky thread.

Any solution for that?

Thanks

https://vborg.vbsupport.ru/showthread.php?postid=395884#post395884

Bad Bunny
04-06-2004, 02:55 AM
Looks good man. And thanks, odl2000, for the little addon.

flup
04-21-2004, 02:41 PM
Isn't dumping all the closed threads to the last page/bottom of page a better idea to seperate them from the open threads?

Plus it looks better than crossed text