Re: Help! I am new to Nabble and have questions
Posted by leezam3 on Dec 21, 2011; 6:47pm
URL: https://support.nabble.com/Help-I-am-new-to-Nabble-and-have-questions-tp7115930p7116199.html
Thank you for responding! I made the change to NAML link because I know my client will NOT want it there.
In terms of the other questions.,.
leezam3 wrote
1) I am attempting to embed Nabble into an Interspire Shopping cart. I have this working but I need to make it a single sign on. So basically if a user has signed on to the shopping cart they are not prompted to sign in again when making a post and visa versa. If they sign in to Nabble they are not required to sign in to the shopping cart. I saw in the forum that this might be possible with parent apps but I don't know what a parent app is or how to use one.A parent application is any Nabble application (forum, blog, board, newspaper, etc) that has a sub-application (or child-application). This is not the solution for you as you can't make your Nabble application a child of the shopping cart.
OK so how can I do this?
3) I have changed the appereance of the site and I am attempting to add css to make the background transparent. But it is not working. Here is the CSS I am using: body, .nabble, .nabble .no-bg-color {
background-color: transparent} It may be the lack of semi-colon. Your code may be overkill. This works for me:
.nabble {
background-color: transparent;
}
I tried adding the semi colon and tried your CSS and same result. I still have a blackbackground and not a transparent one.