Giter Club home page Giter Club logo

fuel-lbmenu-package's People

Contributors

jhuriez avatar noxify avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

ranlt

fuel-lbmenu-package's Issues

Check that the slug is unique

Hi,

currently i can add menues with the same slug. (via CLI)

oil refine menu:create Admin

If I use the render functionality with the id of the root element it should work fine,
but i think the system can't know which slug I want to have - or? ;)

Auth access

Is there meanwhile a version with Auth access?

Feature: Output as Array

Hi,

how is it possible to get an menu only as array (e.g. to fill an dropdown to give the user the possibility to select an parent)

I have run some tests and created in classes/menu/db.php a new function
which uses the nestedset functionality "dump_tree".
https://github.com/Pseudoagentur/fuel-adminify/blob/develop/fuel/packages/lbmenu/classes/menu/db.php#L46

But in the dump_tree is no language included.

I can execute the dump_tree function in my view with the following:
https://github.com/Pseudoagentur/fuel-adminify/blob/develop/fuel/modules/advmenu/views/admin/index.php

Wrong link after rendering an element with useRouter=yes

Hi,

after some tests I got an wrong link even when an element has the option
useRouter set to "yes".

If I set it to "no" and fill the part (e.g. admin/dashboard) it works fine.

With useRouter=yes i got the following:

<a href="/http//adminify.local/admin/dashboard" title="Dashboard">Dashboard</a>

Without, i got this:

<a href="/admin/dashboard" title="Dashboard">Dashboard</a>

I have checked the package code and i think the problem is here:
https://github.com/Pseudoagentur/fuel-adminify/blob/develop/fuel/packages/lbmenu/classes/menu/db.php#L315

Any idea?

Thanks!

Question - Wiki: Suffix for Depth

Hi,

are the custom depth definition recursive or only on the defined level?

Example:

I have a menu with the following structure:

Root ( Level 0)
- Child (Level 1)
-- Sub Child ( Level 2) (uses sub_menu-depth-2)
--- Sub Sub Child ( Level 3) ( uses sub_menu_depth-3)
---- Sub Sub Sub Child ( Level 4)

As described in the wiki: https://github.com/jhuriez/fuel-lbMenu-package/wiki/Custom-Theme#wiki-suffix-_depth-number

I can define an custom output for Level 2 and 3.
Are the customization from level 3 also for level 4 (and 5,6,7,X) or will level 4 use the default definitions ( sub_menu)

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.