goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

Suggestion Tabbed Content #92

Closed ohnague closed 9 years ago

ohnague commented 10 years ago

My suggestion is related to the Widgets Accessories (Accessories Widgets) static_accessories / manage_tab_content

From what I could understand :

  1. every tab that you create will be seen equally in the position defined in Widget Manager ( static_accessories_tab ) . Two . And in a static page navigation menu the code ( { { widget_name : static_accessories_tab } } stands and tab are

Where I want to get (ie land ) is to create them around accessories (Accessories Widgets)

  1. Navigation views as having user groups ( main / group) group to say that I see in that tab navigation. Two . addition a slug as an example of the widgets ( main / widget ) in that position that view I want that tab group

it would be something like ( static_accessories / manage_tab_content / index / add ) in the elements

  1. caption Two . content Three . Navigation April . Slug

each tab is believed

Please excuse my English , I am aware of your response.

goFrendiAsgard commented 10 years ago

Hi Ohnague, Tab widget is used to make "tabbed" content, and has nothing to do with navigation. Just curious, why do you want to integrate it with navigation?

ohnague commented 10 years ago

Hello gofrendi thanks for replying . Let 's not necessary that all the tab display in the navigation but admas in tab widgets can be loaded , tell me if I'm explaining it right { { Widgets_name : nombre_widget }}

but such are the witged diregido to users or types ( all elmundo , authenticated, authorized , unauthenticated ) .

even tab content ranging digirigido a group of persons is only for that specific group.

and I say more

Suppose the home page, which is a content page I create a tab ( 6 for quote ) , and that such as are to upload a widget .

Excuse me if I do not understand

But the value you have to use the tab now much screen space

PS: I am using a translator is perhaps why the English proque sees poorly expressed

goFrendiAsgard commented 10 years ago

Hi, Ohnague, I think I get what you mean. You want the tab to be grouped, so it won't take to much space, isn't it?

This is not going to be an easy job, since bootstrap itself doesn't support tab grouping (as far as I know), but it is still possible. I'll try to implement this whenever I've time to.

Thanks for your suggestion