View Cart
|
Wish List
|
Login
|
Register
|
Thursday, May 24, 2012
Home
Features
DNN Modules
DNN Skins
All
Stores
My
Account
Support &
Service
Search
..::
Support &
Service
Forum
::..
English (United States)
Español (España)
Français (France)
Italiano (Italia)
Nederlands (Nederland)
Norsk (Bokmål) (Norge)
Português (Portugal)
Dansk (Danmark)
Svenska (Sverige)
English (United Kingdom)
Deutsch (Deutschland)
Search
Forum Home
DotNetNuke
CATALooK.netStore
MiniDashBoard n...
MiniDashBoard not showing short description
11/16/2011 8:01:37 AM
SCI-A111390A4EE748638A18A4DCEB05A5F1
6 posts
MiniDashBoard not showing short description
Since my help requests don't receive an answer from support, I post here my problem hoping to find a solution:
I recently updated my Catalook from 6.0.8 to the latest 6.4.2 and, in some cases, I have a problem showing, in the MiniDashBoard, some of the short description (product summary) for the products.
This is the problem:
Until I do not click on the update link in the product main edit page (that is supposed to be an UPDATE operation on the CAT_Products table), the descriptions are correctly showed, but if I go inside the edit page and (also if I do not modifying any field) click on update, the description I use as a product summary is no more showed.
I attach the portion of the code of the MiniDashBoard skin showing the description (product summary):
Javascript functions:
PS: Taking a look at the CAT_Products and CAT_Resources I saw the descriptions of the products I updated are in puure html and are not converted in plain text (e.g.< doesn't become <)... I wonder if this could be the problem...
11/16/2011 8:05:16 AM
SCI-A111390A4EE748638A18A4DCEB05A5F1
6 posts
Re: MiniDashBoard not showing short description
Here is the code: -div class="Product-Summary"-
-script-{document.write(LocDesc('-%# LocDesc(Container)%-'))}-/script-
-/div-
Javascript functions:
-SCRIPT LANGUAGE="Javascript"-
function LocDesc(id) {
var o = document.getElementById(id);
var t = o.title;
o.title = '';
return t;
}
-/SCRIPT-
-script runat="server"-
Public Function LocDesc(container as DataListItem) as string
Dim h As HyperLink, s as string, o as object
s = container.ClientID & "_Hyperlink2"
Return s
End Function
-/script-
11/17/2011 1:25:40 PM
SCI-A111390A4EE748638A18A4DCEB05A5F1
6 posts
Re: MiniDashBoard not showing short description
really no idea? no help?
11/21/2011 7:54:12 AM
SCI-A111390A4EE748638A18A4DCEB05A5F1
6 posts
Re: MiniDashBoard not showing short description
great support.
Page 1 of 1
DotNetNuke
CATALooK.netStore
MiniDashBoard n...
Flat View
Tree View
Oldest To Newest
Newest To Oldest
References / Live Stores
|
Forum
|
Trial Downloads
|
Resource Directory
|
Release History
|
Support Requests
|
Referral Program
|
Contact
CATALooK
|
Terms Of Use
|
Privacy Statement
Copyright 2002-2010 CATALooK