fsv
By: ssads | Date: Jul 14 2007 12:22 | Format: PHP | Expires: never | Size: 4.88 KB | Hits: 1419
- <?php
- include_once("functies/ubb.php");
- {
- echo top("Er is een fout opgetreden");
- echo "<table width='100%' cellpadding='1' cellspacing='1'><td width='100%'>Er zijn geen forums gevonden.</td></table>";
- echo bottom();
- }
- Else
- {
- {
- echo "<table width='100%' cellpadding='0' cellspacing='3'><td width='100%' style='border: 1px solid ".$border."'>
- <table width='100%' cellpadding='0' cellspacing='0'>";
- echo "<td height='20' width='5%'> </td>
- <td bgcolor='".$bg1."' height='20' style='border-left: 1px solid ".$border.";' width='46%'> <b>Forum & beschrijving:</b></td>
- <td height='20' style='border-left: 1px solid ".$border.";' width='10%'><center> <b>Topics:</b> </center></td>
- <td bgcolor='".$bg1."' height='20' style='border-left: 1px solid ".$border.";' width='11%'><center> <b>Reacties:</b> </center></td>
- <td height='20' style='border-left: 1px solid ".$border.";' width='30%'><center><b>Laatste post:</b></center></td><TR>";
- $sql2 = mysql_query("SELECT id,titel,beschrijving,laatstepost FROM cms_sale WHERE cat_id='".$list['id']."' ORDER by id ASC")or die(mysql_error());
- {
- echo "<td width='100%' colspan='5' style='border-top: 1px solid ".$border."'><table width='100%' cellpadding='1' cellspacing='1'><td width='100%'>Er is nog geen categorie toegevoegt aan dit forum.</td></table></td>";
- }
- Else
- {
- include_once("./functies/ubb.php");
- {
- If($row['laatstepost'] == "N.v.t.")
- {
- $navigatie[1] = "";
- $row['laatstepost'] = $row['laatstepost'];
- }
- Else
- {
- $s_lid = mysql_query("SELECT status,gebruikersnaam FROM cms_leden WHERE id='".$navigatie[0]."'")or die(mysql_error());
- $row['laatstepost'] = "Door ".status($lid['gebruikersnaam'],$lid['status']).",<BR><sub>Op ".$navigatie[1]." <a href='index.php?cfz=sale/topic.php&id=".$navigatie[2]."'><img src='template/".$gebruiker['thema']."/laatste.gif' border='0'></a></sub>";
- }
- $reactie = mysql_query("SELECT count(1) FROM cms_sale_reacties WHERE forum_id='".$row['id']."'")or die(mysql_error());
- $topic = mysql_query("SELECT count(1) FROM cms_sale_topics WHERE forum_id='".$row['id']."'")or die(mysql_error());
- {
- $forum_actief = "<img src='template/".$gebruiker['thema']."/niet_actief.gif'>";
- }
- Else
- {
- $forum_actief = "<img src='template/".$gebruiker['thema']."/actief.gif'>";
- }
- echo "<td style='border-top: 1px solid ".$border."' width='5%' class='row'><center>".$forum_actief."</center></td>
- <td bgcolor='".$bg1."' class='row' style='border-left: 1px solid ".$border."; border-top: 1px solid ".$border."' width='46%' onclick="window.location='index.php?cfz=sale/forum.php&id=".$row['id']."'"><table cellpadding='1' cellspacing='0' width='100%'><td width='100%'><span style='float:right'><a href='index.php?cfz=sale/nieuw.php&fora=".$row['id']."'><img border='0' src='template/".$gebruiker['thema']."/nieuw.gif' alt='Open een nieuw topic in dit forum.'></span><a href='index.php?cfz=sale/forum.php&id=".$row['id']."'><b>› ".html(stripslashes($row['titel']))."</b></a><BR>".stripslashes(ubb($row['beschrijving']))."</td></table></td>
- <td style='border-left: 1px solid ".$border."; border-top: 1px solid ".$border."' width='10%' class='row'><center>".number_format($topics)."</center></td>
- <td bgcolor='".$bg1."' style='border-left: 1px solid ".$border."; border-top: 1px solid ".$border."' width='11%' class='row'><center>".number_format($reacties)."</center></td>
- <td style='border-left: 1px solid ".$border."; border-top: 1px solid ".$border."' width='30%' class='row'><center>".$row['laatstepost']."</center></td><TR>";
- }
- }
- echo "</table></table>";
- echo bottom();
- }
- echo top("Forum legenda");
- echo "<table width='100%' cellpadding='1' cellspacing='1'><td width='1%'><img src='template/".$gebruiker['thema']."/niet_actief.gif'></td><td>Er is vandaag een topic of reactie geplaatst in dit forum.</td><TR><td width='1%'><img src='template/".$gebruiker['thema']."/actief.gif'></td><td>Er is vandaag geen nieuwe topic/reactie bijgekomen in dit forum.</td></table>";
- echo bottom();
- }
- ?>
Latest pastes
1 hours ago
11 hours ago
1 days ago
2 days ago
2 days ago