1,551

(18 replies, posted in General discussion)

http://digg.com/users/elbekko/dugg

Haven't had an account for long =P

1,552

(3 replies, posted in PunBB 1.2 troubleshooting)

Divs are HTML =/

Anyway, it's all pretty easy smile

1,553

(3 replies, posted in PunBB 1.2 troubleshooting)

Well, skinning is fairliy easy IMO. You have base.css, that is the same for all skins. Then your style.css, which contains your general layout settings (positioning, borders, ...) and finally, style_cs.css, which contains your Colour Scheme (hence the _cs).

You might try modifying this in style.css:

#brdheader DIV.box {BORDER-TOP-WIDTH: 4px}

1,554

(4 replies, posted in Feature requests)

As long as it works smile

Dr.Jeckyl wrote:

was this the math one? you need to answer a simple math problem before your post is submitted?

Yes. But it should be done alot more secure smile

1,556

(4 replies, posted in Feature requests)

Yes, all links should be updated to use PUN_ROOT. But I guess that's one of those things that you'll have to do yourself >=/

1,557

(2 replies, posted in PunBB 1.2 troubleshooting)

You can use the DB Management plugin to backup and import your databases.
You can also just install phpMyAdmin on the server yourself smile

Tobi wrote:
elbekko wrote:

An URL count is included in my spam protection mod. You can just take that one

Even better. So if there is a spam protection mod why this lengthy discussion then? tongue

Because it's far, far from perfect =P

I'm willing to improve it tho smile

Sure, change the order in the post fetch query in viewtopic.php smile

Oh, and this should be in modifications...

1,560

(13 replies, posted in PunBB 1.2 show off)

Smartys wrote:

The forum rules are funny tongue

ROFL. Indeed. Looks like a Runescape-cheat forum to me tongue

1,561

(13 replies, posted in PunBB 1.2 show off)

Yeah, it's kinda stupid to advertise a forum only registered users can see >=/

1,562

(10 replies, posted in PunBB 1.2 discussion)

Yeah, that could work too tongue Well, it's about the same...

1,563

(11 replies, posted in PunBB 1.2 troubleshooting)

Smartys wrote:

I bet you somewhere in all your modding (header.php or footer.php most likely) you put in an extra line for $tpl_main = when you really wanted $tpl_main .=

That's the most likely answer indeed. I'd say check if your host supports CSS, but since the redirect page works fine, that can't be it.

1,564

(10 replies, posted in PunBB 1.2 discussion)

One thing I'd love to see included in 1.3's post moderation is the ability to turn it on for users with x or less posts, where you set x in the options. And ofcourse if none of the posts got approved, don't let the user directly post untill there is an approved one =P

1,565

(1 replies, posted in PunBB 1.2 discussion)

In PunBB?
Make sure this is set to true in viewtopic.php:

$bg_switch = true;    // Used for switching background color in posts

And make sure you have two separate classes for rowodd and roweven in your CSS.

1,566

(10 replies, posted in PunBB 1.2 discussion)

I turned off guest posting and that did it for my small boards smile

An URL count is included in my spam protection mod. You can just take that one tongue

1,568

(15 replies, posted in PunBB 1.2 discussion)

Have you made any changes that would cause IE to not parse the page in strict mode?

1,569

(15 replies, posted in PunBB 1.2 discussion)

=/ This really is the first time I see this... Oddness.

1,570

(15 replies, posted in PunBB 1.2 discussion)

I have no idea what you're talking about actually >=/

1,571

(114 replies, posted in Programming)

MadHatter wrote:

the only thing that annoys me about dreamweaver is their intellisense/code insite/code complete (whatever you want to call it).  when I type something, the hint list drops down, and I always use the wheel mouse to scroll up and down the list.  w/ dw, it scrolls the page and leaves the drop down list at the original x/y location on the screen (doesnt scroll the list at all)

You can turn that off tho. And just call it with CTRL+Space when you need it. I just love the function tooltips etc, as I tend to forget the order of the arguments =/ It's syntax highlight is lovely too, but that might just be me being used to it, no idea...

Smartys wrote:

No, '.$low_prio.'forum1_users
Assuming forum1_ is the prefix for the users table you're using

He said before his first forum has no prefix wink

Change it to '.$low_prio.'users smile

1,574

(6 replies, posted in PunBB 1.2 discussion)

Don't use ereg, use preg tongue

1,575

(16 replies, posted in PunBB 1.2 troubleshooting)

seva wrote:

Powered by PunBB
© Copyright 2002?2005 Rickard Andersson

2006, actually wink

Yeah, but it isn't like that in the official one tongue