JD
Full Member
Posts: 771
inherit
180643
0
Sept 27, 2024 15:01:41 GMT -8
JD
771
June 2012
obsidian92
|
Post by JD on Jul 4, 2019 15:18:49 GMT -8
Hey Todge ! I love this plugin but what is the class/id for the little number spots that come up over the icons when a member has been awarded more than one of the award? I would really like to remove this and just have the number awarded in the title hover. Is there is a class or something I can display:none in the styling window? <3 Thanks!! <3 Sure.. The class names for the numbers are.. .AWD-1 .AWD-10 .AWD-100 .AWD-1000 .AWD-10000 Perfect! Thanks Todge!
|
|
#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, 2019 17:03:56 GMT -8
Todge , and what happened with the new version? Hi multi, can you please try version 3.0.5, you should now have a cogwheel button when you try to award a member. click that cogwheel and follow the instructions. You can use the plugin as-is, but if you prefer to use a key to save the new order, and have a super key free, install The ReOrder Key and the plugin will automatically use the key instead.
|
|
inherit
173301
0
Aug 10, 2019 9:37:51 GMT -8
181200
53
November 2011
181200
|
Post by 181200 on Jul 20, 2019 16:53:34 GMT -8
Hi all!
I believe i set it up correctly, i uploaded an award pic to my image host, added the link to it.. i see the awards name below my icon in my posts.. but i dont see the new awards section in my profile. how do i gte that to appear and add the award pics to my members?
Thanks in advance for any help!
|
|
inherit
223590
0
May 17, 2023 9:13:21 GMT -8
Kitty Katt
My Username is @kittykatt (with 2 t's in katt)
821
July 2015
kittykatt
|
Post by Kitty Katt on Jul 21, 2019 0:06:30 GMT -8
Hi all! I believe i set it up correctly, i uploaded an award pic to my image host, added the link to it.. i see the awards name below my icon in my posts.. but i dont see the new awards section in my profile. how do i gte that to appear and add the award pics to my members? Thanks in advance for any help! Todge may need your forum URL so your issue can be investigated.
|
|
#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 Aug 13, 2019 15:45:14 GMT -8
Version 3.0.6 is now available. This version improves on the way you can re-order the awards from version 3.0.5 and you can now categorize your awards. When you try to give or take an award, you should now have a new 'cog' button, clicking that should allow you to re-order your awards and categorize them if you so wish. Hopefully everything is self explanatory, but feel free to yell if anyone wishes to ask any questions. After the awards have been re-ordered and you click 'Save', you will be presented with a code. Copy this code and paste it into the award settings, there's a new tab where you can add the code. OR, you can use a key to save the award code, meaning you will not need to paste anything into the settings. Unfortunately the key needs to be a super key, but if you prefer to use the key, then download and install it from the link below. Awards Order KeyI will update the opening post of this thread as soon as I have time to do so.
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Aug 19, 2019 15:52:22 GMT -8
Todge I love the new update, it makes everything a whole lot easier. However I have a question. Is there a way coding wise, you would be able to add catagories for the awards? Like for example on my rp site, a group of awards for what rank you are, a group of awards for what kingdom your in. If not, that's alright, I was just wondering.
|
|
#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 Aug 20, 2019 9:01:25 GMT -8
Todge I love the new update, it makes everything a whole lot easier. However I have a question. Is there a way coding wise, you would be able to add catagories for the awards? Like for example on my rp site, a group of awards for what rank you are, a group of awards for what kingdom your in. If not, that's alright, I was just wondering. Hi, The latest update (version 3.0.6) already allows you to categorise your awards.. If this is not what you are wanting, can you please elaborate.
|
|
gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Aug 20, 2019 16:33:20 GMT -8
Hey Todge ! I love this plugin but what is the class/id for the little number spots that come up over the icons when a member has been awarded more than one of the award? I would really like to remove this and just have the number awarded in the title hover. Is there is a class or something I can display:none in the styling window? <3 Thanks!! <3 Sure.. The class names for the numbers are.. .AWD-1 .AWD-10 .AWD-100 .AWD-1000 .AWD-10000 Hi Todge,
I am so happy to finally have the ability to rearrange the awards! Thank you so much!
Is there a way to change the color and the text color of the numbers mentioned in the above quote? I tried background-color, but it created a surrounding color rather than changing the black.
ETA: I would also like to know if I can change it to just the number without the x in front of it? Thanks
|
|
#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 Aug 21, 2019 9:25:33 GMT -8
Sure.. The class names for the numbers are.. .AWD-1 .AWD-10 .AWD-100 .AWD-1000 .AWD-10000 Hi Todge,
I am so happy to finally have the ability to rearrange the awards! Thank you so much!
Is there a way to change the color and the text color of the numbers mentioned in the above quote? I tried background-color, but it created a surrounding color rather than changing the black.
ETA: I would also like to know if I can change it to just the number without the x in front of it? Thanks Hi, You can remove the 'x' from the award quantities by adding this to the plugin's CSS Styling.. .awdDiv > span > img:first-of-type { display: none; } But, changing the color of the numbers themselves is not so easy as they are images. You can change rthe hue of images using CSS, but as they are black, I very much doubt it would work.
|
|
gtv22
Junior Member
Still learning ...
Posts: 260
inherit
203486
0
Mar 1, 2014 9:50:41 GMT -8
gtv22
Still learning ...
260
December 2013
gtv22
|
Post by gtv22 on Aug 21, 2019 13:49:10 GMT -8
Hi Todge, I am so happy to finally have the ability to rearrange the awards! Thank you so much! Is there a way to change the color and the text color of the numbers mentioned in the above quote? I tried background-color, but it created a surrounding color rather than changing the black. ETA: I would also like to know if I can change it to just the number without the x in front of it? Thanks Hi, You can remove the 'x' from the award quantities by adding this to the plugin's CSS Styling.. .awdDiv > span > img:first-of-type { display: none; } But, changing the color of the numbers themselves is not so easy as they are images. You can change rthe hue of images using CSS, but as they are black, I very much doubt it would work. Oh! I didn't realize they are images. Eliminating the 'x' toned them down enough that the black color is not as much of a problem. Although in most of my themes I think white would have gone a bit better. I am not going to nit pick, though as I am so pleased that the numbers appear in the mini-profiles now. I really do appreciate all of the time you must have put into this! I am much happier now they have been rearranged, too. Thank You again, Todge!!
|
|
#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 Aug 21, 2019 15:07:53 GMT -8
Oh! I didn't realize they are images. Eliminating the 'x' toned them down enough that the black color is not as much of a problem. Although in most of my themes I think white would have gone a bit better. I am not going to nit pick, though as I am so pleased that the numbers appear in the mini-profiles now. I really do appreciate all of the time you must have put into this! I am much happier now they have been rearranged, too. Thank You again, Todge!! No worries, and sorry I couldn't be of more help.
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Aug 21, 2019 17:39:00 GMT -8
How would I categorize them? Todge
|
|
#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 Aug 22, 2019 12:11:42 GMT -8
How would I categorize them? TodgeMake sure you have the latest version (3.0.6), then when you, as the admin,goes to give or take an award, you should see a new 'cog' button beside the 'Save' button on the pop-up. Clicking that will change the pop-up layout, allowing you to re-order the awards. At the bottom of that new pop-up, you will see an extra option, 'To add a category, fill in the title below and click on the button.' Do just that, and the catagory title will be added to the awards list. After you save you finished adjustments, the awards throughout your forum should be displayed in the format you chose.
|
|
inherit
darrenelliott@hotmail.com
129389
0
Sept 3, 2024 15:23:42 GMT -8
darrenvox
212
August 2008
darrenvox
|
Post by darrenvox on Aug 22, 2019 12:13:56 GMT -8
good to know
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Aug 24, 2019 18:21:11 GMT -8
How would I categorize them? Todge Make sure you have the latest version (3.0.6), then when you, as the admin,goes to give or take an award, you should see a new 'cog' button beside the 'Save' button on the pop-up. Clicking that will change the pop-up layout, allowing you to re-order the awards. At the bottom of that new pop-up, you will see an extra option, 'To add a category, fill in the title below and click on the button.' Do just that, and the catagory title will be added to the awards list. After you save you finished adjustments, the awards throughout your forum should be displayed in the format you chose. I get up to the add a 'To add a category, fill in the title below and click on the button.' but when I add in the title and the awards, when I click set, it doesn't do anything.
|
|