Home arrow All Articles & News
All Articles & News
Joomla TITLE tag PDF Print E-mail
Wednesday, 21 June 2006

n order to change TITLE tag and/or remove the word HOME from titles you willll need to edit the Joomla.php file.

 

Joomla 1.0.8 and 1.0.12: 

 

Replace function setPageTitle to this one:

function setPageTitle( $title=null ) {
        if (@$GLOBALS['mosConfig_pagetitles']) {
            $title = trim( htmlspecialchars( $title ) );
            $title = stripslashes($title);

if ($title == 'Home')
{
 $this->_head['title'] = $GLOBALS['mosConfig_sitename'];
}
else
{
 $this->_head['title'] = $title;
}

        
        }
    }

This code can be adjusted to your needs. For example you may want to add or remove $GLOBALS[’mosConfig_sitename’] from the else clause.

Last Updated ( Saturday, 26 May 2007 )
 
Remove “Root” and “Mosets Tree” titles PDF Print E-mail
Wednesday, 21 June 2006

To change “Root” and “Mosets Tree” titles change the text in the language file:

/components/com_mtree/language/english.php

 
Joomla Reference PDF Print E-mail
Wednesday, 21 June 2006

Joomla Components

Mosets.com - Quality Joomla Components

Joomla Extensions Directory

Joomla CMS Portal Jumlaya

Joomle Add-Ons: http://siteground.com/joomla_addons.htm

Joomla Templates

Joomla Templates Showcase

http://www.joomlart.com/ - Joomla Templates Club

Premiere Mambo and Joomla Template Club
High-quality Joomla templates. The premier Joomla template club., Premiere Mambo and Joomla Template Club. Professional quality designs. New Joomla templates every month

Joomla Hut - Mambo / Joomla Templates Showcase

http://www.joomplates.com/ Joomla template shop

Joomla Forums

http://forum.joomla.org


http://www.mambohostingtalk.com/

 
Internet Forums for Web Developers PDF Print E-mail
Wednesday, 21 June 2006

Joomla Forums

http://forum.joomla.org

http://www.mambers.com

Rockettheme template club forum/

http://www.joomlaya.com/forums/

http://www.joomlashack.com/

Mosets Forums


Web Development and Hosting

http://www.webhostingtalk.com

http://www.sitepoint.com/

http://forums.site5.com/

http://forums.digitalpoint.com

http://www.daniweb.com/ 

 

Real Estate

http://www.reiclub.com/forums/

Last Updated ( Wednesday, 05 July 2006 )
 
DOS Printing to USB Windows Printers PDF Print E-mail
Wednesday, 21 June 2006
hese instructions were taken from Totzkeeeeee’s Blog. We’ve tried it, and it works, you can print from DOS to any printer on your network!

In order to print from DOS in an offline environment like the stores, you will need to do a couple of things.

1) Install the Microsoft Loopback Adapter

a) In Control Panel, double click on Add Hardware.

b) Click Next

c) When the scan finishes, select “Yes, I have already connected the hardware”

d) Click Next

e) Scroll to the bottom of the list and select “Add a new hardware device”
Click Next

f) Select “Install the hardware that I manually select from a list (Advanced)”

g) Click Next

h) Select “Network Adapters”

i) Click Next

j) Select “Microsoft” under the Manufacturer list.

k) Select “Microsoft Loopback Adapter” in the Network Adapter list.

l) Click Next

m) Click Next

n) Click Finish

2) Configure the Adapter

a) The loopback adapter is a virtual network adapter and can be configured the same as a regular network card.

b) Set the adapter to have a static IP address such as 192.168.1.1/ 255.255.255.0

3) Share the printer.

a) I recommend you use a share name that you will remember. I used “Printer” in the new machines that are already deployed.

4) Capture the printer port.

a) NET USE LPT1: \\[Computer Name]\Printer /PERSISTENT:YES

 
<< Start < Prev 1 2 3 4 5 6 Next > End >>

Results 37 - 45 of 46