Bug report (last version) :
With this plug-in, simple users can read the begin of posts edited in "private access" forum (moderator forum, for example)... IT'S A HUGE PROBLEM !!!

Thanks ! big_smile

Nice... how do make the "lightning" effect for the topics ?

Rickard wrote:

See the bottom of this post.

Wonderful ! It's work !

You're great, Rickard.

This is the fact : when I edit a new post with only a text between two CODE tags, it's ok. But when I do something like this :

blablablablablablablablablabla

[c0de]blablablablablablablablablabla[/c0de]

I got this :

The following errors need to be corrected before the message can be posted:

* The BBCode syntax in the message is incorrect. Missing end tag for [c0de].

It's impossible to edit or create a new post with normal text before a code tag...
Maybe something goes wrong with a recent plug-in installation.

Thanks a lot for help.

My configuration :
PunBB 1.2.5
Plug-ins : Easy BBcode, PMS and Calendar.

Excellent ! big_smile

7

(3 replies, posted in PunBB 1.2 discussion)

This is my final solution to show a top banner :
Example with a 1000*150 banner and Oxygen.CSS.

CSS :

#brdtitle {
    height: 150px; 
    background-image: url(BANNER.jpg);
    background-repeat: no-repeat;
}

To make clickable banner, edit MAIN.TPL and MAINTENANCE.TPL
Delete :

<pun_title>
<pun_desc>

And add :

<div id="brdtitle" onclick="location.href='index.php';" style="cursor: pointer;" class="inbox">
</div>

It's a simple way !

8

(3 replies, posted in PunBB 1.2 discussion)

Thanks
But in the right border, my banner is overflow.
The banner is very large, and I want to keep the right border visible when the window's browser expanse.

EDIT : I finally do what I want... I don't know why my first test has failed. So, don't worry about my first response. Thanks a lot for your help ! smile

With PunBB 1.1.5, I used a trick to show a top banner with flexible size, like that :

CSS :

.topbkg{background-image: url(BANNER.jpg);
    background-repeat: repeat;}

MAIN.TPL :

<td><a href="index.php"><img src="TRANSPARENT.gif" border="0" alt="PunBB" title="PunBB" width="760" height="150"></a></td>
<td width="100%"> </td>

The GIF was really transparent.

I want to restore a similar design with PunBB 1.2, but I don't find the same tag "topbkg" with the new CSS style sheet.
The goal is to keep one different banner for each CSS style.

Are there any solutions for this ? Or a alternative way to the same result...

Ataxy wrote:
Ka wrote:

OK, nice job ! wink

But I report one bug :
"Delete multiple messages" don't work (only one post is delete each time).

I use PunBB 1.2.2, updated from 1.1.5 (and old PM mod also).

weird i had no problem with it

Have you done a fresh install ?

OK, nice job ! wink

But I report one bug :
"Delete multiple messages" don't work (only one post is delete each time).

I use PunBB 1.2.2, updated from 1.1.5 (and old PM mod also).

OK. It's done.
I clear the cache, and the nightmare is over... thanks.

Ok, I'm wrong with the installation. Mea culpa maxima.
I have done the update (1.1.5 to 1.2) with a maintenance mode. Now, I got the maintenance message, and i can't log in. The script "turn off" don't work, and my forum is down. It's a ugly nigthmare...

what can I do ? Please, tell me there is a solution...