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

The Categories Theme for Tinyboard #210

Open
egancode opened this issue Jul 21, 2017 · 1 comment
Open

The Categories Theme for Tinyboard #210

egancode opened this issue Jul 21, 2017 · 1 comment

Comments

@egancode
Copy link

I want to enable the categories theme for Tinyboard, but I get this error. Please tell me what I need to do in order to get this to work..

This theme requires $config['boards'] and $config['categories'] to be set.

@egancode egancode changed the title This theme requires $config['boards'] and $config['categories'] to be set. The Categories Theme for Tinyboard Jul 21, 2017
@lirmwing
Copy link

lirmwing commented Aug 3, 2017

paste

$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

$config['categories'] = array(
	 	'Group Name' => array('a', 'b', 'c'),
	 	'Another Group' => array('d')
	 );

into instance-config and configure them to your liking

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