Moved to Modifications
726 2008-03-06 11:35
Re: Forum permission - add view (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
727 2008-03-06 11:32
Re: [Extension Release] Two new releases (34 replies, posted in PunBB 1.3 extensions)
Adam Atlas: That usually happens when the post count is "off" for some reason (most likely reason: you deleted a user without deleting his/her posts or setting his/her posts to another user).
728 2008-03-06 11:31
Re: 404 redirect possible? (12 replies, posted in PunBB 1.3 troubleshooting)
I was originally torn between generating a full-blown custom 404 page and doing what PunBB does now. We did it this way for the sake of simplicity with the idea that anyone who wants a custom 404 page can make one via the extension system.
And that link you sent me to just shows the text "Page not found"
729 2008-03-06 11:29
Re: Wish list (26 replies, posted in PunBB 1.3 troubleshooting)
That's exactly what the plan is (to keep it an extension)
730 2008-03-06 03:58
Re: Topic Read Not Updating (1 replies, posted in PunBB 1.2 troubleshooting)
731 2008-03-06 01:31
Re: What's manifest? (8 replies, posted in PunBB 1.2 troubleshooting)
Write a post on PunRes in the release topic for the version of the modification you actually used. You're more likely to get support that way.
732 2008-03-06 01:23
Re: What's manifest? (8 replies, posted in PunBB 1.2 troubleshooting)
This extension allow quickly edit post
Only for punbb 1.3.
You are not using 1.3. Find a modification, not an extension. Do not use 1.3 on production sites. Blah!
733 2008-03-06 01:13
Re: 404 redirect possible? (12 replies, posted in PunBB 1.3 troubleshooting)
Kyle: Good point
734 2008-03-06 01:12
Re: What's manifest? (8 replies, posted in PunBB 1.2 troubleshooting)
1.2.17 is the official stable release
1.3 is in beta
735 2008-03-05 17:16
Re: 404 redirect possible? (12 replies, posted in PunBB 1.3 troubleshooting)
I put a hook in rewrite.php specifically because I anticipated people would want more control over their 404s.
736 2008-03-05 11:39
Re: Hack for having extern.php output UTF-8 (2 replies, posted in PunBB 1.2 troubleshooting)
This may or may not work, but it's the only way I could think of to pull out UTF-8 data from iso-8859-1 without massive changes to the code.
extern.php
FIND
// Load DB abstraction layer and try to connect
require PUN_ROOT.'include/dblayer/common_db.php';
AFTER, ADD
$db->query('SET NAMES UTF8');
737 2008-03-05 11:24
Re: php file upload - what am I doing wrong? (3 replies, posted in Programming)
Well, I don't see anything wrong with the upload code offhand, but you are exposing yourself to SQL injects.
738 2008-03-05 11:20
Re: Trouble moving forum (5 replies, posted in PunBB 1.2 troubleshooting)
What errors are you getting?
And yes, the forums, topics, posts, etc are in the database.
739 2008-03-05 01:08
Re: How to allow javascript in posts for Admin only (7 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
740 2008-03-04 22:28
Re: Mods/admins don't see IP addresses on anonymous users' posts (1 replies, posted in PunBB 1.3 troubleshooting)
Fixed
741 2008-03-04 20:18
Re: error reporting (3 replies, posted in PunBB 1.2 troubleshooting)
Until you paste the full error, we can't diagnose the problem
and the Textpattern forums are likely not suffering from the same issue.
742 2008-03-04 20:17
Re: "Error: Unable to fetch user information." (1 replies, posted in PunBB 1.2 troubleshooting)
DEBUG mode makes the error give more information than just what you have posted.
743 2008-03-04 12:38
Re: error reporting (3 replies, posted in PunBB 1.2 troubleshooting)
Enable debug mode (see the sticky at the top of the forum), paste the full error
744 2008-03-03 16:02
Re: Been messing around with extensions.... (7 replies, posted in PunBB 1.3 troubleshooting)
Oh, I see now. Yes, this isn't the same thing as splicing your code in, just like you can't do that using includes. Each hook has to be valid PHP in and of itself.
And there shouldn't be any reason to need to do it that way anyway.
745 2008-03-03 15:58
Re: include/cache.php - why not file_put_contents() instead fwrite ? (3 replies, posted in PunBB 1.3 troubleshooting)
That doesn't mean completely disabling the fopen function is something a competent host would do
And yes, we reimplemented var_export in 1.2 because we needed that functionality and couldn't get it another way. fopen/fwrite provides equivalent functionality to the function you're talking about, however, and shouldn't be disabled in any case.
To be honest, this is like saying we should be using the ereg functions because some host could disable the preg functions. Yes, they could. If they do, you should find a host that knows what they're doing.
746 2008-03-03 15:03
Re: Bug:: Post marked unread for your own topics (2 replies, posted in PunBB 1.2 discussion)
Moved to PunBB Discussion, since this isn't a bug
That's the way the system works. Topics are marked as unread if they have been posted in since your last visit time. In 1.3, we have a system that actually records whether you have read those threads or not and changes the indicators accordingly.
747 2008-03-03 15:02
Re: Been messing around with extensions.... (7 replies, posted in PunBB 1.3 troubleshooting)
I'm confused. Yes, it's up to you to write valid PHP code. Is there something here I'm missing?
748 2008-03-03 15:00
Re: include/cache.php - why not file_put_contents() instead fwrite ? (3 replies, posted in PunBB 1.3 troubleshooting)
Because file_put_contents is a PHP5 only function.
And I have NEVER heard of a host removing fopen like that. I would get a new host if I were you, it doesn't seem like they know what they're doing.
749 2008-03-03 14:57
Re: Wish list (26 replies, posted in PunBB 1.3 troubleshooting)
Yes, I read it a while ago (and now).
These types of topics, however, are much better off when split up logically. Having one topic for requests that affect varying parts of the software (especially when you say in advance that some of the requests make more sense as extensions) can cause people to not respond because they don't feel like responding to a part of it. Also, they tend to reflect the wishes/preferences of the poster rather than things that necessarily need changing. It's easy for good ideas to be lost in them.
Now then, the original ideas:
1. Yeah, I think we need to take a look at that
2-6: extension
Second post:
1. Remove all is an extension, I don't see why seeing the subscriptions from the profile is necessary (so extension as well)
2. Maybe for admins/mods
3. extension
4. extension
5. As people said, I think MSN is the more well known term. I happen not to use it though, so I'm not in much of a position to judge.
6. extension
7. extension
1. size would be an extension, list is (I think) still planned for the new parser.
2. probably an extension, although personally I like split/merge functionality
3. extension
750 2008-03-03 02:57
Re: [b] and [i] becoming <strong> and <em> (8 replies, posted in PunBB 1.3 troubleshooting)
http://punbb.org/forums/viewtopic.php?id=11592
So I guess this is where Paul steps in and gives us his expertise on the matter