Drupal 7 and Copyright text


Author Message
Peter

Posted: 3/13/2011
Quote message 

Hi

I have made a theme for Drupal 7 using Artisteer 3. I want to place some text in the "Copyright" region - but when I do it - it just say "Array" instead of my text??
 
Drew Mathers

Posted: 8/19/2011
Quote message 

It's a bug. For now use the Footer region instead. You can have multiple blocks in a region.
 
Aimee

Posted: 8/24/2011
Quote message 

Hi Peter,

Hope this help. I did several templates already in Drupal 7. I had the same questions before, until I found the place where I can actually put in the footer message as I want.

1. click on "Footer" on top (the last choice on the right hand site)
2. click on the "Text..." (the one above Footnote and Image)
3. There, you enter the url and the title to go with that url

For example...

You should see these below:
<p><a href=" ">Link 1</a> | <a href=" ">Link 2</a> | <a href=" ">Link 3</a></p>

<p>Copyright © %YEAR%. All Rights Reserved.</p>

After you put the URL and Title, you should see something like this (change to your links and title)

<p><a href="http://mywebsite.com" target="_new">Home</a> | <a href="http://mywebsite2" target="_new">Office</a> | <a href="http://mywebsite3" target="_new">Store</a></p>

<p>Copyright © %YEAR%. All Rights Reserved.</p>

Note, I added the Target="_new" as to open the link to a new window. You don't have to use it.

Hope these help.