Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Umar205523 Posted June 6, 2017 Posted June 6, 2017 Hello, I really like the Signin and Register buttons that show up in this forum guest sign up widget. Can anyone share the html code with me so that I can have similar buttons on my guest message as well? Thanks in advance.
Joel R Posted June 7, 2017 Posted June 7, 2017 Good news, IPS is offering the "Guest Signup Widget" as a default block in IPS 4.2. It's located in the Block Manager > System category. As long as you upgrade to IPS 4.2, you should be able to get the Guest Signup Widget which allows you to change the title and write a custom guest message.
Ohio Guns Posted June 7, 2017 Posted June 7, 2017 Yes we are wondering if we can have the code that they use here for their block. As as it stands it's just a blank block for me anyway
CP_User Posted June 7, 2017 Posted June 7, 2017 It's part of 4.2, upgrade to beta or once released and you'll have it. If you really must have it now. Use the PHP&TXT widget in the market place, set permissions and use this; <div class="ipsAreaBackground_light ipsPad"> <h2 class="ipsType_sectionHead ipsSpacer_bottom ipsSpacer_half">Welcome!</h2> <p class="ipsType_normal ipsType_reset ipsSpacer_bottom ipsSpacer_half"> Welcome to our community forums, full of great ideas on running your own community effectively, or for peer-to-peer support of our products and services. Please register if you'd like to take part. </p> <ul class="ipsList_inline"> <li> <a href="https://YOUR-SITE/register/" class="ipsButton ipsButton_primary ipsButton_verySmall ipsPos_right">Register</a> </li> <li>or</li> <li> <a href="https://YOUR-SITE.com/login/" class="ipsButton ipsButton_primary ipsButton_verySmall ipsPos_right">Sign In</a> </li> </ul> </div>
Umar205523 Posted June 7, 2017 Author Posted June 7, 2017 Thanks. Is there a way to do the same in HTML? I am not familiar with PHP&TXT widget.
CP_User Posted June 7, 2017 Posted June 7, 2017 If you download and install that plugin, go to your forum index, select the plugin, drag and drop it wherever you like and just copy the text above in the box.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.