At some point my webhost will be upgrading to php 5.3 (from php 5.2.xx).
Will punbb continue to run correctly?
1 2010-06-09 22:23
Topic: php 5.3 (1 replies, posted in Discussions)
2 2010-06-09 21:46
Re: extern.php invalid code (5 replies, posted in PunBB 1.3 bug reports)
PunBB breaks all the rules B)
If you don't have anything useful to post in a bug reports forum section, please don't.
3 2010-06-09 15:19
Topic: how do I make deleted forum sections or deleted threads return 404? (4 replies, posted in Discussions)
how do I make deleted forum sections or deleted threads return 410 or 404 error? either using php or htaccess.
reason I am asking is the googlebot now decided to treat "Bad request. The link you followed is incorrect or outdated." forum messages as indexing errors called 'soft 404 error' where googlebot thinks I meant to return 404 but didn't do it properly.
4 2010-06-09 11:47
Topic: tracking code [solved] (0 replies, posted in Discussions)
I need to add tracking code into my forums.
which file to I insert the tracking code into?
Edit. I put it in main.tpl
5 2010-06-07 22:33
Re: Installing Pun_Attachment error (4 replies, posted in PunBB 1.3 troubleshooting)
The "attachments" folder should have 777 file permission.
Slavok, the attachments folder does have 777 file permissions. but the subfolder "bd9d09ce8a0972d078adfcf5c451c8bc" is being created with wrong permissions.
Any idea how to fix it?
6 2010-06-06 15:41
Re: [Fixed: 1683] Guest email revealed... (4 replies, posted in PunBB 1.3 bug reports)
As you probably noticed, if guest posting is enabled, guest email is being revealed in public... i think it's a bug, so here's a little fix:
// Generate author contact details ... Line 411 (at least in my file): if ($cur_post['poster_email'] != '' && !$forum_user['is_guest'] && $forum_user['g_send_email'] == '1') $forum_page['post_contacts']['email'] = '<span class="user-email'.(empty($forum_page['post_contacts']) ? ' first-item' : '').'"><a href="mailto:'.forum_htmlencode($cur_post['poster_email']).'">'.$lang_topic['E-mail'].'<span> '.forum_htmlencode($cur_post['username']).'</span></a></span>'; ...
Change to:
// Generate author contact details ... if ($forum_user['is_admmod']) // <-- add this line if ($cur_post['poster_email'] != '' && !$forum_user['is_guest'] && $forum_user['g_send_email'] == '1') $forum_page['post_contacts']['email'] = '<span class="user-email'.(empty($forum_page['post_contacts']) ? ' first-item' : '').'"><a href="mailto:'.forum_htmlencode($cur_post['poster_email']).'">'.$lang_topic['E-mail'].'<span> '.forum_htmlencode($cur_post['username']).'</span></a></span>'; ...
Thanks, I applied your fix in my punbb installation
7 2010-06-05 22:15
Topic: Is there ongoing development for a 1.4 version of punbb? (1 replies, posted in Discussions)
Is there ongoing development for a 1.4 version of punbb?
8 2010-06-05 21:05
Re: Installing Pun_Attachment error (4 replies, posted in PunBB 1.3 troubleshooting)
I had the same problem. Anyone can help?
9 2010-05-24 09:25
Re: dealing with spammers (6 replies, posted in Discussions)
I already have "Require verification of all new registrations by e-mail."
That just makes sure people use valid emails.
10 2010-05-24 08:27
Re: dealing with spammers (6 replies, posted in Discussions)
OK, is there anyway to make punbb require that registrations are verified by an administrator?
11 2010-05-21 18:33
Topic: dealing with spammers (6 replies, posted in Discussions)
captcha helps blocks spam bots. However, there is still the problem of human spammers who register and post ads/spam. My host blocks remote connections (free host) so akismet punbb extension will probably not work.
Any workaround or solutions? perhaps a "know bad IP list of spammers" that I can block from my forums?
12 2010-05-14 00:50
Re: extern.php invalid code (5 replies, posted in PunBB 1.3 bug reports)
Any punbb developer please try this link
http://validator.w3.org/check?uri=http: … extern.php
That's punbb.informer.com/forums/extern.php
13 2010-04-17 06:47
Topic: extern.php invalid code (5 replies, posted in PunBB 1.3 bug reports)
w3c validator says extern.php doesn't produce valid html transitional code.
Can that be fixed?
14 2010-04-10 16:59
Re: [Release] Sitemap Generator (76 replies, posted in PunBB 1.3 extensions)
Found a bug. it still puts userlist page in sitemap.xml even when I have userlist not available to public.
15 2010-03-19 05:37
Topic: birthdays today (4 replies, posted in PunBB 1.3 extensions)
is there an extension that shows in forum footer something like
"The following people are celebrating their birthdays today: xxxx, yyyy. zzzzz" ?
many forums have it.
16 2010-02-20 18:42
Re: googlebot and punbb (5 replies, posted in Discussions)
I think I will remove the robots.txt entry and see what it indexes.
17 2010-02-12 13:59
Re: googlebot and punbb (5 replies, posted in Discussions)
PM sent. thank you very much.
18 2010-02-11 21:18
Topic: googlebot and punbb (5 replies, posted in Discussions)
I'm not 100% sure but I think googlebot can read parts of the forums that are restricted from guests
I have htaccess to disallow googlebot so google webmaster tools is listing some private threads as URL restricted by robots.txt
If googlebot can't see them as a guest, how is it trying to crawl them to begin with? or does punbb let googlebot see private forum sections?
19 2010-01-29 15:31
Re: blogging (5 replies, posted in Discussions)
I think the article describes the opposite of what I want. It describes how to use your wordpress username/password in punbb (i.e. integrate punbb into a blog).
I want the opposite (use your punbb username/password to post in blog).
20 2010-01-29 00:16
Topic: blogging (5 replies, posted in Discussions)
I have punbb 1.3.4 installed in mywebsite.com/board/ I want to make a mywebsite.com/blog and make people use their punbb account to post in mywebsite.com/blog/
Is that possible?
21 2009-12-23 13:26
Re: pun_poll (115 replies, posted in Supported extensions)
8k84 wrote:Two things:
1) can't edit text of the first message (changes are not applied);
2) Admin panel option "Enable revoting ... Allow vote change." when checked is not applied to a new poll.I can't reproduce these bugs. Could you please post more instructions on how to reproduce them?
Is there a chance he is using version 1.1.5 which had similar bugs?
22 2009-11-04 21:27
Re: Count of options can't be less than 2 (2 replies, posted in PunBB 1.3 troubleshooting)
upgrading to pun_poll 1.1.7 should fix it.
23 2009-10-27 15:47
Re: pun_poll (115 replies, posted in Supported extensions)
rajuru wrote:i am also confirming the problem. admin can edit the thread (first post). user gets this error when tries to edit the first post. i had to disabled the ext.
Fixed in pun_poll 1.1.6.
Users can now edit their posts but there's a new bug in creating polls.
If I change 'Number of poll options ' from 2 to 4 and click 'update poll', it creates the new thread instead of allowing me to finish adding poll options.
So 'update poll' actually does 'start topic' now. (sorry for my bad English..I hope I was clear).
24 2009-10-24 07:32
Re: [beta release] Copper style (28 replies, posted in PunBB 1.3 additions)
Why are fonts suddenly a lot bigger when I switch to Copper style? They go back to normal when I revert to Oxygen style.
25 2009-10-23 02:01
Re: pun_poll (115 replies, posted in Supported extensions)
aakulaa wrote:Hello
I think that great extansion has discomfort:
1. No diagrams
2. Impossible to use some variants of answer in the poll
3. Topic with poll hasn't a marker "Poll: ...."If you will add those additions, it's will be Super Great extension!
Thanks
Thanks for the ideas. I have added feature requests to the Wiki.
Regular uses can't edit their posts if the post is the first post in a thread. Administrators can still edit other people's posts and their own. This bug only affects regular users.