I did enable the menu_block module and few other modules for my site. Now I'm trying to bring secondary links on left sidebar for each primary link. Let's say I have 4 primary links on very top of my site.
Primary link 1 2 3 4
So I'm trying to bring few secondary link on left sidebar of each primary link, coz secondry links are totally different for each primary link.
I tried as below: sitebuilding->Blocks->add menu block.
Block title: about the company
parent item: ( I got confused ) secondary links
starting level: 1st level(primary)
other settings left to default.
Then went to create content->story->Title(about our company) menu settings->parent item:about us ( coz I want it below about us primary link )
Publishing: just the published enabled after save.
I clicked home page but couldn't see my +about company link on left side bar under about us primary link, provided I changed secondary links to leftsidebar in blocks.
Help me!
Comments
Three things to try
Clear the cache by going to >admin>settings>performance and also run cron manually by going to admin>reports>status. Finally clear the cache on your browser.
I did run my cron manually
I did run my cron manually long time back.
In my admin->siteconfiguration->performance logging, I see the below error:
APC is not enabled. It is not safe to enable summary logging to the database on live sites.
It's disabled by default.
How do I fix this?
Try this first if you have not done so already
Run the cron manually as suggested and see of the APC error goes away.
1) Also what version of drupal are your running and is this a test site?
2) Are you running a test site? If what are u using? MAMP, XAMPP, etc? sometimes these test sites can cause trouble.
3) What are the settings on the on the admin->siteconfiguration->performance?
Yes, I'm running as test
Yes, I'm running as test site. Actually my company site was done by another person, but now I'm asked to do few modifications in it. So I thought better I create a test site similar to company site, that way I can learn to make changes(coz I'm new to drupal)
I'm using drupal6 version on WAMP server.
My settings on admin->siteconfiguration->performance
Caching mode:
*Disabled
Normal (recommended for production sites, no side effects)
Aggressive (experts only, possible side effects)
Page compression:
Disabled
*Enabled
Block cache:
*Disabled
Enabled (recommended)
Optimize CSS files:
*Disabled
Enabled
Optimize JavaScript files:
*Disabled
Enabled
Note: "*" denotes the checkbox.
Enable the Caching mode and Block Cache to normal settings
Glad u have a test site. What specific version of 6.x?
I use MAMP and have found that when I don't see things it's usually caused because of a caching problem, etc. that's why I made the above suggestions. Running the cron is also helpful.
First try enabling the Caching mode and Block Cache to normal settings. Then run cron and then clear your browser. Does the APC error go away?
Also on the blocks that you have set. Make sure that you allow anyone to see the blocks. Don't forget to save the blocks.
The version is
The version is drupal-6.14.
Caching mode:
Normal
Block Cache:
Enabled(recommend)
Save Configuration
sitebuilding->status report->run cron manually
Logged out and after few mins logged in. Did a check with sitebuilding->performance logging, unfortunately I still see the APC error thing.
Not sure that APC is causing your visibility problem
If u go to sitebuilding->status report, you will see a reference to APC under upload status. I think APC is really an option so if you don't want to install it you don't have to. One of my live sites does not have it.
Back to your visibility issues. I'm having a hard time figuring out what you are trying to do. Can u show me a screen shot of it or what you congigured in blocks? There might be am easier solution.
* About Company *
* About Company
* Corporate Cilents
* Hospitality
* Contact Us(my links at very top, primary links)
Now once they click on about company, it's gonna display the contents, on the left side bar of about company I need to put few more links like company overview etc etc
How do I do that? Provided the company overview displays only for about company link.
I already discussed about this earlier but still no luck.
http://drupal.org/node/586826