Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Where can i find the sidepanel structure?
keesha
✭
Id like to hide the content of the sidepanel for guests except the "GuestBox" , i mean the box with the "Howdy" message.
But where the heck can i find the Sidepanel structure? I had even bad luck with batch find.
Seriously, I rather think you guys scattered everything on purpose into confusing artefacts
Any help would be appreciated.
But where the heck can i find the Sidepanel structure? I had even bad luck with batch find.
Seriously, I rather think you guys scattered everything on purpose into confusing artefacts
Any help would be appreciated.
0
Comments
I've also looked in the documentation but it's sadly more than just incomplete, and a search in the forum leads me to pre 2.0 era posts.
... Frustrating
Each module adds itself to the panel.
IF you do find a way to do this let me know.
@Davidis
What i'm going to do now is to hide the
{asset name="Panel"}
in default.master.tpl from guests and additionally i'm going to recreate the guestbox in an extra container right over the asset.Of course in return for logged-in users the other way round.
The necessary code for logged-in-or-out-users from Lincoln is here.
$Configuration['Modules']['Vanilla']['Panel'] = array('NewDiscussionModule', 'SignedInModule', 'CategoriesModule', 'TagModule', 'GuestModule', 'WhosOnlineModule', 'UserListModule', 'Ads');
The problem I've had is working out the names of the modules. In above GuestModule is clearly a dummy, the above is expanded from a 5 entry array given in a comment by, I think it was Tim.
@Davidis what is the name for the module in your GoogleCalendar plugin?