476

(7 replies, posted in Archive)

Chacmool: Det går även fint med svenska i detta forumet ;)

477

(7 replies, posted in Archive)

http://www.punres.org/docs/index.php

Inte klar pga att ingen visat intresse till att läsa den ;D

478

(9 replies, posted in Programming)

Why not show it to guests?

479

(21 replies, posted in PunBB 1.2 discussion)

Still, I don't think anyone here will do that. The vBulletin people might.

480

(9 replies, posted in PunBB 1.2 discussion)

PunBB++:
· PunPoll.v1.1.4 by chacmool
· Extended Forum Access Mod
· LivePreview
· Private Messages by chacmool
· PunOnline by Chrippa (partly rewritten)
· SQLite support
· Topic hover mod
· New Admin navigation
· Every user can choose what language to use
· SearchInUserlist by chacmool

PunRes 3 itself has a lot of modifications too. Not released though.

481

(21 replies, posted in PunBB 1.2 discussion)

What do you mean. You want to convert a PunBB database to vBulletin? In that case, you are in the wrong place I think.

482

(36 replies, posted in PunBB 1.2 show off)

Well.. PunBB++ isn't avaible for download atm. Not officially ;)

The difference is that PunBB++ comes with many popular pre-installed mods.

483

(27 replies, posted in PunBB 1.2 troubleshooting)

I like it =)

484

(27 replies, posted in PunBB 1.2 troubleshooting)

Oops.. The isset() function should not be there

if($cookie['is_guest'])
    echo 'Not logged in';
else
    echo 'Logged in as: '.$cur_user['username'].'<br>Last visit: '.format_time($cur_user['last_visit']);

485

(27 replies, posted in PunBB 1.2 troubleshooting)

if(isset($cookie['is_guest']))
    echo 'Not logged in';
else
    echo 'Logged in as: '.$cur_user['username'].'<br>Last visit: '.format_time($cur_user['last_visit']);

486

(27 replies, posted in PunBB 1.2 troubleshooting)

<?php echo gen_navlinks(); ?> will print the navigation =)

487

(27 replies, posted in PunBB 1.2 troubleshooting)

Use this to check if the user is online:

if($cookie['is_guest'])
{
//Login stuff
}


(Yeah.. I was faster than Rickard ;)

488

(27 replies, posted in PunBB 1.2 troubleshooting)

No, it uses $cur_user['style'].'.css' and site.css for site specific elements. ;)

To do this, include "include/common.php" and edit your css url to <?php echo $cur_user['style'].'.css'; ?>

489

(25 replies, posted in PunBB 1.2 bug reports)

It's meant to be that way. The topic is "new" in 600sec by default. There is no beautiful solution to the problem.

490

(5 replies, posted in PunBB 1.2 discussion)

Something like that will be implemented in 1.2

491

(22 replies, posted in General discussion)

The second hit for "Kristoffer Jansson" was this pic of me:
http://images.google.se/images?q=tbn:VYYDU2jBG4sJ:loa.cactuz.nu/img/cactuz.png

The first hit is on a friend's nose, taken with my webcam:
http://images.google.se/images?q=tbn:Vp0G118p3sUJ:loa.cactuz.nu/extras/Episode3/nose.jpg

:D

492

(300 replies, posted in PunBB 1.2 discussion)

Well.. using newsletter with PM seems pretty stupid to me. For me, newsletters are sent out to people to make them know whats going on at the site, so they don't have to visit them all the time when there is no updates. If they would have to go to the site to read that newsletter the newsletter loses its value. Because everybody can read what's new on the site in the news system which will be implemented.

493

(300 replies, posted in PunBB 1.2 discussion)

I think PMS is better as a mod, but that's just my opinion. I'm sure Rickard is doing the right decision, he always does :)

494

(3 replies, posted in PunBB 1.2 bug reports)

Maybe something for 1.2?

495

(1 replies, posted in Programming)

Anyone tried it? What stuff do I need? Any good tutorials?

496

(6 replies, posted in PunBB 1.2 troubleshooting)

Don't know if you can have two BODY blocks.. Try

BODY {
scrollbar-face-color: #FFCE01;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000000;
background-color: #000000 }

497

(6 replies, posted in PunBB 1.2 troubleshooting)

Put

BODY {
scrollbar-face-color: #FFCE01;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000000;

}

into styles/[your style].css

498

(7 replies, posted in PunBB 1.2 discussion)

cuteseal wrote:

I like how they're all built in from the start

That's why I started PunBB++ :)

499

(11 replies, posted in General discussion)

Yeah, I saw that a couple of days ago. He didn't make any sense to me ;)

Well.. I haven't tried it, but can't system() run dos commands?