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.

Reputation bar doesn't show

4 posters

Go down

Solved Reputation bar doesn't show

Post by middo2 June 19th 2010, 7:30 pm

Well I could see the "+" or "-" on my forum:

Reputation bar doesn't show 35477392

But when the "+" or "-" is pressed, the green or red bar doesn't show up:

Reputation bar doesn't show Orlater

Why is that?
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by Guest June 19th 2010, 8:18 pm

do you have changed it from the CSS?
avatar
Guest
Guest


Back to top Go down

Solved Re: Reputation bar doesn't show

Post by middo2 June 19th 2010, 8:34 pm

Well the basic CSS is deactivated.
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by Ape June 20th 2010, 4:01 am

middo2 wrote:Well the basic CSS is deactivated.
The bar is in the Default Css so if your Css is deactivated it will not work right try and set it and see if that works if it will work when you Activate it then you know why

I have been working on the skin you have and have found no way to fix your problems as of yet but im still working on them I think you would be batter off asking a mod to give you the Code to add to your Css for a footer and then Re-Activate your Css this will fix most of your problems.

~Ape~
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by middo2 June 20th 2010, 6:18 pm

Yeah, I know ape man, but activating the CSS really messes up the skin overall. :/

Is there a way that I could get the CSS part for the reputation bars, so I could just add it? Or is that not possible?
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by Dumbledore27 June 20th 2010, 6:26 pm

Maybe you have disabled showing the reputation.
ACP -> Modules -> Points system
and find "Display average points per message :" make it Yes.
avatar
Dumbledore27
Forumember

Male Posts : 632
Reputation : -3
Language : Online
Location : Error 403 - You do not have the permission to view this item's value

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by middo2 June 20th 2010, 7:05 pm

Weird...I don't have that, Display average points per message, option...?
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by Ape June 20th 2010, 7:24 pm

The best one to ask for all your problems on this would be ankillien

or you could ask Sanket
They are good at css codes or Darren1 is also really good at this sort of stuff


Reputation bar doesn't show Left1212Reputation bar doesn't show Center11Reputation bar doesn't show Right112
Reputation bar doesn't show Ape_b110
Reputation bar doesn't show Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by middo2 June 20th 2010, 7:26 pm

Ok will do, thanks Wink
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by ankillien June 21st 2010, 3:26 am

Hello,

The problem might be caused by the deactivated default CSS. Try adding the following code in your CSS Sheet.

Code:
.vote .vote-bar {
width: 3px;
height: 50px;
margin: 0 auto;
border: 1px solid #222222;
font-size: 0;
}
.vote .vote-no-bar {
letter-spacing:-2px;
margin-left:-2px;
white-space:nowrap;
}
.vote .vote-bar-plus {
background-color: #0f0;
}
.vote .vote-bar-minus {
background-color: #f00;
}

If this code doesn't help, please allow me access to your forum with a test member account since I can't see the rep bars as a guest.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by Ape June 21st 2010, 2:17 pm

Hi ankillien

If he activated the css he gets this really bad grey block in the profiles box where the tool bar is and the Footer gets removed aswell that is going to get he's forum removed as its Braking Tos this is the skin on my test site so you can see what is going on Click here
if you need an account to test a code please pm me
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by ankillien June 21st 2010, 5:10 pm

This code will make the bar look good with basic CSS deactivated...

Code:
.vote .vote-bar {
width: 3px;
height: 50px;
margin: 0 auto;
border: 1px solid #222222;
font-size: 0;
margin-right : 0px;
}
.vote .vote-no-bar {
letter-spacing:-2px;
margin-left:-2px;
white-space:nowrap;
}
.vote .vote-bar-plus {
background-color: #0f0;
}
.vote .vote-bar-minus {
background-color: #f00;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by middo2 June 21st 2010, 5:13 pm

Hey ankillien,

I tried that code and indeed the bar shows up. However, it is shows up in the right side of the post. Is that supposed to happen? Smile
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by ankillien June 21st 2010, 5:16 pm

Yes, thats normal and supposed to happen.
If you want to change its position, use margin-left/right/top/bottom for this selector ".vote .vote-bar"

Example :

Code:
.vote .vote-bar {
margin-top : 20px;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by middo2 June 21st 2010, 5:19 pm

Ok thanks!

This is solved then Wink
middo2
middo2
Forumember

Posts : 503
Reputation : 5
Language : English

http://newhorizons.englishboard.net

Back to top Go down

Solved Re: Reputation bar doesn't show

Post by ankillien June 21st 2010, 5:21 pm

Glad I could help out Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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