51

(1 replies, posted in PunBB 1.3 discussion)

I've got an additional app I have written in php.  The PHP is pretty rudimentary.

The App is located at something like domain.com/app

I've got a PunBB forum at location domain.com/forum

I would like to limit use of this app to just members of a specific group of members of my PunBB forum. 

So what I'm looking for is a relatively easy way to simply check if they are members of a punBB group - if they are, letting them move forward.  If they are not (or if they are not logged in) sending them to a login page.

However, I'm having a hell of a time finding out how to do that.

Can anyone help?

52

(31 replies, posted in Supported extensions)

Sorry for the multiple posts - I didn't know if it should be a bug report or a extension request....

53

(1 replies, posted in PunBB 1.3 bug reports)

I am trying to send a broadcast email -- but I can't use a *return* / *newline* / *carriage return* or whatever we'd like to call it.

Something apears to be stripping the newlines from the email.

How can I send a broadcast email with line breaks?

54

(31 replies, posted in Supported extensions)

Is there a way to not have it strip all carriage returns from your message (thus making formatting possible)?

The way it currently is, it's useless for anything more than a single sentence/paragraph.