Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Netsu

Pages: [1]
1
Chit Chat / Re: KurtW MODs and Templates
« on: March 12, 2010, 12:04:10 PM »
web.archive.org/web/20080312164311/www.4homepages.de/forum/index.php?board=15.100;sort=starter

2
in add_edit_articles. php find
Code: [Select]
 echo $articles_list."</select></form>";

$edit = "";
add below
Code: [Select]
$show = $_GET['show'];
find
Code: [Select]
 echo $comments_list."</select></form>";
  closedir($base);

$edit = "";
add below
Code: [Select]
$show = $_GET['show'];

Pages: [1]