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

Enabling Boardlinks & Site Banner #203

Open
ghost opened this issue Mar 5, 2016 · 5 comments
Open

Enabling Boardlinks & Site Banner #203

ghost opened this issue Mar 5, 2016 · 5 comments

Comments

@ghost
Copy link

ghost commented Mar 5, 2016

Where do I go to enable boardlinks? also, how do I add a banner to the homepage?

@twiforce
Copy link

twiforce commented Mar 5, 2016

@ghost
Copy link
Author

ghost commented Mar 7, 2016

Show me a screenshot of what this code looks like to enable it. It's not really that descriptive on where to put this code.

@twiforce
Copy link

twiforce commented Mar 8, 2016

Paste this into inc/instance-config.php

$config['boards'] = array(
    array('a', 'b'),
    array('c', 'd', 'e', 'f', 'g'),
    array('h', 'i', 'j'),
    array('k', array('l', 'm')),
    array('status' => 'http://status.example.org/')
);

and rebuild boards then. You'll see boardlinks on header and footer.

@ghost
Copy link
Author

ghost commented Mar 8, 2016

Thank you

@scallywag
Copy link

late to the party, but what about banners? I'm trying to have rotating banners.

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

No branches or pull requests

2 participants