Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Issues with APPIMAGEPATH?Issues with APPIMAGEPATH?
Previous
 
Next
New Post
4/29/2007 1:33 PM
 

I have been working on a skin and mvoing to the DNNMenu.  Trying to set the NodeLeftHTMLBreadCrumbRoot image to a default image of /images using APPIMAGEPATH.  In the skin.xml I use the setting:

        <Name>NodeLeftHTMLBreadCrumbRoot</Name>
        <Value><![CDATA[<img alt="*" BORDER="0" src="[APPIMAGEPATH]breadcrumb.gif"/>]]></Value>

What I get is:

http://dnn451/Portals/_default/Skins/MySkin//images/breadcrumb.gif

So it appears, the AppPath is being appended to my skin path instead of just replacing the current path for some reason.  Any ideas?

 
New Post
4/29/2007 2:01 PM
 

The skin parser is putting your skin path in because of the src= attribute.

This is one of the reasons I like to work directly with .ascx skins.


DotNetNuke Modules from Snapsis.com
 
New Post
4/29/2007 2:15 PM
 

The actual results in the ASCX comes out as it should:

NodeLeftHTMLBreadCrumbRoot="<img alt=&quot;*&quot; BORDER=&quot;0&quot; src=&quot;[APPIMAGEPATH]breadcrumb.gif&quot;/>

But, when displayed on the site, the APPIMAGEPATH is prefixed with the skin path.  Do not have a clue as to 'why' yet.

I too typically work directly, but some seem to think that there should be an HTML and XML file.  Since this skin will be for sale, I figured I would try to back port my skin to HTM/XML style.

 

 
New Post
4/29/2007 3:49 PM
 

That's Interesting.  The skin parser is supposed to replace all src=, background=, etc. with the skinpath in front if it is a relative path.

Maybe you have two bugs for the price of one!


DotNetNuke Modules from Snapsis.com
 
New Post
5/2/2007 3:14 PM
 

I changed the skin.xml file in the DNN-Blue skin in 4.5.1 to read:

      <Setting>
        <Name>NodeLeftHTMLBreadCrumbRoot</Name>
        <Value><![CDATA[<img alt="*" BORDER="0" src="[APPIMAGEPATH]breadcrumb.gif"/>]]></Value>
      </Setting>

and it does the same thing.  APPIMAGEPATH does not appear to be working properly.  Each time it gives:

http://dnn451/Portals/_default/Skins/DNN-Blue//images/breadcrumb.gif

Appears to be a bug.  I wonder how long it has been in there though.

Goes anyone know of a Gemini post on this before I create one?

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Issues with APPIMAGEPATH?Issues with APPIMAGEPATH?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out