1

(6 replies, posted in PunBB 1.2 show off)

I don't like all that flashy shit.
BTW: Where did you learn English?

ok, i will try that.

I did the changes, but now i see you can't fetch the newest topics from more than 2 forums?

Rickard wrote:

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!

Well, i think this is too complicated for me.....
my PHP skills don't go that far.

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

??

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

(11 replies, posted in General discussion)

no, it isn't anymore for our site!
(iam working together with anomalic)

Chacmool wrote:
basalphenaar wrote:
Chacmool wrote:

Probably yes smile

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 smile

it's too late for me now, because i already deleted my phpBB database sad, but it's good you fixed it.

No, its not smile. 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 wink

Thanks man! You saved me!
big_smile

edit: it works! IT WORKS!

Chacmool wrote:
Rickard wrote:

My guess is that the guest posts aren't changed from user_id 0 to 1.

Probably yes smile

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 smile

it's too late for me now, because i already deleted my phpBB database sad, but it's good you fixed it.

Chacmool wrote:
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 wink )

Thanks! I'll look at it as soon as possible. Great that people actually report bugs, helps me alot! smile

no problem man wink

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 wink )

13

(23 replies, posted in PunBB 1.2 troubleshooting)

ok, tnx for help wink

edit:
it works smile

14

(7 replies, posted in General discussion)

jochem wrote:
basalphenaar wrote:

A good book is the PHP bible. I have the Dutch version, and it's very good.

yeah same here smile

tongue

15

(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

(7 replies, posted in General discussion)

A good book is the PHP bible. I have the Dutch version, and it's very good.

17

(8 replies, posted in PunBB 1.2 troubleshooting)

Paul wrote:

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

(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

(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.

jochem wrote:

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.

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?

Chacmool wrote:
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 wink

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.

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 wink

Rickard wrote:

I believe you will have to ask in the phpBB forums for that.

i already did that smile

Chacmool wrote:
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 sad