Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Site description

Hello !

How can i change site description, currently it is : Welcome to my Vanilla 2 Forum. I already changed keywords ...

Thankyou ^^

Answers


  • factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • Btw, sorry for doublepost, i ment meta description.

  • Site http://www.mmoaim.com have the same thing, check here :

    http://mysitecost.com/mmoaim.com

    Check the :

    Website description: Welcome to my Vanilla 2 Forum.

  • edited: I noticed what you mean.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • I posted the more detailed info ;)

  • Now that you edited

    I suppose you could just put a meta name in default.master.php or default.master.tpl of your theme.

    <meta name="description" content="this line here maybe would be want you want to add.">


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • .


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

    UnderDog
  • $Configuration['Garden']['Title'] = "MMOAIM - Let's Discuss online games";

  • I don't know where to find this string (description), maybe it's in theme or plugin XD

  • @troxik I edited above. see

    http://vanillaforums.org/discussion/comment/166973/#Comment_166973

    I think the site you are referring to if you don't have an explicit meta description it picks one for you.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

  • Um ... i am editing the main theme (the default one). Can i find this file at applications->vanilla or where can it be ?

  • best to create your own theme and modify default.master.php ot .tpl

    you could get the default theme info from

    var/www/vanilla/applications/dashboard/views/default.master.php

    and read the theme creation documentation written by 422 and the docs.

    good luck.


    factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

    Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

    UnderDog
  • <?php echo '<?xml version="1.0" encoding="utf-8"?>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <?php $this->RenderAsset('Head'); ?> " class="<?php echo $this->CssClass; ?>">

    <?php $this->RenderAsset('Content'); ?>
    <?php $this->RenderAsset('Panel'); ?>
    <?php $this->FireEvent('AfterBody'); ?>
    

  • <?php echo '<?xml version="1.0" encoding="utf-8"?>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <?php $this->RenderAsset('Head'); ?> " class="<?php echo $this->CssClass; ?>">

    <?php $this->RenderAsset('Content'); ?>
    <?php $this->RenderAsset('Panel'); ?>
    <?php $this->FireEvent('AfterBody'); ?>
    

  • <?php echo '<?xml version="1.0" encoding="utf-8"?>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <?php $this->RenderAsset('Head'); ?> " class="<?php echo $this->CssClass; ?>">

    <?php $this->RenderAsset('Content'); ?>
    <?php $this->RenderAsset('Panel'); ?>
    <?php $this->FireEvent('AfterBody'); ?>
    

Sign In or Register to comment.