Here's a video tutorial that will show you how to log in to the Joomla administration area of your web site. It also features a brief look at navigating the admin area too.
Working On Your Site
- Details
If you want to stop the "writen by . . . ." credit on your whole site, simply go the article manager in Joomla and in the top right corner of Joomla you will see a "parameters" button.
Click on that and you will end up in the area where you can change the global settings for many things on your site - including the "written by" credit.
- Details
Anytime you put your e-mail address on a web site, you make it available for anyone to visually read it with the naked eye. Of course, that's why you would put it on a web page in the first place!
The real danger of having one's e-mail address on a web site is the software that spammers use for making their lists of addresses to send spam to. Basically, their software visits web pages and scans and records any e-mail addresses it finds.
However, if you are using an updated version of Joomla 1.5 you can put your e-mail address in an article and not worry about your address being "farmed" in the manner described above. This is due to a trick that Joomla does to hide e-mail addresses in the code that spammer-scanners look at.
For instance when I type my e-mail address "[email protected]", Joomla "encodes" my address to look something like the following highlighted code:
var prefix = 'ma' + 'il' + 'to';
var path = 'hr' + 'ef' + '=';
var addy92644 = 'tim' + '@';
addy92644 = addy92644 + 'cybersalt' + '.' + 'org';
document.write( '<a ' + path + '\'' + prefix + ':' + addy92644 + '\'>' );
document.write( addy92644 );
document.write( '<\/a>' );
//-->\n </script> <script language='JavaScript' type='text/javascript'>
<!--
document.write( '<span style=\'display: none;\'>' );
//-->
</script>This e-mail address is being protected from spambots.
You need JavaScript enabled to view it
<script language='JavaScript' type='text/javascript'>
<!--
document.write( '</' );
document.write( 'span>' );
The above cuts the spammer's scan short and let's real people see your address. A real person might send you stuff you don't want, but a spammer can't be bothered to read every web page visually.
There is one caveat to mention in all of this. If you put your e-mail address in some other parts of Joomla (let's say a module or some component like the FAQ component I am useing to anwer this question) your address can appear on a scan. So it's still good to use Joomla's contact form for letting new people get in touch with you. They won't see what your address is until you reply to them from your e-mail program.
- Details
There are a number of situations where one wants to see where the module postions are on their Joomla! site. Here's a quick tip on how to do that.
In your browser's address bar, enter the URL of your site and then add "index.php'tp=2" (no quotations marks). What you have typed should look somethign like this:
www.yourdomain.com/index.php'tp=2
- Details
Here's a video tutorial that will show you how to log in to the Joomla administration area of your web site. It also features a brief look at navigating the admin area too.