New update ,now you can put nickname in config.php file like this:
'discus_name' =>' nickname here ' 'plugins' => array( 'markdown', 'sitemap', 'discus' )
to call this in html use <?php echo Morfy::factory()->runAction('discus'); ?>
You are not logged in. Please login or register.
Monstra → Posts by nakome
New update ,now you can put nickname in config.php file like this:
'discus_name' =>' nickname here ' 'plugins' => array( 'markdown', 'sitemap', 'discus' )
to call this in html use <?php echo Morfy::factory()->runAction('discus'); ?>
Ok i update the code.
Instructions:
Activate plugin in config.php file and add directory of images like this:
<?php return array( 'site_url' => 'http://localhost/morfy', 'site_charset' => 'UTF-8', 'site_timezone' => 'Europe/Brussels', 'site_theme' => 'default', 'site_title' => 'demo', 'site_description' => 'demo site', 'site_keywords' => 'javasccript', 'email' => 'nakome@gmail.com', 'gallery_img_folder' => 'themes/default/img', // Folder of images 'plugins' => array( 'markdown', 'sitemap', 'discus', 'gallery' // Activate gallery ) );
And now only need put this code <?php echo Morfy::factory()->runAction('gallery'); ?> in html.
Download here:
Discus Comments
Instructions:
Copy discus folder in morfy plugins
Go to discus.php in discus folder and change nickname
Call this with <?php echo Morfy::factory()->runAction('discus'); ?>
For example in the end of blog_post.html
Activate/deactivate plugin, add discus in array like this.
Example config.php
'plugins' => array( 'markdown', 'sitemap', 'discus' )
That's it.
And put
<?php Action::run('theme_footer'); ?><
after of scripts
In index.template.php close tag .container
You need google api key and id of custom search google
API key:
https://code.google.com/apis/console API access section
Google search:
https://www.google.com/cse ( Add web and get id )
When i have time i create one tutorial how to make photo gallery.
Of if you like you can try this plugins.
I make this Superbox.
And this My portfolio.
I update my web with biru framework and monstra cms.
Site: http://nakome.com
http://nakome.com/demos/google_search/
still there xD
You've cleared the cache? or if you have autocomplete active, you need cleaning.
<textarea id="menssage" rows="5" name="mycontact_body" class="menssage input-block-level" data-trigger="keyup" data-rangelength="[20,200]"></textarea>
Can be done request action in frontend?
is a ghost
remove this in myfrom.view.php is a blank code
<?php echo $menssage; ?>
I think you need another plugin. would have to rewrite all and I have no plan to create more plugins for now sorry.
even i put wrong mail without "@" it say message send no validation nothing works sad
I make clean installation for Monstra and install the plugin and work well. Try to clean cache.
and also that weird space in "message form" ... how to remove it?
where is this?
Dear could i control the number of pictures i want to upload? not 4 bc sometimes u need 10 or only 1
This plugin only have 4 images.
If you like more images you need modify the code to save images in separate folder with tumb and large image folders inside because i not secure if xml data in mostra can be save multi array files but you can use json alternative.
Or also you can use scan files to get images but if you need one specific image is a problem with this but nothing is imposible ;
You can see here the estructure miniShop api (Use JSONView for for more visibility)
Just use your imagination and that's it
p\s could u please explane what do i have to remove to delete flip animation with products
remove anim and ef classes
Nice plugin
In supersized.plugin.php change view::factory for View::factory
http://peluqueriaares.com/
I will make business themes and put prices for job and 20% of work destined to Monstra development i think is a good idea.
But i think need Proposals for the work.
You think?
The variety is good ,not all people use social networks or websites so, nice job
Monstra → Posts by nakome