Ah, I had forgotten there was no prefix support in Social Groups, sorry!Multiprefix is not supported or any prefix for that matter in Dragonbyte Social Groups.
It wouldn’t really work with the core Prefix system, so I left it out.
Ah, I had forgotten there was no prefix support in Social Groups, sorry!Multiprefix is not supported or any prefix for that matter in Dragonbyte Social Groups.
- Remove leftover select2 css
- Recommend Standard Library by Xon v1.21.9+ due to prefixes may disappear when using the "move thread" dialog.
- For XF2.3+, Fix "Move thread prefixes location" style property would fail to apply due to a bad template modification
&, did not test with other wellknown entities). prefix_id:Int that we send in the body and then we are getting the error:
This add-on hasn't been really tested against XF's API due to a lack of demand, I thought it would handle it better than that.
- DB Tech shop v7.0.0+ support
- Fix DB Tech eCommerce v4.1.0+ prefix filtering support
svMultiPrefix_thread_view produces uncompilable template code like<xf:if is="$specialH1">
<xf:h1><xf:if is="$svMultiPrefixSubtitle == ''">{$specialH1}</xf:h1>
<xf:else />
<xf:h1>{{ prefix('thread', $thread) }}</xf:if>{$thread.title}<xf:if is="$svMultiPrefixSubtitle === 'suffix'">{$specialH1}</xf:h1>
<xf:else />
<xf:h1>{{ prefix('thread', $thread) }}</xf:if></xf:h1>
</xf:if>
thread_view has h1 like<xf:if is="$specialH1">
<xf:h1>{$specialH1}</xf:h1>
<xf:else />
<xf:h1>{{ prefix('thread', $thread) }}{$thread.title}</xf:h1>
</xf:if>
<xf:h1>{{ $specialH1 ? $specialH1 : prefix('thread', $thread) }}</xf:if></xf:h1>
This doesn't compile (due to theCode:<xf:h1>{{ $specialH1 ? $specialH1 : prefix('thread', $thread) }}</xf:if></xf:h1>
</xf:if>).<xf:h1>{{ $specialH1 ? $specialH1 : prefix('thread', $thread) . $thread.title }}</xf:h1>
<xf:if is="$specialH1">
<xf:h1>{$specialH1}</xf:h1>
<xf:else />
<xf:h1><xf:if is="$svMultiPrefixSubtitle == ''">{{ prefix('thread', $thread) }}</xf:if>{$thread.title}<xf:if is="$svMultiPrefixSubtitle === 'suffix'">{{ prefix('thread', $thread) }}</xf:if></xf:h1>
</xf:else>
We use essential cookies to make this site work, and optional cookies to enhance your experience.