inherit
211956
0
Jul 25, 2015 17:51:06 GMT -8
banethedestroyer
13
July 2014
banethedestroyer
|
Post by banethedestroyer on Aug 1, 2014 15:39:46 GMT -8
Forum URL: rwfforums.boards.net/These are a few questions that are very similar. 1. Is there a way to change this to be my own image? I would like this: to be this if possible: 2. Is there a way to add images to these as well? I want these texts: to be these images: & I'm not sure if they're as simple as they seem or what, but yeah, those are my requests
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Aug 3, 2014 17:33:59 GMT -8
Forum URL: rwfforums.boards.net/These are a few questions that are very similar. 1. Is there a way to change this to be my own image? I would like this: to be this if possible: Use the instructions given here to accomplish that. Also note that the image you posted as trying to replace is not the standard "new" button so likely a theme modification using a similar procedure given in the posted link. 2. Is there a way to add images to these as well? I want these texts: to be these images: & I'm not sure if they're as simple as they seem or what, but yeah, those are my requests For the buttons that contains no text (e.g. ) you can follow the instructions here, for buttons that contain only text you'll need to do it a bit differently .content-head div.controls a.button.edit-button {border:0 none; padding:0; background: none; width: 46px; overflow: hidden;} a.button.edit-button:before{content: url("http://support.proboards.com/attachment/download/16646");} a.button.edit-button:hover:before {content: url("http://support.proboards.com/attachment/download/16646");}
.content-head div.controls a.button.quote-button {border:0 none; padding:0; background: none; width: 73px; overflow: hidden;} a.button.quote-button:before{content: url("http://support.proboards.com/attachment/download/16644");} a.button.quote-button:hover:before {content: url("http://support.proboards.com/attachment/download/16644");} Keep in mind that there are usually two images for a button, one for normal appearance and one when the button is hovered but you can use the same image for both as I just did
|
|
MC3K_Neonz
New Member
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
Posts: 93
inherit
212050
0
Jun 29, 2018 3:05:27 GMT -8
MC3K_Neonz
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
93
July 2014
nathan76877
|
Post by MC3K_Neonz on Aug 4, 2014 4:06:29 GMT -8
Custom follow button text or img !?
|
|
inherit
211956
0
Jul 25, 2015 17:51:06 GMT -8
banethedestroyer
13
July 2014
banethedestroyer
|
Post by banethedestroyer on Aug 4, 2014 15:59:27 GMT -8
Thank you very much! Worked perfectly, Bones!
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Aug 4, 2014 16:03:28 GMT -8
follow button is on a totally different page .controls a.button.follow_button { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; overflow: hidden; padding: 0; width: REPLACEMENT_IMG_WIDTH_HERE; } a.button.follow_button:before { content: url("REPLACEMENT_IMG_URL_HERE"); } a.button.follow_button:hover:before { content: url("REPLACEMENT_HOVER_IMG_URL_HERE"); }
|
|
MC3K_Neonz
New Member
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
Posts: 93
inherit
212050
0
Jun 29, 2018 3:05:27 GMT -8
MC3K_Neonz
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
93
July 2014
nathan76877
|
Post by MC3K_Neonz on Aug 4, 2014 20:59:15 GMT -8
follow button is on a totally different page .controls a.button.follow_button { www.youtube.com/watch?v=qFCaJiwYwz0 background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; overflow: hidden; padding: 0; width: REPLACEMENT_IMG_WIDTH_HERE; } a.button.follow_button:before { content: url("REPLACEMENT_IMG_URL_HERE"); } a.button.follow_button:hover:before { content: url("REPLACEMENT_HOVER_IMG_URL_HERE"); }
WOW ! Thx ! And unfollow ?
|
|
MC3K_Neonz
New Member
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
Posts: 93
inherit
212050
0
Jun 29, 2018 3:05:27 GMT -8
MC3K_Neonz
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
93
July 2014
nathan76877
|
Post by MC3K_Neonz on Aug 5, 2014 0:26:44 GMT -8
I can't find the place where you can put that code ! Can you plz tell me the heading and then I can put it !
|
|
MC3K_Neonz
New Member
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
Posts: 93
inherit
212050
0
Jun 29, 2018 3:05:27 GMT -8
MC3K_Neonz
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
93
July 2014
nathan76877
|
Post by MC3K_Neonz on Aug 5, 2014 1:42:36 GMT -8
follow button is on a totally different page .controls a.button.follow_button { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 0 none; overflow: hidden; padding: 0; width: REPLACEMENT_IMG_WIDTH_HERE; } a.button.follow_button:before { content: url("REPLACEMENT_IMG_URL_HERE"); } a.button.follow_button:hover:before { content: url("REPLACEMENT_HOVER_IMG_URL_HERE"); } I can't hide the "Follow" text !
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Aug 5, 2014 5:58:59 GMT -8
MC3K_NeonzThe button text will show if an invalid image url was entered or an incorrect image width was entered. So for example if a hotlinked image was used but was subsequently removed by the host then you'd see a text and the basic functionality of the button would still be there. For the follow button however there is no distinction (except through text) between follow and unfollow so it would need javascript in order to distinguish, apparently a plugin for that ( link) already exists
|
|
MC3K_Neonz
New Member
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
Posts: 93
inherit
212050
0
Jun 29, 2018 3:05:27 GMT -8
MC3K_Neonz
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
93
July 2014
nathan76877
|
Post by MC3K_Neonz on Aug 6, 2014 1:22:14 GMT -8
MC3K_NeonzThe button text will show if an invalid image url was entered or an incorrect image width was entered. So for example if a hotlinked image was used but was subsequently removed by the host then you'd see a text and the basic functionality of the button would still be there. For the follow button however there is no distinction (except through text) between follow and unfollow so it would need javascript in order to distinguish, apparently a plugin for that ( link) already exists Ahh ! I understand now ! Thx a lot ! When did you start HTML ?
|
|
MC3K_Neonz
New Member
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
Posts: 93
inherit
212050
0
Jun 29, 2018 3:05:27 GMT -8
MC3K_Neonz
Yahoo ! I think I have the perfect idea for a modern Mini-Profile !
93
July 2014
nathan76877
|
Post by MC3K_Neonz on Aug 6, 2014 1:29:39 GMT -8
Hmm.. Still Da same ! Imma confused !
|
|