Danny88 Active member Nov 8, 2019 #1 Hello, As i am aware, default style xf template extra.less comes with blank content. But i'm curious how can one addon finds it containing Code: /$/ in the template modification? This addon works as it is.
Hello, As i am aware, default style xf template extra.less comes with blank content. But i'm curious how can one addon finds it containing Code: /$/ in the template modification? This addon works as it is.
Danny88 Active member Nov 9, 2019 #3 Jeremy P said: It's a regular expression. Click to expand... Is that meaning that should be include in blank template when doing regex? Upvote 0 Downvote
Jeremy P said: It's a regular expression. Click to expand... Is that meaning that should be include in blank template when doing regex?
Jeremy P XenForo developer Staff member Nov 9, 2019 #4 Yeah, the regular expression given will match a blank template, or anything really. Upvote 0 Downvote
Danny88 Active member Nov 9, 2019 #5 1) What happen if we don't put the code on blank page? Will the replacement work? 2) If i wish to add new replacement on the same template, should i just include Code: /$/ again or include the first replacement as ADD AFTER ? Upvote 0 Downvote
1) What happen if we don't put the code on blank page? Will the replacement work? 2) If i wish to add new replacement on the same template, should i just include Code: /$/ again or include the first replacement as ADD AFTER ?