Search found 925 matches

by gameofhit
Thu May 16, 2002 8:09 pm
Forum: 2.0.x Support Forum
Topic: finding the last person to post in a thread?
Replies: 5
Views: 1202

SELECT poster_id FROM phpbb_posts WHERE topic_id=$topic ORDER BY post_time DESC $topic must be the topic_id of the topic you are looking for the last poster of. This will return the all of the posts in that topic, but the first row returned will be the most recent one. the value returned is "p...
by gameofhit
Thu May 16, 2002 5:08 am
Forum: 2.0.x Discussion
Topic: What's the catch?
Replies: 11
Views: 2163

Apache? What, a webserver that is considered more secure than others by many? What, there are more sites running apache than all other servers put together? What's the catch? Linux? A great OS, particularly as a server, for free?? and all the software for it is free too? What's the catch? Ahhhh, the...
by gameofhit
Wed May 08, 2002 2:55 pm
Forum: 2.0.x Support Forum
Topic: HELP
Replies: 11
Views: 1420

If you want to install phpBB: download the archive like erk said. Extract the files from it and read the INSTALL.html file in the "docs" directory If you want to learn how to make a website, this is a good place to start: http://hotwired.lycos.com/webmonkey/frontdoor/beginners.html It take...
by gameofhit
Tue Apr 23, 2002 6:55 pm
Forum: 2.0.x Support Forum
Topic: Auto Email Depedning on Number of Posts?
Replies: 1
Views: 555

Not without a MOD. Take this request to the MOD forums, if you like.
by gameofhit
Tue Apr 23, 2002 5:35 pm
Forum: 2.0.x Support Forum
Topic: PM'ing and Email from Usergroups List results in 404
Replies: 14
Views: 2496

Well, I was looking through the code, and trying a few things out. I found a clean solution that was even quicker than the dirty one. In fact, if I were to guess how it will be fixed in a future realease, this would be my guess: Change this line in groupcp.php (around line 33) from: global $lang, $i...
by gameofhit
Tue Apr 23, 2002 4:00 pm
Forum: 2.0.x Support Forum
Topic: PM'ing and Email from Usergroups List results in 404
Replies: 14
Views: 2496

Well, I know how to fix it, but it ain't easy. There is one way to do it that is a "dirty" fix, but it's much simpler than the "real" fix. It involves hardcoding the $phpEx variable at another spot in the code, and is not something desireable. but, it fixes the problem, and you o...
by gameofhit
Tue Apr 23, 2002 3:40 pm
Forum: 2.0.x Support Forum
Topic: PM'ing and Email from Usergroups List results in 404
Replies: 14
Views: 2496

Black Fluffy Lion wrote: it's a known bug I believe.


Yeps, it is a problem on my board too.

In a moment, I may have an unsupported fix if you want to try it.
by gameofhit
Tue Apr 23, 2002 3:38 pm
Forum: 2.0.x Support Forum
Topic: [Solved]un-stickying a stickied thread?
Replies: 3
Views: 823

Not a prob. Its easy to get in the wrong mindset and go looking for a setting like that in the wrong place.
by gameofhit
Tue Apr 23, 2002 3:37 pm
Forum: 2.0.x Support Forum
Topic: PM'ing and Email from Usergroups List results in 404
Replies: 14
Views: 2496

Okay, to change the extensions on your board from php to php4, the only things you should have done are this: Changed the line in extension.inc from $phpEx = "php"; to $phpEx = "php4"; Changed the extension on each .php file to php4 If you did anything else, that may have caused ...
by gameofhit
Tue Apr 23, 2002 3:32 pm
Forum: 2.0.x Support Forum
Topic: Netscape 4.7 and posts with multiple images.
Replies: 4
Views: 886

Re: Netscape 4.7 and posts with multiple images.

Is this a known issue? Any work-arounds? Yes, known. Work-around: don't let your users use NS 4.7 ;) Really though, you might be SOL in this case. I don't know of any way to correct this except have a better browser (or take away the images that cause the problem). Sorry. (Someone, correct me if I ...
by gameofhit
Tue Apr 23, 2002 3:27 pm
Forum: 2.0.x Support Forum
Topic: a serious problem
Replies: 5
Views: 926

Perhaps so. Did you do anything odd with your board before this problem happened? How was the problem fixed? Do you have a detailed description of the odd behavior (because I am not sure of what it was based on your earlier description.) Can we have a link to your board, so we can try the problem ou...
by gameofhit
Tue Apr 23, 2002 3:24 pm
Forum: 2.0.x Support Forum
Topic: [Solved]un-stickying a stickied thread?
Replies: 3
Views: 823

Edit the post, look at the radio buttons "Normal", "Sticky", "Announcement".

Pick "Normal" ;)
by gameofhit
Tue Apr 23, 2002 3:22 pm
Forum: 2.0.x Support Forum
Topic: PM'ing and Email from Usergroups List results in 404
Replies: 14
Views: 2496

Well, the problem is this: in the usergroup panel, the links to email or pm look like this: http://www.kdcad.com/kdcad-bb/privmsg.?mode=post&u=2 instead of: http://www.kdcad.com/kdcad-bb/privmsg.php4?mode=post&u=2 See the lack of php4 extension on the first one? Have you made any changes to ...
by gameofhit
Tue Apr 23, 2002 3:08 pm
Forum: 2.0.x Support Forum
Topic: PM'ing and Email from Usergroups List results in 404
Replies: 14
Views: 2496

Not to sure just hearing about it... but can we get a link to your board? try out the problem ourselves?
by gameofhit
Tue Apr 23, 2002 2:59 pm
Forum: 2.0.x Support Forum
Topic: Cant signup new user or change profile
Replies: 12
Views: 1610

Go to advanced search