I have 1.3.4. I will check out if this problem persists after an update to 1.3.5.
1 2011-05-30 09:56
Re: redirect to last post in thread after posting (12 replies, posted in PunBB 1.3 discussion)
2 2011-05-18 19:35
Re: Extension requests (32 replies, posted in PunBB 1.3 extensions)
Real Name required, please. Thank you!
3 2011-05-18 19:30
Re: Which extension do you need? (10 replies, posted in PunBB 1.3 extensions)
I would need an extension for the userlist: The place where users come from should be listed there - with a sorting function.
4 2011-05-15 12:00
Re: [Release] Upload images to post (26 replies, posted in PunBB 1.3 extensions)
8
reinstalles version 1.1.6 and tried the update again. Now i can make changes in the acp but upload still does not work - error in lib.min.js.
5 2011-05-14 21:34
Re: Modified PunBB (6 replies, posted in Discussions)
Yes. Backup your files with ftp.
6 2011-05-14 21:06
Re: redirect to last post in thread after posting (12 replies, posted in PunBB 1.3 discussion)
You are right: The pun_attachment produces this problem. But only in "post reply" and not in "quick reply".
7 2011-05-14 21:03
Re: [Release] Upload images to post (26 replies, posted in PunBB 1.3 extensions)
I made an update to the new release of hcs image uploader in my testforum. Since then upload does not work any more, only a spinning wheel is shown that does not stop. (ie and ff)
IE reports an error:
Zeile: 18
Zeichen: 947
Code: 0
URI: .../extensions/jquery/j/lib.min.js
And:
In the acp the "storage time" always is "0" and any changes will not be saved.
8 2011-05-13 16:19
Re: redirect to last post in thread after posting (12 replies, posted in PunBB 1.3 discussion)
...push...
9 2011-05-03 09:49
Re: redirect to last post in thread after posting (12 replies, posted in PunBB 1.3 discussion)
Any idea how to fix this?
10 2011-05-03 09:45
Re: [Release] Upload images to post (26 replies, posted in PunBB 1.3 extensions)
Since nobody seems to do anything on this script any more, ist there an alternative script around?
11 2011-04-29 12:16
Re: redirect to last post in thread after posting (12 replies, posted in PunBB 1.3 discussion)
Seems to be a bug. If i set redirection-time to a number bigger than 0, redirection to the last post will work as it should.
But if i set redirection-time to 0, the "#p..." is missing in the redirection link.
12 2011-04-22 19:40
Re: redirect to last post in thread after posting (12 replies, posted in PunBB 1.3 discussion)
I noticed now, that the redirection link looks like this: http://www.drechslerforum.at/viewtopic.php?pid=209
But it should look like this: http://www.drechslerforum.at/viewtopic.php?pid=209#p209
Right?
13 2011-04-22 19:21
Re: redirect to last post in thread after posting (12 replies, posted in PunBB 1.3 discussion)
Yes, ist there something wrong with my installation?
14 2011-04-22 11:58
Topic: redirect to last post in thread after posting (12 replies, posted in PunBB 1.3 discussion)
Something I do not like in punbb: After sending a post i am redirected to the first post of the thread. Instead i would like to be redirected to the last post.
15 2011-04-22 11:24
Re: [Release] Upload images to post (26 replies, posted in PunBB 1.3 extensions)
My users sometimes have trouble with this script: Uploaded images sometimes stay in the temporary folder (...uploads/users/.../.../tmp/...), where they disappear after some minutes.
Why does this happen?
In the upload.php there is a time-limit (set to 5 minutes) for the execution time. Could this be the cause or ist this only the upload-time limit?
// 5 minutes execution time
@set_time_limit(5 * 60);
// usleep(5000);
I would prefer if the uploaded images would not be saved in a temporary folder where they disappear after some time. Uploaded images shold be saved only in the target folder. How can i change this?