26 2007-01-01 00:23
Re: What is planned for PunBB 1.3 then? (114 replies, posted in PunBB 1.2 discussion)
27 2006-12-09 11:08
Topic: Extend moderate rules (0 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.
28 2006-11-20 22:28
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 ...
29 2006-09-27 17:40
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I need time to translate it, but i ll do it ! In case on emergency please let me know
30 2006-09-27 13:19
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
31 2006-09-03 19:15
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Such a shame Ok I will try to improve my mod so ...
32 2006-09-03 18:29
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
33 2006-08-27 07:04
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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? )
34 2006-08-26 20:05
Re: help to add a combo menu (2 replies, posted in PunBB 1.2 discussion)
No more capitalised tags (just to enjoyed elbekko )
And, more important, I fix my pb in changing the form id to 'qsel' and adding in base.css
#qsel SELECT {WIDTH: 200px}
35 2006-08-26 17:20
Topic: help to add a combo menu (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 ...
36 2006-08-18 16:41
Re: Move Post 1.3 + Merge Topics (121 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Can you tell more ? Difficult to help without details ...
37 2006-07-18 07:12
Re: OLD TOPIC TO DELETE (65 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 ?
38 2006-06-29 15:03
Re: Bug with RSS and specific caracters (3 replies, posted in PunBB 1.2 bug reports)
UTF-8 encoding is for the 1.3 ?
If I want to do it before the 1.3 how can I change it ?
39 2006-06-28 16:33
Topic: Bug with RSS and specific caracters (3 replies, posted in PunBB 1.2 bug reports)
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 2006-06-19 22:43
Re: Special Query (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 2006-06-19 22:12
Re: Special Query (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 2006-06-19 21:54
Topic: Special Query (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 ...
43 2006-06-02 22:00
Re: How get in one query which forum(s)are moderated by which moderator(s) (19 replies, posted in PunBB 1.2 discussion)
Well done !!!!
Thanks
44 2006-06-02 21:56
Re: How get in one query which forum(s)are moderated by which moderator(s) (19 replies, posted in PunBB 1.2 discussion)
let's me check if it works ....
45 2006-06-02 21:50
Re: How get in one query which forum(s)are moderated by which moderator(s) (19 replies, posted in PunBB 1.2 discussion)
So quick !!! or done before ????
46 2006-06-02 21:13
Re: How get in one query which forum(s)are moderated by which moderator(s) (19 replies, posted in PunBB 1.2 discussion)
do it now so !
47 2006-06-02 20:33
Re: How get in one query which forum(s)are moderated by which moderator(s) (19 replies, posted in PunBB 1.2 discussion)
No news ? Ok I do something this WE , hopefully
48 2006-05-31 13:50
Re: How get in one query which forum(s)are moderated by which moderator(s) (19 replies, posted in PunBB 1.2 discussion)
Yeah i was thinking too something like that, but doesn't efficient ...
Anyway thanks, I should be able to do something now ...
49 2006-05-31 01:50
Re: How get in one query which forum(s)are moderated by which moderator(s) (19 replies, posted in PunBB 1.2 discussion)
Get a list of users and which forums they moderate !
50 2006-05-31 01:43
Topic: Bridge with Drupal (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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