Nice. Isn't a bit "premature" to be making a mod for HL2 now? :)
7,477 2003-09-06 12:39
Re: konstigt problem när $language = 'se'; (4 replies, posted in Archive)
Hmm, det kan bero på att rättigheterna av någon anledning är lite knasiga på skripten en_profile.php och/eller en_prof_reg.php. Kan du kolla det?
Edit: Prova chmodda alla filer i katalogen lang till 755 eller nåt.
7,478 2003-09-06 12:35
Re: Skinning Guide (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
It looks great. I found two things I would like to comment on:
1. "The trouble is the board fills up the right hand side of the browser."
Doesn't it fill up the left hand side of the browser window? The default alignment is left and if you don't specify the margin thingy, you get a "gap" on the right side.
2. "You now need to open the main.tpl file and find the following line
<span class="punheadline">{pun_title}</span><br>
Now change it to this
<span class="puntitle">{pun_title}</span><br>"
A tiny thing here, but the text "Now change it to this" is in the wrong font :)
Otherwise, I think it looks very nice. Do you have any suggestions on how I could improve the style sheets for PunBB? You seem to know you way around this stuff pretty good. I, on the other hand, don't know shit about CSS :) I'm open to suggestions.
7,479 2003-09-06 11:12
Re: Converters (15 replies, posted in Feature requests)
I might just try making one myself. We'll see. Is there perhaps someone who can give me a nice dump of a phpBB forum to work with?
7,480 2003-09-06 11:10
Re: I have a problem (2 replies, posted in PunBB 1.2 troubleshooting)
Also, see this topic: http://punbb.org/forums/viewtopic.php?id=2295
7,481 2003-09-06 11:09
Re: Cloak IP Addresses 1.0 by Mako (16 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I edited your post so that it contains the "Generated with ModGenerator..." and the disclaimer.
7,482 2003-09-06 00:15
Re: 3D arrays (6 replies, posted in Programming)
Yes, but session isn't defined.
7,483 2003-09-06 00:02
Re: 3D arrays (6 replies, posted in Programming)
Go for it. Stuff like this very seldom becomes a performance problem anyway.
One thing though. You should not put quotes around defines. $FIELDS['DBNAME']['MEMBER_TABLE']['session'] should be $FIELDS[DBNAME][MEMBER_TABLE]['session']
7,484 2003-09-05 23:59
Re: Display php-code? (10 replies, posted in PunBB 1.2 troubleshooting)
Well, you have to run htmlspecialchars() on the text before you convert \n to <br>.
7,485 2003-09-05 17:31
Re: Display php-code? (10 replies, posted in PunBB 1.2 troubleshooting)
Try running htmlspecialchars() on the text before outputting it.
7,486 2003-09-05 15:51
Re: Display php-code? (10 replies, posted in PunBB 1.2 troubleshooting)
What is the problem? I think you have to tell me a little more about what you want to do.
7,487 2003-09-05 15:17
Re: Display php-code? (10 replies, posted in PunBB 1.2 troubleshooting)
I'm not sure I understand what you mean. If you just output PHP code it won't run:
echo '<?php echo "bajs" ?>';
will not print out bajs. It will print out
<?php echo "bajs" ?>
Am I missing something?
7,488 2003-09-05 10:31
Re: Yo Riko! (5 replies, posted in PunBB 1.2 troubleshooting)
Wooty wrote:
So what u say that PunBB 1.1 or 1.0.2 won't have the sort by char option? good.
1.1 probably won't have that no. 1.0.2 will only happen if there is some serious bug discovered in 1.0.1.
Wooty wrote:
IRC? I don't like it! I don't understand ANYTHING there!
/server irc.quakenet.org
/join #punbb
It's a easy as that!
7,490 2003-09-04 20:25
Re: Just downloaded punbb... (5 replies, posted in PunBB 1.2 troubleshooting)
Well, I guess that's in "your" header.php and not the one from PunBB. Am I right?
7,491 2003-09-04 20:20
Re: Yo Riko! (5 replies, posted in PunBB 1.2 troubleshooting)
No, I haven't and I don't think I can. I just checked out some other boards and PunBB seems to be the only one which has the ability to sort users by the first character in the username. I'm guessing they don't have that for a reason. I will change how it works in 1.1. Until then, you'll just have to live with it being a problem in the hebrew translation.
I'm curious why you will only talk to me on ICQ. Why? You already know that I hate ICQ and that I am more or less always on IRC. Why can't you just connect to Quakenet and talk to me there?
7,492 2003-09-04 19:27
Re: Help link (8 replies, posted in Feature requests)
There is one problem with this. The help file only contains information that is relevant when you want to post a message. Right now the only links to the help script are located next to textareas. What about just adding more descriptive text link there?
7,493 2003-09-04 16:44
Re: Linux configuration, php and mysql for file uploads (12 replies, posted in Programming)
Hmm, a tricky one. Do you get anything in the apache error log about it?
7,494 2003-09-04 14:36
Re: Whats the best platform to use? (4 replies, posted in PunBB 1.2 troubleshooting)
JoeWesthead wrote:
I'm not sure, I will post later with details once I've had a word. He had only just installed it, but the first thing I noticed was that once I had logged in as Admin correctly, it still said "Not logged in", despite successfully redirecting.
It wasn't just a cache issue then? Did you try refreshing?
Do you use any kind of "domain redirect"?
JoeWesthead wrote:
Well done on it though, best I've found from near a hundred i've looked at. How often do you usually make new releases?
Hehe, thanks :)
I don't know about the releases since 1.0 was the first "real" public release. I'm working on 1.1 now. You can follow the progress here: http://punbb.org/forums/viewtopic.php?id=2467
7,495 2003-09-04 14:34
Re: Linux configuration, php and mysql for file uploads (12 replies, posted in Programming)
Do you have the hidden field MAX_FILE_SIZE in your upload form?
7,496 2003-09-04 14:10
Re: Whats the best platform to use? (4 replies, posted in PunBB 1.2 troubleshooting)
PunBB works identically on Windows and Linux. It might be a bit faster in Linux, but that's mainly because of PHP and MySQL (which are a bit more "mature" in Linux).
What functions was it that wasn't working in Windows?
7,497 2003-09-04 14:00
Re: No index page!? (12 replies, posted in PunBB 1.2 troubleshooting)
The name of the lang pack is se, not sv :)
7,499 2003-09-04 13:52
Re: No index page!? (12 replies, posted in PunBB 1.2 troubleshooting)
Well, 4.2.2 is more than enough. Could it perhaps be a problem with permissions? Try chmod:ing all files to 777.
7,500 2003-09-04 11:06
Re: No index page!? (12 replies, posted in PunBB 1.2 troubleshooting)
Create a textfile with the contents:
<?php phpinfo() ?>
and save it as phpinfo.php, upload the file and then link to it here.