GamerX
06-07-2002, 10:00 PM
Simple hack, took 10 minutes. Basically it shows the favorite threads and forums in the desktop.
Works will all versions
Also add this template in desktop_showfav
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>My Favorites</title>
</head>
<body bgcolor="$bckcolor">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="50%">
<p align="right"><font face="Verdana" size="1">
<a href="desktopthreads.php?threads=1"><font color="#000000">Threads</font></a>
</font></td>
<td width="50%"><font face="Verdana" size="1">
<a href="desktopthreads.php?forums=1"><font color="#000000">Forums</font></a></font></td>
</tr>
</table>
<p><font face="Verdana" size="1">$forumlist $threadslist</font></p>
</body>
</html>
Works will all versions
Also add this template in desktop_showfav
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>My Favorites</title>
</head>
<body bgcolor="$bckcolor">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="50%">
<p align="right"><font face="Verdana" size="1">
<a href="desktopthreads.php?threads=1"><font color="#000000">Threads</font></a>
</font></td>
<td width="50%"><font face="Verdana" size="1">
<a href="desktopthreads.php?forums=1"><font color="#000000">Forums</font></a></font></td>
</tr>
</table>
<p><font face="Verdana" size="1">$forumlist $threadslist</font></p>
</body>
</html>