Topic: How delete Last post?.....
Hello.
How delete column "Last post" in index.php and viewforum.php? Please help.
gruss from Poland
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → How delete Last post?.....
Hello.
How delete column "Last post" in index.php and viewforum.php? Please help.
gruss from Poland
Try this:
#punindex TH.tcr, #punindex TD.tcr, #punviewforum TH.tcr, #punviewforum TD.tcr {
height: 0;
position:absolute;
left: -9999px;
}
Please let me know if it works.
PunBB Forums → PunBB 1.2 troubleshooting → How delete Last post?.....
Powered by PunBB, supported by Informer Technologies, Inc.