Article Image URLs
-
darrelluk
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 5
-
Thank you received: 0
-
-
6 years 3 months ago #6822
by darrelluk
Hi,
I have tried the Full image URL and Force full image URL in content settings but I am unable to get the full image URLs for images in articles.
This is what I get...
<img src="images/tb_instructions/PartnerMenu.PNG"
This is what is expected...
<img src="
www.websitename.com/images/tb_instructions/PartnerMenu.PNG"
Any ideas what I could be doing wrong?
Thx
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
6 years 3 months ago #6838
by admin
Hi,
the pattern for the search&replace regular expression is:
$pattern = '|(<img .*src=["\'])([^"\']*)(["\'] .*/>)|imsU';
So I would like to check if your HTML code matches with this pattern. Can you send me a link to an article? You can post here or send me a PM at info(at)selfget.com.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.143 seconds