Hi!
When I use the searchfunction, it only works with the exact phrase, for example, if i search for "hors", it doesn't found "horse".
Can I modify some code or is there another module for that?
I have also installed the module Custom search 7.x-1.x. Same there :(
I'm curently designing my site locally with D7 and I'm noticing that any "Page not Found" is not displaying any of the menus I created, including the standard Primary, etc.
It seems that someone going to a wrong page would need navigation to try somethng else.
Hi,
I'm using crawltrack to monitor web traffic. According to the crawltrack docs the script should be included in the root index.php file: http://www.crawltrack.net/doccms.php
Is this the proper drupal way? And if it is, what would be the best way to use any return value from the included script in the template files?
Or can I include the script directly in html.tpl.php or page.tpl.php?
I have created a menu through Structure>Menus>Add new. The menu is a multilevel menu (two levels maximum). Now I wanted to change the display of that menu (classes and divs). How can I do that?
I am a new member...I want to change one block or node... in my page (ex: search bock, i want to add some image and css for it).
I try to copy "block.tpl.php" in system/bock/block.tpl.php and customize.. and save in my theme with name(block.tpl.php). It's Ok.