1 (edited by nakome 2013-04-07 21:57:43)

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(); ?>

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: Resources plugin (beta)

How it's work? I install plugin, add item, create link in menu and... and I see a blank page:)

3 (edited by nakome 2013-04-07 21:58:52)

Re: Resources plugin (beta)

Dante wrote:

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(); ?>

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: Resources plugin (beta)

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

5 (edited by nakome 2013-04-08 20:23:31)

Re: Resources plugin (beta)

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);
..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website

Re: Resources plugin (beta)

Yep, its work.
Monstra 2.2.0

Re: Resources plugin (beta)

Remove unnecessary css data and fixed bugs.

Now in Github

..::: Moncho Varela ::::..   ..::: @Nakome ::::..   ..::: Github ::::..

nakome's Website