Re: Help! I am new to Nabble and have questions
Posted by
GregChapman on
URL: https://support.nabble.com/Help-I-am-new-to-Nabble-and-have-questions-tp7115930p7116173.html
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.
2) I would like to remove the link at the bottom that says: "See how NAML generates this page" and it appears I have to modify the NAML that generates the page but I cannot find which NAML to modify.
You are advised not to remove that link as it prevents you from making changes to your application.
Have you tried searching for "See how NAML"? To do this, click on the "See how NAML generates this page" link, and on the next screen click on the tools (cog wheel) button and select "Search Macros" from the menu that appears. Make sure you select "Macro source contains" before clicking the "Search" button. You should be able to find it there.
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;
}
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.