1,551

(8 replies, posted in PunBB 1.2 troubleshooting)

True, for linked logins wink

1,552

(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

(13 replies, posted in PunBB 1.2 discussion)

Oh, are we rehashing this discussion again? tongue
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.

Aha, I'm glad you found the problem smile

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.

What was it set to before?

Have you recently users who made posts? If so, did you do it using the delete button in profile.php or another tool?

We need your viewtopic.php, that's where the problem is

1,559

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

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 tongue

Aha smile
Moved to Troubleshooting, since this is not a PunBB bug wink

mixart: You're looking at the wrong line there wink
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.

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

(71 replies, posted in News)

That index.php line shouldn't be there.

1,565

(4 replies, posted in PunBB 1.2 troubleshooting)

The hdiff is the simplest way to upgrade PunBB when you have modifications that might interfere wink
You can't be looking solely at the line numbers, you need to look at what the code it's showing you is

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

Use the URL BBCode

1,568

(4 replies, posted in PunBB 1.2 troubleshooting)

Did you modify the file? wink
You're actually looking to insert the lines between lines 101 and 102 in the 1.2.14 moderate.php

1,569

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

MattF wrote:

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

MattF wrote:

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

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

(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

(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 wink
And yes, it will be an extension for 1.3 if I have to write it myself wink

Matt: He means putting a user in multiple groups rather than creating a group for every permutation of permissions.

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

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

(14 replies, posted in PunBB 1.2 discussion)

Well, no, since he hasn't made any statements since then tongue

1,575

(14 replies, posted in PunBB 1.2 discussion)

Meowmeow: You're a year behind wink