c
Posts:7
 |
| 08/06/2007 3:08 AM |
Alert
|
Hi, I'm trying to use the skinobject and keep getting the error; Could Not Load Skin: /Portals/0/Skins/Ghost-Dose/ghost-dose-tester.ascx Error: The file '/DestopModules/SEOMenuSkinObject/SEOMenuSkinObject.ascx' does not exist. Except I'm sitting here looking at that file in that firectory as I type this. The Modules work fine, it's just the skinobject giving me trouble but that's what I want. I've got the register tag at the top and using the dnn:seomenu tag in the ascx. Can ya help a guy out lol? |
|
|
|
|
DNN SEO
Posts:153
 |
| 08/06/2007 12:03 PM |
Alert
|
Yes I see the problem
'/DestopModules/SEOMenuSkinObject/SEOMenuSkinObject.ascx'
is supposed to be
'/DesktopModules/SEOMenuSkinObject/SEOMenuSkinObject.ascx'
you were missing the "k" |
|
Owner/Developer DNN SEO www.dnnseo.net |
|
|
c
Posts:7
 |
| 08/07/2007 2:37 AM |
Alert
|
aaahhh, I didn't even notice that. hahaha makes sense... Thats straight from the last version patch download PA on snowcovered, might change it. Anyway I was also wondering, how do you apply the menu skins? I understand the string but do I just past the css of the menu skin I wanted into the module.css? Thank you again, great mod! |
|
|
|
|
DNN SEO
Posts:153
 |
| 08/19/2007 10:13 PM |
Alert
|
| StyleSheetName="/DesktopModules/SEOMenuModule/Horizontal Orientation Styles/Horizontal 1.css" |
|
Owner/Developer DNN SEO www.dnnseo.net |
|
|
c
Posts:7
 |
| 08/20/2007 12:20 AM |
Alert
|
Ok, the skinobject displays fine but it's vertical and the orientation tag isn't having effect. As well as not using the .css specified. Could ya take a look at my tag and straighten a guy out? I'd really appreciate it.
|
|
|
|
|
DNN SEO
Posts:153
 |
| 09/11/2007 8:40 AM |
Alert
|
The orientation tag really doesn't have the effect of making the menu horizontal or vertical. The CSS is what makes it horizontal or vertical.
Just post your tag and I will take a look at it. |
|
Owner/Developer DNN SEO www.dnnseo.net |
|
|