I don't like all that flashy shit.
BTW: Where did you learn English?
1 2004-05-22 15:44
Re: Case closed (6 replies, posted in PunBB 1.2 show off)
2 2004-05-01 08:37
Re: [EXTERN.PHP] more than 1 Forum ID? (8 replies, posted in PunBB 1.2 troubleshooting)
ok, i will try that.
3 2004-04-30 13:57
Re: [EXTERN.PHP] more than 1 Forum ID? (8 replies, posted in PunBB 1.2 troubleshooting)
I did the changes, but now i see you can't fetch the newest topics from more than 2 forums?
4 2004-04-30 09:12
Re: [EXTERN.PHP] more than 1 Forum ID? (8 replies, posted in PunBB 1.2 troubleshooting)
Once you make the changes I posted ealier, you could use an URL like this:
extern.php?action=new&show=10&fid=10,11
but i don't see any changes in the hdiff, i only see what i NEED to change, and i don't think my php skills are so good i can make those changes....
edit: i forget i could scroll to the right, i see the changes now, tnx!
5 2004-04-29 18:24
Re: [EXTERN.PHP] more than 1 Forum ID? (8 replies, posted in PunBB 1.2 troubleshooting)
Well, i think this is too complicated for me.....
my PHP skills don't go that far.
6 2004-04-29 17:47
Re: [EXTERN.PHP] more than 1 Forum ID? (8 replies, posted in PunBB 1.2 troubleshooting)
tnx man!
edit: how do i make the url to this?
like this maybe:
yourhost.com/forum/extern.php?action=new=&show=10&fid=10&fid=11
??
7 2004-04-29 13:25
Topic: [EXTERN.PHP] more than 1 Forum ID? (8 replies, posted in PunBB 1.2 troubleshooting)
Is it possible to get the newest topics from more than 1 Forum ID with extern.php (for example, i want the newest topics from Forum ID 21 and 32)? If it is, how?
8 2004-04-23 14:23
Re: O my.......... site down (11 replies, posted in General discussion)
no, it isn't anymore for our site!
(iam working together with anomalic)
9 2004-03-03 08:08
Re: Converter: PhpBB2 -> PunBB1.1 v2.0b3 (86 replies, posted in PunBB 1.2 modifications, plugins and integrations)
basalphenaar wrote:Chacmool wrote:Probably yes
And that was, as I assumed, the problem. Though, it's from user_id -1 to 1:) Fixed it now, and uploaded a new file to PunRes. There's also a fix for the guest-problem at the same page... hopefully I've not forgot anything
it's too late for me now, because i already deleted my phpBB database , but it's good you fixed it.
No, its not . Beqause the converter DID copy all posts, but with wrong ID. So the posts are in your database, but not with the guest-account-id as it should... just run the update, hopefully it works
Thanks man! You saved me!
edit: it works! IT WORKS!
10 2004-03-02 12:25
Re: Converter: PhpBB2 -> PunBB1.1 v2.0b3 (86 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Rickard wrote:My guess is that the guest posts aren't changed from user_id 0 to 1.
Probably yes
And that was, as I assumed, the problem. Though, it's from user_id -1 to 1:) Fixed it now, and uploaded a new file to PunRes. There's also a fix for the guest-problem at the same page... hopefully I've not forgot anything
it's too late for me now, because i already deleted my phpBB database , but it's good you fixed it.
11 2004-03-02 12:24
Re: Converter: PhpBB2 -> PunBB1.1 v2.0b3 (86 replies, posted in PunBB 1.2 modifications, plugins and integrations)
basalphenaar wrote:I'm back at punBB, i used phpBB for a while, but i didn't like it so much. I converted al the phpBB messages back to punBB, everything went well but the only problem was that all the messages from guests where gone. I don't think i can get them back, but i just wanted to say this so you could fix this for the next version. (maybe this bug is already reported, i don't know )
Thanks! I'll look at it as soon as possible. Great that people actually report bugs, helps me alot!
no problem man
12 2004-03-01 16:57
Re: Converter: PhpBB2 -> PunBB1.1 v2.0b3 (86 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'm back at punBB, i used phpBB for a while, but i didn't like it so much. I converted al the phpBB messages back to punBB, everything went well but the only problem was that all the messages from guests where gone. I don't think i can get them back, but i just wanted to say this so you could fix this for the next version. (maybe this bug is already reported, i don't know )
13 2004-03-01 16:36
Re: $cur_user['username'] (23 replies, posted in PunBB 1.2 troubleshooting)
ok, tnx for help
edit:
it works
14 2004-03-01 16:34
Re: completely new user (7 replies, posted in General discussion)
basalphenaar wrote:A good book is the PHP bible. I have the Dutch version, and it's very good.
yeah same here
15 2004-03-01 14:42
Topic: $cur_user['username'] (23 replies, posted in PunBB 1.2 troubleshooting)
hello, i have this script:
<?php
if($cookie['is_guest'])
{
print("Welcome to our forums! You have to register first, or please login.");
}
else
{
print("hello, $cur_user['username'], welcome to our forums!");
}
?>
I placed this code in index.php. But it doesn't work. It gives this parse error:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/basalph/public_html/forum/index.php on line 49
Why is this?
16 2004-02-29 16:43
Re: completely new user (7 replies, posted in General discussion)
A good book is the PHP bible. I have the Dutch version, and it's very good.
17 2004-02-29 15:44
Re: Add navigation button (8 replies, posted in PunBB 1.2 troubleshooting)
Won't those methods add the link to the navbar. I thought basalphenaar wanted to add a home link to the far right of the header like on this board.
it already works. so this is the right method.
18 2004-02-29 13:41
Re: Add navigation button (8 replies, posted in PunBB 1.2 troubleshooting)
ok, tnx for help. i know some basic PHP so i'm going to try the second method.
19 2004-02-29 13:32
Topic: Add navigation button (8 replies, posted in PunBB 1.2 troubleshooting)
How can I add a navigation button in the header? Above here you have 'Go back to PunBB.org'. I want a button just like that linking to the frontpage of my site.
20 2004-02-29 13:30
Re: extern.php problem (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
yeah, i had the same error, they told me to put an @ before the include,
so that would be
@include............and it worked.
i just found that topic with the search. so my problem is solved.
21 2004-02-29 12:59
Topic: extern.php problem (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I included on the frontpage of my website the 10 latest active topics.
check it on http://basalph.uwhost2.net
it shows the 10 latest active topics, but above the list it shows this parse error:
Warning: main(): stream does not support seeking in /home/basalph/public_html/index.php on line 52
why?
22 2004-01-31 20:07
Re: PunBB -> phpBB (23 replies, posted in PunBB 1.2 modifications, plugins and integrations)
basalphenaar wrote:Rickard wrote:Ok, then I can't help you. I doubt anyone in here will help you since you are converting away from PunBB.
Might I ask why you want to convert to phpBB?
i like punBB a lot, but i need a forum with more options and stuff. It's not that i don't like punBB
What is it that your'e missing then?
well i don't like the way how to update the forum with the newest version. it's to hard for me to do that. the way phpBB does that is much easier for me.
23 2004-01-31 16:32
Re: PunBB -> phpBB (23 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Ok, then I can't help you. I doubt anyone in here will help you since you are converting away from PunBB.
Might I ask why you want to convert to phpBB?
i like punBB a lot, but i need a forum with more options and stuff. It's not that i don't like punBB
24 2004-01-31 12:27
Re: PunBB -> phpBB (23 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I believe you will have to ask in the phpBB forums for that.
i already did that
25 2004-01-31 11:47
Re: Converter: PhpBB2 -> PunBB1.1 v2.0b3 (86 replies, posted in PunBB 1.2 modifications, plugins and integrations)
basalphenaar wrote:is there also a converter from PunBB to phpBB?
I would like to find a way to do this.No, there's not. I think the only way is to do the converter yourself.
but i'm not that experienced with php