Skip to Content
Author's profile photo Osvaldo Lopez

Design issues in new SCN

Well, my first desing’s issue is for blog’s content:

Lets see “j-pagination-prevnext” css’s span tag. Uses this image: http://scn.sap.com/5.0.1/images/jive-icon-sprites-med.png

But doesn’t look very well at Google Chrome. As you could see in SCN1.jpg (attached) here:SCN1.jpg

Well, css style for this issue I believe we can find here: http://scn.sap.com/5.0.1/styles/jive.css

With “width:46px; height:22px;there is no problem here.

Lets see the “Next Post” span tag.

Style:

SCN2.jpg

Now we have this, please find it:

<span class=”j-pagination-next j-disabled font-color-meta” title=”Next post”>Next post</span>

Please delete “j-disabled” from that line.

Result:

<span class=”j-pagination-next font-color-meta” title=”Next post”>Next post</span>

SCN3.jpg

Great, isn’t it ?

Update:  The issue is tracked by the ID SCNSBS-1715 and added to the SCN Known Issues List. (Thanks Oliver’s comment)


Now let’s focus at “content” section

For example: http://scn.sap.com/community/erp/financials/content

Focus here:

SCN2_1.jpg

Lets change CSS style here http://scn.sap.com/themes/sap-scn/styles/styles.css

Search:

.j-browse-sorts select#j-sort {float:left;width:160px;margin-top:4px;}

Change to:

.j-browse-sorts select#j-sort {float:left;width:230px;margin-top:4px;}

Save CSS file.

Result:

SCN2_2.jpg

Update:  The issue is already fixed. Thanks!


Don’t Show “Closed” icons:

/wp-content/uploads/2012/04/close_topic1_108744.jpg

The “Year dependent master data in FM” is a closed thread, as you can see here: http://scn.sap.com/thread/3187612

/wp-content/uploads/2012/04/close_topic2_108745.jpg

Why the system does not show up this “closed” icon at the thread list?


“Literal” html tag showing:

Reported here: http://scn.sap.com/thread/3418626

Screenshot:

/wp-content/uploads/2012/04/scn_literal_tag_274886.png


New idea: Better “error pages” and communications (HTML code submitted) xD

SCN3_2.jpg


New idea: URL shortening by SAP (HTML code submitted)

SCN4_1.jpg


That’s all for now.

I hope you find this useful.

Regards,

Osvaldo

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Oliver Kohl
      Oliver Kohl

      Hi Osvaldo,

      thanks for making our work 🙂 The issue is tracked by the ID SCNSBS-1715 and added to the SCN Known Issues List. And I checed the navigation issue is not fully fixed yet.

      Thanks a ton!

      Author's profile photo Osvaldo Lopez
      Osvaldo Lopez
      Blog Post Author

      Thanks for your feedback, it's my pleasure help SCN SAP's team 😉

      Regards,
      Osvaldo.

      Author's profile photo Oliver Kohl
      Oliver Kohl

      Hi Osvaldo,

      just a heads up that the issues you reported have been partially fixed with out latest release. Please have a look at the SCN Release Notes.

      Thanks again!

      Oliver