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 !!!
1 2005-06-23 23:48
Re: Calendar 2.0 (296 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2005-06-09 09:23
Re: French touch - Free Tekno .... (9 replies, posted in PunBB 1.2 show off)
Thanks !
3 2005-06-09 08:34
Re: French touch - Free Tekno .... (9 replies, posted in PunBB 1.2 show off)
Nice... how do make the "lightning" effect for the topics ?
5 2005-05-11 07:23
Topic: Problem with [CODE] (2 replies, posted in PunBB 1.2 troubleshooting)
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.
6 2005-03-05 23:26
Re: Private Messaging for 1.2.x (163 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Excellent !
7 2005-03-05 15:58
Re: Top banner with 1.2 (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 2005-03-04 23:43
Re: Top banner with 1.2 (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 !
9 2005-03-04 21:29
Topic: Top banner with 1.2 (3 replies, posted in PunBB 1.2 discussion)
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...
10 2005-03-04 20:57
Re: Private Messaging for 1.2.x (163 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Ka wrote:OK, nice job !
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 ?
11 2005-03-04 20:01
Re: Private Messaging for 1.2.x (163 replies, posted in PunBB 1.2 modifications, plugins and integrations)
OK, nice job !
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).
12 2005-03-03 03:05
Re: Big problem with maintenance mode 1.1.5 --> 1.2 (3 replies, posted in PunBB 1.2 troubleshooting)
OK. It's done.
I clear the cache, and the nightmare is over... thanks.
13 2005-03-03 02:46
Topic: Big problem with maintenance mode 1.1.5 --> 1.2 (3 replies, posted in PunBB 1.2 troubleshooting)
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...