Re: [support] "Front Page" module - IE vs Firefox / Safari /
<HTML> <HEAD> <TITLE>Lane Memorial Library, Hampton, NH</TITLE> </head> Usually you must add a doctype definition for IE to not go into quirks mode of some kind, also, all html-tags in modern variants should be lowercase as far as I know, - at least for xhtml. If all that you want is just a custom front html page, there should be no need to make it so complicated, (in drupal 7) you can create a custom front page by choosing a custom node as the frontpage. On there you can disable all blocks and make everything else that you do not want invisible by just adding a line of css to your template: body.front div.region-page-top, body.front div.EVERYTHING_THAT_YOU_DO_NOT_WANT_TO_SEE {display: none;} Also if you have standard columns on the left and right, you might just change their color by creating a subtheme of your theme (look at this site: http://drupal.org/node/225125) and just changing the color for the front page columns: body.front div.YOUR-RIGHT_AND_LEFT_COLUMNS {background-color:#b3e0b8; border:2px solid #dce7d5;} You can also use a tool like webdeveloper toolbar for firefox or something alike to check for problems with your code. Since you seem to not so sure in dealing with CSS and HTML this might be a quick-n-dirty way to make the frontpage look clean (also have a look at: http://tips.webdesign10.com/drupal/how-make-a-custom-front-page-drupal-316.h...) Be sure to not make it look like this: http://www.pombredens.com/ or this: http://www.bellads.info/
OMG! and the music. eeeeek. On Sun, May 27, 2012 at 12:38 PM, Daniel Germer <daniel@triple5.org> wrote:
<HTML> <HEAD> <TITLE>Lane Memorial Library, Hampton, NH</TITLE> </head>
Usually you must add a doctype definition for IE to not go into quirks mode of some kind, also, all html-tags in modern variants should be lowercase as far as I know, - at least for xhtml.
If all that you want is just a custom front html page, there should be no need to make it so complicated, (in drupal 7) you can create a custom front page by choosing a custom node as the frontpage. On there you can disable all blocks and make everything else that you do not want invisible by just adding a line of css to your template:
body.front div.region-page-top, body.front div.EVERYTHING_THAT_YOU_DO_NOT_WANT_TO_SEE {display: none;}
Also if you have standard columns on the left and right, you might just change their color by creating a subtheme of your theme (look at this site: http://drupal.org/node/225125) and just changing the color for the front page columns:
body.front div.YOUR-RIGHT_AND_LEFT_COLUMNS {background-color:#b3e0b8; border:2px solid #dce7d5;}
You can also use a tool like webdeveloper toolbar for firefox or something alike to check for problems with your code.
Since you seem to not so sure in dealing with CSS and HTML this might be a quick-n-dirty way to make the frontpage look clean (also have a look at: http://tips.webdesign10.com/drupal/how-make-a-custom-front-page-drupal-316.h...) Be sure to not make it look like this: http://www.pombredens.com/ or this: http://www.bellads.info/
-- [ Drupal support list | http://lists.drupal.org/ ]
-- *Anthony Stefan Maciejowski*
I'm upgrading a site from drupal 6 to drupal 7. Core went well, but i'm looking at all of the contributed modules and thinking there's got to be a better way that visiting each modules page and updating one module at a time. I've got coder and update manager, but i'm just getting a message that all projects are up to date. It's ignoring all of the incompatible D6 modules, and coder just tells me all the fixes i need to install to the raw code. Is there any help? Thanks. -Don-
I have very little experience but have u tried Drush? tony mac is building web sites. -----Original Message----- From: Don Pickerel <donald@fane.com> Sender: support-bounces@drupal.org Date: Sun, 27 May 2012 19:01:39 To: <support@drupal.org> Reply-To: support@drupal.org Subject: [support] Upgrading site from D6 to D7 I'm upgrading a site from drupal 6 to drupal 7. Core went well, but i'm looking at all of the contributed modules and thinking there's got to be a better way that visiting each modules page and updating one module at a time. I've got coder and update manager, but i'm just getting a message that all projects are up to date. It's ignoring all of the incompatible D6 modules, and coder just tells me all the fixes i need to install to the raw code. Is there any help? Thanks. -Don- -- [ Drupal support list | http://lists.drupal.org/ ]
Try Again And Check All Your Updates If The Problem Is Unique Then Look Where You Are Wrong .good luck On 5/28/12, Tony MAC <tony@tony-mac.com> wrote:
I have very little experience but have u tried Drush?
tony mac is building web sites.
-----Original Message----- From: Don Pickerel <donald@fane.com> Sender: support-bounces@drupal.org Date: Sun, 27 May 2012 19:01:39 To: <support@drupal.org> Reply-To: support@drupal.org Subject: [support] Upgrading site from D6 to D7
I'm upgrading a site from drupal 6 to drupal 7. Core went well, but i'm looking at all of the contributed modules and thinking there's got to be a better way that visiting each modules page and updating one module at a time.
I've got coder and update manager, but i'm just getting a message that all projects are up to date. It's ignoring all of the incompatible D6 modules, and coder just tells me all the fixes i need to install to the raw code. Is there any help?
Thanks. -Don-
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
If You Have Code And All That You Want Then Did You Make Mistake In Using Code. On 5/28/12, ALLAHBAKASH ALLAHBAKASH <allahbakash2@gmail.com> wrote:
Try Again And Check All Your Updates If The Problem Is Unique Then Look Where You Are Wrong .good luck
On 5/28/12, Tony MAC <tony@tony-mac.com> wrote:
I have very little experience but have u tried Drush?
tony mac is building web sites.
-----Original Message----- From: Don Pickerel <donald@fane.com> Sender: support-bounces@drupal.org Date: Sun, 27 May 2012 19:01:39 To: <support@drupal.org> Reply-To: support@drupal.org Subject: [support] Upgrading site from D6 to D7
I'm upgrading a site from drupal 6 to drupal 7. Core went well, but i'm looking at all of the contributed modules and thinking there's got to be a better way that visiting each modules page and updating one module at a time.
I've got coder and update manager, but i'm just getting a message that all projects are up to date. It's ignoring all of the incompatible D6 modules, and coder just tells me all the fixes i need to install to the raw code. Is there any help?
Thanks. -Don-
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
You Can Even Cotact drupol Support And Get Code(Raw) There Are Many Methods. On 5/28/12, ALLAHBAKASH ALLAHBAKASH <allahbakash2@gmail.com> wrote:
If You Have Code And All That You Want Then Did You Make Mistake In Using Code.
On 5/28/12, ALLAHBAKASH ALLAHBAKASH <allahbakash2@gmail.com> wrote:
Try Again And Check All Your Updates If The Problem Is Unique Then Look Where You Are Wrong .good luck
On 5/28/12, Tony MAC <tony@tony-mac.com> wrote:
I have very little experience but have u tried Drush?
tony mac is building web sites.
-----Original Message----- From: Don Pickerel <donald@fane.com> Sender: support-bounces@drupal.org Date: Sun, 27 May 2012 19:01:39 To: <support@drupal.org> Reply-To: support@drupal.org Subject: [support] Upgrading site from D6 to D7
I'm upgrading a site from drupal 6 to drupal 7. Core went well, but i'm looking at all of the contributed modules and thinking there's got to be a better way that visiting each modules page and updating one module at a time.
I've got coder and update manager, but i'm just getting a message that all projects are up to date. It's ignoring all of the incompatible D6 modules, and coder just tells me all the fixes i need to install to the raw code. Is there any help?
Thanks. -Don-
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
drush pm-update seems to ignore the drupal 6 modules. I'm going to reload the database and try again. Thanks. -Don- On 5/27/2012 7:05 PM, Tony MAC wrote:
I have very little experience but have u tried Drush?
tony mac is building web sites.
-----Original Message----- From: Don Pickerel<donald@fane.com> Sender: support-bounces@drupal.org Date: Sun, 27 May 2012 19:01:39 To:<support@drupal.org> Reply-To: support@drupal.org Subject: [support] Upgrading site from D6 to D7
I'm upgrading a site from drupal 6 to drupal 7. Core went well, but i'm looking at all of the contributed modules and thinking there's got to be a better way that visiting each modules page and updating one module at a time.
I've got coder and update manager, but i'm just getting a message that all projects are up to date. It's ignoring all of the incompatible D6 modules, and coder just tells me all the fixes i need to install to the raw code. Is there any help?
Thanks. -Don-
FWIW, I've used drush for this situation, and it works pretty well. You need to set up your aliases, and then run drush site-upgrade It won't do everything, of course. But it will find a lot of upgrade paths for you, and download the contrib modules and prepare them for you. Now, if drush would only upgrade my theme for me, including fixing all the custom hacked css that no long works… John On Sunday May 27 4:05 PM, at 4:05 PM, Tony MAC wrote:
I have very little experience but have u tried Drush?
tony mac is building web sites.
-----Original Message----- From: Don Pickerel <donald@fane.com> Sender: support-bounces@drupal.org Date: Sun, 27 May 2012 19:01:39 To: <support@drupal.org> Reply-To: support@drupal.org Subject: [support] Upgrading site from D6 to D7
I'm upgrading a site from drupal 6 to drupal 7. Core went well, but i'm looking at all of the contributed modules and thinking there's got to be a better way that visiting each modules page and updating one module at a time.
I've got coder and update manager, but i'm just getting a message that all projects are up to date. It's ignoring all of the incompatible D6 modules, and coder just tells me all the fixes i need to install to the raw code. Is there any help?
Thanks. -Don-
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
This contains some good suggestion, maybe could help http://drupal.org/node/895314 Il 28/05/2012 01:01, Don Pickerel ha scritto:
I'm upgrading a site from drupal 6 to drupal 7. Core went well, but i'm looking at all of the contributed modules and thinking there's got to be a better way that visiting each modules page and updating one module at a time.
I've got coder and update manager, but i'm just getting a message that all projects are up to date. It's ignoring all of the incompatible D6 modules, and coder just tells me all the fixes i need to install to the raw code. Is there any help?
Thanks. -Don-
thanks for this list On 28/05/2012 08:50 AM, luca capra wrote:
This contains some good suggestion, maybe could help http://drupal.org/node/895314
Il 28/05/2012 01:01, Don Pickerel ha scritto:
I'm upgrading a site from drupal 6 to drupal 7. Core went well, but i'm looking at all of the contributed modules and thinking there's got to be a better way that visiting each modules page and updating one module at a time.
I've got coder and update manager, but i'm just getting a message that all projects are up to date. It's ignoring all of the incompatible D6 modules, and coder just tells me all the fixes i need to install to the raw code. Is there any help?
Thanks. -Don-
participants (8)
-
ALLAHBAKASH ALLAHBAKASH -
Anthony -
Daniel Germer -
Don Pickerel -
John Baldwin -
luca capra -
Tony MAC -
Wuxi Ixuw