Anyone?
127 2009-12-03 11:09
Re: Post new topic fails (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 2009-12-01 19:00
Re: private forum categories (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 2009-11-30 13:43
Topic: private forum categories (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?
130 2009-10-11 18:35
Re: What version should I use? 1.3.* or 1.2.* (7 replies, posted in Discussions)
1.3 is the latest supported version. 1.2 is the older one. Go for 1.3:)
131 2009-09-23 12:11
Re: Editing footer? (7 replies, posted in Discussions)
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;}
132 2009-09-20 16:37
Re: Is this your Flag? Please help test this (20 replies, posted in General discussion)
the flag's correct
133 2009-09-11 18:20
Re: Spam! (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 2009-08-02 07:02
Re: Moderation (8 replies, posted in Discussions)
There is plugin request for that one. Hope that someone will take it on.
135 2009-07-31 17:29
Re: Moderation (8 replies, posted in Discussions)
Also, is it possible to ban users in PunBB ?
Yes, click on the user nickname>Administration>Ban this user via the administration console.
136 2009-06-25 18:30
Re: Show recent posts (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"
137 2009-06-22 13:15
Re: Where do I go to set who will moderate the categories? (3 replies, posted in PunBB 1.3 troubleshooting)
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 2009-06-22 12:18
Re: Show recent posts (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 2009-06-21 08:31
Topic: Show recent posts (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?
140 2009-06-11 08:49
Topic: extend time posts show as new (1 replies, posted in PunBB 1.3 discussion)
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.
141 2009-06-04 07:42
Re: What is the best Webdesigner Software (40 replies, posted in General discussion)
Cheers for that explanation.
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:)
142 2009-06-03 19:08
Re: What is the best Webdesigner Software (40 replies, posted in General discussion)
I'm still no wiser.
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.
143 2009-06-03 16:26
Re: What is the best Webdesigner Software (40 replies, posted in General discussion)
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.
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 2009-06-01 12:30
Re: email posts (8 replies, posted in Discussions)
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.
145 2009-05-31 10:29
Re: Can I make "Subscribe to this topic" checked by default? (9 replies, posted in PunBB 1.3 discussion)
Hi charles,
This is very similar to my request a few days ago:)
146 2009-05-29 17:32
Re: email posts (8 replies, posted in Discussions)
Add an extension request, please.
Did it:)
148 2009-05-28 13:28
Topic: email posts (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?
149 2009-05-08 11:34
Re: How do I move "first poster" name? (3 replies, posted in PunBB 1.3 additions)
Maybe it's not the most technical way but I always use css to hide content.
Try
.item-starter{display:none;}
150 2009-05-06 09:16
Re: Remove "New Alerts" (3 replies, posted in PunBB 1.3 troubleshooting)
You can just add a css rule in your stylesheet
#alert {display:none;}