1 2015-02-11 12:41:53

Topic: New Morfy Admin panel video

Only rest language to share beta.

Web Demo

[video]

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

nakome's Website

2 2015-02-11 13:41:34 (edited by tovic 2015-02-11 13:42:36)

Re: New Morfy Admin panel video

My first thought was the page editor is only valid for the blog path. Certainly, it would be great if this could be applied recursively, perhaps by specifying the folder path in URL?

XSS Testing <script>alert('HIYAA!!!');</script>

tovic's Website

3 (edited by nakome 2015-02-11 15:06:50)

Re: New Morfy Admin panel video

I'm Sorry, not understand your question ?

The admin panel it's not a plugin is independent of Morfy you can remove admin folder and no problem Morfy is ok.


Note: Only need configure admin/database/configuration.json with your settings
Admin Cms

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

nakome's Website

Re: New Morfy Admin panel video

nice work bro!

Re: New Morfy Admin panel video

tovic wrote:

My first thought was the page editor is only valid for the blog path. Certainly, it would be great if this could be applied recursively, perhaps by specifying the folder path in URL?

<div class="form-group">
                <label>Select Folder</label>
                <select name="foldername" id="folder" class="form-control">
                    <option>Select Folder</option>
                    <option value="isBlog">Blog</option>
                    <option value="isPortfolio">Portfolio</option>
                </select>
            </div>

this does not you mean;

6 (edited by tovic 2015-02-12 09:03:51)

Re: New Morfy Admin panel video

@dextra Yes smile

@nakome Take a look. Here I was replaced the blog path to notes:

The solution is basically simple. Use the built-in method called getUriSegments to extract the URL path as array.

My breadcrumb plugin works recursively with that way → https://github.com/tovic/breadcrumb-plu … mb.php#L25

XSS Testing <script>alert('HIYAA!!!');</script>

tovic's Website

7 (edited by dextra 2015-02-12 09:13:43)

Re: New Morfy Admin panel video

xm problem backup

backups.php line 15

    <a href="<?php echo Panel::Root('admin');?>?g=backups&createBackup=<?php echo time(); ?>" class="button tiny">Create Backup</a>    

change in

    <a href="<?php echo Panel::Root(Panel::Settings('configuration','Folder cms name'));?>?g=backups&createBackup=<?php echo time(); ?>" class="button tiny">Create Backup</a>    

8 2015-02-12 15:33:49

Re: New Morfy Admin panel video

Like this ? (Morfy panel plugin )
https://dl.dropboxusercontent.com/u/23834858/fotos/testing%20select%20pages.gif


@dextra
xm problem backup

Ok Thx

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

nakome's Website

9 2015-02-12 16:14:50

Re: New Morfy Admin panel video

yes nakome

Re: New Morfy Admin panel video

Btw, Nakome. Have you tried my Markdown Text Editor plugin? It is supports a lot of features like toggling, automatic list increment, auto-close bracket, auto-indent. You can even make custom buttons and modals.

https://github.com/tovic/markdown-text- … ar-Buttons

XSS Testing <script>alert('HIYAA!!!');</script>

tovic's Website

11 (edited by nakome 2015-02-19 17:51:38)

Re: New Morfy Admin panel video

tovic wrote:

Btw, Nakome. Have you tried my Markdown Text Editor plugin? It is supports a lot of features like toggling, automatic list increment, auto-close bracket, auto-indent. You can even make custom buttons and modals.

https://github.com/tovic/markdown-text- … ar-Buttons


Best Editor ever wink

I use this for Morfy Admin panel but i need update.



Note:  How to fix this

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

nakome's Website

12 2015-02-20 11:13:44

Re: New Morfy Admin panel video

Good. What fix? If you want to make a code block, just select in-multiple then press the code button (?)

XSS Testing <script>alert('HIYAA!!!');</script>

tovic's Website

Re: New Morfy Admin panel video

Nop  the problem is the scroll on click when you have a lot of text

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

nakome's Website

14 (edited by tovic 2015-02-21 08:50:30)

Re: New Morfy Admin panel video

Sigh! Yea, I think that’s a bug. I will try to fix that.

XSS Testing <script>alert('HIYAA!!!');</script>

tovic's Website

15 2015-02-21 09:12:48 (edited by tovic 2015-02-21 09:14:12)

Re: New Morfy Admin panel video

Fixed now. But there’s a little problem when you press the enter key, it won’t scroll until you press another key.

Currently, I feel that it was not too distracting.

XSS Testing <script>alert('HIYAA!!!');</script>

tovic's Website

Re: New Morfy Admin panel video

http://monchovarela.es/demos/tovic/

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

nakome's Website

17 2015-02-21 14:26:50

Re: New Morfy Admin panel video

Enter key bug fixed smile

XSS Testing <script>alert('HIYAA!!!');</script>

tovic's Website

18 2015-02-21 17:00:45

Re: New Morfy Admin panel video

Good wink

I Update the cms admin panel, i think this is a better solution for content folder
[video]

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

nakome's Website

Re: New Morfy Admin panel video

I update cms with this library smile
[video]

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

nakome's Website

Re: New Morfy Admin panel video

Thanks a lot.

XSS Testing <script>alert('HIYAA!!!');</script>

tovic's Website

Re: New Morfy Admin panel video

MTE plugin updated. Added custom drop, draggable modal, typography characters etc.

+ Heading button now has better output for H1 and H2:

https://cloud.githubusercontent.com/assets/1669261/6375994/73c9978a-bd4d-11e4-9d57-2c54310ac41c.gif

XSS Testing <script>alert('HIYAA!!!');</script>

tovic's Website

Re: New Morfy Admin panel video

Nice job bro. I can make an application for chrome with this?

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

nakome's Website

Re: New Morfy Admin panel video

nakome wrote:

Like this ? (Morfy panel plugin )
https://dl.dropboxusercontent.com/u/23834858/fotos/testing%20select%20pages.gif


@dextra
xm problem backup

Ok Thx

Hi bro
any new to admin panel?