inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Jun 29, 2018 21:55:30 GMT -8
Is there any way to grab specific mini-profiles to display for everyone?
for instance if I wanted to put the mini-profile of user 1 on user 5's page?
the problem I'm running into with the $[user.miniprofile] tag is that I can only think to do if/else and it only shows it if it's that person's profile...like can I do this?
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,530
August 2015
socalso
|
Post by Scott on Jul 2, 2018 11:16:59 GMT -8
Tiffy-Bean, not quite understanding your question, can you elaborate a bit more please.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Jul 2, 2018 16:49:09 GMT -8
Sorry. I wrote that when I was really tired. Let me be more specific. This is what my mini profiles look like on board posts: I want to use the mini profiles in regular profiles. Is that possible? Like I want to be able to insert it in the user's profile manually: This is probably not possible but I really wish it was. I'm trying to find a work around for the four people limit on friends on their profiles. If I can add them manually in the profile template then it'd work as a work around for us. like if user 1...then display user.miniprofile 2 || user.miniprofile 3 || user.miniprofile 4 ...not sure if I'm explaining this.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 3, 2018 7:41:13 GMT -8
It's not possible to tell the page to obtain a specific user's mini-profile to display. The forum will only load information essential to the page. The most you can do is manipulate and filter what the forum has already chosen to load.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Jul 3, 2018 15:29:35 GMT -8
gotcha. thank you brian.
|
|