The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to show all registered users name on the board?

3 posters

Go down

How to show all registered users name on the board? Empty How to show all registered users name on the board?

Post by unique Wed 28 Jun 2006 - 9:33

Please anyone tell me how to show all of my registered user names (french: Utilisateurs enregistrés)on the board under WHO IS ONLINE?

and about rank, why my members cant see their on rank automatically?Only admin can see and choose their own rank automactically but not the others...

https://help.forumotion.com/viewtopic.forum?t=71 i have read this, but How to give a rank?doesnt able on my configuration forum.

Thank you for answering.
unique
unique
New Member

Female Posts : 10
Reputation : 0

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by Wiegraf Wed 28 Jun 2006 - 11:28

Hello

You need to create groups :

https://help.forumotion.com/viewtopic.forum?t=446 Wink

Knight Wink
avatar
Wiegraf
Guest


Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by unique Wed 28 Jun 2006 - 11:42

thank u knight...i will try it
unique
unique
New Member

Female Posts : 10
Reputation : 0

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by unique Thu 29 Jun 2006 - 1:28

infact what i meant isnt that!!!
i want list of all member online or not (i meant registered users) are appears on taksbar below WHO IS ONLINE for example look this forum , how to do this : http://ennasr-city.forumactif.com/

Qui est en ligne ?
Nos membres ont posté un total de 20040 messages
Nous avons 16935 membres enregistrés
L’utilisateur enregistré le plus récent est NORIISLAM
Il y a en tout 11 utilisateurs en ligne :: 6 Enregistrés, 1 Invisible et 4 Invités
Le record du nombre d’utilisateurs en ligne est de 255 le Jeu 8 Juin - 23:16

Utilisateurs enregistrés: bobbychou, jojo79, ol_011, orvis, rachid1966, sbai
Légende : [ Administrateur ] [ Modérateur ]

look the bold words..that's what i looking for...how to do that?!

thank you
unique
unique
New Member

Female Posts : 10
Reputation : 0

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by Cornelia Thu 29 Jun 2006 - 5:57

By default, users who have special permissions have their names in bold int the whosonline.

If you want all the usenames in bold, just tell me and I will indicate you the changes to do in your forum CSS.
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by unique Thu 29 Jun 2006 - 13:05

Katt wrote:By default, users who have special permissions have their names in bold int the whosonline.

If you want all the usenames in bold, just tell me and I will indicate you the changes to do in your forum CSS.

yes, i want it katt, please do it.
i will see the result, its what i'm mean it or not.

Thank you
Unique
unique
unique
New Member

Female Posts : 10
Reputation : 0

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by Cornelia Thu 29 Jun 2006 - 21:10

You go in Admin Panel > Style Admin > Colors > you click on "CSS modification" at the top of the page

To have links in bold, you add what I indicated in red
If you don't want the links to be underlined, you change what I indicated in blue

font,th,td,p {
font-family: Verdana,Arial,Helvetica,sans-serif }
a:link,a:active,a:visited {
text-decoration: none;
font-weight: bold;
color : #267d4e;
}
a:hover{
text-decoration: none;
font-weight: bold;
color : #dd6900;
}

CAUTION : Before you activate the CSS modification, be sure you finished tle logos and color modifications, because once the CSS modification activated, the logos and picturs and color modifications will be not taken into account unless you erase the CSS. I suggest you to keep a copy of the CSS in a post.

And to finish, here's a topic about CSS : https://help.forumotion.com/viewtopic.forum?t=135
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by unique Thu 29 Jun 2006 - 23:52

katt, i did but i didnt see any different, nothing changes...i see html code but after i submit nothing changes...lol

or maybe i got wrong tell u..


i want my registered members (active or not) visible under who is online,like the other forum...

sorry for that,i really didnt know how to do that

Thanx
Unique
unique
unique
New Member

Female Posts : 10
Reputation : 0

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by Cornelia Fri 30 Jun 2006 - 2:23

Give me the CSS code you have in your admin pansl, so I will check out what's wrong.
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by unique Fri 30 Jun 2006 - 11:09

all this katt..

