MyBB Community Forums

Full Version: Plugin to showcase themes *Help*
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So is there a plugin that showcases themes you've made? And that has a download place and everything?
I've installed it the free one, though it says it is incompatible with version 1.6.3.
Try to change its compatibility.
Where would that be?
Open ./inc/plugins/downloads.php file and find;
		'compatibility' => '14*',
and Change it into;
		'compatibility' => '16*',
1. Open the file /inc/plugins/downloads.php

2. Find in line 33:

'compatibility' => '14*',

3. Replace with:

'compatibility' => '16*',

This doesn't always work though, some plugins require further editing.
(2011-05-21, 02:37 PM)faviouz Wrote: [ -> ]This doesn't always work though, some plugins require further editing.

I believe this one is one of those. I did the alteration, uploaded and activated the plug-in. I now have the options for it in ACP under settings, and a tab for download manager, all works fine except I donćt see anything on my forums index page - no download section (I switched to default theme just to be sure it's the same and it is).

Any ideas?

You can access your download page from here: http://yourdomain.com/downloads.php
If you read the reviews page you can read that there are further problems with the free plugin:
http://mods.mybb.com/reviews/downloads-manager

Testing before using is recommended, why not use wordpress and a showcase theme?
Pages: 1 2