|
Wednesday, 11 May 2005 |
|
In includes/mambo.php function appendMetaTag( $name, $content ) { $name = trim( htmlspecialchars( $name ) ); $n = count( $this->_head['meta'] ); for ($i = 0; $i < $n; $i++) { if ($this->_head['meta'][$i][0] == $name) { $content = trim( htmlspecialchars( $content ) ); if ($content ) if (! $this->_head['meta'][$i][1]) $this->_head['meta'][$i][1] = $content ; else $this->_head['meta'][$i][1] = $content .', '. $this->_head['meta'][$i][1]; return; } } $this->addMetaTag( $name , $content ); }
|
|
Last Updated ( Wednesday, 11 May 2005 )
|
|
|
Saturday, 30 April 2005 |
Module positions are used to selectively insert modules. If you look in the template/index.php you will see something like: <?php mosLoadModules ( 'user1' ); ?>
The default module positions can be created, altered or deleted in Template Manager | Module Positions.
In Modules | Site Modules open a module and there is a dropdown list that displays all the positions you will see in Template Manager | Module Positions. The generic Left/Right Column are handy to use for the modules you want on the sides and the others are good for positions other than the sides. I prefer to rename the user* positions to something more specific, like the module name, as it is easier to keep track of what is what. Whatever the name, the position must also be created in the template for it to work. |
|
Last Updated ( Friday, 12 August 2005 )
|
|
|
Tuesday, 22 March 2005 |
|
Popular free online virus detection and removal tools. |
|
Last Updated ( Tuesday, 22 March 2005 )
|
|
Read more...
|
|
|
Wednesday, 19 January 2005 |
|
Disable caching in Site | Global Configuration. Steps: - clear your /cache directory - disable caching in configuration |
|
|
Thursday, 23 December 2004 |
|
If you find that the WYSWYG Editor is loading correctly, but not allowing you to enter content in the text boxes, this is a possible solution to your problem.
|
|
Read more...
|
|
|
Tuesday, 21 December 2004 |
|
A simple way to avoid the mod_rewrite ability in order to use SEF urls
|
|
Read more...
|
|
|
Sunday, 12 December 2004 |
|
The Microsoft Internet Information Server (IIS) Web Server allows you to password protect documents and applications across the web. When you enable password protection and a user tries to access the resource across the web, a window will pop-up on their screen requesting an ID and Password. If the user enters an ID and Password that has permission to access the resource, then they are granted access. If they cancel out of the window or enter an ID and Password that does not have permission for access, then IIS sends them an error message telling them that access is denied. To enable password protection on the resource using IIS 4.0, you need to do the following: |
|
Read more...
|
|
|
Sunday, 05 December 2004 |
|
My MySQL server sometimes refuses queries and returns the message 'Errorcode: 13'. What does this mean? |
|
Read more...
|
|
|
|
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
|
| Results 25 - 36 of 139 |