#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 1, 2016 15:44:48 GMT -8
So I decided I was very fond of the simple Example 1 style. So I copied the CSS and javascript into a new profile theme slot, and titled it Example 2 (deleting the default Example 2 and 3 first). The Example 1 seems to be working fine on its own. Same with Example 2. However, when 2 members (one wearing Example 1 theme and the other wearing Example 2 theme) post in the same thread, the example one seems to override all themes. live-another-day.boards.net/Your CSS and Javascript for both Example 1 and Example 2 are the same. This line in the JS is telling the page to add the class .test-mp to the mini-profile. This means that any CSS on the page that targets .test-mp is going to target both Example 1 and Example 2, because both are using .test-mp as their class. You'll need to change all instances of test-mp in one of them to something else so the CSS of the one that shows later in the page doesn't override that of the earlier mini-profile.
|
|
Former Member
inherit
guest@proboards.com
216834
0
Nov 22, 2024 17:15:23 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 2, 2016 5:09:07 GMT -8
Thank you! I changed it to test-mp1 and it worked (:
|
|
inherit
231603
0
Sept 14, 2022 13:26:41 GMT -8
User
37
May 2016
ghosthybros
|
Post by User on May 2, 2016 4:01:37 GMT -8
You can give me the codes of your custom profile?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 5, 2016 8:35:57 GMT -8
You can give me the codes of your custom profile? It's a minor modification to one of the defaults that already comes with the plugin. I'm afraid I won't be distributing existing mini-profile code in this thread. Sorry.
|
|
inherit
88260
0
Aug 22, 2018 16:41:26 GMT -8
.·´¯`·->Kris<-·´¯`·.
214
September 2006
krislupin
|
Post by .·´¯`·->Kris<-·´¯`·. on May 8, 2016 12:29:56 GMT -8
Brian How can I fix the example 2 to have the character mini profile instead of the users? Also can I have that example for just regular members and not staff?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 9, 2016 8:42:45 GMT -8
Brian How can I fix the example 2 to have the character mini profile instead of the users? Also can I have that example for just regular members and not staff? Pardon? I don't understand. It utilizes the information of the account the post is attributed to. Also can I have that example for just regular members and not staff? That all comes down to how you set up your custom fields. Staff will always have access to anything regular members have access to.
|
|
inherit
88260
0
Aug 22, 2018 16:41:26 GMT -8
.·´¯`·->Kris<-·´¯`·.
214
September 2006
krislupin
|
Post by .·´¯`·->Kris<-·´¯`·. on May 9, 2016 9:15:18 GMT -8
Brian How can I fix the example 2 to have the character mini profile instead of the users? Also can I have that example for just regular members and not staff? Pardon? I don't understand. It utilizes the information of the account the post is attributed to. Also can I have that example for just regular members and not staff? That all comes down to how you set up your custom fields. Staff will always have access to anything regular members have access to. Ok well I found a different one, thanks anyway.
|
|
inherit
192748
0
Jul 1, 2021 0:00:30 GMT -8
tintti
28
April 2013
tintti
|
Post by tintti on May 15, 2016 7:12:54 GMT -8
BrianI installed this plugin and everything works perfectly. But I have few questions! If you are allready anserwed these, I am sorry. I tried to find answer but did not find. 1. I want that every user have Example 3 themed mini-profile. They can go in to their profiles and select that. But is there any way how I can force everyone (old members and future members) use example 3? 2. Guests and deleted members uses default mini profile. Is there any way force their mini-profiles be example 3 too?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 15, 2016 8:14:38 GMT -8
Brian I installed this plugin and everything works perfectly. But I have few questions! If you are allready anserwed these, I am sorry. I tried to find answer but did not find. 1. I want that every user have Example 3 themed mini-profile. They can go in to their profiles and select that. But is there any way how I can force everyone (old members and future members) use example 3? 2. Guests and deleted members uses default mini profile. Is there any way force their mini-profiles be example 3 too? 1. It's not possible to use one as the default. Sorry. If you need every user to use a certain mini-profile you can change the mini-profile layout template itself. 2. The plugin relies on the existence of a custom field in the mini-profile, so it can't target mini-profiles belonging to unregistered accounts.
|
|
inherit
208780
0
Sept 10, 2024 17:23:11 GMT -8
clemie
125
May 2014
clemie
|
Post by clemie on Jun 27, 2016 12:53:10 GMT -8
Hello, I downloaded your plugin because I just needed something that staff could add to members that only we can see, like a button to show us they have reached the character limit, but I'm afraid I don't quiet understand how to code despite reading all the help links and such, I'm not sure if you have time/want to help me but it would be greatly appreciated ^-^ Wonderful plugin nonetheless.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jun 27, 2016 14:01:52 GMT -8
Hello, I downloaded your plugin because I just needed something that staff could add to members that only we can see, like a button to show us they have reached the character limit, but I'm afraid I don't quiet understand how to code despite reading all the help links and such, I'm not sure if you have time/want to help me but it would be greatly appreciated ^-^ Wonderful plugin nonetheless. For this purpose I would recommend adding them to a hidden member group so that you're able to keep better track of them. When you visit the Groups tab of your profile and click on the name of one of the member groups on that list you can see all of the members of that particular group (something my plugin wouldn't be able to accomplish). You can still use the plugin alongside it to add a visual indication, but for long-term use I highly recommend using groups to keep track of them as the plugin is exclusively for adding things visually on top of what's already on the page after it's loaded.
|
|
inherit
219342
0
Sept 7, 2020 13:03:48 GMT -8
aciaKa
189
March 2015
aciaka
|
Post by aciaKa on Jul 2, 2016 2:51:17 GMT -8
It says error 1: "mp-info-folder" element not found in this theme's Mini-Profile layout template. Help!
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 3, 2016 8:31:22 GMT -8
It says error 1: "mp-info-folder" element not found in this theme's Mini-Profile layout template. Help! Did you follow the installation instructions that show at the top of your forum when first installing the plugin? It sounds like you missed the first step.
|
|
voice
New Member
Speaking of Games & Thrones, Singing of Ice & Fire
Posts: 83
inherit
232039
0
Jan 23, 2017 11:10:17 GMT -8
voice
Speaking of Games & Thrones, Singing of Ice & Fire
83
May 2016
voice
|
Post by voice on Jul 4, 2016 13:56:55 GMT -8
Looks like this plugin caused our *like* and *LOL* buttons to get a little goofy. Below the timestamp area on a post, we have numbers appearing that are like an innnacurate version of post-counts. Any ideas Brian as to how I can repair the issue and keep the plugin?
|
|
voice
New Member
Speaking of Games & Thrones, Singing of Ice & Fire
Posts: 83
inherit
232039
0
Jan 23, 2017 11:10:17 GMT -8
voice
Speaking of Games & Thrones, Singing of Ice & Fire
83
May 2016
voice
|
Post by voice on Jul 4, 2016 17:38:39 GMT -8
Looks like this plugin caused our *like* and *LOL* buttons to get a little goofy. Below the timestamp area on a post, we have numbers appearing that are like an innnacurate version of post-counts. Any ideas Brian as to how I can repair the issue and keep the plugin? Isolated the problem...we think. It appears that this plugin does not play well with the LOL-button plugin. Deleting the latter solved the number issue. Reinstalling it brings the issue back...
|
|