1,526

(7 replies, posted in Feature requests)

Smartys wrote:
pogenwurst wrote:
Smartys wrote:

Muahaha, fast posting is fun tongue

You and elbekko are so annoying. wink

That makes sense, we both know each other from another forum tongue

Yesh, we pwn!

If it's plain HTML, just insert it into main.tpl wink

Yep, code blocks are the only ones that do this. Or you'd have to add an extra BBCode that allows using <pre> tags.

1,529

(3 replies, posted in Feature requests)

Rickard wrote:

It's not quite that simple. With your suggested change, you'll end up on the last page if you don't supply the script with a page number.

Good point. Well, Jannson's fix seems good too tongue And like I said, it's just a minor thing, I can live without it.

1,530

(11 replies, posted in General discussion)

Paul wrote:

I meant I have to keep uninstalling to go back to IE6. I need to be able to test in both constantly.

You have a point there. That's why VMWare is handy smile

1,531

(11 replies, posted in General discussion)

CodeDuck wrote:

elbekko: The RC1 ISO is 2.7GB, I call that a big download - but it installs extremely quick, about 15min for a clean install.

That's alot better than the 4.7GB download of Beta 2 smile

I'm looking forward to it ^^

1,532

(3 replies, posted in Feature requests)

Currently, if you go to a page that is higher than the current amount of pages (eg. 99), you get sent to page 1.
But I believe this could be easily fixed by changing

$p = (!isset($_GET['p']) || $_GET['p'] <= 1 || $_GET['p'] > $num_pages) ? 1 : $_GET['p'];

to

$p = (!isset($_GET['p']) || $_GET['p'] <= 1 || $_GET['p'] > $num_pages) ? $num_pages : $_GET['p'];

And now for why this is a handy feature:
Say you have a large thread and you bookmark it. Every day at least a page gets added, and you usually just need the information from the last 2 or 3 posts. Just bookmark that page with page number 9999 or so, and you'll always be at the last page smile

No huge thing, just a little handyness smile

-- Bekko

1,533

(11 replies, posted in General discussion)

Dr.Jeckyl wrote:
elbekko wrote:

Time for FF2 tongue

sorry to derail the topic, firefox2? what are the new features of firefox v2? and when is it supposed to be here?

http://developer.mozilla.org/en/docs/Fi … developers

This should explain quite a bit smile
You can also find some sort of timetable somewhere there tongue

1,534

(11 replies, posted in General discussion)

CodeDuck wrote:

Before you install to much stuff on Beta 2, you might like to now that RC1 (build 5600) is out. Right now it is officially only available to a limited group, but it will be available to all Beta 2 testers in a few days. RC1 performance is so much better - and memory usage is almost half that of Beta 2, very nice specially when running virtualized where memory is often limited.

I just installed this for testing tongue I hope the download of RC1 won't be that big...

1,535

(11 replies, posted in General discussion)

Ok, I got it to work by adding another ethernet device... big_smile
Time for FF2 tongue

1,536

(11 replies, posted in General discussion)

OK, so I need help... I tried installing Windows Vista on VMWare (I think it's Vista Beta 2). All works fine, installed VMTools, ... but can't get the network to work.
Normally it should be bridged, but I have no idea if that actually works...

So, does anyone have a solution for it or should I just burn the image to a DVD an install Vista on a free 50GB partition? tongue

Thanks,

-- Bekko

AlexS wrote:

Did phpMyAdmin do the conversion in a smart way, or did it mangle completely the text? Did you check that?

Nope, it was an unused database. I don't feel like installing yet another installation of PunBB on my localhost now...

ALTER DATABASE `game` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci

Maybe? That's what phpMyAdmin gave me... (I performed this operation on an old database tongue)

AlexS wrote:
elbekko wrote:

So do I, and it looks horrible tongue

Actually you made me have a closer look at it, and when I see the forum, it looks exactly like this one (forums.punbb.org), except I'm using the Lithium theme. The font is also the same size, so I don't get what's the problem? That's strange, I'll ask other users for their feed back. But this is besides the point.

I'm on a 21.3" screen with 1600x1200 resolution, and the text size is much, much bigger than on these forums wink

Do you know which command should I issue?

You should be able to see this in phpMyAdmin.

AlexS wrote:
elbekko wrote:

What's up with the huge text size? >=/

We use big screens wink

So do I, and it looks horrible tongue

I see... But once again, if the problem is in the database, why would the older posts not be affected?

Check what the default encoding of your database is.

What's up with the huge text size? >=/

Anyway, the message preview works because the text hasn't been in the database yet wink

1,542

(8 replies, posted in Programming)

pogenwurst wrote:

Hmm, the problem I mentioned ocurred when I tried to install Zend Optimizer. A pattern, maybe...?

Might be. This is where phpinfo() said my php.ini is:
C:\Program Files\Zend\ZendPlatform-2.2.0\etc\php.ini

1,543

(13 replies, posted in PunBB 1.2 show off)

Life Spirit wrote:

It's not for 'cheating' sinces there is no cheats for runescape, its just a place to sell your characters and items basically

Then why isn't there any Jagex staff allowed? if nothing against their rules was going on, it wouldn't matter, right?

And yes Jeckyl, even for the 5 minutes I played that crappy game I saw plenty of those idiots with autominers etc.

1,544

(1 replies, posted in PunBB 1.2 modifications, plugins and integrations)

Check if the previous one has an uninstall option in install_mod.php, or use phpMyAdmin or similar to delete the tables.

1,545

(8 replies, posted in Programming)

Well, when I installed Zend Studio for testing it screwed up my PHP and moved php.ini =/ So yeah, I guess phpinfo() can be useful there tongue

Try setting your cookie path and domain to point to your root. The other solution is to have your forum in the root and the other sites in subdirs or make sure your cookie gets set in the root dir and not the forum dir.

1,547

(7 replies, posted in PunBB 1.2 troubleshooting)

CREATE TABLE `subscriptions` (
  `user_id` int(10) unsigned NOT NULL default '0',
  `topic_id` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`user_id`,`topic_id`)
)

Ofcourse change your prefix smile

1,548

(7 replies, posted in PunBB 1.2 troubleshooting)

holmehave wrote:

Yes, I have installed 1.2.12

That isn't a mod >=/

1,549

(7 replies, posted in PunBB 1.2 troubleshooting)

Have you installed any mods recently?

1,550

(132 replies, posted in General discussion)

http://img376.imageshack.us/img376/3762 … 070kh7.jpg