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 Change Like/+ Button,

3 posters

Go down

In progress How to Change Like/+ Button,

Post by beat.allstars February 9th 2015, 4:33 pm

Technical Details


Forum version : phpBB2
Position : Administrator
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Forum link :

Description of problem

How to Change Like/+ Button to my Image?
and I Test Script In Tips & Tricks "Title of watched topics in notifications" Doesn't Work in my Forum cause not have menu Notification
Sorry If Wrong cause New Member Sad
Thank you
beat.allstars
beat.allstars
New Member

Female Posts : 1
Reputation : 1
Language : English

Back to top Go down

In progress Re: How to Change Like/+ Button,

Post by Ange Tuteur February 10th 2015, 1:32 pm

Hello @beat.allstars,

Go to Administration Panel > Display > Colors > CSS stylesheet

Paste the following code :
Code:
.post .vote { width:auto; text-align:center; }
.post a[href*="eval=plus"], .post a[href*="eval=minus"]  { font-size:0 }
.post a[href*="eval=plus"]:before {
  content:url(http://i81.servimg.com/u/f81/11/91/65/81/plus10.png);
}
.post a[href*="eval=minus"]:before {
  content:url(http://i81.servimg.com/u/f81/11/91/65/81/minus10.png);
}

To add your own plus image, replace https://i.servimg.com/u/f81/11/91/65/81/plus10.png by the URL of your image.

To add your own minus image, replace this one : https://i.servimg.com/u/f81/11/91/65/81/minus10.png
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: How to Change Like/+ Button,

Post by Swedegfx February 10th 2015, 3:26 pm

Hi,

Thanks for the info as it is useful for my new forum as well.
I hope it does function for phpBB3 also or do I need other codes?

Is it also possible to get those "thanks" showing up in the profile?

I have seen that on other forums. Have solved this myself with the reputation.. lol

However I do not know how to delete the - and only have + left.


Thanks in advance!
Swedegfx
Swedegfx
Forumember

Posts : 53
Reputation : 3
Language : English

http://crazycoolpals.forumotion.com

Back to top Go down

Back to top


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