• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Where does the description and the keywords on my site?

If you want to know where the keywords and descriptions are stored. Then you should look in the config.php file.
The lines
Code:
define('APP_NAME', 'Demo Chevereto'); // Your image hosting name
define('TAG_LINE', 'Image Hosting'); // Your tagline (for doctitles and logo)
Should help. If not then post here again.
 
another site which has the chevereto (clafy), the source code is the code:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

<meta name="generator" content="Chevereto NB1.6 rev2" /><!-- Dejar para estadisticas por favor! -->

<title>Welcome to Clafy Image Hosting - Now better looking and still serve you for free!</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />
<meta name="description" content="Upload your images, photos and pictures with just couple of mouse clicks. Protect your digital memories today! Clafy.com is a free online image hosting, photo and image sharing service that allows you to easily upload, link and share your images, pictures or photos with your friends or publish them on MySpace?, eBay?, Facebook, Hi5, blogs, forums, message boards, or to direct link images from your personal website or eBay auction. Our service is completely free.">
<meta name="keywords" content="image hosting services, online image gallery, photo gallery, online photo gallery, photo hosting, photo sharing, online photo sharing, share photos, share images, share photos online, share images online, image gallery, free image hosting, free image share, free image sharing, free photo hosting, digital photo processing, image hosting site, online photo album, digital photo album, online image editing, image editing tool, imageshare, image share, image hosting, online image hosting, images, clafy, photography, photos, myspace, facebook, hi5, ebay, orkut">
 
Ho you mean the description and keywords meta tag. hhmm you have to add them yourself in index.php. Just add them below line 30 and you should be good.
( line 30 is blow
Code:
<link href="<?=URL_SCRIPT;?>estilo.css" rel="stylesheet" type="text/css" />
in index.php)
 
Back
Top