abdfahim
Well-known member
I am trying the following in a template modification in member_view template
Find:
	
	
	
		
Replace:
	
	
	
		
But the above only replaces the first occurrence, whereas I want to replace all.
First occurrence (replaced):

2nd occurrence (not replaced):

3rd occurrence (not replaced):

				
			Find:
		Code:
	
	/<h3 class="textHeading">{xen:phrase (.+?)}<\/h3>
                        <div class="primaryContent">/Replace:
		Code:
	
	<h3 class="subHeading">{xen:phrase $1}</h3>
                        <div class="primaryContent abdfahim-member-view-information">But the above only replaces the first occurrence, whereas I want to replace all.
First occurrence (replaced):

2nd occurrence (not replaced):

3rd occurrence (not replaced):

 
 
		 
 
		 
 
		 
 
		 
 
		