Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
media Posted October 10, 2018 Posted October 10, 2018 Hi all, How can I add Sign Up link or widget to this screen? Thanks for your help
opentype Posted October 10, 2018 Posted October 10, 2018 In the theme’s “error” template find: {{if !member.member_id}} <br> <a href='{url="app=core&module=system&controller=login" seoTemplate="login"}' class='ipsButton ipsButton_normal ipsButton_medium' title='{lang="sign_in"}'> {lang="sign_in"} </a> {{endif}} Replace with: {{if !member.member_id}} <br> <a href='{url="app=core&module=system&controller=login" seoTemplate="login"}' class='ipsButton ipsButton_normal ipsButton_medium' title='{lang="sign_in"}'> {lang="sign_in"} </a> <a href='{url="app=core&module=system&controller=register" seoTemplate="register"}' class='ipsButton ipsButton_normal ipsButton_medium' title='{lang="sign_up"}'> {lang="sign_up"} </a> {{endif}}
Adriano Faria Posted October 10, 2018 Posted October 10, 2018 Made a quick plugin based in the @opentype's template to avoid the file edit. It also checks if you're using full or quick registration from.
media Posted October 11, 2018 Author Posted October 11, 2018 20 hours ago, opentype said: In the theme’s “error” template find: {{if !member.member_id}} <br> <a href='{url="app=core&module=system&controller=login" seoTemplate="login"}' class='ipsButton ipsButton_normal ipsButton_medium' title='{lang="sign_in"}'> {lang="sign_in"} </a> {{endif}} Replace with: {{if !member.member_id}} <br> <a href='{url="app=core&module=system&controller=login" seoTemplate="login"}' class='ipsButton ipsButton_normal ipsButton_medium' title='{lang="sign_in"}'> {lang="sign_in"} </a> <a href='{url="app=core&module=system&controller=register" seoTemplate="register"}' class='ipsButton ipsButton_normal ipsButton_medium' title='{lang="sign_up"}'> {lang="sign_up"} </a> {{endif}} @opentype as always thank you so much for your help.... 🙂 15 hours ago, Adriano Faria said: Made a quick plugin based in the @opentype's template to avoid the file edit: Sign Up On Error Message.xml It also checks if you're using full or quick registration from. Also submitted to the marketplace, so I'll remove the attachment as soon as it gets approved. Great job @Adriano Faria… Thank you...
media Posted February 24, 2019 Author Posted February 24, 2019 Hi @Adriano Faria, Is this going to be compatible with 4.4???? if not would you help us? Thank you so much
Adriano Faria Posted February 24, 2019 Posted February 24, 2019 5 hours ago, media said: Hi @Adriano Faria, Is this going to be compatible with 4.4???? if not would you help us? Thank you so much Test it and let me know if it doesn’t work. 👍
Recommended Posts
Archived
This topic is now archived and is closed to further replies.