Drupal performance problem, loading big file in every startup.

Hi, everyone.

As we know, every file is over thousands of lines in drupal, the system loads it every time when drupal startup ,
so drupal performed that will be slow for this reason, what do you think this problem, and how to optimize it?

Grid of Categories

So I am building an internal-facing site for my company that will contain, when finished, many, many articles.

They would like a page that looks like the following: http://ignitionunlimited.com/wp-uploads/quick/CatLayout.png

Where each box populates with featured articles from the category, and the "More" link goes to a list of articles in that category (the current format is just a list of all the articles, not divided category.)

How do I add a custom menu to my theme?

In my .info file I have
features[] = menu-footer-login

In my page.tpl.php I have

if ($menu_footer_login)
{
	print '<h5 id="h5-login">Log In</h5>';
	print render($menu_footer_login);
}

In the admin I've created a new menu with some links that are enabled and it has the following "URL path": menu-footer-login

I've cleared the cache and still do not see my menu showing up.

Why CCK with new taxonomy

Hi,

Just started using drupal 7 instead of drupal 6. Like it very much and haven't come across any problem except for this:

Why should I still use CCK? What can CCK do that taxonomy can't?

The site I am making is a rewrite of a site in drupal 6. In drupal 6 I had:

Number (with additional info) -> Type -> Project, where each arrow denotes: has node reference field to. Why wouldn't I do this in taxonomy with drupal 7 and what is a content type still usefull for?

Sincerely,

Vincent

Creating a complex (?) content type

Hello people of Drupal!

I'm a Drupal newbie so please forgive my newbie-ness. I've been playing with Drupal 7 for a couple of weeks and I feel like I'm not getting very far and I need some more direct help. I am being asked to build a site which (for me) has some fairly tricky content types. I am confused as to which solution to use because Drupal is so flexible! I would appreciate it if someone could help point me in the right direction...

Installation

whenever i open http://localhost/drupal
it gives the directory list!
I successfully ran the install.php

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x