Creating Article Popups in Textpattern
Recently I wanted to open up the article body in an new window. On the page I had set up I exposed the title and the excerpt and then an link to where the article body was opened up in a new window. Below I will briefly cover how I did.
This is in the article form.
<h2><txp:title /></h2> <txp:excerpt /> <p><txp:dmn_popup_article_link width="595" height="550" /></p>
We also need to create a new form which we can call popup_article, in that form we place the html markup for the popup page, and where you want the article to be exposed place this tag <txp:dmn_popup_article />.
19. februari 2006, 14:44 | Kommentarer avstängt Is there a better way to accomplish this? [9]
My Download Section is Now Up Again
The download section of this site is now up, but there seems to be a bug in txp when setting up the files form like below.
<txp:file_download_link><txp:file_download_name /></txp:file_download_link>
I ended up doing this mess instead.
-
<a href="/file_download/<txp:file_download_id />"><txp:file_download_name /></a>
But hey it seems to work atleast.
28. september 2005, 22:29 | Kommentarer avstängt
Updated my Textpattern Install
Now Im running Textpattern 4.01 on this site, it seems like there is some problems with my downloads archive still, I will try to fix that soon.
There will also soon be a link up to download a version of mine textpattern plugin glx_if that will work on txp 4.01.
I have changed the structure a bit on the site too, I found the htaccess line below realy helpful.
27. september 2005, 20:46 | Kommentarer avstängt Kommentarer [1]
My TXP plugin development status
If you are using any of my Textpattern plugins and please read this post on the support forum.
26. juni 2005, 15:54 | Kommentarer avstängt Got something to say? [1]
Egokick
Kollade mina referers häromdagen och såg att John Oxton hade skrivit en post om ett av mina plugins till textpattern. Satt sen och läste bland kommentarerna till hans post och såg att folk verkligen uppskattar min små plugins.
13. juni 2005, 23:11 | Kommentarer avstängt Kommentarer [3]