pogenwurst wrote:Smartys wrote:Muahaha, fast posting is fun
You and elbekko are so annoying.
That makes sense, we both know each other from another forum
Yesh, we pwn!
You are not logged in. Please login or register.
PunBB Forums → Posts by elbekko
pogenwurst wrote:Smartys wrote:Muahaha, fast posting is fun
You and elbekko are so annoying.
That makes sense, we both know each other from another forum
Yesh, we pwn!
If it's plain HTML, just insert it into main.tpl
Yep, code blocks are the only ones that do this. Or you'd have to add an extra BBCode that allows using <pre> tags.
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 And like I said, it's just a minor thing, I can live without it.
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
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
I'm looking forward to it ^^
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
No huge thing, just a little handyness
-- Bekko
elbekko wrote:Time for FF2
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
You can also find some sort of timetable somewhere there
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 I hope the download of RC1 won't be that big...
Ok, I got it to work by adding another ethernet device...
Time for FF2
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?
Thanks,
-- Bekko
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 )
elbekko wrote:So do I, and it looks horrible
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
Do you know which command should I issue?
You should be able to see this in phpMyAdmin.
elbekko wrote:What's up with the huge text size? >=/
We use big screens
So do I, and it looks horrible
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
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
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.
Check if the previous one has an uninstall option in install_mod.php, or use phpMyAdmin or similar to delete the tables.
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
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.
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
Yes, I have installed 1.2.12
That isn't a mod >=/
Have you installed any mods recently?
PunBB Forums → Posts by elbekko
Powered by PunBB, supported by Informer Technologies, Inc.