True, for linked logins
1,551 2007-12-31 13:19
Re: Linked Site Registration, how? (8 replies, posted in PunBB 1.2 troubleshooting)
1,552 2007-12-31 00:10
Re: Linked Site Registration, how? (8 replies, posted in PunBB 1.2 troubleshooting)
Moved to Integration.
Either have all the forums run off of one users table or have registration on one insert a new row on all.
You won't be able to share a cookie between domains though.
1,553 2007-12-30 18:10
Re: Rev 1206: _blank (13 replies, posted in PunBB 1.2 discussion)
Oh, are we rehashing this discussion again?
Take a look at the help links under the quick post form. Those are opening in a new window right now. Those are what class="exthelp" links are in 1.3. We've just removed the inline Javascript.
As for rel="external", I don't think that's used anywhere in PunBB. However, it makes it possible for someone to write an extension to modify the parser that opens all external pages in a new window. That's not a new idea, there are several versions of that out now as modifications. Adding the ability to open rel="external" links in a new window to the Javascript simply reduces the amount of work someone would have to do. The code is there anyway for the help links, it makes sense to use it for both.
1,554 2007-12-30 18:02
Re: Last post link goes to first page. (8 replies, posted in PunBB 1.2 troubleshooting)
Aha, I'm glad you found the problem
1,555 2007-12-30 17:42
Re: Last post link goes to first page. (8 replies, posted in PunBB 1.2 troubleshooting)
OK, I've been looking at your topic and I'm not sure that this will work but I want you to try it
viewtopic.php
FIND
$result = $db->query('SELECT id FROM '.$db->prefix.'posts WHERE topic_id='.$id.' ORDER BY posted') or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());
REPLACE WITH
$result = $db->query('SELECT id FROM '.$db->prefix.'posts WHERE topic_id='.$id.' ORDER BY id') or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());
And, obviously, change the number of posts back to what it was.
1,556 2007-12-30 17:31
Re: Last post link goes to first page. (8 replies, posted in PunBB 1.2 troubleshooting)
What was it set to before?
1,557 2007-12-30 16:37
Re: Last post link goes to first page. (8 replies, posted in PunBB 1.2 troubleshooting)
Have you recently users who made posts? If so, did you do it using the delete button in profile.php or another tool?
1,558 2007-12-30 15:30
Re: Last post link goes to first page. (8 replies, posted in PunBB 1.2 troubleshooting)
We need your viewtopic.php, that's where the problem is
1,559 2007-12-30 12:50
Re: Rev 1206: _blank (13 replies, posted in PunBB 1.2 discussion)
My understanding is that any link with rel="external" or class="exthelp" will be opened in a new window. Is that what you mean?
1,560 2007-12-30 03:26
Re: [1.3] New PHP URL rewrite system: localization (19 replies, posted in Feature requests)
Currently, the rewrite rules are not locale specific. If someone wanted to make rewrite rules that are, that would be an extension. The only situation I can envision under which someone would want locale specific rules would be if they're running a forum using only a language that's not English (otherwise, you would have URLs that don't make sense to some of the people on the board). However, as Bekko said, tying rewrite rules to language packs would break old links when a language pack is changed.
I guess I'm just really not seeing why localized rewrite rules are something PunBB should support out of the box
1,561 2007-12-30 01:38
Re: message() function breaks header when using includes in template (7 replies, posted in PunBB 1.2 troubleshooting)
Aha
Moved to Troubleshooting, since this is not a PunBB bug
1,562 2007-12-29 23:18
Re: message() function breaks header when using includes in template (7 replies, posted in PunBB 1.2 troubleshooting)
mixart: You're looking at the wrong line there
As I said, message does not redirect. redirect does (that's why it's called redirect).
redirect('profile.php?section=essentials&id='.$id, $lang_profile['Pass updated redirect']);
That is the line that redirects you if you change your password correctly.
But yeah, it would be really great if you could give us a way to replicate the issue so we can pinpoint what's wrong.
1,563 2007-12-29 22:52
Re: message() function breaks header when using includes in template (7 replies, posted in PunBB 1.2 troubleshooting)
message does not do a redirect, as I said. If it does, that's something you have modified.
The 2nd parameter is used in the following code from the function:
<?php if (!$no_back_link): ?> <p><a href="javascript: history.go(-1)"><?php echo $lang_common['Go back'] ?></a></p>
<?php endif; ?>
It would be really helpful if you could give a reduced test case that someone else could replicate to help track down the issue.
1,564 2007-12-29 22:18
Re: PunBB 1.2.16 (71 replies, posted in News)
That index.php line shouldn't be there.
1,565 2007-12-29 17:04
Re: HDIF error? (4 replies, posted in PunBB 1.2 troubleshooting)
The hdiff is the simplest way to upgrade PunBB when you have modifications that might interfere
You can't be looking solely at the line numbers, you need to look at what the code it's showing you is
1,566 2007-12-29 15:27
Re: message() function breaks header when using includes in template (7 replies, posted in PunBB 1.2 troubleshooting)
Could you explain what you mean by "does not load the header correctly"?
Also, the message function doesn't redirect, it only adds a back link. Is that what you meant?
Could you paste a screenshot to show what you mean (eg: the difference between a normal header and a messed up header?)
1,567 2007-12-29 13:44
Re: Insert a clickable link without http:// or www in front (1 replies, posted in PunBB 1.2 troubleshooting)
Use the URL BBCode
1,568 2007-12-29 13:43
Re: HDIF error? (4 replies, posted in PunBB 1.2 troubleshooting)
Did you modify the file?
You're actually looking to insert the lines between lines 101 and 102 in the 1.2.14 moderate.php
1,569 2007-12-29 03:40
Re: PunBB and TAZ (8 replies, posted in PunBB 1.2 discussion)
Dr.Jeckyl: Why would they care if Rickard said that though? If there are enough topics on a specific piece of forum software, it's in their interest to create a forum for those topics. Other than just for the sake of being nice (which the TAZ people are), there's no incentive for them to not create a forum if they feel they should have one.
That's a weird way of working it though. The fact they don't have a PunBB specific section means that they probably attract less PunBB admins than they would if they created the section. Or, on the other hand, why would existing members bother to list it if they know it's irrelevant, to a degree, on that particualr board.
Except it IS a choice in your profile and it IS a choice as a usergroup. Just not as a forum specifically for discussing PunBB topics
Also, I think very few people go to TAZ just for forum software specific support. Thus, I don't know that having a PunBB forum would attract that many more users: it is, as they say, a case of demand. If there are enough users/topics that PunBB warrants its own forum, it would get one.
Must admit, I could never understand why they don't have a PunBB section, when you look at what other forum softwares they have sections for, but that may just be my logic which thinks it's weird.
That's part of the point. They were more lenient in the past and ended up with some inactive forums. So, they're more selective now.
1,570 2007-12-29 00:10
Re: PunBB and TAZ (8 replies, posted in PunBB 1.2 discussion)
ah: not as far as I know (although would they be inquiring? wouldn't they just create their forum?)
1,571 2007-12-29 00:09
Re: Support for multiple group membership (11 replies, posted in Feature requests)
http://punbb.org/forums/viewtopic.php?id=15213
I also change the title of the topic to be more descriptive
And yes, it will be an extension for 1.3 if I have to write it myself
Matt: He means putting a user in multiple groups rather than creating a group for every permutation of permissions.
1,572 2007-12-28 22:56
Re: Set error reporting to E_ALL when debug mode is enabled (2 replies, posted in Feature requests)
Setting error reporting to E_ALL wouldn't do that, since it's already set to E_ALL ^ E_NOTICE. If fatal errors aren't shown, it's because display_errors is disabled on the server.
1,573 2007-12-28 21:17
Re: PunBB and TAZ (8 replies, posted in PunBB 1.2 discussion)
That's something you would have to ask over there, we don't have any control over TAZ
It has been suggested there before though:
http://www.theadminzone.com/forums/show … ight=punbb
http://www.theadminzone.com/forums/show … ight=punbb
1,574 2007-12-28 18:53
Re: Will Rickard eat his hat? (14 replies, posted in PunBB 1.2 discussion)
Well, no, since he hasn't made any statements since then
1,575 2007-12-28 12:59
Re: Will Rickard eat his hat? (14 replies, posted in PunBB 1.2 discussion)
Meowmeow: You're a year behind