Last active
December 18, 2015 00:29
-
-
Save CaMer0n/5697185 to your computer and use it in GitHub Desktop.
forum/plugin.xml - recent changes. BEFORE is correct. See: userClasses and extendedFields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
Array | |
( | |
[@attributes] => Array | |
( | |
[name] => Forum | |
[lan] => | |
[version] => 2.0 | |
[date] => 2012-08-01 | |
[compatibility] => 2.0 | |
[installRequired] => true | |
) | |
[author] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => e107 Inc. | |
[url] => http://e107.org | |
) | |
[@value] => | |
) | |
[description] => Array | |
( | |
[@attributes] => Array | |
( | |
[lan] => | |
) | |
[@value] => This plugin is a fully featured Forum system | |
) | |
[category] => content | |
[adminLinks] => Array | |
( | |
[link] => Array | |
( | |
[0] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => forum_admin.php | |
[description] => Configure Forum | |
[icon] => images/forums_32.png | |
[iconSmall] => images/forums_16.png | |
[primary] => true | |
) | |
[@value] => Configure Forum | |
) | |
[1] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => forum_admin.php | |
[description] => Forum Front Page | |
[icon] => manage | |
) | |
[@value] => Front Page | |
) | |
[2] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => forum_admin.php?cat | |
[description] => Create Forum Parents | |
[icon] => add | |
) | |
[@value] => Create Parents | |
) | |
[3] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => forum_admin.php?create | |
[description] => Create Forums | |
[icon] => images/forums_16.png | |
) | |
[@value] => Create Forums | |
) | |
[4] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => forum_admin.php?opt | |
[description] => Forum Preferences | |
[icon] => settings | |
[perm] => mainadmin | |
) | |
[@value] => Preferences | |
) | |
) | |
) | |
[siteLinks] => Array | |
( | |
[link] => Array | |
( | |
[0] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => {e_PLUGIN}forum/forum.php | |
[perm] => everyone | |
) | |
[@value] => Forum | |
) | |
) | |
) | |
[pluginPrefs] => Array | |
( | |
[pref] => Array | |
( | |
[0] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => show_topics | |
) | |
[@value] => 1 | |
) | |
[1] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => postfix | |
) | |
[@value] => [more...] | |
) | |
[2] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => poll | |
) | |
[@value] => 255 | |
) | |
[3] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => popular | |
) | |
[@value] => 10 | |
) | |
[4] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => track | |
) | |
[@value] => 1 | |
) | |
[5] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => eprefix | |
) | |
[@value] => [forum] | |
) | |
[6] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => enclose | |
) | |
[@value] => 1 | |
) | |
[7] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => title | |
) | |
[@value] => Forums | |
) | |
[8] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => postspage | |
) | |
[@value] => 10 | |
) | |
[9] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => hilightsticky | |
) | |
[@value] => 1 | |
) | |
) | |
) | |
[userClasses] => Array | |
( | |
[class] => | |
) | |
[extendedFields] => Array | |
( | |
[field] => | |
) | |
[folder] => forum | |
[administration] => Array | |
( | |
[icon] => images/forums_32.png | |
[caption] => Configure Forum | |
[iconSmall] => images/forums_16.png | |
[configFile] => forum_admin.php | |
) | |
) | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array | |
( | |
[@attributes] => Array | |
( | |
[name] => Forum | |
[lan] => | |
[version] => 2.0 | |
[date] => 2012-08-01 | |
[compatibility] => 2.0 | |
[installRequired] => true | |
) | |
[author] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => e107 Inc. | |
[url] => http://e107.org | |
) | |
[@value] => | |
) | |
[description] => Array | |
( | |
[@attributes] => Array | |
( | |
[lan] => | |
) | |
[@value] => This plugin is a fully featured Forum system | |
) | |
[category] => content | |
[adminLinks] => Array | |
( | |
[link] => Array | |
( | |
[0] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => forum_admin.php | |
[description] => Configure Forum | |
[icon] => images/forums_32.png | |
[iconSmall] => images/forums_16.png | |
[primary] => true | |
) | |
[@value] => Configure Forum | |
) | |
[1] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => forum_admin.php | |
[description] => Forum Front Page | |
[icon] => manage | |
) | |
[@value] => Front Page | |
) | |
[2] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => forum_admin.php?cat | |
[description] => Create Forum Parents | |
[icon] => add | |
) | |
[@value] => Create Parents | |
) | |
[3] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => forum_admin.php?create | |
[description] => Create Forums | |
[icon] => images/forums_16.png | |
) | |
[@value] => Create Forums | |
) | |
[4] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => forum_admin.php?opt | |
[description] => Forum Preferences | |
[icon] => settings | |
[perm] => mainadmin | |
) | |
[@value] => Preferences | |
) | |
) | |
) | |
[siteLinks] => Array | |
( | |
[link] => Array | |
( | |
[0] => Array | |
( | |
[@attributes] => Array | |
( | |
[url] => {e_PLUGIN}forum/forum.php | |
[perm] => everyone | |
) | |
[@value] => Forum | |
) | |
) | |
) | |
[pluginPrefs] => Array | |
( | |
[pref] => Array | |
( | |
[0] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => show_topics | |
) | |
[@value] => 1 | |
) | |
[1] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => postfix | |
) | |
[@value] => [more...] | |
) | |
[2] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => poll | |
) | |
[@value] => 255 | |
) | |
[3] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => popular | |
) | |
[@value] => 10 | |
) | |
[4] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => track | |
) | |
[@value] => 1 | |
) | |
[5] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => eprefix | |
) | |
[@value] => [forum] | |
) | |
[6] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => enclose | |
) | |
[@value] => 1 | |
) | |
[7] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => title | |
) | |
[@value] => Forums | |
) | |
[8] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => postspage | |
) | |
[@value] => 10 | |
) | |
[9] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => hilightsticky | |
) | |
[@value] => 1 | |
) | |
) | |
) | |
[userClasses] => Array | |
( | |
[class] => Array | |
( | |
[0] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => forum_moderator | |
[description] => Moderator of all forums | |
) | |
[@value] => | |
) | |
) | |
) | |
[extendedFields] => Array | |
( | |
[field] => Array | |
( | |
[0] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => viewed | |
[type] => EUF_TEXTAREA | |
[default] => 0 | |
[active] => true | |
) | |
[@value] => | |
) | |
[1] => Array | |
( | |
[@attributes] => Array | |
( | |
[name] => posts | |
[type] => EUF_INTEGER | |
[default] => 0 | |
[active] => true | |
) | |
[@value] => | |
) | |
) | |
) | |
[folder] => forum | |
[administration] => Array | |
( | |
[icon] => images/forums_32.png | |
[caption] => Configure Forum | |
[iconSmall] => images/forums_16.png | |
[configFile] => forum_admin.php | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment