Thanks!

I don't have this problem on my version (1.3.4). What is yours ?

Description : The moderate_by_group extension allow you to give moderation permissions on a forum to a moderator group, not only an user.

Instructions : After installing the extension, an option appear next to each group with moderation right in the edit forum page.

Current version : v0.1

Download the extension : http://punbb.valentin-day.net/lib/exe/f … _group.zip

Description : the announcement extension allow you to mark topics as an announce, announce topics will be displaying before sticky topics.

Current version : v0.1

Download the extension : http://punbb.valentin-day.net/lib/exe/f … cement.zip

There is a little bug in viewforum page, when a topic is mark as moved :

In the item-info list, the info-views li is print before info-replies.

6

(151 replies, posted in PunBB 1.3 extensions)

And what about add this in the current svn version ? We can checkout.

About the hook, it is line 2642 but the code must be changed a little : the HTML strings need to be in a variable in order to change it with the hook.

Thanks.

7

(151 replies, posted in PunBB 1.3 extensions)

Hello,

I need hooks in profile.php, in the moderator assignment section.

I develop an extension in order to moderate forum by group and I want to disable checkbox if the current forum is moderate by the user group. A hook for changing category title can be useful too.

Actually, it is more complicated, because the checklist and the category legend are directly print to the screen (with an echo)...

Thanks.

Bonjour à tous,

J'ai traduit quelques extensions et je me suis dit qu'il était bête de ne les pas mettre à disposition de tous.

Du coup, je viens de créer un wiki vite fait, n'hésitez pas à y mettre vos traductions, modifier les miennes (j'ai fait ça assez rapidement), améliorer l'aspect du wiki, etc...

Bref, faites ce que vous voulez wink

Adresse du wiki : http://punbb.valentin-day.net

Yeah, I just see that in header.php. Sorry.
It solves all my problems.

I made my own template file, but now my question is :

What is the best way to add a style with its own template ? Adding the css files manualy in the style folder and create an extension for the tpl ?

qubertman, the super debugger.

When we are on the profile page, the navlink "#navprofile" doesn't have the .isactive class.

Is there a reason to remove in the 1.3 the "brdtitle's div" of the 1.2 ? It is not easy to add header image with the new HTML code :

In the 1.3 :

<div id="pun-index" class="pun-page">
<div class="pun">

<div id="pun-title">
    <div><strong>Berserk-Crew - Scantrad Fr</strong></div>
</div>

<div id="pun-desc">
    <p>Forum de la team Berserk-Crew</p>
</div>
...

In the 1.2 :

<div id="punwrap">
<div id="punindex" class="pun">

<div id="brdheader" class="block">
    <div class="box">
        <div id="brdtitle" class="inbox">
            <h1><span>Team Berserk-Crew</span></h1>
            <p><span>Forum privé de la team Berserk-Crew</span></p>
        </div>
    </div>
</div>
...

I want to keep the title and the description, like this :

http://www.enregistrersous.com/images2/19576150720080331222254.png

If someone has a solution...