Question or suggestion... multiple cpanel #279
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#279
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce the issue
Expected result
Actual result
System information (as much as possible)
Additional comments
Hi, first I need to let me say that I'm thinking this component is amazing and bring possibilities to a whole other level. JCB his quite complex so I'm not sure if I've missed a feature I'm searching, I ve listen to most of the videos but didn't see it either, but I think that could be interesting and probably would bonify the end user experience. I like the control panel with the icons, but was wondering if there is a way to a replicate the concept onto a custom admin view to create like a subsection cpanels.
has examples:
On the main cpanel icon (accounting) --link to -> sub cpanel with a whole other set of icons (accounting related) not showing on the main panel. --Link to -> other subsection or list views, etc.
Sorry my English ain't very good so not sure if my explanation was clear.
Francois
Okay the closest we come to this is with what I have called dynamic dashboard in the Joomla Component Area.
There you can select any custom admin view in which you can build any kind of dashboard you like... you can go full house :)
So all you do is select
dynamic
and a list of all admin and custom admin views will show-up on the right. The one you select will become the new dashboard.Let me know if this is what you are looking for, or if I missed the question.... do know that the default dashboard is as far as I am willing to go at this time, anything more you have to build in a custom admin view. The custom admin view has all the power of a site view... it is just in the back-end. So it can also use templates, layouts and dynamic gets... enjoy!
Thanks i've meant more like the main panel not the view or list. i did search for the default code generating the main dashboard template but where its did not find it
You can build that in a custom admin view
Then you can link that custom admin view to your component and use it as your dashboard... watch this tutorial.
Remember the custom admin views that I used in the tutorial has the sub menu show because I added it in the custom admin view. Usually it does not show, it is really a blank sheet that you can add anything to as a back-end view. You can even call it Dashboard and add it to your component as the first option in the sub menu. The sky is the limit here... true freedom 👍
Let me know if you have further question on this issue.
Thanks for your information (and also to your video tutorials:-),I admit,I was a bit lost at the beginning, but now with the map component it's way easier to understand , can't wait to relisten to a few of the tutorials now with sermon distributors on hand. Still not at the point to be able to properly participate in git, but you can be sure that has soon had I get more comfortable with the code I'll try to join in and give it a try to help out.
Francois