FORUM, Forum Discussion, Forum Gratuit, Nom de domaine, Nom de domaine gratuit, Redirection gratuite,

Forum Aceboard Administrators :willi@m, Cyril
Forum Aceboard
Not logged | Login
Online:4 guests are browsing the forum
Register Register | Profile Profile | Private messages Private messages | Search Search | Online Online | Help Help | Create a free blog

forum Forum index forumSupport Forum forumQuestion about top menu

Author : Topic: Question about top menu  Bottom
 willgirl
 Posts : 25
  Posted 16/02/2008 00:11:18 AM
Send a private message to willgirl
I'm going to change my pics for the top menu (register, profile, etc) but when I do, the work still stays beside it. Is there any way to get rid of that so its just my picture?

 bukizzle316
 Posts : 53
  Posted 16/02/2008 01:22:06 AM
Send a private message to bukizzle316
I think you meant the words stay beside the new pictures, and I'd like to know how to get rid of them as well. I'm not very good with CSS at all.  

--Last edited by bukizzle316 on 2008-02-18 05:08:22 --

 Oliver68
 moderator
 Posts : 653
 Retired.
 Oliver68
  Posted 16/02/2008 01:04:02 PM
Send a private message to Oliver68
you can get rid of them : special code to be entered in the "CSS design" of your forum.


Retired moderator.
Not active anymore.
 runawayhorses
 Posts : 117
 runawayhorses
  Posted 17/02/2008 09:36:01 PM
Send a private message to runawayhorses
Does anyone know this CSS code? I'd like to use it too.

http://i223.photobucket.com/albums/dd190/runawayhorses1/forumresources/rhfbtn.gif
 Oliver68
 moderator
 Posts : 653
 Retired.
 Oliver68
  Posted 18/02/2008 02:43:09 PM
Send a private message to Oliver68
Yes, I know

Retired moderator.
Not active anymore.
 runawayhorses
 Posts : 117
 runawayhorses
  Posted 18/02/2008 04:39:16 PM
Send a private message to runawayhorses
Oh you do? Ok, well, if you don't want to post it here would you be so kind as to PM the code please? Thank you.

http://i223.photobucket.com/albums/dd190/runawayhorses1/forumresources/rhfbtn.gif
 Oliver68
 moderator
 Posts : 653
 Retired.
 Oliver68
  Posted 19/02/2008 02:25:11 PM
Send a private message to Oliver68
add this to your css

Quote :

td.petit a, td.petit a:hover, td.petit a:active, td.petit a:focus
{
visibility: hidden;
font-size:0pt;
}
.petit a span
{
visibility: visible;
font-size:10pt;
}
.petit a img
{
visibility: visible
}

div div table tbody tr td.petit a, div div table tbody tr td.petit a:hover, div div table tbody tr td.petit a:active, div div table tbody tr td.petit a:focus
{
visibility: visible !important;
font-size: 9pt !important;
}




Retired moderator.
Not active anymore.
 bukizzle316
 Posts : 53
  Posted 19/02/2008 03:13:52 PM
Send a private message to bukizzle316
I added that code to the CSS file of my message board and it did remove the text next to the pictures, but it also scrambles much of the tables and borders, it also changed a lot of the colors. Did I do something wrong?

 runawayhorses
 Posts : 117
 runawayhorses
  Posted 20/02/2008 02:32:25 PM
Send a private message to runawayhorses
No, it didn't work, it messed the entire forum up big-time, so I removed it.

Thanks for the effort anyway.


http://i223.photobucket.com/albums/dd190/runawayhorses1/forumresources/rhfbtn.gif
 Oliver68
 moderator
 Posts : 653
 Retired.
 Oliver68
  Posted 20/02/2008 02:52:20 PM
Send a private message to Oliver68
it used to work.
had you previsously entered the entire CSS in the field or have you simply added this code ?

Retired moderator.
Not active anymore.
 bukizzle316
 Posts : 53
  Posted 20/02/2008 03:56:47 PM
Send a private message to bukizzle316
Well, for some reason everytime I viewed the CSS file of my message board it was empty. I tried just adding the code you gave us into it while it was empty. That was when it messed everything up. I went back to my message board, and copied and pasted the CSS source into my CSS file. I saved that and it didn't change anything. But then I added your code into that and it messed everything up again. Is it possible that I just copied and pasted in the wrong order? Should I paste your CSS code somewhere within my CSS code, or should I just paste it at the very end?

 Oliver68
 moderator
 Posts : 653
 Retired.
 Oliver68
  Posted 21/02/2008 02:39:22 PM
Send a private message to Oliver68
you first have to "load" the currently applied CSS is the CSS-field. to do so, I believe there is a link to click on, and that should be named "see you current CSS" "upload your CSS" or something pretty similar.
Then you add the code I have given.

Well, and it used to work

Retired moderator.
Not active anymore.
 runawayhorses
 Posts : 117
 runawayhorses
  Posted 21/02/2008 11:01:22 PM
Send a private message to runawayhorses
Yes, but I think if you click that link it loads a default Aceboard CSS coding.  And if you have your forum modified as I do, and I'm sure a lot of people do, you'll lose all your color settings and images, like the icons and control buttons.

I guess you could reset it again and put all the links to the images back and reset the colors, but for me I spent hrs getting it just how I wanted, so to me its just not worth the effort.  

Thanks anyway.

http://i223.photobucket.com/albums/dd190/runawayhorses1/forumresources/rhfbtn.gif
 Oliver68
 moderator
 Posts : 653
 Retired.
 Oliver68
  Posted 22/02/2008 03:41:23 PM
Send a private message to Oliver68
not quite.

there are both options :
load default css
load "current css"

bukizzle316 seems not to have customized his/her css.

Retired moderator.
Not active anymore.
 bukizzle316
 Posts : 53
  Posted 26/02/2008 02:36:51 PM
Send a private message to bukizzle316
*His CSS, and for some reason I do not see the "load default CSS" or the "load current CSS" options. It's possible that it's my browser causing that problem. I use Safari 3 web browser for Windows. When I right click my index forum there is a option that says "View Source" and when I click that it brings the entire CSS code for my forum index up in a separate window (similar to wordpad). Thats what I meant when I said "CSS source". I copied and pasted that entire CSS code into my CSS file and saved it. It did not change anything on my message board, it kept it the same like it should. I went back to the edit CSS of my message board and I pasted the CSS code that you gave us to get rid of the text next to the new pictures. I saved that and thats when it messed my whole forum index up. I even tried pasting it within my CSS code, about halfway through it and it still did not work. So I just erased the whole CSS code and saved it and everything is back to normal. Thats why it looks like I didn't edit it at all perhaps?  

--Last edited by bukizzle316 on 2008-02-26 14:37:19 --

 runawayhorses
 Posts : 117
 runawayhorses
  Posted 27/02/2008 02:19:51 PM
Send a private message to runawayhorses
Whats the address to your forum and I'll check to see if it looks like you edited it..lol


http://i223.photobucket.com/albums/dd190/runawayhorses1/forumresources/rhfbtn.gif

forum Forum index forumSupport Forum forumQuestion about top menu
top
Go to :
  Add a quick reply

Add a quick reply