@julian I think it happens at bitbangers too. Nothing is hidden other than shoutbox but that is built in.
SOLVED Newly created posts, have wrong url
-
Hi guys,
What could be a problem. When you create new posts, newly added posts have wrong url on them?
Url looks like:
http://forum-url/topic-url/%7Brelative_path%7D/user/nicolas
-
Does it happen on persona?
Make sure you have
{config.relative_path}
before your urls -
Yes, my theme is based on Persona.
Do you mean I have to add additional property
relative_path
to configurationconfig.json
?If my forum under dedicated domain, it should be just -
./
? or/
or.
-
No, he means that you will have to find cases where
{relative_path}
is used, change it to{config.relative_path}
.Are you a fork of Persona? Perhaps you can just merge the upstream changes.
-
Ah, I see, It's another property that was moved under
config
.
No, not just forkI thought, NodeBB changes will not rely so heavily on theme.
I have plans to build second version of the theme, that will be based on Personav3
For now, my target is to fix most critical bugs (when something doesn't work at all)Thanks