[Building Sakai] Sakai Skin name/location being modified

Charles Severance csev at umich.edu
Tue Jun 4 22:03:17 PDT 2013


I am guessing your property is

skin.default=neo-default

The short and quick solution without upgrade would be to let the portal append the neo- prefix by setting

skin.default=default

If you run 2-9-x or 2.9.2 or later the fix Sam mentions allows you to unset the neo prrefix.

/Chuck

On Jun 4, 2013, at 2:41 PM, Mustansar Mehmood wrote:

> Hi,
>     I am using Sakai 2.9.x with neo-default skin. However skin information is lost and tool area appears with no skin(CSS) information. After using browser debug tools  I noticed that the skin name is being modified and the string "neo-" is being added in the beginning of the skin name i.e the skin name is "neo-default" in sakai.properties and so the folder name for skin in the codebase but looking at browser's debug area I noticed tool.css is not being located beacuse the location seems to changed.
> Here is the errors I see 
>  http://codeforge.rice.edu/library/skin/neo-neo-default/images/logo_inst.gif
>           404 (Not Found) ba30606b-ab2c-43a1-ac9c-020afb347657:45
> GET http://codeforge.rice.edu/library/skin/neo-neo-default/images/banner_inst.gif
>           404 (Not Found) ba30606b-ab2c-43a1-ac9c-020afb347657:45
> GET http://codeforge.rice.edu/library/skin/neo-neo-default/tool.css
>           404 (Not Found) f89258fc-8509-4d35-a180-021a2b375448:8
> 
>  ideally it should be 
>  http://codeforge.rice.edu/library/skin/neo-default/images/logo_inst.gif
>           404 (Not Found) ba30606b-ab2c-43a1-ac9c-020afb347657:45
> GET http://codeforge.rice.edu/library/skin/neo-default/images/banner_inst.gif
>           404 (Not Found) ba30606b-ab2c-43a1-ac9c-020afb347657:45
> GET http://codeforge.rice.edu/library/skin/neo-default/tool.css
>           404 (Not Found) f89258fc-8509-4d35-a180-021a2b375448:8
>  I am wondering where the piece of string("neo") is being added  
> Thanks,
> Mustansar

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20130604/328ac515/attachment.html 


More information about the sakai-dev mailing list