Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

apply for membership

edited February 2011 in Vanilla 2.0 - 2.8
i would like to have a "embed-able" "apply for membership page". the idea is to embed a "clean" page where there is no header or footer just the form and when ones applies to return a message

Comments

  • What you could do is find the body ID of the apply for membership page and use that to add display: none; to the header and footer blocks in your Vanilla theme. What theme are you using?

    Add Pages to Vanilla with the Basic Pages app

  • thnx for your prompt reply. i am using the default theme. but i want to have two alternatives one for the forum and one for the other site
  • edited February 2011
    So what you're trying to do is use an iframe on your main website to embed the apply for membership page? Is the forum embedded too? Since you're using the default theme what you can do is open up:
    "/yourforumroot/applications/dashboard/design/style.css"

    Go to the bottom and add this:
    body#dashboard_entry_register div#Head, body#dashboard_entry_register div#Foot { display: none; }

    Let me know if it does what you want.

    Add Pages to Vanilla with the Basic Pages app

  • u r the best
    actually how can i change the message after the registration process so that to include a link to the "no forum" site?
  • edited February 2011
    No problem. :) I'm not sure about that but you may be able to change it in a locale variable or you might be able to use the CSS content property to add your link in. I would have to see the source code of the after the registration process page to see if it would work. You can also use a plugin that uses a hook on the registration page to display your text but that might be too extreme for one link.

    Add Pages to Vanilla with the Basic Pages app

Sign In or Register to comment.