Paste it in the SQL tab in phpMyAdmin wink

927

(11 replies, posted in Feature requests)

Hrmm. In profile.php, find:

else if ($action == 'upload_avatar' || $action == 'upload_avatar2')
{

Add after:

message('Only admins can assign avatars');

And then just upload the avatar with the user's ID as the name.

928

(29 replies, posted in Programming)

Rawr. That's certainly interesting big_smile

Not really. He's working on doing it with these forums. With some luck he can release it as a 1.3 extension.

He's the main developer...

Rickard said he's working on it tongue

932

(7 replies, posted in PunBB 1.2 discussion)

I'm guessing it's to allow extensions to add things to queries wink

933

(49 replies, posted in General discussion)

No.

934

(49 replies, posted in General discussion)

quaker wrote:

that is why i use wos fast and simple.. with phpmyadmin and apache and php5.. small and simple less than 128 on my 1 gb stick.

Tried WOS at school again, it says there was an error in the unzip or so =/

935

(49 replies, posted in General discussion)

grudon66 wrote:

Servers like Xampp eat somthing in your pc! I dont know the name in English bott in Norwegian i know it!

Memory?

CREATE TABLE `bans` (
`id` int( 10 ) unsigned NOT NULL AUTO_INCREMENT ,
`username` varchar( 200 ) default NULL ,
`ip` varchar( 255 ) default NULL ,
`email` varchar( 50 ) default NULL ,
`message` varchar( 255 ) default NULL ,
`expire` int( 10 ) unsigned default NULL ,
PRIMARY KEY ( `id` )
) ENGINE = MYISAM;

937

(3 replies, posted in PunBB 1.2 troubleshooting)

Make a guest-only redirect forum.

A background image wink

Add this to your CSS:

#punindex #brdtitle { background: url(myimage.jpg) no-repeat; }

It'll only show up on the index smile

Maybe you can try running a table repair? I'm not sure it'll update the indexes, but it might.

Nope, sorry.

Use the #punindex ID.

$pun_config and $pun_user need to be global too.

944

(5 replies, posted in PunBB 1.2 troubleshooting)

Cache would be the only thing to grow, and would probably never exceed that limit =/

945

(5 replies, posted in PunBB 1.2 troubleshooting)

Not really, no.

946

(6 replies, posted in PunBB 1.2 troubleshooting)

My guess is you have an unclosed tag in your announcement wink

Well, you have the lowest version phpMyAdmin supports, so you could just install it wink
You can download it here:
http://www.phpmyadmin.net/home_page/index.php

Err, the file you've sent me is from a phpBB installation...

I bet it was an error with the export. Can't you export it using phpMyAdmin too?

It's probably because you modified it already. Maybe you can mail me your viewtopic.php and I'll take a look?
Send it to
elbekko [at] gmail [dot] com