Blank user page if I click on "edit", "avatar" or "messages" link

Permalink
Hi all,

after a long long while I got it to see my user profile in me theme (earthling_two).
For that I changed config/config_site_theme_path.php

with:
$v->setThemeByPath('/profile', "earthling_two");

As you can see in the screenhsot I hvae also the links to "edit", "avatar", "messages" and "friends" in it, but if I click on these links the urlwww.www.mysite.de/profile/edit/... opens and I just see a blank page (so it is with the other links), do you know how to correct that?

1 Attachment

KaiTrallafitti
 
KaiTrallafitti replied on at Permalink Reply
KaiTrallafitti
So, I got it,
in \c5\config\site_theme_paths.php
I put e.g. $v->setThemeByPath('/profile/edit', "earthling_two");

with that it works :-)