Jump to content

Guest Sign Up Widget Message


Umar205523

Recommended Posts

Posted

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.

Posted

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.  

Posted

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>

 

Posted

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.

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...