4,101

(12 replies, posted in Feature requests)

PunBB's topics are flat, not threaded though

4,102

(124 replies, posted in PunBB 1.2 discussion)

asbjornu wrote:
Rickard wrote:

We have this already in subversion. It still needs a bit of polish, but it's there.

What do you have in Subversion?

/posts/id

or

/posts/post_name_or_slug

?

There are 3 rewrite schemes sitting in SVN so far: check them out wink

4,103

(2 replies, posted in PunBB 1.2 troubleshooting)

http://wiki.punres.org/Add_a_logo_to_the_header_via_css

4,104

(4 replies, posted in PunBB 1.2 discussion)

Dr.Jeckyl wrote:

what would the process be if more hook locations are requested by mod makers? will they be added at regular intervals or just when minor updates come out? also what is the number the team is aiming for on release?

I think we're going to have a round of hook requests before the final release wink

aha, makes sense smile

Moved to Integration
Paste a copy of your login/logout file wink

4,107

(30 replies, posted in PunBB 1.2 discussion)

I said it couldn't be done by default and then pointed out what needed to be edited to have it done wink

Then perhaps run some admin moderation of new users so that the spam would be limited to a forum which only new members and the admin(s) can see? Turn off guest posting as well
Or you could use a CAPTCHA (I would suggest finding a font online and using that in place of the ones provided for those kinds of things)

4,109

(124 replies, posted in PunBB 1.2 discussion)

Maybe I brought this up before, but could this be the issue you're having?
http://help.ovh.com/HtaccessModRewrite

yonash wrote:

There is so many places where you can talk about "?>" wink
Maybe someone will answer my question. Have my plugin correct english?


btw. I do not use "?>" wink

Very good, I only noticed one thing

 <p>Lets you perform complete database backup. You must have permit to use PHP "system" command.<br />Created by: YonasH (with some use of DB Management plugin code)</p>

should be

 <p>Lets you perform a complete database backup. You must have permission to use PHP's "system" command.<br />Created by: YonasH (with some use of DB Management plugin code)</p>

http://wiki.punres.org/Add_a_logo_to_the_header_via_css

4,112

(124 replies, posted in PunBB 1.2 discussion)

I'm not sure what that would have to do with mod_rewrite

4,113

(30 replies, posted in PunBB 1.2 discussion)

thegleek: Why do you always seem to be so combative? tongue
Nobody is stopping anyone from creating a mod, nobody has said that it isn't a possibility for 1.3, and PunBB is not phpBB (and it wasn't a feature in phpBB for a while as well)

i really can't come up with one single reason why it's beneficial to not end a <?php with one

Smartys wrote:

At the end of a PHP file there's no need to have a closing PHP tag. It's optional. The reason for not having it is that if you accidentally put a space outside of the PHP tag, it can cause issues if you haven't sent headers, cookies, etc yet.
config.php doesn't use a closing tag for that reason

That's not related to the mod being complicated, that's simply having too many false positives wink
It depends on what your users post. I know, for example, forums that allow lots of cussing seem to have more false positives.

4,116

(124 replies, posted in PunBB 1.2 discussion)

Jérémie wrote:

Well, this setup can work Mediawiki, Textpattern, and countless other software with rewrite_rule without any issues wink

Compare their rewrite rules to PunBB's wink

4,117

(124 replies, posted in PunBB 1.2 discussion)

I just set Apache up to run PHP as CGI: no issues with any setup

4,118

(49 replies, posted in PunBB 1.2 discussion)

elbekko wrote:

No idea, but I'm sure it's possible in some odd way =P

I doubt it very much tongue

4,119

(49 replies, posted in PunBB 1.2 discussion)

Connorhd wrote:
elbekko wrote:

And I bet you should be able to write a readme to extension tool (it'd be sodding hard, but possible) big_smile

No, i guarantee you it would be impossible

How would you go about writing one? tongue

still makes no sense to not END something when you start it... its proper syntax ettiquette!

No, opening tags do not always need closing tags. If you have an issue with that, take it up with the PHP developers.

its like not ending an XML tag.. or not ending a print "statement

Yes, except syntax there demands that you do things a certain way. PHP does not dictate that a script MUST end in HTML mode as opposed to PHP mode.

or not ending a sql query delete from users where id=1 (that is inside mysq cli (not outside), you always need a ; to end it

Not even the same thing, there's no opening "tag" to close

so many examples! what about not closing a <a href=""> link without a </a> ??

How about a line break? In HTML 4.01 you don't need a closing tag for <br>. You need the tag to be self closing in XHTML due to the whole XML thing wink

The Akismet mod isn't complicated at all: in fact, it's much less complex than changing groups based on post count tongue
1.3 will make dealing with spam much easier, both with tools in the core and with spam fighting extensions.

4,122

(30 replies, posted in PunBB 1.2 discussion)

You can't ban a whole TLD by default. To do so, you would need to edit the is_banned_email function in include/email.php at least (and admin_bans.php if you don't want to insert/edit bans involving entire TLDs via the command line)

4,123

(2 replies, posted in PunBB 1.2 discussion)

Or the User Management plugin

4,124

(6 replies, posted in PunBB 1.2 troubleshooting)

You upload the file to the same place you uploaded the files for the forum

4,125

(6 replies, posted in PunBB 1.2 troubleshooting)

I'll assume you mean from 1.2.0 to 1.2.14, since there is currently no such thing as 1.4 wink
You need to download a fresh copy of PunBB, grab the 12_to_1214_update.php script from the extras folder, upload it to where you have your forum, run it, and delete it.