[SOLVED] Mysterious date without class @ bottom of node

I am rather puzzled as to where this date is coming from. It is formatted the same way as the "author and date information" of class "submitted" but it sticks to the bottom of the content without any class, even if I turn off the author and date information.

I am using the date module and submitted by module.

Anyone has any idea what may be causing this? I cant remember it happening on my other Drupal installs. Yes, I would like to remove it.

Copying a site from shared host to multi-site development installation

I've got a site on a shared host that is stored under sites/default. I would like to make a copy of this site on my development workstation running in a multi-site installation, so my site will be under sites/sitename. I have done a database backup from the server and restore on my workstation, updated settings to point to the restored db and installed all modules, themes, files to sites/sitename

Messed up theme and am now locked out of site

I managed to lock myself out of my site. I have been editing template files and am afraid I am over my head. I did some research and since I removed the navigation to click the link to the user page I just typed it into the url

http://fource:8082/?q=user

This worked before but now the page no longer has the login form on it. I replaced the block.tpl file thinking that I had deleted some important code but no response. Any ideas as to what went wrong and how to recover from this.

Flash Externallinterfacecall to jQuery ????

Hi every body,

In my website i use a FLASH as3 object.
It calls JAVASCRIPT function with EXTERNAL INTERFACE.

With Drupal 7 I have to put my jQuery functions in : (function ($) { ... })(jQuery)
But like this FLASH can't see my functions. When i put my function out of the (function ($) { ... })(jQuery) flash can call it.

However when the called function is out of (function ($) { ... })(jQuery), flash can see it but the function can't call all the other function that i put in (function ($) { ... })(jQuery).

Do you know what to do?

Thanks.

customize node from view

I have created a content type and made a view and a block for it. I have the block in the content area of my page and styled it with

div.views-row {
border: 3px solid #999;
padding: 3px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 5px 5px 10px #999;
-moz-box-shadow: 5px 5px 10px #999;
-webkit-box-shadow: 5px 5px 10px #999;
width: 90%;
margin-left: 3%;
}

How to add page "Contact us"/"Terms of usage" with link in the footer and page's content in main content?

Hello,

This seem to be a very newbie question. This is what I want to do:

I 'd like to have a link of type "Terms of usage" in the footer, and when the user clicks on it, a page to be appeared in the main region. How that could be done? Is it possible? Because from what I 've already seen, the page appears in the same theme region with its parent menu.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x