Your Source of Cyber Salt for the Cyber World

sign up for free cybersalt today button

  • Home
  • Blogs
    • Guest Authors
    • God's Penman
    • Moving With God
    • Shirley Choat
    • Suneel Barkat
    • Simply Susan
    • Susan Page
    • Totally Tim
    • Archives
  • Entertainment
    • Cartoons
    • Clean Jokes
    • Clean Puns
    • Fun Blog
    • Funny Pictures
    • One-liners
    • Games
    • Pearly Gates Jokes
    • Daily Cartoon
    • Random Jokes
    • Cybersalt Digest Archive
    • Your Turn to Be Funny
  • Inspiration
    • Body of Christ Connection
    • Illustrations
    • Quotes
    • Random Quotes
    • Truth and Reconciliation
    • Videos
    • Be A Billionaire Fund Raiser
  • News
    • Cybersalt News
    • News Feeds
    • Letters
    • Better Computing
  • Support
    • Web Hosting Packages
    • Domain Registration
    • Web Design
    • Portfolio
    • Login
    • FaceBook Modules
    • Contact Support
  • Archive

Working On Your Site

Help for you to work on your own site.

How do I log into the administration area of my Joomla site?

Details
Written by: Pastor Tim
Published: 08 July 2011

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.

Created: 08 July 2011
Last Updated: 13 July 2011

On my website on every post it says "written by [my name]". How can I stop it?

Details
Written by: Pastor Tim
Published: 08 July 2011

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.

parameters

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.

Created: 08 July 2011
Last Updated: 13 July 2011

If I put my email address on one of my webpages, does this make me a target for spammers?

Details
Written by: Pastor Tim
Published: 08 July 2011

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.
Created: 08 July 2011
Last Updated: 13 July 2011

How can I see what module positions are available on my Joomla Template?

Details
Written by: Pastor Tim
Published: 08 July 2011

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

Created: 08 July 2011
Last Updated: 13 July 2011

How do I log in to the backend administration area of Joomla?

Details
Written by: Pastor Tim
Published: 08 July 2011

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.

Created: 08 July 2011
Last Updated: 13 July 2011

Page 2 of 2

  • 1
  • 2