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.
326 2007-01-19 12:24
Re: [Release] PunBB Backup v1.0 (31 replies, posted in PunBB 1.2 modifications, plugins and integrations)
327 2007-01-19 11:57
Re: [Release] PunBB Backup v1.0 (31 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
328 2007-01-19 11:41
Re: Problem with Stephen Malkmus PunBB Board (7 replies, posted in PunBB 1.2 troubleshooting)
Use the userlist filter. Here have a look
329 2007-01-19 10:41
Re: Problem with Stephen Malkmus PunBB Board (7 replies, posted in PunBB 1.2 troubleshooting)
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 2007-01-19 09:00
Re: Error! Need help immediately!!! (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 2007-01-19 08:50
Re: Error! Need help immediately!!! (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 2007-01-18 22:45
Re: non-punbb style help. (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 2007-01-18 14:29
Re: version 1.3 (9 replies, posted in PunBB 1.2 discussion)
There will probably be changes in the database but wait for some confirmations.
334 2007-01-18 13:26
Re: 1.3 multi-lingual ? (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.
335 2007-01-18 11:15
Re: Problem with PunBB and own-made layout (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Nice one Runar, btw have a look at this.
336 2007-01-17 19:41
Re: where? (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 2007-01-17 16:43
Re: where? (9 replies, posted in General discussion)
elbekko wrote:Click on it, use the Open With function and select Notepad from the list.
and then?
Edit at will.
338 2007-01-17 10:57
Re: forum url(domain name) help! (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 2007-01-17 10:04
Re: sorry to be a pain (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 2007-01-17 08:47
Re: forum url(domain name) help! (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 2007-01-14 20:23
Re: View forum in index (23 replies, posted in PunBB 1.2 troubleshooting)
No idea, try reducing width of .conl from 55% to 35% just to test
342 2007-01-14 18:40
Re: View forum in index (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 2007-01-14 17:40
Re: View forum in index (23 replies, posted in PunBB 1.2 troubleshooting)
Odd, it worked here, do you have a link?
344 2007-01-14 16:11
Re: View forum in index (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}
345 2007-01-14 16:02
Re: Can anyone tell me what values $pun_user has? (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
dump($pun_user)
Shouldn't it be var_dump?
346 2007-01-14 15:43
Re: View forum in index (23 replies, posted in PunBB 1.2 troubleshooting)
Try adding somewhere
.postlink .conr {white-space: nowrap }
347 2007-01-14 15:29
Re: View forum in index (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 2007-01-14 14:52
Re: View forum in index (23 replies, posted in PunBB 1.2 troubleshooting)
Oh, that should be a CSS issue, check .conl and .conr and eventually post here.
349 2007-01-14 14:25
Re: View forum in index (23 replies, posted in PunBB 1.2 troubleshooting)
how can i make the pages info (marked in red) move done a line.
Move done?
350 2007-01-14 12:45
Re: View forum in index (23 replies, posted in PunBB 1.2 troubleshooting)
I guess the last two lines in your code can be removed.