Scifabric / pybossa

PYBOSSA is the ultimate crowdsourcing framework (aka microtasking) to analyze or enrich data that can't be processed by machines alone.
http://pybossa.com
GNU Affero General Public License v3.0
745 stars 269 forks source link

Allow more customization in the site #524

Closed eduardolostal closed 10 years ago

eduardolostal commented 11 years ago

For those who deploy their own PyBossa server, it would be great to have the chance to customize some features. in such a way, changes are kept over the time. Otherwise, changes must be udpated manually after every upgrade.

For instance, changing sections to appear in the main page, hide "Create" button in the navbar, add some other sections to that nav bar and so on.

What do you think? Would it be very annoying?

teleyinex commented 11 years ago

:+1: That can be done easily ;-) Let's say that by default we have the current configuration, and if you add specific items like: HIDE_CREATE_BUTTON in the settings file will remove that link.

We have more or less the same for some other features (like CACHE, PRIVACY, etc.) as well as for custom footers and front page texts, so let's do it. Would you mind to create an issue per feature that you want to customize?

eduardolostal commented 11 years ago

In a quick glance I could not find where to customize the front page texts, where can I do it? For hiding the create button, I will create the issue now.

teleyinex commented 11 years ago

In this link and here you can find all the items that can be configured for PyBossa ;-)

eduardolostal commented 11 years ago

Thanks!

teleyinex commented 10 years ago

We've added recently support for PyBossa themes, so anyone can customize their own PyBossa instance as much as they want :-)