Free Online Storage
Search My Site
Calendar
June 2012 S M T W T F S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Categories
- Instruction (5)
- Just 4 Fun (3)
- Knowledge (58)
- Mobile Phone (1)
- Multimedia (16)
- My reflection (29)
- News (2)
- Wordpress (11)
Archives
- May 2012 (4)
- April 2012 (4)
- March 2012 (2)
- February 2012 (6)
- January 2012 (1)
- May 2011 (6)
- April 2011 (2)
- March 2011 (2)
- January 2011 (1)
- December 2010 (1)
- September 2010 (3)
- August 2010 (10)
- July 2010 (2)
- June 2010 (3)
- May 2010 (7)
- April 2010 (2)
- March 2010 (7)
- January 2010 (7)
- December 2009 (10)
- November 2009 (6)
- October 2009 (11)
- August 2009 (15)
- July 2009 (12)
My Traffic
-
Recent Comments
caterinhuang on Make your days count site on Embed flash to website ericwijaya on Make your days count nat2 on Make your days count ericwijaya on Menghapus My Security Shi… andi on Menghapus My Security Shi… Blogs
My Community
Tutorial
-
Top Posts
- Windows 7: Install the same update every shutdown
- VMWare USB cannot connect to Host USB
- Menghapus My Security Shield
- transfer pulsa 3
- Woocommerce: Change number of products displayed per page
- C:\WINDOWS\system32\x Win32/Conficker.A worm
- WARNING:Could not set the asynch I/O limit to 64 for SQL direct I/O. It is set to 0
- Add Superfish drop down menu for Drupal 6 Theme
- Why Oracle Scheduler Jobs not running?
- outlook 2007 internet explorer script error line 298
-
Recent Posts
-
Blog Stats
- 116,294 hits
My Twitter
- Temporibus autem quibusdam et aut divinity.stagingsites.net 3 days ago
- Temporibus autem quibusdam et aut divinity.stagingsites.net/temporibus-aut… 4 days ago
- VW is winning in Europe perfetto.com 4 days ago
- VW is winning in Europe via @divinity 4 days ago
- VW is winning in Europe via @twitterapi 4 days ago
Tags
action script 3 archive custom post type database prefix change delay demo page DEP error flash hamster jay chou jmx jvm login destination loop malware my security shield new era online shop performance permission plugin product category profile shutdown sound sqlnet taxonomy update windows windows 7 woocommerce wordpress wordpress breadcrumb


Sagar Ramgade
March 19, 2010 at 12:03 am
Hi Eric,
I have launched a site http://www.drupalearth to contribute towards drupal, I would like to request you to register on the site and write a blog about drupal.
My motive behind site existence is to make drupal resources easily available so that it grows more.
I hope your help towards it.
Regards
Sagar
Xavier Garcia
August 26, 2010 at 3:58 pm
Hello,
related with your page “Add Superfish drop down menu for Drupal 6 Theme” I am attempting to add superfish to primary links but there is a step that I have just not understood it. In step 4 when editing the file page.tpl.php you suggest “If you have your own css, you replace the red text with the id of your menu css”, I use the theme Nitobe but I don’t know which ID has my theme, as I can find it?
I attempt to use some module to show submenus and for what I have seen for the time being I have not had success either with dhtml menu or with nice menus. Because of I think that superfish could be a good tool.
Thank you very much Eric.
Congratulations for your work with drupal. Sincerely
Xavier Garcia
xagarsan@gmail.com
ericwijaya
August 26, 2010 at 4:23 pm
Hi Xavier,
You can see in the page.tpl.php and find where is your primary links being printed.
For example like this:
div id=”mainnav”>
?php if (isset($primary_links)) : ?>
?php print $primary_menu; ?>
?php endif; ?>
/div>
My primary links is being printed in the div id=”mainnav”>
So the ID for the primary links is “mainnav”. If you are using class instead of id, you can use .mainnav instead of #mainnav.
Hope this can help.
(I remove the open tag < because it cannot print with html tag ^^ )
Regards,
Eric Wijaya