Activity
Desktop View
Sign In
Ning Developer Docs
Dave
Male
Harrisburg, PA
United States
Comment Wall:
TJ @ jQueryHelp
There's two ways to remove the Invite tab, in this thread:
http://developer.ning.com/forum/topic/show?id=1185512%3ATopic%3A109612
Try the CSS way that the original poster used, it seemed to work better.
Feb 12, 2009
TJ @ jQueryHelp
Paste this into your Appearance | Advanced textbox:
/* Removes the Welcome Box */
#xg_body .xg_colgroup div.create-success {
display:none;
}
Feb 22, 2009
TJ @ jQueryHelp
You probably need to pay Ning for a Premium account to remove that line at the bottom of the sign in page... ask at Ning Help for more info.
Jul 22, 2009
Cancel
TJ @ jQueryHelp
http://developer.ning.com/forum/topic/show?id=1185512%3ATopic%3A109612
Try the CSS way that the original poster used, it seemed to work better.
Feb 12, 2009
TJ @ jQueryHelp
/* Removes the Welcome Box */
#xg_body .xg_colgroup div.create-success {
display:none;
}
Feb 22, 2009
TJ @ jQueryHelp
Jul 22, 2009