lol

Does someone did a mod which allow to Toto, moderator of the forum A, to move topic from the forum B ? And of course Toto is not a moderator of B ?

Thanks for any feed-back.

This is not "pluginable" because I need to add some code in few existing files ...

I wait like everyone the 1.3 to made an extension of this mod with may be few improvements ...

I need time to translate it, but i ll do it ! In case on emergency please let me know wink

Hi,

I did a mod to Attachment Mod 2.0.1here : http://georezo.net/forum/download.php

If you are interested i can give the code to Franck.

Cheers

Fred

Such a shame sad Ok I will try to improve my mod so ...

Smartys, you are inside, do you know if the functionnality of this mod will be included in PunBB 1.3. I'm asking, because I 've still some to add but "I don't want to lose my time" if ever everything will be on original version ...

- Move a post in an empty forum (see above)
- Move a post using the topic id
- Move differents posts il the same topic in only one step

There is no difference except if you want to change the topic's sujbect AND move it in an another forum in one step. With punbb, this action require 2 steps (editing subject, move topic). But I know this mod can have some overlap functions with the native PunBB (more is not better than less? tongue)

34

(2 replies, posted in PunBB 1.2 discussion)

No more capitalised tags (just to enjoyed elbekko tongue )
And, more important,  I fix my pb in changing the form id to 'qsel' and adding in base.css

#qsel SELECT {WIDTH: 200px}

35

(2 replies, posted in PunBB 1.2 discussion)

Hi,

I try to add on the rigth side of "Logged in as fpouget" a combonmenu with the following actions :

    Show new posts since last visit
    Show recent posts
    Show unanswered posts
    Show your subscribed topics
    Show your posts
    Mark all topics as read

Most of my users don't know this options very usefull to navigate and I hope they will be more visible and used on the top of the screen (see picture behind the link)

My concern is I can not manage a properly display, I play a lot with the CSS but without success so far.
Any idea how I can allign the menu on the right side of the block ?



Bellow the interpreted code

<div class="conr">
    <form id="qjump" method="get" action="search.php">
        <SELECT NAME="UrlList" onChange="ModifyUrl(this.form)">
        <option selected="selected" value="0">   -  Easy navigation  -   </option>
        <option value="search.php?action=show_new"> Show new posts since last visit</option>
        <option value="search.php?action=show_24h""> Show recent posts</option>
        <option value="search.php?action=show_subscriptions"> Show your subscribed topics</option>
        <option value="search.php?action=show_user&user_id=XX"> Show your posts</option>
        <option value="misc.php?action=markread"> Mark all topics as read</option>
        </SELECT>
    </form>
</div>
<div class="clearer"></div>

Edit : Strange impossible to add the image in the post ...

Can you tell more ? Difficult to help without details ...

dss wrote:

I'd love see the topmost new message appear at the top, or have an option to choose top or bottom order.

Be great ! How can we change the order in the code ?

UTF-8 encoding is for the 1.3 ?

If I want to do it before the 1.3 how can I change it ?

Hi,

After a copy and paste on one of my forum, the RSS flow has been broken, because of specials caracaters  has been included on the topic

1 _ représenter es zone
2 - lISTOM       

Copy and paste the 2 lines abov in a text editor to see the special caracters

There is a easy way in parser.php (?) to replace/remove all this caracters?

Thanks for your feed back


Edit : http://georezo.net/demo/bug.xml to have a view of the broken XML

40

(4 replies, posted in PunBB 1.2 discussion)

Find it ! Hope it could be helpfull

By day

SELECT count(*) as nb, DATE_FORMAT(FROM_UNIXTIME(posted), '%d-%m-%Y') as post from punbbposts group by post order by nb desc

by Week

SELECT count(*) as nb, DATE_FORMAT(FROM_UNIXTIME(posted), '%u-%Y') as post from punbbposts group by post order by nb desc

41

(4 replies, posted in PunBB 1.2 discussion)

May be, but is not for a daily use only once each month io order to get a trend and see if my forum is more active now than before using punBB. What I'm lloking for is "just" the query ...

42

(4 replies, posted in PunBB 1.2 discussion)

How can I have au query (Mysql 4.1) which list the top ten days (or week) where the forum has been the most active ?

Any idea, I'm stuck ...

Well done !!!!

Thanks smile

let's me check if it works ....

So quick !!! or done before ????

do it now so lol !

No news ? Ok I do something this WE , hopefully smile

Yeah i was thinking too something like that, but doesn't efficient ...
Anyway thanks, I should be able to do something now ...

Get a list of users and which forums they moderate !

Hi,

Does someone did something similar?
I plan to add a Multiblog (every member of my punBB 's forum will be allow to create a blog with Drupal) on my site.

Is not 100% an integration, because the blog part will be in another adress, an another style too, but I, would like to have, at least member login and password identic between Punbb and Drupal.

I have no idea how I can manage this bridge, any tips or more are welcome !


Tx