Nice. The yellow works even though theoretically, it should burn in my eyes. But it doesn't for some reason
haha, I know, it´s strange had to try it on many screens before I desided though
Thanks!
You are not logged in. Please login or register.
PunBB Forums → Posts by urr
Pages 1
Nice. The yellow works even though theoretically, it should burn in my eyes. But it doesn't for some reason
haha, I know, it´s strange had to try it on many screens before I desided though
Thanks!
sweet site!, what did u use for your newsletter script?
thanks, and what newsletter script?
Not mutch job on the forum mayby, but anyway: http://swesounds.com/forum
Hej, jag har en sida i php , där jag med en switch inkluderar olika sidor.
Förenklad version:
<?php
switch($_GET['page'])
{
case 'info':
require("include/info.php");
break;
case 'forum':
require("forum/upload/index.php");
break;
default:
require("include/start.php");
break;
}
Hur ska jag med det systemet integrera punBB?
För inkluderar jag bara index.php som vanligt, så blir ju varje länk inne i forumet ogiltig?
Och sidan är för stor för att göra tvärt om, och integrera min sida i punBB som många annars föreslår...
tack på förhand!
Pages 1
PunBB Forums → Posts by urr
Powered by PunBB, supported by Informer Technologies, Inc.