Remove Members List [Deleted]

If you send me a PM I can take a look.

But my only theory would be....

1) Conflict with another template edit
2) Conflict with another add-on
3) Coping and pasting the spacing does not match (for whatever reason)

.... since you after all you claim you even tried to copy & paste your own code, from your own template (and not this guide)





What version of XenForo are you using?
Yeah, different styles, but the mod wasn't even picking up the default style. No biggie. Just thought I'd see what you had to say.
Try this....



Template: Navigation
Modification Key: blahblahblah
Description: More blah blah blah
REGULAR EXPRESSION (check this)

Find:
Code:
#(<!--\smembers\s-->)(.+)(<!--\sextra tabs:\send\s-->)#siu
Replace:
Code:
\1<xen:comment>\2</xen:comment>
     \3
 
Try this....

Template: Navigation
Modification Key: blahblahblah
Description: More blah blah blah
REGULAR EXPRESSION (check this)

Find:
Code:
#(<!--\smembers\s-->.+)(<!--\sextra tabs:\send\s-->)#siu
Replace:
Code:
<xen:comment>\1</xen:comment>
    \2
There is reason why I never used that in this.... I'm just trying to remember what it was....

BUT if it works for you with no ill affects.... Go for it. (y)
 
There is reason why I never used that in this.... I'm just trying to remember what it was....

BUT if it works for you with no ill affects.... Go for it. (y)

Well content can change in between things with an expression and still be caught...but because you are going from a unique <!--comment to a known end that captures that block even if that template changes it's more than likely that one would still need to comment out that entire block for this mod to work so it's probably safe in this condition.
 
Top Bottom