Earl
Well-known member
I have a whole new template for the contact us page (misc/contact). I want the template modification to be applied only to guests.
I tried messing up with <xf:if is="!$xf.visitor.user_id"> template syntax but when new xenforo updates comes, the pattern got broken few times.
I just wanna know how to apply a template modification manually.
So I can simply do a find and replacement using regex /.((.|\n))/ and replace a whole new template then apply the modification only for users.
I tried messing up with <xf:if is="!$xf.visitor.user_id"> template syntax but when new xenforo updates comes, the pattern got broken few times.
I just wanna know how to apply a template modification manually.
So I can simply do a find and replacement using regex /.((.|\n))/ and replace a whole new template then apply the modification only for users.