inherit
253782
0
Mar 19, 2018 13:54:00 GMT -8
lorenzooo
6
March 2018
lorenzooo
|
Post by lorenzooo on Mar 19, 2018 8:34:26 GMT -8
I know you've said this a bajillion times, maybe more, but I don't completely understand the whole base folder situation yet. Let me know what I'm doing wrong please, I'm new to this. Base folder: ibb.co/album/bWvXqaIMG Urls: dev2.png mang.png yter.png gfx_art.png fmod.png mem.png
|
|
inherit
253782
0
Mar 19, 2018 13:54:00 GMT -8
lorenzooo
6
March 2018
lorenzooo
|
Post by lorenzooo on Mar 19, 2018 12:25:42 GMT -8
Nevermind; I've made some progress.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Mar 19, 2018 15:08:28 GMT -8
I know you've said this a bajillion times, maybe more, but I don't completely understand the whole base folder situation yet. Let me know what I'm doing wrong please, I'm new to this. Base folder: ibb.co/album/bWvXqaIMG Urls: dev2.png mang.png yter.png gfx_art.png fmod.png mem.png Nevermind; I've made some progress. Good to hear.. If you have any other problems, just yell.
|
|
Mad Madison
New Member
RAWR! SAID THE MADOSARUS REX
Posts: 42
inherit
224064
0
Jul 24, 2018 3:01:33 GMT -8
Mad Madison
RAWR! SAID THE MADOSARUS REX
42
August 2015
madmadison
|
Post by Mad Madison on Apr 11, 2018 14:41:14 GMT -8
This might be attributed to my lack of sleep, but I have installed the plugin and for some reason, I can't seem to get it to work. Usually, I can see if it's working by going into member's profiles and checking if the awards tab has appeared, but even after trying to inspect in google chrome to look at the code I can't see it there. Here's a print screen of my current settings. the other tabs were left with their default settings. I know I'm missing something/doing something wrong, or maybe something is up with the skin? Not sure. The plugin is also on top of my plugin library and only have two plugins atm. The other is the tooltips stylings. Could someone be so kind as to point out what I could be doing wrong? My sleepy eyes would thank you. I almost forgot... Here's my test forum.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Apr 12, 2018 8:32:07 GMT -8
This might be attributed to my lack of sleep, but I have installed the plugin and for some reason, I can't seem to get it to work. Usually, I can see if it's working by going into member's profiles and checking if the awards tab has appeared, but even after trying to inspect in google chrome to look at the code I can't see it there. Here's a print screen of my current settings. the other tabs were left with their default settings. I know I'm missing something/doing something wrong, or maybe something is up with the skin? Not sure. The plugin is also on top of my plugin library and only have two plugins atm. The other is the tooltips stylings. Could someone be so kind as to point out what I could be doing wrong? My sleepy eyes would thank you. I almost forgot... Here's my test forum. From what I can see, all looks good. Have you tried adding '<div id="awards_button"></div>' to your profile layout? That 'should' allow the button to be displayed mp matter how elaborate your layout is.
|
|
Mad Madison
New Member
RAWR! SAID THE MADOSARUS REX
Posts: 42
inherit
224064
0
Jul 24, 2018 3:01:33 GMT -8
Mad Madison
RAWR! SAID THE MADOSARUS REX
42
August 2015
madmadison
|
Post by Mad Madison on Apr 12, 2018 13:26:17 GMT -8
From what I can see, all looks good. Have you tried adding '<div id="awards_button"></div>' to your profile layout? That 'should' allow the button to be displayed mp matter how elaborate your layout is. Yep... and it still won’t show up.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Apr 13, 2018 9:19:53 GMT -8
From what I can see, all looks good. Have you tried adding '<div id="awards_button"></div>' to your profile layout? That 'should' allow the button to be displayed mp matter how elaborate your layout is. Yep... and it still won’t show up.
Hmmm... Can you please post or PM me your profile layout please so I can do some investigating.
|
|
Mad Madison
New Member
RAWR! SAID THE MADOSARUS REX
Posts: 42
inherit
224064
0
Jul 24, 2018 3:01:33 GMT -8
Mad Madison
RAWR! SAID THE MADOSARUS REX
42
August 2015
madmadison
|
Post by Mad Madison on Apr 13, 2018 12:21:24 GMT -8
Hmmm... Can you please post or PM me your profile layout please so I can do some investigating. As soon as I go in there I realize where I had placed the div... hahaha Sorry about that Todge. I managed to get it working now. Sorry for the trouble and I really appreciate the work and dedication you’ve put in here. Thanks~
|
|
Mad Madison
New Member
RAWR! SAID THE MADOSARUS REX
Posts: 42
inherit
224064
0
Jul 24, 2018 3:01:33 GMT -8
Mad Madison
RAWR! SAID THE MADOSARUS REX
42
August 2015
madmadison
|
Post by Mad Madison on Apr 13, 2018 13:11:36 GMT -8
Todge Sorry! I found the fix in old posts here. Now to have it where the awards word does not appear. I'll try and figure this out myself. Thanks again! Forgive me for bothering you once more, but I've run into another little pickle trying to use font awesome in my mini-profile.
This is what I have in the mini-profile's HTML at the moment.
<div class="awards $[user.id] $[user.name]"><i class="fas fa-trophy" style="padding-left:13px;"></i></div>
But what this does is place a </i> where the popup's title should go.
I'd like it so members can click on the trophy and get their awards popup to appear.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Apr 13, 2018 14:50:28 GMT -8
Todge Forgive me for bothering you once more, but I've run into another little pickle trying to use font awesome in my mini-profile. This is what I have in the mini-profile's HTML at the moment. <div class="awards $[user.id] $[user.name]"><i class="fas fa-trophy" style="padding-left:13px;"></i></div> But what this does is place a </i> where the popup's title should go. View AttachmentI'd like it so members can click on the trophy and get their awards popup to appear. OK.. To get those icons to work in the way you are wanting with the Awards Plugin you will need to do a couple of things... 1st, Update your existing version of the Awards Plugin to version 3.0.22nd, Change the code you have in your mini-profile layout to <div class="fas fa-trophy awards $[user.id] $[user.name]" style="padding-left:13px;"></div>3rd, Add this to the Awards Styling tab... .miniprofileAwardsTitle { display: none; } Then cross your fingers, refresh the page and see if it works...
|
|
Mad Madison
New Member
RAWR! SAID THE MADOSARUS REX
Posts: 42
inherit
224064
0
Jul 24, 2018 3:01:33 GMT -8
Mad Madison
RAWR! SAID THE MADOSARUS REX
42
August 2015
madmadison
|
Post by Mad Madison on Apr 13, 2018 20:58:32 GMT -8
Then cross your fingers, refresh the page and see if it works... You're heaven sent Todge. Thanks so much. Now I can't seem to get the custom cursor I have to work over that link. I must be targetting the wrong thing in the css, but I've tried directly targetting everything I have access to and still I get the default cursor:pointer instead. ><
Could it be something in the plugin?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Apr 14, 2018 7:45:36 GMT -8
Then cross your fingers, refresh the page and see if it works... You're heaven sent Todge. Thanks so much. Now I can't seem to get the custom cursor I have to work over that link. I must be targetting the wrong thing in the css, but I've tried directly targetting everything I have access to and still I get the default cursor:pointer instead. ><
Could it be something in the plugin?
Yup, the plugin is setting the standard pointer to that cell, but you can override it.. Put this into the Award Styling tab of the plugin.. .awarded { cursor: url(http://storage.proboards.com/6911771/images/OgqskbN0GEdQKcOVRYXg.png),auto!important; }
|
|
Mad Madison
New Member
RAWR! SAID THE MADOSARUS REX
Posts: 42
inherit
224064
0
Jul 24, 2018 3:01:33 GMT -8
Mad Madison
RAWR! SAID THE MADOSARUS REX
42
August 2015
madmadison
|
Post by Mad Madison on Apr 14, 2018 18:45:00 GMT -8
Yup, the plugin is setting the standard pointer to that cell, but you can override it.. Put this into the Award Styling tab of the plugin.. .awarded { cursor: url(http://storage.proboards.com/6911771/images/OgqskbN0GEdQKcOVRYXg.png),auto!important; } Yay! I kept targetting the wrong things XD
One more thing I was curious about. I've been trying to use the Forum Tooltips plugin to work with the awards tooltips. Any idea what class I need to target so the tooltips are stylized?
I've tried .awdDiv img, img#A0, img#A1, img#A2, img#A3, img#A4, img#A5, img#A6, img#A7, img#A8, img#A9 to no avail. T__T
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Apr 15, 2018 7:26:13 GMT -8
Yup, the plugin is setting the standard pointer to that cell, but you can override it.. Put this into the Award Styling tab of the plugin.. .awarded { cursor: url(http://storage.proboards.com/6911771/images/OgqskbN0GEdQKcOVRYXg.png),auto!important; } Yay! I kept targetting the wrong things XD
One more thing I was curious about. I've been trying to use the Forum Tooltips plugin to work with the awards tooltips. Any idea what class I need to target so the tooltips are stylized?
I've tried .awdDiv img, img#A0, img#A1, img#A2, img#A3, img#A4, img#A5, img#A6, img#A7, img#A8, img#A9 to no avail. T__T
I've never used the Forum Tooltip Plugin, but you should be able to target the awards tooltips with.. .awdDiv>img
|
|
Mad Madison
New Member
RAWR! SAID THE MADOSARUS REX
Posts: 42
inherit
224064
0
Jul 24, 2018 3:01:33 GMT -8
Mad Madison
RAWR! SAID THE MADOSARUS REX
42
August 2015
madmadison
|
Post by Mad Madison on Apr 15, 2018 13:49:22 GMT -8
I've never used the Forum Tooltip Plugin, but you should be able to target the awards tooltips with.. .awdDiv>img I might be mistaken, but I have memory of this working before on the popup window for the awards... I had posted in the tooltip plugin just in case... but I think it must be that I'm not targeting something properly because it works just fine in the profiles. It's only in the popup where it doesn't trigger. I tried the above and still no go. I'll continue fiddling, but I was curious if I could just display the awards description instead? To make it something like this in the pop-up? I do think the description is only available in title="", right? If it was target-able by a class I could code it in there.
|
|