Now, you could use o_base_url to make it an absolute path instead
6,351 2005-12-14 21:36
Re: Smileys and site integration bug (8 replies, posted in PunBB 1.2 bug reports)
6,352 2005-12-14 21:35
Re: Smileys and site integration bug (8 replies, posted in PunBB 1.2 bug reports)
No, it wouldn't
Say I have forums.punbb.org and punbb.org
forums.punbb.org is in /home/rickard/forum/ and punbb.org is in /home/rickard/site/
forums.punbb.org has the PunBB install. If I try and integrate it with punbb.org, PUN_ROOT would be ../forum/, which would screw everything up
6,353 2005-12-14 11:28
Re: Search function problem using punbo/ punbb (7 replies, posted in PunBB 1.2 troubleshooting)
You can't just embed a page within another page: search.php is its own seperate HTML document.
I would suggest using an iframe instead
6,354 2005-12-14 02:05
Re: mark as read (4 replies, posted in PunBB 1.2 troubleshooting)
6,355 2005-12-14 01:19
Re: mark as read (4 replies, posted in PunBB 1.2 troubleshooting)
That's how it's supposed to work. Things aren't marked as read immediately just because you read them: you need to install a mod to add that functionality (or wait for 1.3, which will have it)
6,356 2005-12-13 22:54
Re: View and Replies? (3 replies, posted in PunBB 1.2 bug reports)
Well, look at this forum:
http://punbb.org/forums/viewforum.php?id=22
ie: Moved: mypunbb forums aren't working??? by Scizzle
Those are redirect topics. They redirect to the real topics, which are in their new forums (in this case, General discussion)
· mypunbb forums aren't working??? by Scizzle
6,357 2005-12-13 22:18
Re: View and Replies? (3 replies, posted in PunBB 1.2 bug reports)
Is this a redirect topic?
6,358 2005-12-12 23:09
Re: Updats to the Development (5 replies, posted in PunBB 1.2 discussion)
There have been longer "dry spells" than that, I wouldn't be worried
6,359 2005-12-12 11:32
Re: OT - Need recommendation for script (2 replies, posted in General discussion)
btw - When's the last time you did a google search for anything with the letters "php" in the search terms? They now give an error message, telling you that there's a virus on your machine.... Go figure.... Google's getting as bad as MS.
No they don't...
The only time I get that error is searching for "powered by phpbb 2.0.*" where * is any number
Or inurl:viewtopic.php
6,360 2005-12-12 11:23
Re: punBB not CSS compliant ? (9 replies, posted in PunBB 1.2 bug reports)
It is valid: check the actual code itself
It's a mistake in the validator
6,361 2005-12-10 15:02
Re: PunBB javascript is not compatible with InternetExplorer (2 replies, posted in PunBB 1.2 troubleshooting)
PunBB doesn't require javascript to work properly
Let me test this...
Edit: My browser is indeed set like that, and PunBB works 100% as it's supposed to. I can login, etc
Those functions aren't required, they're simply performed when the form is submitted: it makes no difference if they happen or not
6,362 2005-12-10 13:17
Re: Error in main.tpl (1 replies, posted in General discussion)
There's a closing script tag there that isn't needed, you have 2 body tags, you put a mailto link outside the proper HTML (that wouldn't cause the issue, it's just wrong though), and I think <script> uses type="text/javascript", not language
6,363 2005-12-10 00:53
Re: Where does PunBB set its sessions/cookies for being logged in? (2 replies, posted in PunBB 1.2 discussion)
If you mean the function, check_cookie() in functions.php
6,364 2005-12-08 22:38
Re: Users in 2 Groups? (36 replies, posted in PunBB 1.2 troubleshooting)
It does
6,365 2005-12-08 13:49
Re: Users in 2 Groups? (36 replies, posted in PunBB 1.2 troubleshooting)
I actually wrote a mod for multiple groups (and considering I wrote it in < 1 day while I was half asleep, it worked surprisingly well). I don't think I have the code still, but all it took was an extra table (user_groups) that had 3 columns: user_id, group_id, and primary. Your "primary" group was the one used for non-forum permissions stuff and all the groups were used to determine forum permissions
It did require a rewrite of most permission checking functionality
6,366 2005-12-08 13:45
Re: Unified converter! (InvPB, miniBB, PhpBB, vBulletin & YabbSE) (105 replies, posted in PunBB 1.2 discussion)
I'm not sure about the posts, but "not converting the passwords" means that your users will all have to use the "Forgot your password" option to get assigned new passwords
6,367 2005-12-08 13:44
Re: Instead of MySQL we want use Oracle, but how? (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 things you'd have to do:
1. Write a new abstraction layer for Oracle
2. Find the places where the query syntax is different and add in an oracle case
6,369 2005-12-06 17:39
Re: Double posting with 1.2.10 (4 replies, posted in PunBB 1.2 bug reports)
The issue is double entries in the online table: this has been reported many times before
6,370 2005-12-05 11:50
Re: Error: Unable to fetch forum config. (1 replies, posted in PunBB 1.2 troubleshooting)
Enable debug mode
and post the full error
6,371 2005-12-04 22:43
Re: Time zone depending on PC system time (24 replies, posted in PunBB 1.2 troubleshooting)
If the timezone on the server (without any of the PunBB stuff interfering) is CET, then PunBB's server timezone should be set as CET. That means the forum clock, by itself, is GMT. Then, you pick the appropriate offset on a per-user level. So you'd pick CET for yourself as well.
6,372 2005-12-04 21:54
Re: Banned users can't logout. (3 replies, posted in PunBB 1.2 troubleshooting)
Not a bug, that's the intended behavior
It's to keep people from deciding to re-register to get around a ban on a username
6,373 2005-12-04 20:52
Re: Time zone depending on PC system time (24 replies, posted in PunBB 1.2 troubleshooting)
The board timezone is supposed to be set so that the other timezones are correct (so, if the default time on the server is CET, I choose the CET timezone, so the forum time is GMT). Then, each individual user has their own setting
6,374 2005-12-04 20:37
Re: Topic title on index (4 replies, posted in PunBB 1.2 discussion)
You actually tested the query? Wow, you're more careful than me
6,375 2005-12-04 20:24
Re: Topic title on index (4 replies, posted in PunBB 1.2 discussion)
Mmm, in the join, shouldn't p.id be p.topic_id?