Topic: Resources plugin (beta)
This is a beta version
Download
Two langauges english and spanish ( Spanish only for Monstra 2.2)
Frontend:
Backend:
View in movile:
Shortcode: {resources}
Php: <?php echo Resources::ShowMe(); ?>
You are not logged in. Please login or register.
This is a beta version
Download
Two langauges english and spanish ( Spanish only for Monstra 2.2)
Frontend:
Backend:
View in movile:
Shortcode: {resources}
Php: <?php echo Resources::ShowMe(); ?>
How it's work? I install plugin, add item, create link in menu and... and I see a blank page:)
How it's work? I install plugin, add item, create link in menu and... and I see a blank page:)
Sorry
Shortcode: {resources}
Php: <?php echo Resources::ShowMe(); ?>
Add shortcode and -
[08-Apr-2013 04:07:30] ErrorException: Fatal Error: Call to undefined method SimpleXMLElement::count() in \localhost\plugins\resources\resources.plugin.php at line 84
What is your Monstra version?
Try to change on file resources.plugin.php on line 84
this
$count = $xml->count();
for this
$count = count($xml);
Yep, its work.
Monstra 2.2.0
Remove unnecessary css data and fixed bugs.
Now in Github