I’m new to Bubble, and I’m trying to add a new tab at the top called ‘Manage,’ which is separate from Dashboard, but it’s showing up as if it’s the same. How do I make them separate, so when I click Manage on the right side, the manage tab shows up, and when I hit Dashboard on the left side, the Dashboard shows up.
@ambroisedlg I can’t seem to get Manage to show as a tab on the top, and therefore I can’t test it, do you know what to do to show the ‘Manage’ Tab at the top?
My state Tab of type Number (1 and 2) was only an example. It seems you are using a current state of type Text on the Dashboard Menu Desktop, which works too. But then in your “When Button Manage is clicked” workflows, you should set this to
Element : Dashboard Menu Desktop
Custom state : current
Value : manage
You currently have the same conditions (When current is dashboard) on both the Dashboard button and Manage button in your Desktop Menu Dashboard buttons. The condition for the Button Manage should be “When current is manage”
Same thing on the Group Manage, you currently have “When current is dashboard > This element is visible”. It should be “When current is manage > This element is visible”
@ambroisedlg Thank you so much! The only issue I’m having is that whenever I try to have it say for the Value ‘Group Manage’ it is forcing me to put in an additional value after (for example: 's Tab…). Not sure how to get around this.
@ambroisedlg Ok - i got that part, I think we’re almost there! It’s still not visibly showing up in the Dashboard Menu Desktop Is there anything Im still missing?
Thanks!
Hey @ambroisedlg I don’t know if you know what’s going on, but the manage tab is popping up, and then going away (attached video) when I reload the page. Do you know why this could be happening/how to fix it?
Hey @sam10 I’m not in front of my computer right now but I’m thinking it might be because of a combination of a « Do when » workflow with a custom state on the Manage button
If you can’t find the issue, the best way to solve this might be to reproduce the design (delete the Manage button and replace it by a new one)
Happy to have a look some time tomorrow, let me know if you solved it by then
Hey @ambroisedlg I still can’t seem to figure it out. It went back to the way it was… not sure what I did wrong. If you have some time to take a look, that’d be great! Thanks