CCM.SITE

Permalink
why is this on my web site and not my site name

 
dwayneparton replied on at Permalink Reply
dwayneparton
Is your site name set in your config/site.php or theme?
mikefix replied on at Permalink Reply
Thank you for helping would
it look like this define('BASE_URL', 'http://www.fishingmikeystyle.ca'); in the config file
dwayneparton replied on at Permalink Reply
dwayneparton
It would look like this:
define('SITE', 'Site Name');

We had a similar discussion on this at this post:
http://www.concrete5.org/community/forums/usage/website-name-change...
That might help.
dwayneparton replied on at Permalink Best Answer Reply
dwayneparton
Just visited your site. This could be in the theme.
Can you check your theme->elements->header.php file and see if maybe the problem is there?
This is what it should look like where your site title is displayed. It looks like you are using a modified default theme so around line 30 is where it starts.
<h1 id="logo"><!--
         --><a href="<?php echo DIR_REL?>/"><?php 
            $block = Block::getByName('My_Site_Name');  
            if( $block && $block->bID ) $block->display();   
            else echo SITE;
         ?></a><!--
      --></h1>

To me this looks to have been modified or you may have set up the title to be a block.
dwayneparton replied on at Permalink Reply
dwayneparton
Do you have a global scrapbook with a block named My_Site_Name?
This is the other possibility. I never use a block for my site name so I am not too familiar with this but this may help you.
http://www.smartwebprojects.net/concrete5-blog/166/replace-site-nam...
mikefix replied on at Permalink Reply
You are a genius my friend. Next I want to set up a search ,but yogrut has no defult search pages for me to use.I probily lost them too when I loaded c5 this time

Thank you so much

Mike