For a blog based on dasBlog I have written a macro some time ago to use the link lift service. This macro has been removed now from left lift and was integrated into your process. If you now is a customer of linklift and dasBlog selects management system (CMS) in the Administration as content a code snippet is offered one which you must add in the dasBlog. Here are the instructions for installation.
1. First, the file will be loaded dasBlog_LinkLift_Makro.V.1.0.zip down. In this ZIP archive is the GENiALi.dasBlog.LinkLift.dll. This DLL is copied to the \bin directory of dasBlog.
2. After you obtained the code snippet at link lift. This should look something like this.
<!-site key, PlugIn secret, creation date, update all 720 minutes, request timeout in ms ->
< %GetLinkLiftLink("AAAAAAAAAAA",_"BBBBBBBBBB",_"2009-10-19",_720,_7000) |LinkLift% >
3. As a third will open the web.config. At the very top you will find a commented-out line.
<!-USED FOR CUSTOM MACROS ONLY
< section requirePermission = "false" name = "newtelligence.""DasBlog.Macros" type = "newtelligence."DasBlog.Web.Core.MacroSectionHandler, newtelligence."DasBlog.Web.Core" / >-->
Here it must be copied--> one at the end of the line two at the end of the line. Then it should look like.
! - USED FOR CUSTOM MACROS ONLY - >
4. Now searches for the following location in the web.config.
<!-USED FOR CUSTOM MACROS ONLY
< newtelligence.DasBlog.Macros >
< add macro = "foo" type = "FooMacroPlugin.FooMacros, FooMacroPlugin" / >
< / newtelligence.DasBlog.Macros > >
Also, this code is commented out. But to a the linklift to use macro, the code must be modified as follows.
<!-USED FOR CUSTOM MACROS ONLY - >
< newtelligence.DasBlog.Macros >
< add macro = "Linklift" type = "GENiALi.dasBlog.LinkLift.LinkLift, GENiALi.dasBlog.LinkLift" / >
< / newtelligence.DasBlog.Macros >
5. Now the macro must be installed only in the theme template file. It is inherently always homeTemplate.blogtemplate. Depending on the selected theme, it is in a different folder under the themes found. for example: see themes\dasBlog\homeTemplate.blogtemplate.
In this file, the code snippet is installed that you received at linklift now. And already the download links should work.
The macro under dasBlog was tested 2.1 and 2.3. The Web server must simply that.NET Framework 3.5 with SP1 installed.
Fun and thank you.
A big thank you to this point on Andreas Rayo Kniep, CTO, linklift, for the large, fast and competent help.
