You need to Register for free and Login to post a message in the forum.

Forum

Personalization, Text Editor, Logging and Reporting in Open Web Studio - Part 4 of 6 - issue 46
Last Post 2011-02-08 04:52 AM by Allan Streib. 4 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2009-06-29 08:38 PM
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    Dat HuynhUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:1

    --
    2009-07-30 08:54 PM
    Hello Lee,

    Can you show me what is the configuration look like for the following query to receive parameter from the url?

    http://www.mysite.com/OWS.aspx?frmsearch=1

    SELECT *
    FROM products
    WHERE ProdID=@frmsearch

    Thank you,
    Dat
    Paul DeschenesUser is Offline
    Nuke Active Member
    Nuke Active Member
    Posts:25

    --
    2009-08-05 02:27 PM
    Here is a link to an example configuration you can import. Open an OWS administration window, click IMPORT, then copy, paste and save the contents of the txt file in the attached zip file link.

    http://dnncreative.advologix.com/qu...search.zip
    Paul Deschenes
    DNN Creative OWS Tutor
    Subscribe to the website
    Jeff CUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:1

    --
    2010-05-21 04:41 PM
    Running DNN 05.04.01, the default text editor is Telerik in place of FckEditor. When I try to implement the OWS TEXTEDITOR (as shown in the tutorial) in this DNN release, I see the tag painted on the page as I’ve created it such as {TEXTEDITOR,frmText,Description,,100%,200} rather than rendering an actual editor. When I try this in my earlier releases of DNN leveraging the FckEditor, the editor renders as expected.

    Has this TEXTEDITOR OWS call been adapted to work with Telerik and if so what changes do I need to make to have it function as expected?

    Allan StreibUser is Offline
    Nuke Newbie
    Nuke Newbie
    Posts:1

    --
    2011-02-08 04:52 AM
    The complex union query to get the categories and checkbox value could probably be simplified with a left join, something like:

    SELECT c.Category,
    CASE WHEN tc.category IS NULL THEN 0 ELSE 1 END AS checkbox
    FROM KBCategory c
    LEFT JOIN KBArticleCategory tc ON tc.category = c.category
    WHERE tc.KBArticleId = [KBArticleId]
    ORDER BY 1

    Or a scalar subquery, e.g.

    select c.Category,
    (select count(*) from KBArticleCategory tc
    where tc.category = c.category and tc.KBArticleId = [KBArticleId]) as checkbox
    from category c
    order by 1

    Warning: not tested...
    You are not authorized to post a reply.


    Active Forums 4.3

    Latest Forum Posts

    Enforce Terms Tutorial Update by Vistalogix Corporation
    I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
    RE: Best Practices for Modifying a Custom Module by Joseph Craig
    Start up the development website, then install the module using the package that you have. Then, yo
    Best Practices for Modifying a Custom Module by schilders
    Good Morning, I'm needing to modify a custom built module created by another developer targeted f
    RE: Admin menu problem by alireza arabiyan
    hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
    RE: Admin menu problem by Joseph Craig
    Yes, that is what you should have done. What is the URL for your home page? What is the URL for
    RE: Admin menu problem by alireza arabiyan
    hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
    RE: Admin menu problem by Joseph Craig
    How did you move it? Have you added an entry in the portalalias table for the site's domain name?
    RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
    Set up a user with dbo privileges and set the connection string for that user, rather than using Win
    Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
    I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
    Admin menu problem by alireza arabiyan
    hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
    RE: dnn 4.4 upgrade issue by imran shaikh
    Thanks you all it is done by renaming release.config to web.config procedure
    RE: dnn 4.4 upgrade issue by imran shaikh
    Thanks you all it is done by renaming release.config to web.config
    dnn 4.4 upgrade issue by imran shaikh
    hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
    RE: How to build Skins for DNN 6.x by Joseph Craig
    I'd recommend that you try replacing the hard-coded text with the DotNetNuke Text skin object. That
    RE: Module permission does not work! by Joseph Craig
    What permissions have you give to that role?
    RE: DNN nav issue by Joseph Craig
    Are you using a custom skin? How often does this happen?
    RE: Friendly URLs Broken by Joseph Craig
    I don't entirely understand this, but I'm glad you got things working.
    RE: How to build Skins for DNN 6.x by Christopher Adamakis
    Dear all, I have one more question regarding greek fonts. If you check my site http://www.expertsoft
    RE: Dnn local setup problem by imran shaikh
    this is error is resolve now now getting this one Server Error in '/cooperpharma.ma' Applicat
    RE: Module permission does not work! by Abraham Tameru
    I created a special role for the user to administer the site. The user is not a member of the Admini
    You are not logged in.
    You must log in to access all 
    650+ videos, tutorials, podcasts, and more.
    RSS Feeds