Forums

Uploaded rank icon does not display

This question has suggested answer(s)

FYI, I defined some ranks, uploaded icons, but they do not display. I get "alt Text" with the name of the rank instead. I verified that the icon was uploaded to CS. I am using the 2008.5 beta. Hopefully this will get fixed before release!

Jim

 

All Replies
  • I also have same issue in 2008.5 release .

    The ranks only display alt text on my two blog ( different site ).

    Code Highlight / Syntax Highlighter CSModule and More CS tools ,Visit Rurisoft Update Service

  • Ok , this is a small bug. Just blog themes using old image path , you needs change to new image url.

    In \Themes\Blogs\ of all aspx files , find

    <CSBlog:WeblogPostRating runat="server" RatingCssClass="RateControl" RatingReadOnlyCssClass="RateControlReadOnly" RatingActiveCssClass="RateControlActive" ImagesBaseUrl="~/utility/images/" />

    Replace to

    <CSBlog:WeblogPostRating runat="server" RatingCssClass="RateControl" RatingReadOnlyCssClass="RateControlReadOnly" RatingActiveCssClass="RateControlActive" ImagesBaseUrl="~/Themes/hawaii/images/common/" />

    Yeah , ranks is return !!

    Code Highlight / Syntax Highlighter CSModule and More CS tools ,Visit Rurisoft Update Service

  • I made the changes you suggested and still have no images showing up

  • Same here. This change did not fix the problem.

    I made the edits in Themes/blogs/default2/post.aspx, which is the only place the seach string appeared.

  • I upload fix default2 blog theme in here .

    Notice: ranks only can display in account login or already have ranks ( CS2008.5 design )

     

    And here have all fix blog themes.

    Code Highlight / Syntax Highlighter CSModule and More CS tools ,Visit Rurisoft Update Service

  • Jim,

    I noticed that in the default hawaii theme the blog post rating line is not present.

    Here is the path I am using: \Themes\Blogs\hawaii

    This line, which renders the star ratings, is not present in the post.aspx page in the above path.

    Here is the line:

    <CSBlog:WeblogPostRating runat="server" RatingCssClass="RateControl" RatingReadOnlyCssClass="RateControlReadOnly" RatingActiveCssClass="RateControlActive" ImagesBaseUrl="~/Themes/hawaii/images/common/" />

     

    If you add this line to the  \Themes\Blogs\hawaii\post.aspx you should see the rankings.

    I am little confused on the rank icons (I take it to mean custom images for ranking) talked about here, we are referring to the stars correct?


  • I see the stars, but still no ranks. The rank isn't critical for my application, so I am moving on to other things...

    Jim

  • Greetings All ~

    This might be related the bug I found in the blog themes (all of them) - it has to do with the image paths being hard coded in the DLL.  I was able to fix mine, by converting images from GIF to PNG - as the images in the utility\images directory are GIF's not PNG's; however the DLL references GIFs

    See my bug report here :  http://dev.communityserver.com/forums/p/503095/633910.aspx#633910

    Regards,
    Jim

    Please visit our website for more information - http://axcess.us/r.ashx?1

  • Thank you all for the information on this bug.  This issue has been logged as #1767 and we are trying to get the fix in for SP1.