MyBB Support

Editing Like/Dislike?

Submitted by H, , Thread ID: 18834

Thread Closed
H
y u so shit
Level:
0
Reputation:
91
Posts:
4.07K
Likes:
145
Credits:
5.54K
28-02-2016, 02:01 AM
#1
I'm wanting to edit this to remove the thumbs

I've managed to remove it via Inspect element, but I can't find the code to remove it in real time.

Help would be appreciated!

[Image: 7141f18262.png]

[Image: 50d3ed51da.png]
The Pengest Turkey

[Image: The-Chicken-Connoisseur-PENGEST-TURKEY-1-1.gif]

RE: Editing Like/Dislike?

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
28-02-2016, 10:42 AM
This post was last modified: 28-02-2016, 10:42 AM by Tropical
#2
This bothered me for so long and never found out how to fix it yet tried everything. :c

RE: Editing Like/Dislike?

H
y u so shit
Level:
0
Reputation:
91
Posts:
4.07K
Likes:
145
Credits:
5.54K
OP
28-02-2016, 01:35 PM
#3
28-02-2016, 10:42 AM
Tropical Wrote:
This bothered me for so long and never found out how to fix it yet tried everything. :c

I can edit it via Inspect Element but not in real time >.>
The Pengest Turkey

[Image: The-Chicken-Connoisseur-PENGEST-TURKEY-1-1.gif]

RE: Editing Like/Dislike?

linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
28-02-2016, 01:36 PM
#4
please upload the plugin text in pastebin.
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


RE: Editing Like/Dislike?

H
y u so shit
Level:
0
Reputation:
91
Posts:
4.07K
Likes:
145
Credits:
5.54K
OP
28-02-2016, 01:37 PM
#5
28-02-2016, 01:36 PM
Quanity Wrote:
please upload the plugin text in pastebin.

I don't know which file contains what I need to edit though.

If I find the file, I'll be sorted!!
The Pengest Turkey

[Image: The-Chicken-Connoisseur-PENGEST-TURKEY-1-1.gif]

RE: Editing Like/Dislike?

linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
28-02-2016, 01:38 PM
#6
28-02-2016, 01:37 PM
Harry Wrote:
28-02-2016, 01:36 PM
Quanity Wrote:
please upload the plugin text in pastebin.

I don't know which file contains what I need to edit though.

If I find the file, I'll be sorted!!

Meh! Which plugin are you using for like/dislike. I guess the like/dislike buttons codes are not available in templates. Its in plugins file.
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


RE: Editing Like/Dislike?

H
y u so shit
Level:
0
Reputation:
91
Posts:
4.07K
Likes:
145
Credits:
5.54K
OP
28-02-2016, 01:42 PM
#7
28-02-2016, 01:38 PM
Quanity Wrote:
28-02-2016, 01:37 PM
Harry Wrote:
28-02-2016, 01:36 PM
Quanity Wrote:
please upload the plugin text in pastebin.

I don't know which file contains what I need to edit though.

If I find the file, I'll be sorted!!

Meh! Which plugin are you using for like/dislike. I guess the like/dislike buttons codes are not available in templates. Its in plugins file.

I've searched plugin files too and nothing!

I'm using the "Thank You/Like System (1.9.10)"
The Pengest Turkey

[Image: The-Chicken-Connoisseur-PENGEST-TURKEY-1-1.gif]

RE: Editing Like/Dislike?

linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
28-02-2016, 01:50 PM
#8
28-02-2016, 01:42 PM
Harry Wrote:
28-02-2016, 01:38 PM
Quanity Wrote:
28-02-2016, 01:37 PM
Harry Wrote:
28-02-2016, 01:36 PM
Quanity Wrote:
please upload the plugin text in pastebin.

I don't know which file contains what I need to edit though.

If I find the file, I'll be sorted!!

Meh! Which plugin are you using for like/dislike. I guess the like/dislike buttons codes are not available in templates. Its in plugins file.

