Is there a way to make mini profiles be on the right side of a post? + Is it possible to edit mini profile layout?

Korok's Avatar
Korok · in Support
7 replies 260 views

A cosmetic question for anyone. c:

I was wondering if there's a way to make the mini profiles be on the right side of a post, instead of the left? Like this:

Second related question is, is it possible to change the over all layout/design of the mini profile if I wanted to? If so, where would do that in the ACP? Example (not my design, just an example I have on hand from a site I'm on; I'd still want stats unlike this example):

0

There are custom templates in the Theme Editor that makes this possible. 😊

👍 1
0

On Apr 12, 2026, Cedric said:

There are custom templates in the Theme Editor that makes this possible. 😊

There's even a list of variables there! That's so convenient.

I can't actually interact with it in the theme editor, though. I can click into the space and the cursor will blink at the front of the code, but that's it. Arrow keys don't work either. Meanwhile, I can interact with the "theme layout" one, so I'm guessing this isn't working as intended. Should I toss it in bug reports?

0

Seems to be working on my end though. What is it doing that doesn't work?

0

On Apr 12, 2026, Cedric said:

Seems to be working on my end though. What is it doing that doesn't work?

It strangely works now. /squints/ This morning, I couldn't interact with any of the boxes in any way except the theme layout. But it seems to be working, so all good

0

On Apr 12, 2026, Korok said:

It strangely works now. /squints/ This morning, I couldn't interact with any of the boxes in any way except the theme layout. But it seems to be working, so all good

Good to hear! 😁

0

On Apr 12, 2026, Cedric said:

Good to hear! 😁

Sorry, I'm back. :')

I'm not sure what I'm doing wrong. I was following the example and tried this:

<div class="reply">
  <div class="reply__sidebar">
    <img src="{{ user.avatar_url }}" alt="{{ user.username }}" />
    {{ user.username }}
  </div>

  <div class="reply__main">
    {{ reply.content }}
  </div>
</div>

But the {{ user.avatar_url }} variable turns into this after I save

<div class="reply">
  <div class="reply__sidebar">
    <img src="%25%25TMPL_VAR_0%25%25" alt="{{ user.username }}" />
    {{ user.username }}
  </div>

  <div class="reply__main">
    {{ reply.content }}
  </div>
</div>

0

I see that's a URL-attribute encoding bug in the templates. I'll get that fixed asap, and come back to this.

❤️ 1
Theme: FS 2.0
Create Your Community with ForumSpark

ForumSpark is a modern community platform built on custom software. It combines the familiar feel of classic forums with a fast, simple experience designed for today’s communities.