Specific profiles on a page.
Hey, i am here again with strange questions. :-)
How can i add specific profiles ( my choice ) in a page.
I want if people click on Busimatch shops, 3 profiles i own comes in the page "Busimatch shops"
So i can ask crypto if a dex want to be listed on Pages "dex" With explanation what a dex is.
I hope this is possible.
-
-
·
LeonidS
- ·
Hello @Busimatch !
If those 3 profiles don't have the unique parameter, creating this block as RAW would be easier. Just copy them from the browse/featured list via developer inspector.
-
·
LeonidS
-
- · Busimatch
-
·
In reply to LeonidS
- ·
Hey @LeonidS Well, it's because i have categories on the left and i want that when people click on aCategory i can choose wich profiles are in these categories. This because i want to sell/rentout the Busimatch project and connect to eachother, but these categories will stay the same on each server.
Is there a way, where / how i can just add some profiles ( not featured, because there is only featured ) but add profile 1, 52, 64 to this page/block... I hope you understand :-)
-
- · Peter
-
·
In reply to Busimatch
- ·
Hi, if it is only about a few profiles in a custom block you could use macros https://github.com/unacms/una/wiki/Macros
-
- · Busimatch
-
·
In reply to LeonidS
- ·
Hey, on page https://busimatch.club/busimatch-shops i added 2 blocks.
one html & 1 RAW
I added the code:But i see this:
Whet to do? I asked Chatgpt for the correct code.
But it seems not to be safe/good.
-
- · Peter
-
·
In reply to Busimatch
- ·
Try this one -> ~bx_persons:get_search_result_unit[...]~
dont forget the brackets
-
- · Busimatch
-
·
In reply to Peter
- ·
Nope
-
-
·
LeonidS
-
·
In reply to Busimatch
- ·
You'd better use the mentioned get_search_result_unit macros (thnx, @Peter !) or the following one:
~bx_persons:profile_unit_safe[123]~
-
·
LeonidS
-
- · Busimatch
-
·
In reply to LeonidS
- ·
Not working :(
-
-
·
LeonidS
-
·
In reply to Busimatch
- ·
The get_search_result_unit macros should be used like this one:
~bx_persons:get_search_result_unit[1]~
Both variants work on my side, plz PM me with your studio access, I'll review it.
-
·
LeonidS
-