OptionType: Style Select

by diaboli, Apr 11th 2012

OptionType: Style Select

diaboli

1.0.2, Apr 11th 2012

Community Framework 1.1.x

LGPL

5,331

More about this plug-in

OptionType style select for the Community Framework.
This plugin provides a styleselect as an optiontype for disposal.
One possible use for example is the option to hide a plugin in styles for mobile devices.

Application example:


// get styleid and skip if defined
if (in_array(StyleManager::getStyle()->styleID, explode(',', SKIP_STYLEID_WELCOMEHEADER))) {
return;
}


<option name="skip_styleid_welcomeheader">
<categoryname>board.index.welcomeheader</categoryname>
<optiontype>styleselect</optiontype>
</option>


Important:

This package alone has no function for end users.

Screenshots (1)






Versions (1)

Version 1.0.2

Apr 11th 2012, 18.43 kB, 5,331 Downloads

  • Packagedescription changed

What has changed?

Here you can read what has changed in the different versions of the software and download an older version if necessary.