I'd like to completely remove the default ning signin/up box which ive done.

I'd like to replace that with a text box containing an image with an "image map" that will contain links to both the signup and sign in pages.

My question : Is there any way I can have this module visible to guests, then once they have signed in have it hidden?

Views: 140

Reply to This

Replies to This Discussion

Yeah why not. You can customize your sign up/sign in page without removing it. BTW, do you mean something like I've done in my network here ?

Similar to that, but i was going to remove the box completely rather then edit it. My idea was to use the photo (see below) in a basic text box using an image map for the links, then once members are signed in, that text module is no longer visible.

I do however like what you've done as well which would be my second choice if this isn't an option.

yes; I would like to customize this how your page is done! Would you be able to help? thanks, Mandy

I would highly recommend George Compton on any and all design changes. Hope this helps you.

Hi Matt!

Of course it can be simply done. Here is how.
Your module is named "signinBox" (it's an example) like that :

<div id="signinBox">put your signin signup box here</div>

You must put this code in your custom code box :

<script type="text/javascript">
function boxVisibility(){
  try{
    if ((typeof(ning) == "object") && ning){
      if (ning.CurrentProfile){ // Member of network : hide box
        if (document.getElementById) { document.getElementById('signinBox').style.visibility = 'hidden';}
      }
      else { { // Anonymous visitor : show box
        if (document.getElementById) { document.getElementById('signinBox').style.visibility = 'visible';}
      }
    }
  }
  catch (e){ // Error : show box
    if (document.getElementById) { document.getElementById('signinBox').style.visibility = 'visible';}
  }
} ;

boxVisibility();

</script>

And that's all folks!

RSS

Latest Activity

Michael Goebel replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
"I also don't think Ning will take much notice... I have been asking them for YEARS to fix the…"
1 hour ago
Strumelia replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
"It becomes a very serious problem if, along with taking away members' music player, also the…"
1 hour ago

NC for Hire
JFarrow replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"you guys are starting to impress me all over again!  thanks for the updates!"
2 hours ago
Melinda Orr replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
"Wishing for some response from Ning here... thanks Patrick for sharing these details :) "
3 hours ago
Melinda Orr replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
"I'm thinking bringing back the  RSS feed box would be a good thing as well. What's…"
3 hours ago
Melinda Orr replied to Michael Goebel's discussion 'Where have the text boxes on the profile pages gone ?!?!'
"Thanks Kos! "
3 hours ago
Kos replied to soaringeagle's discussion 'killer penguins'
"Here's the updated Keyword Tool link http://bit.ly/16hsT0x"
3 hours ago
Jordon McGee (Jords) replied to Rafael's discussion 'Multiple Chat rooms for Ning 3.0'
"Thanks Allison!"
4 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service