inherit
182185
0
Apr 28, 2013 19:19:40 GMT -8
Thomasss
5,180
August 2012
thomje112
|
Post by Thomasss on Jun 3, 2014 12:10:04 GMT -8
Alright thank you for the reply though. I will look forward to seeing if anyone can toggle with the source to make such a plugin c: I can give you a {if} code though that can integrate with my CSS that should be able to do what you need. That and it would save plugin space.
|
|
c?????????ƒ????
New Member
Sometimes We Have To Give Up Our Dreams And Focus On Reality </3
Posts: 174
inherit
200650
0
Nov 1, 2014 14:34:13 GMT -8
c?????????ƒ????
Sometimes We Have To Give Up Our Dreams And Focus On Reality </3
174
October 2013
crystalwolftear
|
Post by c?????????ƒ???? on Jun 5, 2014 11:40:23 GMT -8
Alright thank you for the reply though. I will look forward to seeing if anyone can toggle with the source to make such a plugin c: I can give you a {if} code though that can integrate with my CSS that should be able to do what you need. That and it would save plugin space. Thank you that would be very helpful c:
|
|
Former Member
inherit
guest@proboards.com
206608
0
Nov 21, 2024 12:49:17 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 12, 2014 21:12:27 GMT -8
Hello! I'm an admin on this site: wwe2kgames.proboards.comOne of my fellow admins actually can't see the banner (I'm not sure if this is the case for everybody or not), but I can. Any suggestions on how to fix this? He sees it for every other staff member except himself. EDIT: I guess he no longer sees the banner on my mini-profile either.
|
|
inherit
212138
0
Aug 10, 2014 16:03:48 GMT -8
cosmicbrambleclaw
12
July 2014
cosmicbrambleclaw
|
Post by cosmicbrambleclaw on Aug 10, 2014 15:16:01 GMT -8
Hi Eli, Im having a problem with the banner- Im not sure if its a bug or what ^^;
When I installed the plugin I was the only staff member and have since "promoted" my real life friend to a base moderator so he can learn the ropes if for Im ever off-site (Im going into college at the end of this week) and I have him officially set as a staff member (in a staff group) but the banner only shows on my mini-profile and not his :/ Im about to reinstall it and see if it fixes, I'll alert you if it fixes the problem.
Edit: Also, what forum is the one the picture you used for the plugin from? (member-name is Clockwork) it looks cool
And no, reinstallation did nothing to help, he still doesnt have the banner (and I accidentally deleted the settings from the old one -_-; ) I noticed on somebody's template thread for a mini-profile that the "Staff" setting is only administrators. That may be the problem Im encountering, Im the admin (obviously) of my board and my friend is a moderator with restricted powers. If you could modify the plugin to work with all staff groups that would be very very nice. What would really be cool is if you could make it (and Im sorry if this is complicated to code ^^; ) to where you can select which groups you want the banner to apply to. (similar to the "Select which themes this applies to" checkboxes)
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 21, 2024 12:49:17 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 21, 2014 14:28:36 GMT -8
I just installed this, after waiting a few days to decide on it. Now that I have it, I'm liking it. However, what would I have to do, to have multiple ribbons show for some people?
I plan on using one as Member of the Month and such, and I'm not sure if it would show if I add it to someone with a banner already.
|
|
inherit
205218
0
Jan 21, 2023 14:50:12 GMT -8
Weaselbug
50
February 2014
valentinestarr
|
Post by Weaselbug on Mar 5, 2015 16:26:24 GMT -8
Is there a specific size the image should be?
|
|
ethy
New Member
Posts: 1
inherit
223178
0
Jan 13, 2016 0:45:15 GMT -8
ethy
1
July 2015
ethy
|
Post by ethy on Jul 10, 2015 12:49:45 GMT -8
So I add {if $[user.is_staff]} <div class="notify">Staff Member</div> {/if} on line 30, but eveyone else on my fourm has the banner STAFF MEMBER banner on them and I don't want that how do I fix?
|
|
inherit
202554
0
Dec 28, 2016 1:11:46 GMT -8
aggelosqq
14
November 2013
aggelosqq
|
Post by aggelosqq on Jan 1, 2016 3:45:28 GMT -8
I just installed the plugin (1/1/2016) which means I have the latest version. However, the Staff Member background is a bit bigger than expected. Code: <div class="$[miniprofile_class]" style="{foreach $[user.custom_field]}{if $[user.custom_field.name] == 'Cover Photo'} background-image: url('$[user.custom_field.value]');{/if}{/foreach}; background-position: center; background-size: cover;"> $[user]<br /> {if $[user.is_guest]}Guest<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 /> {/if} {if $[user.personal_text.message]} $[user.personal_text]<br /> {/if} {if $[user.is_member]} <div class="info"> Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if} {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} THIS IS THE 30TH LINE--> {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if}{if $[user.is_staff]} <div class="notify">Staff Member</div> {/if} {if $[user.badges_miniprofile]} <div class="$[user.badges_miniprofile_container_class]" style="display: inline-block;width: 152px;margin-left: -10px;height: auto;padding: 10px;"> {foreach $[user.badges_miniprofile]} $[user.badges_miniprofile.icon] {/foreach} </div> {/if} </div><br /> {/if} </div>
Any solution? What about adding a "Change the width" option on the configuration? Just to make it meet my standards?
|
|
yuuka
New Member
Posts: 8
inherit
223188
0
Feb 19, 2016 19:06:07 GMT -8
yuuka
8
July 2015
yuuka
|
Post by yuuka on Feb 17, 2016 14:31:28 GMT -8
I just installed this, after waiting a few days to decide on it. Now that I have it, I'm liking it. However, what would I have to do, to have multiple ribbons show for some people? I plan on using one as Member of the Month and such, and I'm not sure if it would show if I add it to someone with a banner already. Yes! Is there a way to give someone multiple banners?
|
|
? guy
New Member
L O V E Y O U R S E L F
Posts: 59
inherit
228985
0
Dec 12, 2019 18:46:03 GMT -8
? guy
L O V E Y O U R S E L F
59
February 2016
guyyy
|
Post by ? guy on Feb 21, 2016 1:20:30 GMT -8
this code isn't working..
|
|
? guy
New Member
L O V E Y O U R S E L F
Posts: 59
inherit
228985
0
Dec 12, 2019 18:46:03 GMT -8
? guy
L O V E Y O U R S E L F
59
February 2016
guyyy
|
Post by ? guy on Feb 29, 2016 21:57:36 GMT -8
are we able to get this code working?
|
|
pjjw
New Member
Posts: 62
inherit
225242
0
Apr 7, 2023 11:35:53 GMT -8
pjjw
62
September 2015
pjjw
|
Post by pjjw on Mar 4, 2016 12:30:11 GMT -8
Hey!
How do i do this for a normal profile? Is there anyway to adapt the code to this?
|
|
? guy
New Member
L O V E Y O U R S E L F
Posts: 59
inherit
228985
0
Dec 12, 2019 18:46:03 GMT -8
? guy
L O V E Y O U R S E L F
59
February 2016
guyyy
|
Post by ? guy on Mar 15, 2016 23:10:27 GMT -8
im still waiting to see if this is fixed?
|
|
inherit
237773
0
Dec 6, 2016 13:26:49 GMT -8
.:TYSM:. // Snivel Military
6
October 2016
tysm
|
Post by .:TYSM:. // Snivel Military on Dec 1, 2016 14:37:25 GMT -8
Where do I add the code?
|
|
inherit
237773
0
Dec 6, 2016 13:26:49 GMT -8
.:TYSM:. // Snivel Military
6
October 2016
tysm
|
Post by .:TYSM:. // Snivel Military on Dec 1, 2016 14:48:31 GMT -8
I just installed the plugin (1/1/2016) which means I have the latest version. However, the Staff Member background is a bit bigger than expected. Code: <div class="$[miniprofile_class]" style="{foreach $[user.custom_field]}{if $[user.custom_field.name] == 'Cover Photo'} background-image: url('$[user.custom_field.value]');{/if}{/foreach}; background-position: center; background-size: cover;"> $[user]<br /> {if $[user.is_guest]}Guest<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 /> {/if} {if $[user.personal_text.message]} $[user.personal_text]<br /> {/if} {if $[user.is_member]} <div class="info"> Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if} {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} THIS IS THE 30TH LINE--> {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if}{if $[user.is_staff]} <div class="notify">Staff Member</div> {/if} {if $[user.badges_miniprofile]} <div class="$[user.badges_miniprofile_container_class]" style="display: inline-block;width: 152px;margin-left: -10px;height: auto;padding: 10px;"> {foreach $[user.badges_miniprofile]} $[user.badges_miniprofile.icon] {/foreach} </div> {/if} </div><br /> {/if} </div>
Any solution? What about adding a "Change the width" option on the configuration? Just to make it meet my standards? How did you add it into the mini-profile. I cant figure out how.
|
|