Thank you for the work, @baris
Edit: Can confirm that this is fixed. The topic can be closed (if needed)
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 configuration config.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 fork I 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 Persona v3
For now, my target is to fix most critical bugs (when something doesn't work at all)
Thanks