Hi, I've googled my question allot for answers to my questions, I've only found some unreplyed topics for my questions, hopefully this won't go unanswered this time :)
Some noobness gem today, I'm alsmost done skinning my site and setting up things but I just can't manage to put my login form on my login page and nowhere else.
It seems simple though, I affect my user login block to the content of my pages. I exclude this block from all pages except the one named "login", so for this I just type "login" in the text area right? My login page's path is "login".
And when I refresh, my login block appears on everypage?! What am I doing wrong here?
Am creating a website for business directories. I would like every business registered to have its own profile page. The profile page should have tabs that talk more about the business. Eg. About Us, Contacts, Products and Locations tabs. Please advice me on how to go about creating such registration form that will capture all that and display information in tabs on the profile page of the business in drupal 7.What modules do I use? Thank you.
I have a problem to apply a theme to the search module. In order to explain you quickly, i use the search module and also the "Custom Search module (not the Custom Search Box module) in order to customise the search.
I wanted to modify the custom_search-result.tpl.php template, which allows to customise the search result template. After some tests (modifying directly the code of the search module, just for testing !), it seems that the search_theme() function is not applied. So, the function custom_search_theme() is not applied too.