Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Sign in, Register and so on in the Thickbox over the main forum?

edited February 2007 in Vanilla 1.0 Help
Hi, is there a extension to move the Sign in, Register and so on in a Thickbox over the main forum?

Comments

  • edited February 2007
    If you look at my forum and click on the sign-in link under the Welcome Guest panel section, I think this is what you want. It's not using Thickbox, but rather ibox.
  • Yes, I love that! :D How can I make it like this?
  • I can tell you how to modify the GuestWelcome extension, but the better way would be for someone to tell me where the regular sign in/sign out link is generated in the upper righthand corner. To get what I have, you need to install the ibox extension. Then install the GuestWelcome extension. Then edit the default.php to add in the rel='ibox' to the a tag. I added the information right before the href as follows: $Context->Dictionary["GuestWelcomeBody"] = "<p>Want to take part in these discussions? If you have an account, <a rel='ibox&height=400' href=\"".GetUrl($Configuration, "people.php")."\">sign in now</a>.</p> <p>If you don't have an account, <a rel='ibox&height=480&width=700' href=\"".GetUrl($Configuration, "people.php", "", "", "", "", "PostBackAction=ApplyForm")."\">apply for one now</a>.</p>";
  • edited February 2007
    THANK YOU! Works great, just the signup at the right top is a thing to look at, as you have said :) Again, thank you!
  • edited February 2007
    It's the menu.php file that controls the sign in. So, make a copy of that file and put it in your customvanilla folder. Then edit it and add: rel="ibox&height=400" after the a tag where it refers to the signedinasx and notsignedin. You can check out my forum to see it working.
  • So I just create a folder called "customvanilla"? Where? I am sure I miss something, right... :-)
  • edited February 2007
    edit: posted in wrong discussion on accident, weird.
This discussion has been closed.