126

(3 replies, posted in PunBB 1.3 discussion)

Anyone?

127

(8 replies, posted in PunBB 1.3 troubleshooting)

There might be a 'post' restriction in your server. Adding

RewriteEngine On
SecFilterSelective "REQUEST_URI" "http://www.ajaxbrowser.net/forum/post.php" "allow,nolog"

in your htaccess may solve it.

128

(3 replies, posted in PunBB 1.3 discussion)

Hi pdf.. That I know. I was wondering if there was a way to have a whole category visible/postable to a group of users.

129

(3 replies, posted in PunBB 1.3 discussion)

Is there a way to have a forum category, all its forums and subsequent threads/posts visible only to a group of users?

1.3 is the latest supported version. 1.2 is the older one. Go for 1.3:)

131

(7 replies, posted in Discussions)

FreshPrince wrote:

All I want to do is get rid of the "Currently installed 7 official extensions. Copyright © 2003–2009 PunBB."

Add this to your css

#extensions-used {display:none;}

the flag's correct

133

(22 replies, posted in Discussions)

Over at textpattern forums we have 10 posts before we allow "new members" to jump into "member" status. Sometimes even 1 post is enough but we found that 10 posts is an OK number. The jump from new member to member is nevertheless done manually as there is no software which can fully detect all variations of spam posts.

134

(8 replies, posted in Discussions)

There is plugin request for that one. Hope that someone will take it on.

135

(8 replies, posted in Discussions)

zibizibi wrote:

Also, is it possible to ban users in PunBB ?

Yes, click on the user nickname>Administration>Ban this user via the administration console.

136

(5 replies, posted in PunBB 1.3 discussion)

Hi Parpalak,

i guess the 1.2.x url explains it AND yes you are right. Slavok pointed the url to me and did not think  about the "active topics" connection.

I guess t define the differences between "Active topics" and "action=show_24h" you will need to tell me what "Active topics" does and I can tell you about "action=show_24h"

Administators have full access to moderate everything. If you are the owner of the site keep that status for you!

to set up a moderator click on user>Administration> Assign User group.
Once done, you will be presented with a checklist of your categories

138

(5 replies, posted in PunBB 1.3 discussion)

Thanks Slavok. i would have liked to include the link with the "New posts" "Active topics" and "Unanswered topics" ones but I figured that this would either need a hack or a plugin so - the easiest way was to add it in the general menu using the utility in Administration > Settings  > Setup > Enter your links

Thanks again.

139

(5 replies, posted in PunBB 1.3 discussion)

In PunBb 1.2.x there used to be a "show recent posts" link pointing to /search.php?action=show_24h

Is there an easy way to reinstate it?

How can I extend the time new posts are shown as "new"? At the moment the new posts
(http://forum.site.tld/search.php?action=show_new)
disappear minutes or sometimes seconds after they are viewed.

MattF wrote:

Cheers for that explanation. smile That would only be of any use for directly editing files related to that particular CMS/Blog though, would it not? Not usable on anything external to itself.

True that's where transmit comes in:)

MattF wrote:

I'm still no wiser. smile What/how exactly do they allow for the editing of files?

I guess you have to use them to understand. Textpattern stores all content, templates, css in a database accessible and editable via a browser which renders any other editors obsolete.

MattF wrote:
esupergood wrote:

I've moved into online CMS instead and I have enjoyed using Wordpress and more recently Textpattern

Okey dokey then. I'm gonna have to ask. big_smile How are they related to code/html editors?

Maybe esupergood is correctly implying that code editors are becoming obsolete for most of us. I do all coding within textpattern and if i need to change any php or other web based documents transmit does the job just fine:)

144

(8 replies, posted in Discussions)

SuperMAG wrote:

It doesn't matter if you put that in the Extension Requests list. nobody create extensions from there. you might need to wait 6 months or so, for extension developers to create even just few extensions lol.

I guess it will be up to whoever thinks that it is a good idea and has enough knowledge to code it. You might be right that it might take 6 months or it might not happen. All I can do is post - sit - and wait.

Hi charles,

This is very similar to my request a few days ago:)

146

(8 replies, posted in Discussions)

Slavok wrote:

Add an extension request, please.

Did it:)

147

(8 replies, posted in Discussions)

anyone there?

148

(8 replies, posted in Discussions)

I am trying to convince an academic community network to move their discussion threads to punBB. Their requirements though demand that the software automatically subscribes all users to all threads and sends emails containing the whole post to the user list, which currently consists of about 1500 members. From there, each user should be able to unsubscribe from any existing thread.

Can PunBB do it - maybe via an extension?

Maybe it's not the most technical way but I always use css to hide content.

Try

.item-starter{display:none;}

150

(3 replies, posted in PunBB 1.3 troubleshooting)

You can just add a css rule in your stylesheet

#alert {display:none;}