Then again, since it's a physical and accessible file, you should be able to download it knowing its position and name, to replace it a simple file upload script should do.

The SQLite db should be a file in your forum folder, just browse it from the FTP, there should be no need for a plugin.

Use the userlist filter. Here have a look

There's no moderator as you can clearly see in the userlist. Tell the admin to install an antibot script in the register.php script.

330

(16 replies, posted in PunBB 1.2 troubleshooting)

Remember that cache and img/avatars folders must be CHMOD 777, as for the error itself it must have been some temporary issue with your database. Make sure you backup it often.

331

(16 replies, posted in PunBB 1.2 troubleshooting)

Also if you changed the configuration, modified some files or else you'd better describe what you did.

332

(3 replies, posted in Programming)

I'm pretty much sure it's because of the image map, as I've seen it's not a single image but many put together. The dotted line is the image map selection which somehow remains selected when you navigate back. I'd try to map a single image.

333

(9 replies, posted in PunBB 1.2 discussion)

There will probably be changes in the database but wait for some confirmations.

334

(9 replies, posted in PunBB 1.2 discussion)

Sure, every user can choose his own language from the profile, the admin control panel is also localized in 1.3.

Nice one Runar, btw have a look at this.

336

(9 replies, posted in General discussion)

I'm not sure I'm following anymore. You want a software to modify the forums' *.tpl files or what?

337

(9 replies, posted in General discussion)

grudon66 wrote:
elbekko wrote:

Click on it, use the Open With function and select Notepad from the list.

and then?

Edit at will.

338

(4 replies, posted in PunBB 1.2 troubleshooting)

Put the .htaccess in the website root and it will look in the /forums folder, as a relative path.

339

(3 replies, posted in PunBB 1.2 discussion)

Note: I'm not a dev.

There's no ETA on PunBB 1.3, the devs have stated more than once that it will be released when it's done, if you want to have a look at the code you can browse the source here or see a subversion in action here (and you might want to thank frank0051 for it).

Personally I suggest you to work on your 1.2 integration.

Hope it helps.

340

(4 replies, posted in PunBB 1.2 troubleshooting)

I'm not really sure but I think you can do it with a .htaccess file, try this

Redirect 301 /forums http://forums.xyz.com/

341

(23 replies, posted in PunBB 1.2 troubleshooting)

No idea, try reducing width of .conl from 55% to 35% just to test

342

(23 replies, posted in PunBB 1.2 troubleshooting)

in base.css try raising the width value of .conr like this.

/* 5.1. Setup all left and right content using floats. */  

.conr {
    FLOAT: right;
    TEXT-ALIGN: right;
    CLEAR: right;
    WIDTH: 80%
}

343

(23 replies, posted in PunBB 1.2 troubleshooting)

Odd, it worked here, do you have a link?

344

(23 replies, posted in PunBB 1.2 troubleshooting)

Ah dude sorry, I meant add .postlink .conr {white-space: nowrap } somewhere in your CSS. Try at the bottom of your *_cs.css.


EDIT:
This will do.

.conr a {white-space: nowrap}
Rickard wrote:

dump($pun_user)

Shouldn't it be var_dump?

346

(23 replies, posted in PunBB 1.2 troubleshooting)

Try adding somewhere
.postlink .conr {white-space: nowrap }

347

(23 replies, posted in PunBB 1.2 troubleshooting)

I think it happens because "Skapa Votering" goes into a new line, try putting both ny tråd and votering on the same line with a nowrap or something and it should be aligned correctly.
If you don't want to do so try adding a vertical-align: bottom; in your .conl (I'm actually not sure if this is gonna work, I don't have the poll mod in any of my boards).

348

(23 replies, posted in PunBB 1.2 troubleshooting)

Oh, that should be a CSS issue, check .conl and .conr and eventually post here.

349

(23 replies, posted in PunBB 1.2 troubleshooting)

FredrikK wrote:

how can i make the pages info (marked in red) move done a line.

Move done?

350

(23 replies, posted in PunBB 1.2 troubleshooting)

I guess the last two lines in your code can be removed.