I've searched plugin files too and nothing!

I'm using the "Thank You/Like System (1.9.10)"

easy fix. goto ACP > Theme $ Temp > Themes > Your Theme > thankyoulike.css or something like that will be there> Open it then Search for


a.add_tyl_button span{
background-image: url(images/thankyoulike/tyl_add.png);
background-repeat: no-repeat;
font-weight: bold;
}

a.del_tyl_button span{
background-image: url(images/thankyoulike/tyl_del.png);
background-repeat: no-repeat;
font-weight: normal;
}




Remove


background-image: url(images/thankyoulike/tyl_add.png);

background-image: url(images/thankyoulike/tyl_del.png);


Save and you are done.
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


RE: Editing Like/Dislike?

H
y u so shit
Level:
0
Reputation:
91
Posts:
4.07K
Likes:
145
Credits:
5.54K
OP
28-02-2016, 01:51 PM
#9
28-02-2016, 01:50 PM
Quanity Wrote:
28-02-2016, 01:42 PM
Harry Wrote:
28-02-2016, 01:38 PM
Quanity Wrote:
28-02-2016, 01:37 PM
Harry Wrote:
28-02-2016, 01:36 PM
Quanity Wrote:
please upload the plugin text in pastebin.

I don't know which file contains what I need to edit though.

If I find the file, I'll be sorted!!

Meh! Which plugin are you using for like/dislike. I guess the like/dislike buttons codes are not available in templates. Its in plugins file.

I've searched plugin files too and nothing!

I'm using the "Thank You/Like System (1.9.10)"

easy fix. goto ACP > Theme $ Temp > Themes > Your Theme > thankyoulike.css or something like that will be there> Open it then Search for


a.add_tyl_button span{
background-image: url(images/thankyoulike/tyl_add.png);
background-repeat: no-repeat;
font-weight: bold;
}

a.del_tyl_button span{
background-image: url(images/thankyoulike/tyl_del.png);
background-repeat: no-repeat;
font-weight: normal;
}




Remove


background-image: url(images/thankyoulike/tyl_add.png);

background-image: url(images/thankyoulike/tyl_del.png);


Save and you are done.

You sir are a fucking babe <3 <3 <3 <3
The Pengest Turkey

[Image: The-Chicken-Connoisseur-PENGEST-TURKEY-1-1.gif]

RE: Editing Like/Dislike?

linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
28-02-2016, 01:52 PM
This post was last modified: 28-02-2016, 01:58 PM by linkzy
#10
28-02-2016, 01:51 PM
Harry Wrote:
28-02-2016, 01:50 PM
Quanity Wrote:
28-02-2016, 01:42 PM
Harry Wrote:
28-02-2016, 01:38 PM
Quanity Wrote:
28-02-2016, 01:37 PM
Harry Wrote:
I don't know which file contains what I need to edit though.

If I find the file, I'll be sorted!!

Meh! Which plugin are you using for like/dislike. I guess the like/dislike buttons codes are not available in templates. Its in plugins file.

I've searched plugin files too and nothing!

I'm using the "Thank You/Like System (1.9.10)"

easy fix. goto ACP > Theme $ Temp > Themes > Your Theme > thankyoulike.css or something like that will be there> Open it then Search for


a.add_tyl_button span{
background-image: url(images/thankyoulike/tyl_add.png);
background-repeat: no-repeat;
font-weight: bold;
}

a.del_tyl_button span{
background-image: url(images/thankyoulike/tyl_del.png);
background-repeat: no-repeat;
font-weight: normal;
}




Remove


background-image: url(images/thankyoulike/tyl_add.png);

background-image: url(images/thankyoulike/tyl_del.png);


Save and you are done.

You sir are a fucking babe <3 <3 <3 <3

np.
In plugin, it says that the css is called - g33k_thankyoulike.css
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |



Users browsing this thread: 1 Guest(s)