[OzzModz] Forum Prefix Filter Block

[OzzModz] Forum Prefix Filter Block 2.0.1

No permission to download
@Ozzy47, I've tested your add-on and confirmed, that there are no any error and works perfectly. You may add XenForo 2.3 to your compatible for support.
 
Does anyone know if there's an easy way to make the block show below the subforum block instead of above it, and please explain how to do it.

Thanks
 
Does anyone know if there's an easy way to make the block show below the subforum block instead of above it, and please explain how to do it.

Thanks
I don't use subforums now, so I cannot check if it still works, but I disabled the existing template modification and made a new one.

Template: forum_view
Modification Key: blah
Description: blah blah

Search type: Simple replacement

Find:
<xf:extension id="above_thread_list"></xf:extension>

Replace:
<xf:include template="ozzmodzForumPrefix_block"/>
$0

That worked for me.

Alternatively, place <xf:include template="ozzmodzForumPrefix_block"/> in the forum_view template and use conditions but that way you would probably need to wrap the existing template modification in conditions too.
 
I don't use subforums now, so I cannot check if it still works, but I disabled the existing template modification and made a new one.

Template: forum_view
Modification Key: blah
Description: blah blah

Search type: Simple replacement

Find:
<xf:extension id="above_thread_list"></xf:extension>

Replace:
<xf:include template="ozzmodzForumPrefix_block"/>
$0

That worked for me.

Alternatively, place <xf:include template="ozzmodzForumPrefix_block"/> in the forum_view template and use conditions but that way you would probably need to wrap the existing template modification in conditions too.
Thanks, yes that's exactly what I just did was about to post
 
Back
Top Bottom