26

(11 replies, posted in Feature requests)

Hello,

On my forum, sometimes I would like to delete a user : e.g. the last user with "id=6".
When another person wants to register, it is not possible to take this "id=6" but it is "id=7".

How should I do to totally delete the traces of this deleted user so that it is again possible to register with "id=6" ?
I suppose I have to take a look in my database, but how ?

Thanks wink

I am waiting Argentina - Serbia & Montenegro on friday !

28

(7 replies, posted in PunBB 1.2 show off)

The colors are crazy !

29

(68 replies, posted in PunBB 1.2 discussion)

Hello,

I have a little suggestion for the copyright smile
I see "© Copyright 2002?2005 Rickard Andersson"... but we are in 2006.
Should it be a good idea tu use a php or javascript fonction writing automatically the actual year ?

30

(4 replies, posted in Programming)

Paul wrote:

Try this

  height: auto !important;
  height: 1%;

Wow smile
It works now, thanks again.

31

(4 replies, posted in Programming)

Paul wrote:

The answer was to make the link display: block and give it sufficient padding (or height and width) to fill the cell then you didn't have to bother with the javascript.

Hi Paul,

Thanks a lot Paul (the real Paul) !

This is a really good solution to my problem smile

Mmh... but it's ok with Firefox and Opera but with Internet Explorer, the color changes only if the pointer of the mouse is precisely on the link. With Firefox and Opera, no problem, the color changes also if I am just on the line.

I think that it is a bug of IE. Do you think also this ?

habspool.com wrote:

You can just deny special characters like & or #

But what to do with actual users having a name with these characters ?

Happy new year 2006 to all the team of Punbb forums smile I like this forum smile

34

(4 replies, posted in Programming)

Hello,

On a Web site, I still use <table> and I have a problem.

In a menu, the background-color of a cell changes when the pointer of the mouse is hover and the color of the fonts doesn't change.

I have this in my HTML :

<table cellspacing="0" cellpadding="5">
  <tr>
    <td class="menu" onmouseover="this.className='menu-hover'" onmouseout="this.className='menu'"><a class="menu" href="lien_1.htm">Lien 1</a></td></tr></table>

And in my CSS :

.menu, a.menu:visited
  {
  color: #444;
  background-color: #eee;
  font-weight: bold;
  text-decoration: none;
  }

a.menu:hover
  {
  color: #444;
  background-color: #ddd;
  }

td.menu
  {
  color: #444;
  background-color: #eee;
  width: 140px;
  }

td.menu-hover
  {
  color: #444;
  background-color: #ddd;
  width: 140px;
  }

When the pointer of the mouse passes on the cell, the color of this one changes but the color of the words changes of course only if I pass precisely on the link.

I cannot delete the part CSS referring to the color and the background-color of the link of the menu under penalty of having a "warning" when I try to validate my CSS via the W3C.

---

A solution that I found is to work with property ONCLICK directly in a cell.

In my new HTML I have :

<table cellspacing="0" cellpadding="5">
  <tr>
    <td class="menu" onclick="location='lien_1.htm'" onmouseover="this.className='menu-hover'" onmouseout="this.className='menu'">Lien 1</td></tr></table>

And in my new CSS I have only :

td.menu
  {
  font-weight: bold;
  color: #444;
  background-color: #eee;
  width: 140px;
  }

td.menu-hover
  {
  color: #444;
  background-color: #ddd;
  width: 140px;
  cursor: crosshair;
  }

Everything is OK... but I think that Google and other search engines don't follow links with ONCLICK.

A solution ?

Sorry for the length of my message.

Thanks smile

Hello smile

Paul, moderator, is member 442. So, his profile is here :
http://punbb.org/forums/profile.php?id=442

But, I saw that another member (5271) is also called Paul ! His profile is here :
http://punbb.org/forums/profile.php?id=5271

Is it normal that 2 members have the same name ?

In the user list Paul 5271 appears such as the first letter "P" was not a real "P".

36

(9 replies, posted in PunBB 1.2 bug reports)

foxmask wrote:

when i try to validate my forum the jigsaw validator tells me its not CSS valid,

I wanted to tell it just now smile

37

(2 replies, posted in Programming)

Hi,

Thanks for help.

I set this in my css and it's ok :

img
  {
  border: none;
  display: block;
  }

Hello,

I have a problem with this page : [edited]

Normally, you should see this : [edited]
It is ok with Internet Explorer

But with Firefox and Opera, you see this : [edited]

There is a space on the bottom of the td, beteween the image and the end of the td of the table...

Do you have a solution (another solution than change all my web site with div and forget tables)?

My css is here :
[edited]

Thanks for your help !

Apupv wrote:

OVH for example.

OVH is my hoster for the moment smile I am looking for a new one. But maybe I will not find a better for this price...

Hello wink

I am looking for a new hosting.
I need around 60 mo.

Could you tell me a good and cheap host (he can also manage my domain name) ?

41

(71 replies, posted in News)

Hello smile

Tkanks for the job, I will update my PunBB asap wink and forward the message to the french part of PunBB.

42

(5 replies, posted in PunBB 1.2 discussion)

Woow smile That's nice!
But don't be surprised that's normally... PunBB is just the best wink

.eu domain names are running smile
http://www.eurid.eu/

44

(9 replies, posted in PunBB 1.2 show off)

n3Twork wrote:

my web site : http://www.tekalouest.org


n3tWork & Dogma

Très réussi, bravo

45

(3 replies, posted in PunBB 1.2 bug reports)

Yes, I know smile

But this is an error in the text, I mean -> delete ?> in the text.

46

(3 replies, posted in PunBB 1.2 bug reports)

Hi,

At the end of my installation of PunBB 1.2.5, I saw a message asking me to copy the text below in a file called config.php.

I remember that in this help text, it was asking to be carrefoul that there were no spaces before and after <?php and ?>.

In my config.php file, there is none ?>

I have also a lot of invitations smile do not hesitate to ask me. I think Gmail is really great. I hope it will integrate a calendar such as in Yahoo and I will be really happy smile

Rickard wrote:

You're probably looking for Midnight Commander.

Yes, thanks a lot that's it smile

Hi,

Yestarday, I saw in a meeting a man running Suse Linux. As explorer, he used something that really let me thing to Norton Commander... Rememeber it ? in blue and white smile

Well, I am a newbie in Linux (Mandriva). What's this clone of nc ?

50

(67 replies, posted in News)

I did it smile

Rickard you work too much big_smile