Add (optional) Quick Links drop down to top nav bar
Description
Attachments
depends on
is depended on by
relates to
Activity

Alexandre Ballesté Crevillén February 16, 2017 at 1:20 AM
Tested on local 11.x that matches with the Sakai 11.3 RC01. Works fine!

Matthew Jones October 26, 2016 at 10:02 AM
There's no properties to alter the text for "Quick Links" but it's easier now in Sakai 11 to alter text for anything in the UI because of the message bundle manager. And yeah, from what I saw it should match up with the skin colors.
I created and fixed the issue you mention (of the empty bar appearing) on

Sam Ottenhoff October 26, 2016 at 8:49 AM
If you have no QuickLinks, it should not show up in the UI. This is currently broken. You can replicate on https://trunk-mysql.nightly.sakaiproject.org/portal/ login as admin/admin

Adam Marshall October 26, 2016 at 8:03 AM
quick links should look like the "sites" menu. we did some work so it will inherit from the current skin.
Dave Eveland October 26, 2016 at 7:58 AMEdited
Are there properties to alter the text "Quick Links" for something else - if not that's fine, I'm just asking while things are still being worked out. I'm also curious to know what colors (css properties) the new menu will inherit or if they can be specified - that is - are there specific properties for the quick links menu for color? Our current Sakai 10.2 implementation looks like this - and it works rather well. The menu is called "Get Help" and Longsight helped us specify the color and placement.
https://www.evernote.com/l/AXOlwDfh-JFEgrAt2M77Ub5eOqij9U7tDoAB/image.png
add drop down menu of quicklinks, these can either be external website or links to sakai sites. They are specified in the sakai properties file and can have a "favicon" which is in /library or specified as a URL.
Supply default example properties
portal.quicklink.info=Links open in a new window
portal.quicklink.url.count=2
portal.quicklink.title.count=2
portal.quicklink.name.count=2
portal.quicklink.icon.count=2
portal.quicklink.url.1=https://sakaiproject.org/
portal.quicklink.title.1=Sakai Project Website
portal.quicklink.name.1=Sakai Project
portal.quicklink.icon.1=im /library/image/sakai/url.gif
portal.quicklink.url.2=https://www.apereo.org/
portal.quicklink.title.2=Apereo Website
portal.quicklink.name.2=Apereo
portal.quicklink.icon.2=cl fa fa-globe