inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 19, 2017 11:33:24 GMT -8
Ax, Can you take a screen shot of the key permissions on the permissions tab please?
|
|
inherit
236377
0
Aug 14, 2019 6:17:01 GMT -8
remnantique
Come join our animal crossing forum!
316
August 2016
remnantique
|
Post by remnantique on Jul 5, 2017 5:36:12 GMT -8
Is there a way to turn off gift/trade in people's profiles? I've set all items to not be tradeable but I want to remove the button altogether as it's just clutter now.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 6, 2017 3:04:00 GMT -8
remnantique, I didn't make it easy to hide that for some reason. I suppose you could use a little script in your footer. <script>
$(function(){ $("a.button:contains(Gift / Trade)").css("display", "none"); });
</script>
|
|
inherit
236377
0
Aug 14, 2019 6:17:01 GMT -8
remnantique
Come join our animal crossing forum!
316
August 2016
remnantique
|
Post by remnantique on Jul 6, 2017 6:26:01 GMT -8
remnantique , I didn't make it easy to hide that for some reason. I suppose you could use a little script in your footer. <script>
$(function(){ $("a.button:contains(Gift / Trade)").css("display", "none"); });
</script> Worked! Thank you!
|
|
inherit
245677
0
Mar 6, 2018 14:41:33 GMT -8
drakecahill13
Sat on an evil cat. Ouch.
21
June 2017
drakecahill13
|
Post by drakecahill13 on Aug 24, 2017 11:56:13 GMT -8
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 24, 2017 14:12:16 GMT -8
drakecahill13, Move the Yootil plugin to the top of your list. Monetary needs that, but because it is lower down, it is loaded after the Monetary plugin.
|
|
inherit
206056
0
Oct 22, 2024 12:06:59 GMT -8
adminabp
378
February 2014
adminabp
|
Post by adminabp on Aug 27, 2017 11:57:34 GMT -8
I looked through the thread and saw a few people with this same question but I didn't find any answers... Peter Is there a way to give a title to the shop items display section on the main profile? Like Todge's Awards System has Awards: and then the row(s) of items. And with an option to rename the section something else. We are getting more and more plugins that add things like awards, trophies, shop items...it would be nice to be able to categorize all of them for easy identification.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 27, 2017 12:50:19 GMT -8
adminabp, Try this in your footer. <style>
.monetary_shop_profile_box {
margin-top: 25px; }
.monetary-shop-header { position: absolute;
}
.monetary-shop-header span {
position: relative; top: -20px; left: -5px; font-size: 10px; padding: 4px 7px; border: 1px solid #e6e6e6; border-radius: 10px; background: #ffffff;
}
</style>
<script>
$(() => {
let $shop_box = $(".monetary_shop_profile_box"); if($shop_box.length){ $shop_box.prepend('<div class="monetary-shop-header"><span>Monetary Shop</span></div>'); } });
</script>
|
|
inherit
206056
0
Oct 22, 2024 12:06:59 GMT -8
adminabp
378
February 2014
adminabp
|
Post by adminabp on Aug 27, 2017 13:03:08 GMT -8
adminabp , Try this in your footer. <style>
.monetary_shop_profile_box {
margin-top: 25px; }
.monetary-shop-header { position: absolute;
}
.monetary-shop-header span {
position: relative; top: -20px; left: -5px; font-size: 10px; padding: 4px 7px; border: 1px solid #e6e6e6; border-radius: 10px; background: #ffffff;
}
</style>
<script>
$(() => {
let $shop_box = $(".monetary_shop_profile_box"); if($shop_box.length){ $shop_box.prepend('<div class="monetary-shop-header"><span>Monetary Shop</span></div>'); } });
</script> No joy Peter . Put it in the Global Footer, and as far as I can tell it did nothing. abetterplace.boards.net/user/1
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 27, 2017 13:12:37 GMT -8
I see it fine. Needs styling to match your forum, but it's there.
|
|
inherit
206056
0
Oct 22, 2024 12:06:59 GMT -8
adminabp
378
February 2014
adminabp
|
Post by adminabp on Aug 27, 2017 14:00:41 GMT -8
I see it fine. Needs styling to match your forum, but it's there. Okay, that...is...weird. On my default browser, K-Meleon, logged in, it looks completely unchanged. On Firefox, as a guest, it flips to having the Shop Items over Awards, but still doesn't show the title.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 27, 2017 14:41:43 GMT -8
Not sure what to say. I see it fine in Firefox and Chrome
|
|
inherit
206056
0
Oct 22, 2024 12:06:59 GMT -8
adminabp
378
February 2014
adminabp
|
Post by adminabp on Aug 28, 2017 8:16:11 GMT -8
Not sure what to say. I see it fine in Firefox and Chrome I tried also it in Seamonkey... and Google Chrome Only thing it showed up for me in was Google Chrome. K-Meleon and SeaMonkey just increased the space between the Awards and Shop Items sections, like the title was there but not visible, and Firefox(PortableApp version) for me didn't change at all. I tries disabling all my other plugins except Monetary stuff and Yootil, on the chance something visible only to members was conflicting, but that didn't make any difference. So I just took the code out. Thank you for the help. I may play around with it some more later on my own...
|
|
inherit
245677
0
Mar 6, 2018 14:41:33 GMT -8
drakecahill13
Sat on an evil cat. Ouch.
21
June 2017
drakecahill13
|
Post by drakecahill13 on Aug 29, 2017 10:14:38 GMT -8
drakecahill13 , Move the Yootil plugin to the top of your list. Monetary needs that, but because it is lower down, it is loaded after the Monetary plugin. Wonderful, TYVM!
|
|
inherit
245677
0
Mar 6, 2018 14:41:33 GMT -8
drakecahill13
Sat on an evil cat. Ouch.
21
June 2017
drakecahill13
|
Post by drakecahill13 on Aug 29, 2017 10:45:30 GMT -8
drakecahill13 , Move the Yootil plugin to the top of your list. Monetary needs that, but because it is lower down, it is loaded after the Monetary plugin. Wonderful, TYVM! I regret to say that it still isn't working.
|
|