So no idea? No other solutions to use a cache file?
51 2006-05-31 01:25
Re: How get in one query which forum(s)are moderated by which moderator(s) (19 replies, posted in PunBB 1.2 discussion)
52 2006-05-29 14:24
Re: How get in one query which forum(s)are moderated by which moderator(s) (19 replies, posted in PunBB 1.2 discussion)
Probably but is not as so simple ... have a look on the table forums and the field moderators ....
53 2006-05-29 03:42
Topic: How get in one query which forum(s)are moderated by which moderator(s) (19 replies, posted in PunBB 1.2 discussion)
Hi,
I 'm doing a mod to show up in one page all the moderators. I want to display for each which forums is in charge of. Easy to do with one query by moderator, but as I have 29 is a bit ugly ...
Do you have any idea how I can do it with only one query ?
Tx
54 2006-04-30 16:39
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes and no ...
Yes because you can move all the posts from the topic in one move.
No because you can not select between the differents posts the ones you want to move and the ones not. In this case you need to do as much "move" as post you need to move.
Hope this will be helpfull !
55 2006-04-28 20:01
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I like to be a hero !
56 2006-04-27 13:41
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes this Mod is stable, yo can use it safely ! There is no pb with forum count so far.
The next release will be done when the 1.3 of PunBB will be released itself.
Good luck !
57 2006-04-05 16:02
Re: SMTP error (3 replies, posted in PunBB 1.2 troubleshooting)
Hi again,
I just did on my host some tests with : PHPMailer (http://phpmailer.sourceforge.net/) --> OK
By chance, there is someone here which are using the SMTP options ?
58 2006-04-05 11:47
Re: SMTP error (3 replies, posted in PunBB 1.2 troubleshooting)
Does PunBB is able to use "SMTP-AUTH" ?
59 2006-04-04 17:57
Topic: SMTP error (3 replies, posted in PunBB 1.2 troubleshooting)
I'm trying to use the SMTP function to replace mail() in order to do some mass mailing. My host is setuping the SMTP. but my fist try just send an email to myself using the misc.php one give :
File: /home3/g/georezo2/www/test/fred/forum/include/email.php
Line: 108PunBB reported: Couldn't get mail server response codes. Please contact the forum administrator.
Do you have any idea, where this is coming from ? The 3 smtp options are in the cache_config.php file...
60 2006-04-03 16:40
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
So Fast !!!!! Seems good !
Thanks
61 2006-04-03 15:13
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi,
Few users and myself have a problem to open a zip file downloaded with IE (with firefox it's ok).
You can test on this file : http://georezo.net/forum/viewtopic.php? … 71#p47671.
It should be ok to unzip it but if you compare the firefox's unzipped and the IE's ones, you shoud see differences. Any idea where this is coming from and how can solve it ?
Cheers
62 2006-03-18 10:14
Re: 1.3 mod conversion roll call (35 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If ever is still needed (if the function "move a post" is not include in the 1.3) I will update my mod Move Post to be compatible with punBB 1.3
Fred
63 2006-03-07 17:22
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
OK I will have a look on ans as well the upload mods, as soon I have some time. But what I like in yours is the idea to have a page where members can find easily all the attached files.
If someone is interesting by this project please let me know in order to find the best way to proceed together !
Frank, all the best for your new job !
Fred
64 2006-03-07 12:24
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Suggestion for a mod of this mod or maybe for a Attachment Mod 3.0.0
Did someone try to use the files stored in the attach directory and to display the in a 'Download' pages with a member access?
My idea: each file should have a 'category_id' which will be used by the 'display' page to show the categories and the files inside.
65 2006-03-06 16:01
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks
I don't want to ask to punbb dev team anything : they have their own understanding of what they want to do with PunBB ans so far they do a really great job. Nevertheless I hope they are reading the forums and may be they will include something in the 1.3 (in my understanding is not planned) related to this function (probably something with better code than mine ...)
Cheers
Fred
66 2006-03-06 11:03
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Your are welcome !
67 2006-03-06 07:45
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
No is not important warning, if you want to remove them you should add:
$all_id = '';
$del_old_topic = '';
after the line 39 in movepost.php
Strange in 1.2.11 you shouldn't have this warning. Compare the include/common.php between the official one in punBB and yours !
Fred
68 2006-03-05 21:05
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
HJH,
1 - you need to upload the images in img/movepost/*.*
2 - Which version of punBB are you working on ?
It seems your version is quite old still using :
// Enable full error, warning and notice reporting
error_reporting(E_ALL);
In order to solve your issue you should :
add in movepost.php
after
line39 : $post_id = intval($_GET['id']);
$new_forum = FALSE;
69 2006-03-05 18:27
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hummm .... !!!
Don't know. the demo site is using the standard 1.1.1 and i didn't notice similar your description on my own site too ... Any clue ...
70 2006-03-05 12:22
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
HJH,
On which action:
- change forum ?
- create topic ?
- move post ?
Fred
71 2006-03-05 09:32
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
The new release 1.1.1 is available. All the knowned issues have been removed.
For demo and download follow the link.
72 2006-03-04 17:47
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
elbekko
I did some changes in the language : http://punbb.org/forums/viewtopic.php?pid=64065#p64065 i'm waiting for these ones ..
73 2006-03-04 17:38
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Minis
74 2006-03-04 17:37
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Not yet ! I 'm waiting for more feed back and the final Dutch language file. Probably tomorrow
75 2006-03-04 16:46
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi again,
I solve few issues and hopefully all !
The big point is now the mod is working with IE.
Before updated a release can you check if it's working well on the demo : http://georezo.net/demo/
Second please dont' hate me, I did some changes on the language file bellow.
If you have any other feed back, please feel free !
<?php
// Language definitions used in the mod "Move Post" 1.1.1
$lang_movepost = array(
+'Mod move post' => '[Move Post 1.1.1 beta] - Move a post',
'Intro' => 'This mod allow to move to an other topic in any forum, the selected post, or all the posts belong to the original topic. It allow too to create a new topic where the post(s) will be moved.','Introduction' => 'Explanation',
'Create topic' => 'Create a new topic',
'Move post' => 'Choose the reception topic','Original topic' => 'Original topic:',
'Original forum' => 'Original forum:',
+'Select forum' => 'Choose eventually a new forum',
'Move all posts' => 'Move all posts belong to this topic','Explain move all posts' => 'The original topic will be deleted.',
+'Explain create topic' => 'To create a new topic type, bellow, a new subject.',
+'Explain move post' => 'Click on the destination topic.','Last' => 'Last',
'Poster' => 'Post by','Bad topic' => 'Bad choice',
'Bad new topic' => 'The subject can not be empty','Mark move redirect' => 'The post has been moved in the selected topic. Redirecting …'
);
I added '+' to the changing line