WPIntell

Source evidence

Dynamic fields and emails

Domain For Sale – Sell Domains with Landing Pages, Offers & Inquiries · support · 2023-07-24T22:32:00+00:00

mixedsentiment
mediumseverity
0.85relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 28 rows with source links

10.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
scalpmonkey resolved
Hi, any way this can be modified to serve multiple domains from same wordpress installation? Two thinks are important. Instead of “THIS DOMAIN” it should pull the url from the browser and also in the email sent to me (seller) there should be the url that the form was sent from. Thanks, S@ Hello; Thanks for your query. Sorry. There isn’t any way to serve multiple domains from the same WordPress installation. The other thing you mentioned we will update in next version. Thanks for your suggestion. Best Regards; – Thanks for the reply. I also noticed a small bug. There is no string for subject field for Email template but there is field it. As you stated in the tip below the Email Template: Available tags – {from}, {email}, {message}, {date}, {ip} Cheers! Thanks for your valuable suggestions. We just updated the plugin. Please download the updated version and check it to fix everything you mentioned. Please let us know if you need further assistance. Your suggestions really help to improve the plugin. Best Regards; ThemeAtelier. Hi, thanks for the update. Work flawlessly. In order to make it one directory to work for multiple domains may be the string {url} should get data from the actual browser. Try using this snippet: <?php if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on') $url = "https://"; else $url = "http://"; // Append the host(domain name, ip) to the URL. $url.= $_SERVER['HTTP_HOST']; // Append the requested resource location to the URL $url.= $_SERVER['REQUEST_URI']; echo $url; ?> Again, thanks for the addon! Cheers! Thank you so much. We will try it.

Comments

5 shown
ThemeAtelier 2023-07-25T01:59:00+00:00

Hello; Thanks for your query. Sorry. There isn’t any way to serve multiple domains from the same WordPress installation. The other thing you mentioned we will update in next version. Thanks for your suggestion. Best Regards; –

scalpmonkey 2023-07-25T08:32:00+00:00

Thanks for the reply. I also noticed a small bug. There is no string for subject field for Email template but there is field it. As you stated in the tip below the Email Template: Available tags – {from}, {email}, {message}, {date}, {ip} Cheers!

ThemeAtelier 2023-07-25T10:46:00+00:00

Thanks for your valuable suggestions. We just updated the plugin. Please download the updated version and check it to fix everything you mentioned. Please let us know if you need further assistance. Your suggestions really help to improve the plugin. Best Regards; ThemeAtelier.

scalpmonkey 2023-07-25T21:41:00+00:00

Hi, thanks for the update. Work flawlessly. In order to make it one directory to work for multiple domains may be the string {url} should get data from the actual browser. Try using this snippet: <?php if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on') $url = "https://"; else $url = "http://"; // Append the host(domain name, ip) to the URL. $url.= $_SERVER['HTTP_HOST']; // Append the requested resource location to the URL $url.= $_SERVER['REQUEST_URI']; echo $url; ?> Again, thanks for the addon! Cheers!

ThemeAtelier 2023-07-26T07:32:00+00:00

Thank you so much. We will try it.