Water Crystals
Junior Member
Those who make no mistakes, don't make anything
Posts: 431
inherit
137395
0
Nov 19, 2024 1:35:44 GMT -8
Water Crystals
Those who make no mistakes, don't make anything
431
February 2009
watercrystals
|
Post by Water Crystals on Jul 13, 2018 3:12:04 GMT -8
Is there a way to turn the link (for the pop-up option in mini-profiles) into a button - inheriting the style of posting buttons on site (post quick reply, etc). Or to edit the text to at least have a black outline? It's just a bit hard to see on the mini-profiles as I have a custom background for them. Using an image instead of the text could work too, if possible.
I imagine this can be done in the "Award Styling" part of the plugin, but I'm not entirely sure what to put.
|
|
#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 Jul 13, 2018 12:31:38 GMT -8
Is there a way to turn the link (for the pop-up option in mini-profiles) into a button - inheriting the style of posting buttons on site (post quick reply, etc). Or to edit the text to at least have a black outline? It's just a bit hard to see on the mini-profiles as I have a custom background for them. Using an image instead of the text could work too, if possible. I imagine this can be done in the "Award Styling" part of the plugin, but I'm not entirely sure what to put. You are correct with w Award Styling.. The class-name for the award link is.. .awd_linkSo, you can make the link resemble a button by doing something like this... .awd_link { border: 1px solid #a7a7a7; border-radius: 5px; background-color: #dadada; width: 50%; margin-left: 25%; padding: 5px 0px; }
|
|
Water Crystals
Junior Member
Those who make no mistakes, don't make anything
Posts: 431
inherit
137395
0
Nov 19, 2024 1:35:44 GMT -8
Water Crystals
Those who make no mistakes, don't make anything
431
February 2009
watercrystals
|
Post by Water Crystals on Jul 13, 2018 22:28:14 GMT -8
Todge Strangely, nothing happens? No matter what I adjust, nothing changes in the mini-profile.
|
|
#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 Jul 14, 2018 12:06:00 GMT -8
Todge Strangely, nothing happens? No matter what I adjust, nothing changes in the mini-profile. OK.. Try changing 'awd_link' to 'awarded'..
|
|
Water Crystals
Junior Member
Those who make no mistakes, don't make anything
Posts: 431
inherit
137395
0
Nov 19, 2024 1:35:44 GMT -8
Water Crystals
Those who make no mistakes, don't make anything
431
February 2009
watercrystals
|
Post by Water Crystals on Jul 17, 2018 5:22:32 GMT -8
It works! Thank you
|
|
#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 Jul 17, 2018 12:51:46 GMT -8
No worries...
|
|
inherit
256267
0
Sept 6, 2018 18:40:44 GMT -8
Lil Peep
6
September 2018
latitude45
|
Post by Lil Peep on Sept 6, 2018 18:40:44 GMT -8
is there a tutorial on how to redo the order of awards because in the instructions its quite confusing
|
|
#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 Sept 7, 2018 15:15:20 GMT -8
is there a tutorial on how to redo the order of awards because in the instructions its quite confusing Re-ordering the awards is not currently possible without the risk of screwing up which awards your members have been given. The reason is because the awards are held in an array, altering the order of the awards will alter their placement in the awards array, so, award1 may not be award1 after you rearrange them. There is a fix to do this in the pipeline, but I was waiting for V6 before I screwed with the coding, but I'll try to get it done sooner rather than later. Sorry. How many awards do you currently have, and how many are you wanting to move around?
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Sept 27, 2018 18:25:29 GMT -8
I'm sorry if this was already asked and answered but is there a way to make it where the awards are in an overflow div tag. When I try and put it on the on the bottom of the mini profile in the layout template, it works kinda. Basically it shows that person (whoever is logged in( awards on all mini profiles.
|
|
#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 Sept 28, 2018 9:30:48 GMT -8
I'm sorry if this was already asked and answered but is there a way to make it where the awards are in an overflow div tag. When I try and put it on the on the bottom of the mini profile in the layout template, it works kinda. Basically it shows that person (whoever is logged in( awards on all mini profiles. Yes, if you put this at the bottom of your mini-profile template, it should do just that... <div class="awards $[user.id] $[user.name]"></div> And add this to the CSS within the plugins' settings... .awards { height: 20px; overflow-y: auto; } And change the height to suit.
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Sept 28, 2018 13:30:27 GMT -8
Thank you, worked perfectly!
|
|
#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 Sept 29, 2018 7:29:28 GMT -8
No worries..
|
|
inherit
256569
0
Oct 23, 2018 20:18:45 GMT -8
Emory P. Sterling
21
October 2018
emorysterling
|
Post by Emory P. Sterling on Oct 7, 2018 5:48:45 GMT -8
Hello. I have installed and are using the award system plugin and it's working beautifully! I love it.
So here is what I would like to do.
I have created a custom page called "Dashboard" on my forum that contains widgets like the members profile, personal messages, notifications, recent posts and and so on. It's for each specific user, their information and their activity.
What I want to do is add the awards that have been given to that specific user on their dashboard within a html widget container. Screenshot below: Is this possible? I have attempted this to no avail. Thanks for any help or advice!
|
|
#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 Oct 7, 2018 8:16:13 GMT -8
Have you tried adding <div class="awards $[user.id] $[user.name]"></div> to your layout? The plugin may target that and add the awards.
|
|
inherit
256569
0
Oct 23, 2018 20:18:45 GMT -8
Emory P. Sterling
21
October 2018
emorysterling
|
Post by Emory P. Sterling on Oct 8, 2018 20:39:55 GMT -8
Have you tried adding <div class="awards $[user.id] $[user.name]"></div> to your layout? The plugin may target that and add the awards. You'll have to forgive me. I've been up for a long time working on this stuff. My brain has turned into fruit jello... except instead of fruit it's codes. LOL. If you mean added it to my layout as far as the HTML Widget on the custom page... I just tried it and nothing. It shows nothing. Or did you mean someplace else? I've literally started working with coding this past week so I'm pretty new. I've managed to figure out a lot so far without asking. *GO ME!*
|
|