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!

CommentFileSizeAuthor
#1 deco_front-path_297244-1.patch704 bytesadd1sun

Comments

add1sun’s picture

Status: Active » Needs review
StatusFileSize
new704 bytes

Patch attached. It is a one line change to page.tpl.php.

jason442’s picture

Cool, thanks. Now... how do I apply a patch? :)

add1sun’s picture

http://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.

c31ck’s picture

Version: 6.x-1.1 » 7.x-1.x-dev
Component: Miscellaneous » Code
Status: Needs review » Closed (fixed)

Thanks. Fixed in 6.x-1.x-dev and 7.x-1.x-dev.