Email Site URL Shortcode – UserPro Forums https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/feed/ Fri, 17 May 2024 09:49:03 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31648 <![CDATA[Email Site URL Shortcode]]> https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31648 Thu, 10 Apr 2014 06:59:43 +0000 Lab41 Hi

What is the shortcode for the siteurl?
e.g. [site]

src=”[siteurl]/wp-content/uploads/image.png”

]]>
https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31680 <![CDATA[Reply To: Email Site URL Shortcode]]> https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31680 Thu, 10 Apr 2014 11:10:15 +0000 admin there’s not a shortcode for site URL. I do not understand 🙂 you can use echo home_url();

]]>
https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31681 <![CDATA[Reply To: Email Site URL Shortcode]]> https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31681 Thu, 10 Apr 2014 11:10:35 +0000 admin You look for a tag you can use in Email template?

]]>
https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31682 <![CDATA[Reply To: Email Site URL Shortcode]]> https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31682 Thu, 10 Apr 2014 11:12:11 +0000 Lab41 Yes, correct. Many plugins I use that have email features have a shortcode for site. This way you can use it on images, links, etc.
e.g. [siteurl]

Wanting to use it in the emails.

]]>
https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31683 <![CDATA[Reply To: Email Site URL Shortcode]]> https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31683 Thu, 10 Apr 2014 11:13:40 +0000 admin I’ve now added a template tag that displays blog URL in email templates 🙂

It will be available in next update.

Usage will be: {USERPRO_BLOG_URL}

]]>
https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31684 <![CDATA[Reply To: Email Site URL Shortcode]]> https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31684 Thu, 10 Apr 2014 11:14:24 +0000 admin Ok I got it, I just coded a quick template tag for you, that will display blog URL in emails.

]]>
https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31685 <![CDATA[Reply To: Email Site URL Shortcode]]> https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31685 Thu, 10 Apr 2014 11:15:48 +0000 Lab41 Thank You! That is great news!

Is there a shortcode maybe for userpro admin?
I see there is admin email shortcode, but for admin from name?
Would be nice then I could have:
Kind Regards
[admin]

which would read:
Kind Regards
Alex

]]>
https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31688 <![CDATA[Reply To: Email Site URL Shortcode]]> https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31688 Thu, 10 Apr 2014 11:17:35 +0000 admin For example, do you want a quick tag to view the admin wp-admin ?

]]>
https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31696 <![CDATA[Reply To: Email Site URL Shortcode]]> https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31696 Thu, 10 Apr 2014 11:26:40 +0000 Lab41 I’m looking for a tag to show the name of a specific user.
So that I can end my emails:

Kind Regards
[user=myadmin]

And it will update myadmin with the name “Alex”

Hope it’s clear. If it’s easy to add, great, but if not, then I can just manually insert the name.

]]>
https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31698 <![CDATA[Reply To: Email Site URL Shortcode]]> https://forum.userproplugin.com/forums/topic/email-site-url-shortcode/#post-31698 Thu, 10 Apr 2014 11:28:21 +0000 admin {USERPRO_USERNAME} displays user username,

and {USERPRO_FIRST_NAME} displays first name of user

So you can greet him, and I will add now display name tag also for you! 🙂

]]>