body {
background-color: #ffccff;
background-image: url("https://2img.net/i/empty.gif");
scrollbar-face-color: #;
scrollbar-highlight-color: #;
scrollbar-shadow-color: #;
scrollbar-3dlight-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
scrollbar-darkshadow-color: #;
}
font,th,td,p {
font-family: Verdana,Arial,Helvetica,sans-serif }
a:link,a:active,a:visited {
color : #006699;
}
a:hover{
text-decoration: underline;
color : #dd6900;
}
hr{
height: 0px;
border: solid #d1d7dc 0px;
border-top-width: 1px;
}
.bodyline{
background-color: #ffffff;
border: 1px #444444 solid;
}
.forumline{
background-color: #ffffff;
border: 2px #006699 solid;
}
td.row1{
background-color: #efefef;
}
td.row2{
background-color: #dee3e7;
}
td.row3{
background-color: #d1d7dc;
}
td.rowpic {
background-color: #dee3e7;
background-image: url("https://2img.net/h/i24.photobucket.com/albums/c46/batavianlady/2.gif");
}
th {
color: #ffa34f;
font-size: 13px;
font-weight : bold;
background-color: #006699;
height: 25px;
background-image: url("https://2img.net/h/i24.photobucket.com/albums/c46/batavianlady/20a.jpg");
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url("https://2img.net/i/fa/back_catg.gif");
background-color:#dee3e7;
border: #ffffff;
border-style: solid;
height: 28px;
}
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold;
border: #ffffff;
border-style: solid;
height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #d1d7dc;
border: #ffffff;
border-style: solid;
}
td.pourcentback {
background-color : #ffccff;
}
th.thHead,td.catHead {
font-size: 13px;
border-width: 1px 1px 0px 1px;
}
th.thSides,td.catSides,td.spaceRow {
border-width: 0px 1px 0px 1px;
}
th.thRight,td.catRight,td.row3Right {
border-width: 0px 1px 0px 0px;
}
th.thLeft,td.catLeft {
border-width: 0px 0px 0px 1px;
}
th.thBottom,td.catBottom {
border-width: 0px 1px 1px 1px;
}
th.thTop {
border-width: 1px 0px 0px 0px;
}
th.thCornerL {
border-width: 1px 0px 0px 1px;
}
th.thCornerR {
border-width: 1px 1px 0px 0px;
}
.maintitle{
font-weight: bold;
font-size: 22px;
font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
line-height : 120%;
color : #000000;
}
.gen {
font-size : 13px;
}
.genmed {
font-size : 13px;
}
.gensmall {
font-size : 12px;
}
.gen,.genmed,.gensmall {
color : #000000;
}
a.gen,a.genmed,a.gensmall {
color: #006699;
text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover{
color: #dd6900;
text-decoration: underline;
}
.mainmenu{
font-size : 13px;
color : #000000 }
a.mainmenu{
text-decoration: none;
color : #006699;
}
a.mainmenu:hover{
text-decoration: underline;
color : #dd6900;
}
.cattitle{
font-weight: bold;
font-size: 13px ;
letter-spacing: 1px;
color : #006699}
a.cattitle{
text-decoration: none;
color : #006699;
}
a.cattitle:hover{
text-decoration: underline;
}
.forumlink{
font-weight: bold;
font-size: 13px;
color : #006699;
}
a.forumlink {
text-decoration: none;
color : #006699;
}
a.forumlink:hover{
text-decoration: underline;
color : #dd6900;
}
.nav{
font-weight: bold;
font-size: 13px;
color : #000000;
}
a.nav{
text-decoration: none;
color : #006699;
}
a.nav:hover{
text-decoration: underline;
}
.topictitle,h1,h2{
font-weight: bold;
font-size: 13px;
color : #000000;
}
a.topictitle:link{
text-decoration: none;
color : #006699;
}
a.topictitle:visited{
text-decoration: none;
color : #5493b4;
}
a.topictitle:hover{
text-decoration: underline;
color : #dd6900;
}
.name{
font-size : 13px;
color : #000000;
}
.postdetails{
font-size : 12px;
color : #000000;
}
.postbody{
font-size : 13px;
line-height: 18px}
a.postlink:link{
text-decoration: none;
color : #006699 }
a.postlink:visited{
text-decoration: none;
color : #5493b4;
}
a.postlink:hover{
text-decoration: underline;
color : #dd6900}
.code{
font-family: Courier,'CourierNew',sans-serif;
font-size: 13px;
color: #ff33ff;
background-color: #fafafa;
border: #d1d7dc;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.quote{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
color: #444444;
line-height: 125%;
background-color: #fafafa;
border: #d1d7dc;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.copyright{
font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #444444;
letter-spacing: -1px;
}
a.copyright{
color: #444444;
text-decoration: none;
}
a.copyright:hover {
color: #000000;
text-decoration: underline;
}
img{
border:0}
input,textarea, select {
color : #000000;
font: normal 13px Verdana,Arial,Helvetica,sans-serif;
border-color : #000000;
}
input.post, textarea.post, select {
background-color : #ffffff;
}
input {
text-indent : 2px;
}
input.button {
background-color : #efefef;
color : #000000;
font-size: 13px;
font-family: Verdana,Arial,Helvetica,sans-serif;
}
input.mainoption {
background-color : #fafafa;
font-weight : bold;
}
input.liteoption {
background-color : #fafafa;
font-weight : normal;
}
.helpline {
background-color: #dee3e7;
border-style: none;
}
input {
background-color: #dee3e7;
}
@import url("form_ie.css");
unique
unique
New Member

Female Posts : 10
Reputation : 0

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by Erel Fri 30 Jun 2006 - 15:36

Hi,

I tried on my board with that :

Code:
body {
background-color: #ffccff;
background-image: url("http://2img.net/i/fa/vide.gif");
scrollbar-face-color: #;
scrollbar-highlight-color: #;
scrollbar-shadow-color: #;
scrollbar-3dlight-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
scrollbar-darkshadow-color: #;
}
font,th,td,p {
font-family: Verdana,Arial,Helvetica,sans-serif }
a:link,a:active,a:visited {
text-decoration: none;
font-weight: bold;
color : #006699;
}
a:hover{
text-decoration: underline;
 text-decoration: none;
font-weight: bold;
color : #dd6900;
}
hr{
height: 0px;
border: solid #d1d7dc 0px;
border-top-width: 1px;
}
.bodyline{
background-color: #ffffff;
border: 1px #444444 solid;
}
.forumline{
background-color: #ffffff;
border: 2px #006699 solid;
}
td.row1{
background-color: #efefef;
}
td.row2{
background-color: #dee3e7;
}
td.row3{
background-color: #d1d7dc;
}
td.rowpic {
background-color: #dee3e7;
background-image: url("http://i24.photobucket.com/albums/c46/batavianlady/2.gif");
}
th {
color: #ffa34f;
font-size: 13px;
font-weight : bold;
background-color: #006699;
height: 25px;
background-image: url("http://i24.photobucket.com/albums/c46/batavianlady/20a.jpg");
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url("http://2img.net/i/fa/back_catg.gif");
background-color:#dee3e7;
border: #ffffff;
border-style: solid;
height: 28px;
}
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold;
border: #ffffff;
border-style: solid;
height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #d1d7dc;
border: #ffffff;
border-style: solid;
}
td.pourcentback {
background-color : #ffccff;
}
th.thHead,td.catHead {
font-size: 13px;
border-width: 1px 1px 0px 1px;
}
th.thSides,td.catSides,td.spaceRow {
border-width: 0px 1px 0px 1px;
}
th.thRight,td.catRight,td.row3Right {
border-width: 0px 1px 0px 0px;
}
th.thLeft,td.catLeft {
border-width: 0px 0px 0px 1px;
}
th.thBottom,td.catBottom {
border-width: 0px 1px 1px 1px;
}
th.thTop {
border-width: 1px 0px 0px 0px;
}
th.thCornerL {
border-width: 1px 0px 0px 1px;
}
th.thCornerR {
border-width: 1px 1px 0px 0px;
}
.maintitle{
font-weight: bold;
font-size: 22px;
font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
line-height : 120%;
color : #000000;
}
.gen {
font-size : 13px;
}
.genmed {
font-size : 13px;
}
.gensmall {
font-size : 12px;
}
.gen,.genmed,.gensmall {
color : #000000;
}
a.gen,a.genmed,a.gensmall {
color: #006699;
text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover{
color: #dd6900;
text-decoration: underline;
}
.mainmenu{
font-size : 13px;
color : #000000 }
a.mainmenu{
text-decoration: none;
color : #006699;
}
a.mainmenu:hover{
text-decoration: underline;
color : #dd6900;
}
.cattitle{
font-weight: bold;
font-size: 13px ;
letter-spacing: 1px;
color : #006699}
a.cattitle{
text-decoration: none;
color : #006699;
}
a.cattitle:hover{
text-decoration: underline;
}
.forumlink{
font-weight: bold;
font-size: 13px;
color : #006699;
}
a.forumlink {
text-decoration: none;
color : #006699;
}
a.forumlink:hover{
text-decoration: underline;
color : #dd6900;
}
.nav{
font-weight: bold;
font-size: 13px;
color : #000000;
}
a.nav{
text-decoration: none;
color : #006699;
}
a.nav:hover{
text-decoration: underline;
}
.topictitle,h1,h2{
font-weight: bold;
font-size: 13px;
color : #000000;
}
a.topictitle:link{
text-decoration: none;
color : #006699;
}
a.topictitle:visited{
text-decoration: none;
color : #5493b4;
}
a.topictitle:hover{
text-decoration: underline;
color : #dd6900;
}
.name{
font-size : 13px;
color : #000000;
}
.postdetails{
font-size : 12px;
color : #000000;
}
.postbody{
font-size : 13px;
line-height: 18px}
a.postlink:link{
text-decoration: none;
color : #006699 }
a.postlink:visited{
text-decoration: none;
color : #5493b4;
}
a.postlink:hover{
text-decoration: underline;
color : #dd6900}
.code{
font-family: Courier,'CourierNew',sans-serif;
font-size: 13px;
color: #ff33ff;
background-color: #fafafa;
border: #d1d7dc;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.quote{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
color: #444444;
line-height: 125%;
background-color: #fafafa;
border: #d1d7dc;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.copyright{
font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #444444;
letter-spacing: -1px;
}
a.copyright{
color: #444444;
text-decoration: none;
}
a.copyright:hover {
color: #000000;
text-decoration: underline;
}
img{
border:0}
input,textarea, select {
color : #000000;
font: normal 13px Verdana,Arial,Helvetica,sans-serif;
border-color : #000000;
}
input.post, textarea.post, select {
background-color : #ffffff;
}
input {
text-indent : 2px;
}
input.button {
background-color : #efefef;
color : #000000;
font-size: 13px;
font-family: Verdana,Arial,Helvetica,sans-serif;
}
input.mainoption {
background-color : #fafafa;
font-weight : bold;
}
input.liteoption {
background-color : #fafafa;
font-weight : normal;
}
.helpline {
background-color: #dee3e7;
border-style: none;
}
input {
background-color: #dee3e7;
}
@import url("form_ie.css");

and it doesn't work !
avatar
Erel
New Member

Male Posts : 22
Reputation : 1

http://testboard.editboard.com

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by unique Fri 30 Jun 2006 - 23:14

me too doesnt work, infact i cant see any different
unique
unique
New Member

Female Posts : 10
Reputation : 0

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by Cornelia Sat 1 Jul 2006 - 2:26

I corrected a mistake in the CSS, text-decoration appeared twice for "font.th.td.p"

Now it should work, I tested on my test board. I will show you the results by PM, because I don't want to have my board spammed by bots.

After you put this code, don't forget to clear the cache and refresh your page ( Ctrl+F5 )

Code:
body {
background-color: #ffccff;
background-image: url("http://2img.net/i/fa/vide.gif");
scrollbar-face-color: #;
scrollbar-highlight-color: #;
scrollbar-shadow-color: #;
scrollbar-3dlight-color: #;
scrollbar-arrow-color: #;
scrollbar-track-color: #;
scrollbar-darkshadow-color: #;
}
font,th,td,p {
font-family: Verdana,Arial,Helvetica,sans-serif }
a:link,a:active,a:visited {
text-decoration: none;
font-weight: bold;
color : #006699;
}
a:hover{
text-decoration: none;
font-weight: bold;
color : #dd6900;
}
hr{
height: 0px;
border: solid #d1d7dc 0px;
border-top-width: 1px;
}
.bodyline{
background-color: #ffffff;
border: 1px #444444 solid;
}
.forumline{
background-color: #ffffff;
border: 2px #006699 solid;
}
td.row1{
background-color: #efefef;
}
td.row2{
background-color: #dee3e7;
}
td.row3{
background-color: #d1d7dc;
}
td.rowpic {
background-color: #dee3e7;
background-image: url("http://i24.photobucket.com/albums/c46/batavianlady/2.gif");
}
th {
color: #ffa34f;
font-size: 13px;
font-weight : bold;
background-color: #006699;
height: 25px;
background-image: url("http://i24.photobucket.com/albums/c46/batavianlady/20a.jpg");
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url("http://2img.net/i/fa/back_catg.gif");
background-color:#dee3e7;
border: #ffffff;
border-style: solid;
height: 28px;
}
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold;
border: #ffffff;
border-style: solid;
height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #d1d7dc;
border: #ffffff;
border-style: solid;
}
td.pourcentback {
background-color : #ffccff;
}
th.thHead,td.catHead {
font-size: 13px;
border-width: 1px 1px 0px 1px;
}
th.thSides,td.catSides,td.spaceRow {
border-width: 0px 1px 0px 1px;
}
th.thRight,td.catRight,td.row3Right {
border-width: 0px 1px 0px 0px;
}
th.thLeft,td.catLeft {
border-width: 0px 0px 0px 1px;
}
th.thBottom,td.catBottom {
border-width: 0px 1px 1px 1px;
}
th.thTop {
border-width: 1px 0px 0px 0px;
}
th.thCornerL {
border-width: 1px 0px 0px 1px;
}
th.thCornerR {
border-width: 1px 1px 0px 0px;
}
.maintitle{
font-weight: bold;
font-size: 22px;
font-family: TrebuchetMS,Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
line-height : 120%;
color : #000000;
}
.gen {
font-size : 13px;
}
.genmed {
font-size : 13px;
}
.gensmall {
font-size : 12px;
}
.gen,.genmed,.gensmall {
color : #000000;
}
a.gen,a.genmed,a.gensmall {
color: #006699;
text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover{
color: #dd6900;
text-decoration: underline;
}
.mainmenu{
font-size : 13px;
color : #000000 }
a.mainmenu{
text-decoration: none;
color : #006699;
}
a.mainmenu:hover{
text-decoration: underline;
color : #dd6900;
}
.cattitle{
font-weight: bold;
font-size: 13px ;
letter-spacing: 1px;
color : #006699}
a.cattitle{
text-decoration: none;
color : #006699;
}
a.cattitle:hover{
text-decoration: underline;
}
.forumlink{
font-weight: bold;
font-size: 13px;
color : #006699;
}
a.forumlink {
text-decoration: none;
color : #006699;
}
a.forumlink:hover{
text-decoration: underline;
color : #dd6900;
}
.nav{
font-weight: bold;
font-size: 13px;
color : #000000;
}
a.nav{
text-decoration: none;
color : #006699;
}
a.nav:hover{
text-decoration: underline;
}
.topictitle,h1,h2{
font-weight: bold;
font-size: 13px;
color : #000000;
}
a.topictitle:link{
text-decoration: none;
color : #006699;
}
a.topictitle:visited{
text-decoration: none;
color : #5493b4;
}
a.topictitle:hover{
text-decoration: underline;
color : #dd6900;
}
.name{
font-size : 13px;
color : #000000;
}
.postdetails{
font-size : 12px;
color : #000000;
}
.postbody{
font-size : 13px;
line-height: 18px}
a.postlink:link{
text-decoration: none;
color : #006699 }
a.postlink:visited{
text-decoration: none;
color : #5493b4;
}
a.postlink:hover{
text-decoration: underline;
color : #dd6900}
.code{
font-family: Courier,'CourierNew',sans-serif;
font-size: 13px;
color: #ff33ff;
background-color: #fafafa;
border: #d1d7dc;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.quote{
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
color: #444444;
line-height: 125%;
background-color: #fafafa;
border: #d1d7dc;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.copyright{
font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #444444;
letter-spacing: -1px;
}
a.copyright{
color: #444444;
text-decoration: none;
}
a.copyright:hover {
color: #000000;
text-decoration: underline;
}
img{
border:0}
input,textarea, select {
color : #000000;
font: normal 13px Verdana,Arial,Helvetica,sans-serif;
border-color : #000000;
}
input.post, textarea.post, select {
background-color : #ffffff;
}
input {
text-indent : 2px;
}
input.button {
background-color : #efefef;
color : #000000;
font-size: 13px;
font-family: Verdana,Arial,Helvetica,sans-serif;
}
input.mainoption {
background-color : #fafafa;
font-weight : bold;
}
input.liteoption {
background-color : #fafafa;
font-weight : normal;
}
.helpline {
background-color: #dee3e7;
border-style: none;
}
input {
background-color: #dee3e7;
}
@import url("form_ie.css");
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by unique Sat 1 Jul 2006 - 17:23

hallo katt, ma belle moderator, still doesnt change anything..i dont know whts wrong..i copy and paste it to my CSS bar, submit but nothing changes..i dont even can see registered user/members names on the bar...what i meant here, i want all my register user/members..online or not online view/show automatically...looks coz i am very courrius i put members birthday in 100 days..imagine?!!coz i really need to show all members/user names...likes the other forum...i put the next 100 days birthday..so looks my forum a lot of members has registred.


thank you so much katt hope the next repy could help me...
Merci d abord.

unique
unique
unique
New Member

Female Posts : 10
Reputation : 0

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by Cornelia Sat 1 Jul 2006 - 21:52

Give me all the details of what you do, because I don't understand why it doesn't work... it works on my board...
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by Guest Sat 1 Jul 2006 - 22:29

i think it should work on my forum all i need is more registered users online!!!!!!

lol! lol! lol!
avatar
Guest
Guest


Back to top Go down

How to show all registered users name on the board? Empty Re: How to show all registered users name on the board?

Post by Cornelia Thu 6 Jul 2006 - 22:30

I looked in unique's forum and I see that the problem has been solved, so I close this topic.
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum