When someone develops one.
1,126 2006-12-11 16:59
Re: More plugins (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
1,127 2006-12-11 16:26
Re: Link colors (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Do you have a link to your forums? Then I can have a look
1,128 2006-12-11 11:22
Re: Completly new Forum -> wich anti-spam-mod? (1 replies, posted in PunBB 1.2 discussion)
Aksimet should filter out most of it
1,129 2006-12-07 20:13
Re: IE7 - link to a SWF file - height 100% (2 replies, posted in Programming)
You can try using JavaScript. The innerWindow property or something like that...
1,130 2006-12-07 13:54
Re: How to turn off maintance mode? (4 replies, posted in PunBB 1.2 troubleshooting)
The file
turn_off_maintenance_mode.php
Put it in your upload folder. Run it.
1,131 2006-12-07 13:38
Re: How to turn off maintance mode? (4 replies, posted in PunBB 1.2 troubleshooting)
In the extras folder there should be a file that needs to be put inside the root folder of your forum. Run it and you're out of maintenance mode.
1,132 2006-12-07 13:17
Re: Rocky VI Trailer On YouTube.com (3 replies, posted in General discussion)
Oh dear, no.
Is it called 'The cane fight' or something?
1,133 2006-12-07 12:53
Re: e-mail notification when a new post is made to the forum (1 replies, posted in Feature requests)
1,134 2006-12-07 12:01
Re: Can News Generator automated update articles in the main page? (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You'd have to make a cronjob for it I think.
1,135 2006-12-07 10:41
Re: There's no "I" in team (62 replies, posted in News)
Its truly wonderful. Instead of 2 people waiting for me, now there are 7.
LOL
1,137 2006-12-06 13:40
Re: Your favorite database? (4 replies, posted in General discussion)
I really want to test out Sybase, but I never got it to work either with the dev version on Windows or the free version on Linux...
*goes off to try again*
1,138 2006-12-06 11:59
Re: Your favorite database? (4 replies, posted in General discussion)
Went for MySQL, as I still haven't really tested out many others...
1,139 2006-12-05 13:09
Re: talking about a fader.js of clicking pages of pun (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
That code only works in IE.
1,140 2006-12-05 13:08
Re: No Login/Register - 404 Not Found? (5 replies, posted in PunBB 1.2 troubleshooting)
Ah, I see the problem:
<form action="search" />
That's invalid, and will make every post submit to "search"
This is correct:
<form action="search">
Search our shop: <input name="query" type="text" size="15" />
<input type="submit" value="Go" name="search" class="button" />
</form>
1,141 2006-12-05 12:29
Re: No Login/Register - 404 Not Found? (5 replies, posted in PunBB 1.2 troubleshooting)
Well, just look at the link...
http://www.pitseleh.co.uk/search?query=&form_sent=1&req_username=elbekko&req_email1=elbekko%40gmail.com&req_email2=elbekko%40gmail.com&timezone=1&email_setting=1&save_pass=1®ister=Register
I'm led to believe that your server has some sort of mod_security thingy on that blocks something in the register form.
1,142 2006-12-05 12:13
Re: XennoBB to PunBB (4 replies, posted in PunBB 1.2 discussion)
Try enabling debug mode.
I don't know of any converters though, so your best bet would be to make your old database work with PunBB
1,143 2006-12-05 12:11
Re: No Login/Register - 404 Not Found? (5 replies, posted in PunBB 1.2 troubleshooting)
I can go to register.php...
1,144 2006-12-04 21:44
Re: More info for PunBB "Data Sheet" needed (6 replies, posted in PunBB 1.2 discussion)
Well, due to my very positive review it's now first ^^
1,145 2006-12-04 21:40
Re: XennoBB to PunBB (4 replies, posted in PunBB 1.2 discussion)
I doubt the database will be much different, as XennoBB is just something branched off PunBB. Try connecting PunBB to your XennoBB database
1,146 2006-12-04 21:38
Re: Empty White Space (3 replies, posted in PunBB 1.2 troubleshooting)
That's the fault of PunBB's clearer divs.
Only way to get around that is to start modifying everything so it works perfectly without them... and that's alot of work.
1,147 2006-12-02 18:10
Re: Nintendo Wii (27 replies, posted in General discussion)
If I'd get a 3rd gen console, it'd be a XBox 360. Definately.
I've always been happy with my XBox and I wouldn't mind having a 360.
But I still want a car in a year or two
1,148 2006-12-02 17:30
Re: Rickard "is afraid" (26 replies, posted in General discussion)
I'm sure the Dutch speak English like that, but us Belgians can actually speak
1,149 2006-11-30 18:40
Re: HOWTO: Add more smilies (55 replies, posted in Feature requests)
$text = preg_replace("#(?<=.\W|\W.|^\W)".preg_quote($smiley_text[$i], '#')."(?=.\W|\W.|\W$)#m", '$1<img src="img/smilies/'.$smiley_img[$i].'" alt="'.substr($smiley_img[$i], 0, strrpos($smiley_img[$i], '.')).'" />$2', $text);
1,150 2006-11-29 21:00
Re: HOWTO: Add more smilies (55 replies, posted in Feature requests)
Just remove the
width="15" height="15"
and it'll be fine. Leave the alt="