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.

Positive and negative vote images

4 posters

Go down

Positive and negative vote images Empty Positive and negative vote images

Post by VNinjaV January 3rd 2012, 8:18 pm

I follow the second post in the thread found here: https://help.forumotion.com/t48922-change-the-reputation-bar

But this part:

admin panel-> display-> colors-> css
find this:

Code: Select Content

1. .vote {float: right;
2. width: XXpx;
3. margin-left: 4px;}

This code is not there I also tried to add it on the end but it came up with an error message:

Detected error
We have counted a different number of "{" and of "}". It means your CSS risks to be not valid and will not be posted correctly on your forum.

We advise you to reread your code.

I am not very good with CSS but I did look through all the code and found this:

@import url("form_ie.css");
@media print {
body {
background-image: none;
background-color: #fff;
color: #000;
}

There is an open { at the end of @ media print but no close so this might account for the different number of "{" and of "}"

I can copy all the code if you want. This is also a big problem because since now I can not create stickies or add polls the minus symbol you click to expand the options and add a poll etc has disappeared but the new thumbs up and thumbs down images work although they are not in line because I don't know where I can paste the code to fix it!

This is on my brothers forum I will provide link if needed.
VNinjaV
VNinjaV
Forumember

Male Posts : 100
Reputation : 0
Language : English
Location : UK

http://www.gearsofwar3chatforum.com

Back to top Go down

Positive and negative vote images Empty Re: Positive and negative vote images

Post by Guest January 3rd 2012, 9:21 pm

You don't need to put the number before the line:
Code:
1. .vote {float: right;
2. width: XXpx;
3. margin-left: 4px;}
To code should be:
Code:
.vote{
float: right;
width: XXpx;
margin-left: 4px;
}
Don't forget to replace XXpx by width of the image. Wink
avatar
Guest
Guest


Back to top Go down

Positive and negative vote images Empty Re: Positive and negative vote images

Post by Omu January 3rd 2012, 11:22 pm

And replace XXpx; with a number like: 12px; or 24px; etc.
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Positive and negative vote images Empty Re: Positive and negative vote images

Post by curby23 January 4th 2012, 9:14 pm

This still hasnt worked......

Its actually my forum hes talking about and to keep it simple origanally we tried to replace the + and - sysmbols in the reputation system with nice new shiny symbols, the first time around the images looked great but when you voted + positive it gave a - negative vote so eventually we removed them and changed it back well so we thought....

so here comes the main problem... since messing around with the css coding for the + and - i now cannot see the options bar symbol when creating a new thread which means i cannot create a sticky nor announcement's.. Twisted Evil

So since changing the coding for +and- rep bar i have now lost the options bar.....

We have recently tried to add the symbol pics again following instructions from here but the above post by ninja still stands and i still have no options bar for me or my members....

Please please help me out... scratch
curby23
curby23
New Member

Male Posts : 12
Reputation : 0
Language : english
Location : Bolton UK

http://www.bristlenoseworld.com/index.htm

Back to top Go down

Positive and negative vote images Empty Re: Positive and negative vote images

Post by curby23 January 4th 2012, 11:17 pm

Bump.. Question
curby23
curby23
New Member

Male Posts : 12
Reputation : 0
Language : english
Location : Bolton UK

http://www.bristlenoseworld.com/index.htm

Back to top Go down

Positive and negative vote images Empty Re: Positive and negative vote images

Post by Sanket January 5th 2012, 5:16 am

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Positive and negative vote images Empty Re: Positive and negative vote images

Post by curby23 January 8th 2012, 5:17 pm

Sorry about the double post.....

Iam just eager to get this sorted as iam still in LIMBO with this problem and have no answer's to sorting this issue out... Sad

Any help would be Greatly Apprieciated... Smile

Thanks in Advance curby....
curby23
curby23
New Member

Male Posts : 12
Reputation : 0
Language : english
Location : Bolton UK

http://www.bristlenoseworld.com/index.htm

Back to top Go down

Back to top

- Similar topics

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