Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Links and other some blocks getting hidden when I change theme. #296

Closed
Molestia128 opened this issue Jun 11, 2013 · 3 comments
Closed

Comments

@Molestia128
Copy link

image

I'm changing theme and some blocks getting hidden. I looked up to theme files and I see "no block in this theme" written inside (expect Default). How can I get back hidden blocks in theme? 😕 (expect Default)

image

Sorry about my bad English 😕

@shish
Copy link
Owner

shish commented Jun 11, 2013

Where you see "no block in this theme", the custom theme is replacing the default function with an empty function - removing the empty function will make the default work again. ie, delete this whole block of code to make the user links visible again:

    public function display_user_links($page, $user, $parts) {
        // no block in this theme
    }

@shish shish closed this as completed Jun 11, 2013
@Molestia128
Copy link
Author

Ok I tried but not worked. Now Navigation block get hidden too in user page. 😕

@shish shish reopened this Jun 19, 2013
@shish
Copy link
Owner

shish commented Jun 19, 2013

I don't get what you mean - screenshot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants