Search

You searched for the word(s): userid:92956

Matching Posts

  • Re: Best Practice ro replace Textpatterns?

    Anyone out there?
    Posted to Getting Started (Forum) by masom on 1/24/2007
  • Re: Best Practice ro replace Textpatterns?

    Hello, so, here's the whole issue again: I posted the "structure" of my code with all single tasks. Anyone out there who can help me? string sourceText = @"<html><body>....<p> <img src='http://Servername/Webname/Imagelist/myImage.jpg' />"; sourceText+= @"<br><img src='http://Servername/Webname/AnotherImagelist/anontherImage.jpg' />"; sourceText += @"...</body></html>"; // String to find is: I Know the Server and the web, but nothing else string toFind
    Posted to Getting Started (Forum) by masom on 1/21/2007
  • Re: Best Practice ro replace Textpatterns?

    Hello, okay, but how can I Isolate the folderpath from my img-tag? I tried to do this with the RegEx.Match, Groups etc. Methods. But do not really solve my problem. Thanks...
    Posted to Getting Started (Forum) by masom on 1/17/2007
  • Re: Best Practice ro replace Textpatterns?

    Hi, this really works fine. But I don't get my tasked finished finally... After I replaced the paths of my images, I have to create the whole folderpath locally, to store the image in it. <img src=" /mylocalFolder/subfolder/subsubfolder/ image.gif" > So here's the next question. How is it possible to isolate the content of the src-tag and create a folder-structure from this? Sorry, but RegEx are not my passion. Marcus
    Posted to Getting Started (Forum) by masom on 1/16/2007
  • Re: Best Practice ro replace Textpatterns?

    Hi MIB246, thanks for your Post. This works fine for specific strings. But first of all my task is to "find" the string in a larger document. (Sorry, I didn't mentioned this exactly). For example: <html> ... <p> ... <td> <img src="STRING_TO_REPLACE"/> ... Only the bold part have to be changed. So, how can I find all the strings in the whole document??
    Posted to Getting Started (Forum) by masom on 1/14/2007
  • Best Practice ro replace Textpatterns?

    Hi all, I have to do change the server urls of web ressources like images to local urls. Example: <img src="http://SERVERNAME/WEBNAME/IMAGELIST/myImage,gif" /> to: <img src="folder/myImage,gif" /> Where the servername, webname and listname are variable and may change. What ist the best way to replace specific Textpattern in large texts? Regular Expressions? If yes, what will be the correct replace-pattern? Thanks Marcus
    Posted to Getting Started (Forum) by masom on 1/14/2007
  • Difficult task of bulk user creation/update via scheduled task

    Hi all, i've a tricky task to do. Some time ago I wrote a module that synchronises the Dnn portals of our intranet with our NT4-Domain Accounts (cummulated with other extended data from our personal data systems). The Domain and personal accounts are the leading system entities Therefore is it neccessary to create, update and delete accounts in all portals in continous intervalls. This was a hard piece of work for me but i solved it. Now I want to automate the process via the scheduler but i run
    Posted to DotNetNuke (Forum) by masom on 12/2/2005
  • Re: Reqquest.ApplicationPath works on my local server but not my site

    Hi dexterm, I'v exact the same problem. Please tell me if there is a solution Thanks Marcus
    Posted to Portal Starter Kit (Forum) by masom on 11/29/2005
  • Re: Bonosoft Multi Page Content for DNN 3.1 not searchable ?

    Hi HP, thanks for your response and sorry for my delayed answer. I'm using Dnn 3.1.1 and Multipage 3.0.3. I got only an undefined error in the logviewer: AssemblyVersion : -1 Method : FileName : FileLineNumber : -1 FileColumnNumber : -1 PortalID : -1 PortalName : UserID : -1 UserName : ActiveTabID : -1 ActiveTabName : AbsoluteURL : AbsoluteURLReferrer : ExceptionGUID : DefaultDataProvider : InnerException : Value cannot be null. Parameter name: type Message : System.ArgumentNullException: Value cannot
    Posted to Custom Modules (Forum) by masom on 11/11/2005
  • Re: Bonosoft Multi Page Content for DNN 3.1 not searchable ?

    I've the same problem with the Bonosoft Module. Only for this module is no search available. Is there a solution for this issue without moving the whole portal?
    Posted to Custom Modules (Forum) by masom on 11/10/2005
Page 1 of 8 (78 items) 1 2 3 4 5 Next > ... Last »