|
Content with label customising in Templating (See content from all spaces)
Related Labels:
templates, modules, css, design, tutorial, 45, code, frontpage, layout, editor, menus, copyright, footer, google
Finishing Off Your Template Customization
Tutorial part 4 of Customising Mambo Templates Finishing Off There are two more steps before we have a "packageable" template. We need to create the template thumbnail, and then complete the metadata in templateDetails.xml. The template thumbnail is easy enough. View the page ...
Other labels:
tutorial, templates, design
|
Customizing the Modules & Menus
Tutorial part 3 of Customising Mambo Templates Customizing the Modules Now we turn our attention to the module output. We'll start by spacing out the modules; you'll have noticed that as soon as one finishes, the next module starts almost ...
Other labels:
tutorial, templates, modules, menus, design
|
Customizing the Page Layout
Tutorial part 2 of Customising Mambo Templates We've seen the basics of what templateDetails.xml and index.php do. Now we're actually going to get started. In this section we'll go through some basic changes to the page layout: Replacing the Header ...
Other labels:
design, templates, tutorial, layout
|
Customising Mambo Templates
Packt Publishing has kindly given us permission to republish this tutorial on Customising Mambo Templates. The source of this content is Chapter 11: Customizing a Template of Learning Mambo: A StepbyStep Tutorial to Building Your Website http://www.packtpub.com/learningmambo/book by Douglas ...
Other labels:
templates, design, tutorial
|
Conditional Display of Modules
Modules can be displayed conditionally through the use of PHP in your Mambo templates. We will not go into this in any great detail here, but below you will find some examples of code that you can reuse to give yourself greater output display ...
Other labels:
modules, templates
|
Templating
Other labels:
templates
|
Adding Google Analytics Code to your Mambo Template
two common methods for adding Google Analytics code to your Mambo site. Some people choose to add the code to a custom module, however it is just as quick to add the code directly to the template. Adding the analytics code directly into the template also ...
Other labels:
templates, google
|
Changing the Footer Copyright Notice
default Mambo templates in versions less than Mambo 4.7 include a footer containing a notice similar to this: 'Copyright 2000 2006 Mambo Foundation Inc.'. In this article we look at how to change the copyright notice in the footer to replace it with a custom message ...
Other labels:
templates, copyright, footer
|
Change WYSIWYG Editor Background
you are using a dark background, or an image background for the body of your template you may find that your editor window is too dark. The same also applies to your print preview. In both cases, the background is being picked up ...
Other labels:
templates, css, editor
|
Hiding Pathway on Frontpage
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, frontpage, templates
|
|
|