Changing the wat the home page looks.
Hi
I'm looking to change the way our home page gets displayed to our end users.
Currently we display the default home page.
In the main body of the page it show the shows the service offerings and above the title of each offering are up to 8 icons for the request offerings that are in that Service.
What I'd like to do is clean up the home page, by replacing these small icons with 1 large icon representing the service offering - using the graphic that I've added in SCSM Service Offerings.
Any help would be greatly recieved
Answers
Not so sure about using the SO icon though.
Thanks for the help, but this Custom.CSS only works for the alternate home page.
Not really what I'm after.
I'm using the default home page, and trying to make it as simple for our end users as possible.
Any other suggestions?
I haven't tried making a custom page as a Home Page so I don't know how well it would work out. There are settings within Admin Settings>Setting Items which allow you to change the default home page of different user types. "AnalystHomePage" and "EndUserHomePage" take a GUID of a page, you could possibly use the GUID of the Custom Page
I have seen it done, where a customer had 4 big, clear buttons that all linked to different ROs, so it's not impossible, I'm just not sure how they did it I'm afraid.
It's possible using javascript and css to get what you want, I started out that way but gave up since in the end to achieve what we wanted none of the included Home Pages where a "good enough" starting point. You need to target the "so-blocks" using js remove from DOM and replace with image from SO, the href link below remains the same.
This is how far I got using the default home page before I decided to go for a custom solution (test server):
Also wanted to get rid of that 8 picture grid which where confusing for the end users but as already mentioned our demand where a bit bigger I didn't followed through on that.
This is what the end users are seeing today when going to the portal (test server):
Custom built single page application and a 95% dynamic solution where we pull ROs with SO and Category information via API making the flow easier for the end user.
So if you truly want a home page based on your needs you have to build your own utilizing Cireson API. Will share our custom home page in the future once I have the time to remove/rewrite company specific information making it 100% dynamic. My hope is that in the end others will contribute making it even better for all of us!
That looks really awesome. If you would like some help with publishing your code to the public, you are welcome to send me a message and I will (in confidence) help remove any private information.
There isn't any private information it's just that for example some areas of the shop functionality is written "for us" and not usable in a more generic sense. Already have ideas how to solve it saving the information in service manager and retrieve it via API thus making the final solution 100% dynamic. But as mentioned there isn't enough hours in a day to fix everything in the timeframe I would like.
Will upload it to a public GitHub repo to easily collaborate and track changes!
Excellent work Martin,
This looks fantastic and exactly what our end users would be looking for.
If there's anything I can do to assist, please give me a shout.
Im pleased you are enjoying the Cireson Community apps - access to support.cireson.com is usually only granted to customers with a support agreement.
However in saying that if your interested in becoming a prospect customer and trialing our applications, id recommend getting in contact with customersuccess@cireson.com they should be able to able to assist you with what you require.
@Morten_Meisler has a good blog post here covering portal customization.
Thanks for the reply. The blog post you mentioned it the one I was trying to access the KB for the customization from. I have made contact with paul.reid@cireson.com when I initially downloaded the portal last year but only got the chance to mail him this weekend regarding our needs. I will wait for his reply and then start the wonderful journey you have to offer.
Thanks for making my working life ridiculously easy ;-)
G
I ended up with this...
I am curious about where these lead. Are they Service Offering Categories, Service Offerings, links to tickets (with certain templates, maybe), or custom pages?
I am good with the technical aspects of how to link to those pages, but I am always curious about how others are structuring their catalog and the rest of their site.
Hi Tom,
We've based the structure of the portal based on feedback from our users. They've told us that they want the service catalogues to be as intuitive as possible. so...
each icon leads to a similar custom page... based on Application/equipment/User access (see example below)
Then, we've used the ARO to create a single request from that link, so the user says:
1.I've a problem/I've a change required/I need something new
2. with an application/equipment/user access
3. form to complete.
The only exception being the ask/inform section. This leads to a custom page, with a set of icons (as above) but one of the icons leads to a service offering page for HR to use to notify ICT of user changes.
I hope this helps.
FYI we did look to make the background a little more interesting... but end users feedback was they didn't see the need.
I'm also interested on how people are structuring their portals... I'm wondering if we could get a gallery stood up with images/code of peoples home pages?
Hi Eric
Heres my code. I wish I could say I've been clever but unfortunately not. this is all manually created code and doesn't dynamically link back to SCSM. So I've ended up having to manually create HTML links within the custom pages
I've also had to manually create a new home page under the Navigation menu's
(apologies for the shocking HTML code - I'm no programmer)
Hi Daran, thanks for nice solution, were did you get the icon images? Trying to find some more with the same design.
Hi Peter,
The images were put together via our internal Marketing team... I'll check and email you the .png files if its ok....
I haven't added my favorite requests, but I'm sure theres existing code available for this. might need a SR with the guys at Cireson to pick this up.
I think i found the icons at flaticon.com.
Regarding the favorites, i can ask the community in the forum first
here is an example of how to get the My Favourite requests, and add them to a page, you will need to modify the HTML it adds to suit your page though. we are currently using this to modify the default home page.
We do run through the returned list from the end to the start as the code is set to add after another element, so it ends up creating the list from the bottom to the top.
Thank you, but were do i put this?, sorry, not a web developer, im testing Darans solution and want to modify his homepage. Thanks!
Can sombody post here examples to add My favorites to custom home page please.