Sponsor logo

Downloads: 806
Category: Plugin
Compatible with: GetSimple 3.1 - 3.3

Last Updated: January 8, 2018
Tags: plugin sponsor logo
Author: humulus
Support: Support Forum

(4.5) 6 Votes

Plugin Description:

If you have a website for a sports club, then maybe you would like to show who your sponsors are.

With this plugin you can:

  • show a page with all your sponsor logos.
  • show a few random sponsor logos on each page by changing your template.

How to use

To add a page with all your sponsors:

  • Create an empty page.
  • Go to the "Pages" tab and select "Sponsor logo Manager" in the sidebar.
  • Select "Settings" and set the new page as the "Sponsor page".

To add a random sponsor list, just write

<?php c_sponsorlist(); ?> 

in your php template file. The default is 2 logos. If you want to show 3 random sponsors, you just write

<?php c_sponsorlist(3); ?> 

To create a sponsor definition:

  • Upload a logo to your server (or get a URL to a logo on the website of your sponsor)
  • Click the "Add" button in the "Sponsor logo Manager"
  • Input the name of the sponsor
  • In "Contents" insert an image via the button and select the uploaded logo (or input the URL to the logo). NB: You will have to set the size of the logo's yourself, they are not automatically scaled.

Install Instructions:

Install

Unzip the file to your plugins directory, activate the plugin. You will see "Sponsor logo manager" side menu item on the "Pages" tab.

Uninstall

Deactivate the plugin, delete plugins/sponsorlogo.php file and plugins/sponsorlogo directory. Also delete data/other/sponsorlogo.xml file and data/other/sponsorlogo directory.

Archived Versions:

These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide