Hoppa över navigering, gå direkt till textinnehållet



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 />.

More...

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.

  1. <txp:file_download_link><txp:file_download_name /></txp:file_download_link>

I ended up doing this mess instead.

  1. <a href="/file_download/<txp:file_download_id />"><txp:file_download_name /></a>

But hey it seems to work atleast.

More...

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.

More...

My TXP plugin development status

If you are using any of my Textpattern plugins and please read this post on the support forum.

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.

More...

Äldre