inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Aug 1, 2019 2:59:25 GMT -8
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 1, 2019 3:06:41 GMT -8
mysticrystal Unfortunately I can't see that profile. So what part on the profile are you expecting for it to show up? Edit: I am guessing the big name, as that is the only part that is not a link. This plugin basically finds any link and adds the style to it. So in your case, you need to convert the big name to a link like so... Find this in your profile summary template: <span class="big_username" style="color: $[user.color];">$[user.name]</span><br> And change it to this: <span class="big_username" style="color: $[user.color];"><a class="user-link" href="/user/%24[user.id]">$[user.name]</a></span><br> Edit 2: If you are using ColorSmear, then this will override the changes on the profile as it replaces everything inside of the span. So use this instead. <a class="user-link big_username" href="/user/%24[user.id]"><span class="big_username" style="color: $[user.color];">$[user.name]</span></a><br>
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Aug 1, 2019 13:22:56 GMT -8
Peter So I put it the last code in and it changes the letters to be uppercase which is how its supposed to be, but it hasn't added the background around the letters. This is how it should look But this is how it currently looks on the profile.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 2, 2019 1:31:45 GMT -8
mysticrystalMaybe change the order of the 2 plugins, because I am testing on a vanilla forum and both are working correctly with the change made in my previous post. It's difficult because your profiles are closed to guests, so I can't see if there are other issues that could be causing it.
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Aug 2, 2019 13:38:48 GMT -8
PeterI'm sorry that I can't get it to work. Here is what I'm doing in case I'm doing it wrong. I'm taking the highlighted code here And I'm changing it like this
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Aug 5, 2019 14:04:16 GMT -8
small bump?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 6, 2019 2:52:25 GMT -8
Not sure how else I can help you. I can't view profiles so can't give a good reason as to why it wouldn't work.
On a vanilla forum, I got the SmearColor and my plugin to work with each other on the profile with no issues after I made the small template change.
Have you tried altering the order of those 2 plugins?
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Aug 6, 2019 17:02:44 GMT -8
Peter Yes I have, and it still doesn't work. If you are willing, you could make a test admin account to see if you could find a problem?
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Aug 6, 2019 17:18:08 GMT -8
Nevermind. I was able to get it to work with this code:
<font size=5>{if !$[user.is_member]} Guest {else}{if $[user.is_banned]} <s>$[user]</s> {else}{if $[user.is_deleted]} <i>$[user]</i> {else} $[user] {/if} </font>
|
|
inherit
259017
0
Sept 25, 2021 1:54:15 GMT -8
CrazyBoy
Web developer.
968
July 2019
crazyboy
|
Post by CrazyBoy on Aug 18, 2019 14:03:27 GMT -8
I want to add on that plugin "member ranks" not "member groups" If that's possible with that plugin or with other please tell me If that's impossible please build a plugin has that's ability Thank's CrazyBoy.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 19, 2019 1:09:55 GMT -8
CrazyBoyNot possible as there is no "rank" searching for plugins. I would recommend you suggest it as a feature in the support forum for the next ProBoards version that is being worked on.
|
|
inherit
235621
0
Jan 19, 2022 12:26:44 GMT -8
jonboycubs
twitter feed
224
August 2016
jonboycubs
|
Post by jonboycubs on Jun 28, 2020 23:40:04 GMT -8
I just installed the plugin on my site and thank you theshow420.proboards.com/When it comes to CSS I am an idiot it would seem. So I was wondering if you knew of a guide to help one learn or something that will help me go beyond the normal bold and colors I can do now. Thank you
|
|
inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Feb 22, 2021 8:01:19 GMT -8
Hi,
I have used this plug-in with members, but now that I tried it with a group, it doesn't seem to work with groups.
Is there a solution to that?
Thanks.
|
|