CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 12/21/2005 3:38:14 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 9 Views: 70 Favorited: 0 Favorite
10 Items, 1 Pages 1 |< << Go >> >|
melitta
Asp.Net User
Modify a skin12/21/2005 3:38:14 PM

0

I have a problem modifying a skin I downloaded. I for example want to change the pictures in the banner to suit my organinsation better, but how do I do that?

I tried to unpack the skin and simply change the origional pictures into my own ones - called exactly the same as the original pictures. But uploading the skin, nothing shows up in the preview although the file is available in the list. I figured it should be the same result as the original skin, since Ive just changed a few pictures and then renamned them to be called the same as  the original pictures. Why doesn't it work?

And more importantly - how do I modify it to suit my purposes? It seems to be a simple solution but I just cannot find it. Please help me out!!  

ech01
Asp.Net User
Re: Modify a skin12/21/2005 6:55:00 PM

0

That skin may have not come with a preview. When you get that gray box in the skin manager, it usually means that the skin did not have a preview file, or picture. Most skins that you buy, come with a preview jpg that the skin manager displays. It is static and doesn't change, so if you changed the skin files, the preview won't change.

Parse your skin file, and go to your home page and do a force refresh (ctrl + F5). The skin should now be visible.

If the problem is you uploaded the skin and the new pictures aren't changing, make sure your doing a hard refresh to clear your browser. If the pictures aren't displaying (missing files), check your file paths in the skin.

karmela
Asp.Net User
Re: Modify a skin12/21/2005 9:37:02 PM

0

Hi,

I have the same problem. When I unpacked the skin and repacked it, it jsut won't work.

It uploads fine and it gets listed in the drop down list but then when I select it, it says "No Skin Files Exist In Folder".

Does anyone have any idea what is going on??

Thanks

dnncreative
Asp.Net User
Re: Modify a skin12/22/2005 8:25:52 AM

0

Hi Karmela,

Did you pack the folder of skins into the zip?

You need to pack just the skin files straight into the zip.

Cheers,


Lee Sykes | DNN Creative Magazine for DotNetNuke - www.dnncreative.com
Reviews, Tutorials, Interviews - 134 DotNetNuke videos. July Issue 11 out now!
melitta
Asp.Net User
Re: Modify a skin12/22/2005 8:45:39 AM

0

Hi!

I did pack the files into a new zip, but going through the files it seems like DNN unpackes the original skin when uploaded as a zip, but it doesn't with mine. Ie. when I upload my repcked and zipped skin, with modified pictures, it does not unpack the zipfile. It stays zipped, which might be the problem to why it's not showing correctly in the list of containers and skins.

But why doesn't it unpack my zipped file? Am I supposed to put ALL skin and container files in just ONE zipped file? The original skin came in a zipped file, with two zipped subfiles - called skins and containers. I just did the same but that didn't unpack.

Thankful for som help... 

dnncreative
Asp.Net User
Re: Modify a skin12/22/2005 11:07:12 AM

0

Perhaps it is the method you are using to upload your skins. - Have you successfully installed any other skins?

You don't have to package your skin and containers in one zip, you can upload a skin and container separately. So you can just zip up your skin files and then upload that Zip file.

I have just completed a video tutorial on how to install skins, both manually and automatically for release in the Jan issue. - I'm still completing the content, but if you would like to have a look, you can see it here:

DotNetNuke: How to install a skin

I'm currently in the middle of creating a how to skin series of videos for release in Jan, which should hopefully make it clearer for you.

Did any of this help?

Thanks,

Lee Sykes | DNN Creative Magazine for DotNetNuke - www.dnncreative.com
Reviews, Tutorials, Interviews - 134 DotNetNuke videos. July Issue 11 out now!
karmela
Asp.Net User
Re: Modify a skin12/22/2005 12:57:04 PM

0

Thanks a lot dnncreative.

I found out what my problem was.

Before, I was putting the files in a folder and then zipped the folder, but that is not right. I had to select all the files and zip them together and not put them in a folder. 

I hope this helps you Melitta.

Thanks again :o)

Karmela

melitta
Asp.Net User
Re: Modify a skin12/22/2005 1:47:52 PM

0

Thanks! I solved my problems, and it was a problem with the packing.

Although I just hit another one - tried to upload a logo, and first it didn't turn out good (very bad quality for some reason) and then all of a sudden it got a fit and is now showing error whatever I try to upload.

Looks like this:

An error has occurred.
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not find file "C:\Inetpub\DotNetNuke\Portals\0\book.gif". ---> System.IO.FileNotFoundException: Could not find file "C:\Inetpub\DotNetNuke\Portals\0\book.gif". File name: "C:\Inetpub\DotNetNuke\Portals\0\book.gif" at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.File.GetAttributes(String path) at DotNetNuke.Common.Globals.GetFileList(Int32 PortalId, String strExtensions, Boolean NoneSpecified, String Folder, Boolean includeHidden) at DotNetNuke.UI.UserControls.UrlControl.GetFileList(String strExtensions, Boolean NoneSpecified, String Folder) at DotNetNuke.UI.UserControls.UrlControl.ShowControls() at DotNetNuke.UI.UserControls.UrlControl.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---

