RSS Feed/News template replacement/matching with tabs

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
33,098
Points
823

Reputation:

I struggled with a working mod on a test site that failed on my production site due to a tab.

the match phrase was wrapped in an additional <xf:if> due to a a template edit which caused the 2nd line to be an additional tab wider.
Code:

Code:
        match
    me
was
Code:

Code:
        match
 me

so the expression didn't hit.

Is there a better way around this? i'd like to make this more portable.

When matching for string replacements, do you limit it to one line?

the current 1 liner in...

Read more

Continue reading...
 
Status
Not open for further replies.
Top