I am using the Front Page module and have a custom home page for anonymous users. Authenticated users get redirected to /?q=node
Clicking the logo brings me to front_page (the page for anonymous users) even after I am logged in. It’s not a cookie or session problem, because I can type in /q=node in the address bar manually and it allows me to view that page (node is only accessible to authenticated users and therefore I am still logged in)
I know I have everything setup correctly because everything works as expected when I am using the Garland theme.
Let me know if you need more info
Thanks~
Jason
BTW: I've tried many themes, and Deco is truly my favorite. It’s very professional looking and simple yet elegant. Good job. I hope I can resolve this issue, because I don’t want to use any other theme!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | deco_front-path_297244-1.patch | 704 bytes | add1sun |
Comments
Comment #1
add1sun commentedPatch attached. It is a one line change to page.tpl.php.
Comment #2
jason442 commentedCool, thanks. Now... how do I apply a patch? :)
Comment #3
add1sun commentedhttp://drupal.org/patch/apply or you can just look at what I changed and change it in your file. :-) It is literally a one word change, from $base_path to $front_page.
Comment #4
c31ck commentedThanks. Fixed in 6.x-1.x-dev and 7.x-1.x-dev.