So no idea? No other solutions to use a cache file?

Probably but is not as so simple ... have a look on the table forums and the field moderators ....

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

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 !

I like to be a hero ! smile

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

(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

(3 replies, posted in PunBB 1.2 troubleshooting)

Does PunBB is able to use "SMTP-AUTH" ?

59

(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: 108

PunBB 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...

So Fast !!!!! Seems good !

Thanks

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

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

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

Suggestion for a mod of this mod wink or maybe for a Attachment Mod 3.0.0 big_smile

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.

Thanks smile

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 wink 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

Your are welcome !
smile

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

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;

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 ...

HJH,

On which action:
- change forum ?
- create topic ?
- move post ?


Fred

The new release 1.1.1 is available. All the knowned issues have been removed.

For demo and download follow the link.

elbekko

I did some changes in the language : http://punbb.org/forums/viewtopic.php?pid=64065#p64065 i'm waiting for these ones ..

Minis smile

Not yet ! I 'm waiting for more feed back and the final Dutch language file. Probably tomorrow

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