inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 25, 2018 15:30:16 GMT -8
Unfortunately no change - title and items are good, but no "no items" =/ I'm sorry I don't have better news to report, I always feel so bad saying it didn't work D=
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Apr 26, 2018 11:50:34 GMT -8
Todge I'm afraid I'm here also to be a pain (SORRY!) I've coded a layout that utilises the post view template to set up the mini profile around the post versus the mini profile, and I'm now trying to use javascript to finalise moving things over to where I want them I've tried using the provided codes but that is a no, hence having to use javascript - when i use the appendTo command to tell the awards div where to move to it's repeating it numerous times, any help?
|
|
#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 26, 2018 13:33:15 GMT -8
Unfortunately no change - title and items are good, but no "no items" =/ I'm sorry I don't have better news to report, I always feel so bad saying it didn't work D= Can you please try this version... Then go to a thread containing at least one post that contains a member that has no awards.. You should get a pop-up when you enter the page (you may have to refresh it), can you post here what that pop-up says. 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 Apr 26, 2018 13:38:24 GMT -8
Todge I'm afraid I'm here also to be a pain (SORRY!) I've coded a layout that utilises the post view template to set up the mini profile around the post versus the mini profile, and I'm now trying to use javascript to finalise moving things over to where I want them View AttachmentI've tried using the provided codes but that is a no, hence having to use javascript - when i use the appendTo command to tell the awards div where to move to it's repeating it numerous times, any help? No need to be sorry Boy_Wonder.. Assuming the awards are displayed before your JS element is fired, moving them shouldn't be an issue.. Failing that, adding <div class="awards $[user.id] $[user.name]"></div> to your final mini-profile code in the place where you want them displayed should then work. If you're still having problems I will need to see a thread in your forum where this is happening.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 26, 2018 14:17:07 GMT -8
Unfortunately no change - title and items are good, but no "no items" =/ I'm sorry I don't have better news to report, I always feel so bad saying it didn't work D= Can you please try this version... Then go to a thread containing at least one post that contains a member that has no awards.. You should get a pop-up when you enter the page (you may have to refresh it), can you post here what that pop-up says. Thanks. So I went to my test thread and tried it and it didn't work, so I decided to try making a new thread entirely in case it needs to be new to work. After a refresh, it did! Got this message: awdCode=00 awdCode.length=2 Then, I saw that it DOES say "No Items" for this new post. So maybe it was having problems retroactively responding to posts that didn't have an award, or maybe it is specifically the account I was looking at (since it's a different one).. I'm not sure? But regardless, it is now working correctly at least in this new post I made! =D EDIT: To try and troubleshoot, I went back to the original old post I was looking at that the "no items" wasn't working on. I opened that account, gave it an award and removed it, and then it worked - it now also shows "no items." So it appears to be just fine now! Thank you for working on this for me. I'm happy this function is now working correctly!
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Apr 26, 2018 14:25:58 GMT -8
Todge I'm afraid I'm here also to be a pain (SORRY!) I've coded a layout that utilises the post view template to set up the mini profile around the post versus the mini profile, and I'm now trying to use javascript to finalise moving things over to where I want them I've tried using the provided codes but that is a no, hence having to use javascript - when i use the appendTo command to tell the awards div where to move to it's repeating it numerous times, any help? No need to be sorry Boy_Wonder .. Assuming the awards are displayed before your JS element is fired, moving them shouldn't be an issue.. Failing that, adding <div class="awards $[user.id] $[user.name]"></div> to your final mini-profile code in the place where you want them displayed should then work. If you're still having problems I will need to see a thread in your forum where this is happening. The main issue as I say is I'm not using the mini profile, and as I'm now finalising on my site proper it's got the skin on it but only allowed for staff, I'm happy to message the link however edit: I can -technically- get the javascript working, but it reiterates itself numerous times rather than just once per 'profile' as in this shot when I work in console. Or else even with 'document ready' before hand the code isn't wanting to run, for now though I'm electing to disable it showing on mini profiles totally and leaving it just on the 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 Apr 27, 2018 9:05:57 GMT -8
Can you please try this version... Then go to a thread containing at least one post that contains a member that has no awards.. You should get a pop-up when you enter the page (you may have to refresh it), can you post here what that pop-up says. Thanks. So I went to my test thread and tried it and it didn't work, so I decided to try making a new thread entirely in case it needs to be new to work. After a refresh, it did! Got this message: awdCode=00 awdCode.length=2 Then, I saw that it DOES say "No Items" for this new post. So maybe it was having problems retroactively responding to posts that didn't have an award, or maybe it is specifically the account I was looking at (since it's a different one).. I'm not sure? But regardless, it is now working correctly at least in this new post I made! =D EDIT: To try and troubleshoot, I went back to the original old post I was looking at that the "no items" wasn't working on. I opened that account, gave it an award and removed it, and then it worked - it now also shows "no items." So it appears to be just fine now! Thank you for working on this for me. I'm happy this function is now working correctly! It seems that your awards plugin was saving the awards in a format not recognised by the new plugin.. It must have been something to do with the 'special' plugin you were using, giving or taking awards will reset the key to the recognised format, allowing the plugin to work correctly. Sinply go back to the previos version you were using to get rid of the pop-up... Now, to have a second set of awards, you'll need this plugin.... It works the same way as the original plugin.. Let me know how you get on..
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 27, 2018 9:16:45 GMT -8
Alright! Version 3.0.2 reinstalled. :) First problem I'm having is I can't edit their inventory. The 2 inventory buttons in the main profile are squished together like this: Beyond the squished aesthetic, they also function as one button. So inventoryinventory is 1 button instead of 2 separate ones so I can't access the 2nd awards plugin edit section due to that. I will continue testing but can't do much until I can add/remove inventory of course ^^
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 27, 2018 9:19:31 GMT -8
Update: The Inventoryinventory button is taking me to the 2nd awards plugin edit area, not the original's, in case that helps
|
|
#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 27, 2018 9:21:19 GMT -8
No need to be sorry Boy_Wonder .. Assuming the awards are displayed before your JS element is fired, moving them shouldn't be an issue.. Failing that, adding <div class="awards $[user.id] $[user.name]"></div> to your final mini-profile code in the place where you want them displayed should then work. If you're still having problems I will need to see a thread in your forum where this is happening. The main issue as I say is I'm not using the mini profile, and as I'm now finalising on my site proper it's got the skin on it but only allowed for staff, I'm happy to message the link however edit: I can -technically- get the javascript working, but it reiterates itself numerous times rather than just once per 'profile' as in this shot when I work in console. Or else even with 'document ready' before hand the code isn't wanting to run, for now though I'm electing to disable it showing on mini profiles totally and leaving it just on the profile If you could PM me the code you are using to create create your version f the mini-profile and the way you are moving the awards cell, I can take a look for 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 Apr 27, 2018 9:23:46 GMT -8
Alright! Version 3.0.2 reinstalled. First problem I'm having is I can't edit their inventory. The 2 inventory buttons in the main profile are squished together like this: View AttachmentBeyond the squished aesthetic, they also function as one button. So inventoryinventory is 1 button instead of 2 separate ones so I can't access the 2nd awards plugin edit section due to that. I will continue testing but can't do much until I can add/remove inventory of course ^^ Update: The Inventoryinventory button is taking me to the 2nd awards plugin edit area, not the original's, in case that helps Are you repositioning the original awards button in your profile?
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 27, 2018 9:25:08 GMT -8
I am using this to position my awards button in my profiles:
<span ID="awards_button" class="profiletabs"></span>
|
|
#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 27, 2018 9:58:24 GMT -8
I am using this to position my awards button in my profiles: <span ID="awards_button" class="profiletabs"></span> Strange... The awards buttons should be placed beside each other, with a gap between them. Can you please PM me your entire Profile Summary layout so I can take a look please?
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 27, 2018 10:01:41 GMT -8
Yes :) I apologize in advance for the mess. x.x
|
|
#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 27, 2018 11:45:14 GMT -8
Yes I apologize in advance for the mess. x.x OK... Add this to your profile layout where you'd like the button for the second set of awards to be displayed... <span ID="awards2_button" class="profiletabs"></span> Then, update your Awards Plugin to version 3.0.3.
|
|