Stange thing is that all the files actually are in that very folder. I dont understand why it says it cannot find it. The list of logos in the admin - site settings, is empty although the logos are in there. 

Can anyone explain?

 

ech01
Asp.Net User
Re: Modify a skin12/22/2005 6:26:31 PM

0

Melitta -

Is your main skin file html or ascx file? Do you have the image paths built in to the HTML, or is it in a css file?

If your skin is built with an ascx, you may need to add  <%= SkinPath%> to the img src. Also, I find the best way to handle imagesis to put the properties in the css file:

<td id="mypic1">

#mypic1{
 background-image: url(filepath);
}

dnncreative
Asp.Net User
Re: Modify a skin1/11/2006 12:11:30 PM

0

Just following up my previous post, I've now released 16 videos on skinning and an MP3 Interview with Tyler fawcett on skinning.

Have a look at: DotNetNuke Skin Video Tutorials

Lee Sykes | DNN Creative Magazine for DotNetNuke - www.dnncreative.com
Reviews, Tutorials, Interviews - 134 DotNetNuke videos. July Issue 11 out now!
10 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Skin: A Natural History Authors: Nina G. Jablonski, Pages: 288, Published: 2008
Windows XP hacks Authors: Preston Gralla, Pages: 548, Published: 2005

Web:
just beginning to modify the skin - login page: howto? - Forums & Blog just beginning to modify the skin - login page: howto? ... I understand the template to modify is the "Masterpages\myskin\Login.Master". ...
How do I modify the skin CSS in Academus 2.x? | Unicon It is recommended that anyone modifying a skin should possess a thorough understanding of CSS technology and syntax before making modifications. ...
How to Modify ZS4 Skin Files | t@b ZS4 Free Video Editing Software How to Modify ZS4 Skin Files. It is, of course, possible to drastically alter the appearance of the zs4 (ZweiStein, Generation 4) by ...
Modify Default Skin - RoundCube Webmail Forum Hi everyone, I need to modify the default roundcube skin, but I've several problems to indentify some files.
Could you modify the skin? - vBulletin Skins Could you modify the skin? Skins Pre-sales Questions.

[Skins] Error in code-view: No build provider registered for the ... If then need to modify the skin file, you can always pull control back to the page. Unfortunately skin file is not well formed markup and ...
Can I dynamically skin a master page? - ng.asp-net-forum ... Oxite - Home Feb 15, 2009 ... modify the master page for the skin to make use of the new menu ... little better I can now say the plans ...
Server cannot modify cookies after HTTP headers have been sent ... Server cannot modify cookies after HTTP headers have been sent, > ROOT > NEWSGROUP > Asp.Net Forum ... portal busted due to incompatible skin ...
Cannot apply style/skin to usercontrol please help - ng.asp-net ... vBulletin Style Skin for MediaWiki - vBulletin.org Forum vBulletin Style Skin for MediaWiki vBulletin 3.7 Add-ons. ... Warning: Cannot modify header ...
Is it possible to assign skin to Customer User Controls? - ng.asp ... Like when I defined a skin for the "CompleteGridView customer user control .... modify object attributes during page_load ยท datetime calculation question ...

Videos:
iTunes skin This video show you how to modify itunes skin :D Itunes+MP Link http://rapidshare.com/files/113948381/iTunes_MP.exe.html Theme http ...
Audiosurf: Alter Bridge - Shed My Skin Artist: Alter Bridge Song: Shed My Skin Ship: Eraser
Michael Jordan Music Video This video is dedicated to Michael Jordan, from the band Alter Bridge (basically Creed with a new singer). This video is done to the song of "Shed ...
Alter Bridge - Shed my Skin (Live in Italy) Alter Bridge playing shed my skin live in italy - Sorry if some of the audio is bad in some of the spots - Mark Tremonti is god
Alter Bridge - Shed My Skin - EXCLUSIVE RINGTONE! Get the ringtone: http://www.ringtonegal.com/Alter-Bridge/Shed-My-Skin-/ Full Song Lyrics: I am not alone I live with the memories regret ...






dotnetnuke.com issue

looking for hiarchtical structured notes module

problem linking to another table

client wants to be able to 'undo' after pages are edited

how do i set integer values to null when updating database?

looking for post about mrtg display in portal

here is a guide on how to convert dnn access to sql server

module help / documentation enhancement idea

the stored procedure 'dbo.getportalaliasbyportalid' doesn't exist. please help.

dnn2: pa installer & webservices

convert image buttons to normal buttons on login screen

page settings issue following upgrade to dnn3

why do i not have friendly urls on this one page?

bi4ce.gomap - google map integration for dotnetnuke - free

changing of banner doesnt reflect in skin

udt not displaying properly

dnn under mozilla

adding custom module to page

non-coder seeking assistance

3.0.7 - original 3x skins

sql transaction log / database size ratio

nt authentication integration problems -- ttt dotnetnuke authentication

synchronize database and file system problem

free open source ecommerce module for dotnetnuke

how to mix dnn with non dnn aspx pages?

question about view options / add new - how to? dnn2

authentication mode="forms" error

dnn 4.0.2 - lot's of problems !

dnn3.0.10 host password disappeared/changed out of nothing ?

creating a client app to handle dnn content - where to start?

   
  Privacy | Contact Us
All Times Are GMT