inherit
259017
0
Sept 25, 2021 1:54:15 GMT -8
CrazyBoy
Web developer.
968
July 2019
crazyboy
|
Post by CrazyBoy on Sept 14, 2019 12:43:47 GMT -8
|
|
#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 14, 2019 12:51:23 GMT -8
CrazyBoy , try this instead.... <div class="$[miniprofile_class]">
$[user]<br>
{if $[user.is_guest]}Guest<br>{/if}
{if $[user.is_deleted]}<em>Deleted Member</em><br>{/if}
{if $[user.group]}
$[user.group.name]<br>$[user.group.stars]<br>
{elseif $[user.rank]}
$[user.rank.name]<br>
{if $[user.rank.stars]}
$[user.rank.stars]<br>
{/if}
{/if}
{if $[user.custom_title]}$[user.custom_title]<br>{/if}
$[user.warning.bar]
<br>
{if $[user.avatar]}
<div class="avatar">$[user.avatar]</div><br>
<br>Likes: $[user.likes]
<br><a href="/conversation/new">Send PM</a><br>
Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if}<br>
{if $[user.is_online]}<br><span class="italic">Member is Online</span>{/if}
<div class="awards $[user.id] $[user.name]"></div>
{/if}
{if $[user.personal_text.message]}
$[user.personal_text]<br>
{/if}
{if $[user.is_member]}
<div class="info">
{foreach $[user.mini_custom_field]}
<br><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span>
{/foreach}
</div><br>
{/if}
{if $[user.badges_miniprofile]}
<div class="$[user.badges_miniprofile_container_class]">
{foreach $[user.badges_miniprofile]}
$[user.badges_miniprofile.icon]
{/foreach}
</div>
{/if}
</div>
|
|
inherit
259017
0
Sept 25, 2021 1:54:15 GMT -8
CrazyBoy
Web developer.
968
July 2019
crazyboy
|
Post by CrazyBoy on Sept 14, 2019 12:58:27 GMT -8
The word "awards" isn't 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 Sept 14, 2019 15:36:42 GMT -8
The word "awards" isn't appear Strange.. OK, please try this instead... <div class="$[miniprofile_class]">
$[user]<br>
{if $[user.is_guest]}Guest<br>{/if}
{if $[user.is_deleted]}<em>Deleted Member</em><br>{/if}
{if $[user.group]}
$[user.group.name]<br>$[user.group.stars]<br>
{elseif $[user.rank]}
$[user.rank.name]<br>
{if $[user.rank.stars]}
$[user.rank.stars]<br>
{/if}
{/if}
{if $[user.custom_title]}$[user.custom_title]<br>{/if}
$[user.warning.bar]
<br>
{if $[user.avatar]}
<div class="avatar">$[user.avatar]</div><br>
<br>Likes: $[user.likes]
<br><a href="/conversation/new">Send PM</a><br>
Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if}<br>
{if $[user.is_online]}<br><span class="italic">Member is Online</span>{/if}
<div class="awards $[user.id] $[user.name]">Awards</div>
{/if}
{if $[user.personal_text.message]}
$[user.personal_text]<br>
{/if}
{if $[user.is_member]}
<div class="info">
{foreach $[user.mini_custom_field]}
<br><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span>
{/foreach}
</div><br>
{/if}
{if $[user.badges_miniprofile]}
<div class="$[user.badges_miniprofile_container_class]">
{foreach $[user.badges_miniprofile]}
$[user.badges_miniprofile.icon]
{/foreach}
</div>
{/if}
</div>
|
|
inherit
259017
0
Sept 25, 2021 1:54:15 GMT -8
CrazyBoy
Web developer.
968
July 2019
crazyboy
|
Post by CrazyBoy on Sept 15, 2019 0:26:38 GMT -8
The word "awards" isn't appear Strange.. OK, please try this instead... <div class="$[miniprofile_class]">
$[user]<br>
{if $[user.is_guest]}Guest<br>{/if}
{if $[user.is_deleted]}<em>Deleted Member</em><br>{/if}
{if $[user.group]}
$[user.group.name]<br>$[user.group.stars]<br>
{elseif $[user.rank]}
$[user.rank.name]<br>
{if $[user.rank.stars]}
$[user.rank.stars]<br>
{/if}
{/if}
{if $[user.custom_title]}$[user.custom_title]<br>{/if}
$[user.warning.bar]
<br>
{if $[user.avatar]}
<div class="avatar">$[user.avatar]</div><br>
<br>Likes: $[user.likes]
<br><a href="/conversation/new">Send PM</a><br>
Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if}<br>
{if $[user.is_online]}<br><span class="italic">Member is Online</span>{/if}
<div class="awards $[user.id] $[user.name]">Awards</div>
{/if}
{if $[user.personal_text.message]}
$[user.personal_text]<br>
{/if}
{if $[user.is_member]}
<div class="info">
{foreach $[user.mini_custom_field]}
<br><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span>
{/foreach}
</div><br>
{/if}
{if $[user.badges_miniprofile]}
<div class="$[user.badges_miniprofile_container_class]">
{foreach $[user.badges_miniprofile]}
$[user.badges_miniprofile.icon]
{/foreach}
</div>
{/if}
</div> Yay worked Todge thank you so much! but do you know how can i put member is online under awards?
|
|
#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 15, 2019 5:59:26 GMT -8
Strange.. OK, please try this instead... <div class="$[miniprofile_class]">
$[user]<br>
{if $[user.is_guest]}Guest<br>{/if}
{if $[user.is_deleted]}<em>Deleted Member</em><br>{/if}
{if $[user.group]}
$[user.group.name]<br>$[user.group.stars]<br>
{elseif $[user.rank]}
$[user.rank.name]<br>
{if $[user.rank.stars]}
$[user.rank.stars]<br>
{/if}
{/if}
{if $[user.custom_title]}$[user.custom_title]<br>{/if}
$[user.warning.bar]
<br>
{if $[user.avatar]}
<div class="avatar">$[user.avatar]</div><br>
<br>Likes: $[user.likes]
<br><a href="/conversation/new">Send PM</a><br>
Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if}<br>
{if $[user.is_online]}<br><span class="italic">Member is Online</span>{/if}
<div class="awards $[user.id] $[user.name]">Awards</div>
{/if}
{if $[user.personal_text.message]}
$[user.personal_text]<br>
{/if}
{if $[user.is_member]}
<div class="info">
{foreach $[user.mini_custom_field]}
<br><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span>
{/foreach}
</div><br>
{/if}
{if $[user.badges_miniprofile]}
<div class="$[user.badges_miniprofile_container_class]">
{foreach $[user.badges_miniprofile]}
$[user.badges_miniprofile.icon]
{/foreach}
</div>
{/if}
</div> Yay worked Todge thank you so much! but do you know how can i put member is online under awards? Find these two lines in your mini-profile layout.... {if $[user.is_online]}<br><span class="italic">Member is Online</span>{/if}
<div class="awards $[user.id] $[user.name]">Awards</div> And switch them around.
|
|
inherit
259017
0
Sept 25, 2021 1:54:15 GMT -8
CrazyBoy
Web developer.
968
July 2019
crazyboy
|
Post by CrazyBoy on Sept 15, 2019 7:22:23 GMT -8
|
|
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 Oct 9, 2019 8:01:28 GMT -8
Hey TodgeDo you know where I can re-download the 2nd awards plugin you made me, that allows 2 awards to run separately on the same forum? I can't figure out where you originally gave it to me, and I need to install it on a 2nd forum hahah
|
|
#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 9, 2019 13:11:22 GMT -8
Hey TodgeDo you know where I can re-download the 2nd awards plugin you made me, that allows 2 awards to run separately on the same forum? I can't figure out where you originally gave it to me, and I need to install it on a 2nd forum hahah Here ya go...make sure you are using the same version of the main award plugin you are using on your other forum as I have not tested this with the latest version, though it 'should' still work.
|
|
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 Oct 9, 2019 13:25:30 GMT -8
Thank you!
|
|
inherit
255305
0
Oct 20, 2024 22:51:16 GMT -8
Talira Greycrest
161
June 2018
taliragreycrest
|
Post by Talira Greycrest on Oct 15, 2019 4:11:17 GMT -8
Need some help with the Awards System plugin. Can't get the award images to appear.
|
|
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 Oct 15, 2019 7:29:30 GMT -8
Need some help with the Awards System plugin. Can't get the award images to appear. You need to give wayyyyy more details than that. A site link, for one. Next, what exactly is happening? is it a broken image? just nothing showing at all? Next, take a screenshot of your plugin settings, or explain what you put in so far, or at least give the URL to the image you are trying to use. Todge needs details to figure out what is wrong, and should start by understanding what IS wrong beyond 'won't appear' ^^ And perhaps where it SHOULD be appearing, too, would help :)
|
|
inherit
255305
0
Oct 20, 2024 22:51:16 GMT -8
Talira Greycrest
161
June 2018
taliragreycrest
|
Post by Talira Greycrest on Oct 15, 2019 15:23:42 GMT -8
I've uploaded the image I want to use to a free image host targeted toward RP forums and I'm trying to figure out what I need to do to get the image to appear. What information do I need to put in?
|
|
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 Oct 16, 2019 5:19:14 GMT -8
You still need to give the other info for Todge, like a site link.
|
|
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 Nov 19, 2019 10:32:27 GMT -8
Hey, Todge, what is this for? Does this just change that person's profile only in some way, or is it a global change, or?
|
|