|
All content with label frontpage.
Related Labels:
content, components, administration, modules, mambo45, menus, rss, starting, mambo46, code, pages, templates, pathway, customising
Who's Online
(Administration)
Who's Online module, displays the number of anonymous (that is, Guest) users, and Registered users, (that is, those that are logged in), that are currently accessing the web site. The following options are available: Title The module name. Show Title Options are YES/NO. Whether to show a header to the module ...
Other labels:
administration, modules, mambo45
|
Managing Your Content
Other labels:
content, pages
|
Home
(Managing Your Content)
Managing Content with Mambo Mambo is a content management system (CMS). One of the key features of Mambo is that any authorised user of a Mambo web site can manage all content of that site directly through a webbased interface. Content includes dynamic ...
Other labels:
content, administration
|
The Front Page Component
(Overview of Mambo for a beginner)
article heading includes the word "component" (see the Glossaryfor a definition of a component). Why, you might ask? Because what is generally considered as your site's homepage is just another component, comfrontpage, as you can easily verify by clicking your ...
Other labels:
components, mambo46, mambo45
|
Latest News Module
(Administration)
Many people get confused by the name of the "Latest News" module. The Latest News module will by default show the latest items from all of your sections / categories. It is not restricted to items from the News section / category. This makes it a very powerful tool ...
Other labels:
administration, modules
|
Hiding Pathway on Frontpage
(Administration)
you want to hide the pathway on the frontpage, you simply have to wrap it in a piece of PHP code. Here is an example of the code: <?php if ($option == "comfrontpage") else ?> This returns nothing if the variable option = comfrontpage, and gives the code between the PHP tags ...
|
Frontpage Settings
(Administration)
request "How do I change the settings on the front page" is heard very often in the mambo support communities. I hope this article clears this up. Accessing the Mambo Frontpage Settings If you want to change any setting on the frontpage, that is done ...
|
Hiding Pathway on Frontpage
(Templating)
you want to hide the pathway breadcrumb on the frontpage of your Mambo web site you simply have to wrap it in a snippet of PHP code. Here is an example of the code: <?php if ($option == "comfrontpage") else ?> The Mambo frontpage is always called by comfrontpage ...
Other labels:
code, templates, customising
|
Setting the Home Page for your Mambo Web Site
(Managing Your Content)
When a visitor types in the URL of your site, www.example.com (or when they navigate from another site), the Home Page is usually the first page they visit. The Home Page itself is the first published page located in the mainmenu section of the Menu Manager. The Home ...
Other labels:
content, menus
|
Hiding Pathway on Frontpage
(Managing Your Content)
Hide the Pathway on the Frontpage If you want to hide the pathway on the frontpage, you simply have to wrap it in a piece of PHP code. Here is an example of the code: <?php if ($option == "comfrontpage") else ?> This returns nothing if the variable option = comfrontpage, and gives the code ...
Other labels:
content, pathway
|
|
|