Go to content Go to navigation Go to search

Changes of Moment · 2008-05-28 23:37 by Rick Silletti


For any that follow Textpattern development who haven’t read and considered the possibilities made available by the combination of container tag advancements and the new tag parser. Do read the articles linked to below from the Dev Weblog. They new choices break all the barriers that have been fretting folk forever.



ras_singlelink · 2008-05-13 20:50 by Rick Silletti


A set of tags for drawing on the links as defined inside Textpattern one at a time by ID. Hmmm…

[edit] There is an update to 4.0.6.2 that I would recommend for this, it is the current download.



ras_set_article_status · 2008-03-13 20:10 by Rick


The drawbacks of some conditional approaches to article and article content display keep bringing me back to an old idea whose potential rattles around with me some; that idea would be article status alteration from withing an article form.
The tag for accomplishing this is in the sidebar as ras_set_article_status, the help file at present reads as follows:


Tag ras_set_article_status sets the current article to whatever status is set in the status attribute, which actively alters an article’s Status. It accepts a status attribute which lists article status as follows.

* Draft * Hidden * Pending * Live * Sticky

Default setting Live.

***
As of changeset 2887 this tag can only affect status Sticky and Live, and is very limited in it’s usefulness in the future.
***

These tags are intended to be used in an article form. When used in an article form this tag alters an article’s status on an exit condition basis (an article displayed as Live when the tag is called will display, if it’s status is changed to Pending on that pass it will not display on the next pass.)

Used singly as an article form tag it feels very clumsy, but what can be accomplished with article form “form” and “status” attribute settings when organized with sections, conditional tags, and category usage is extensive.
Adjusting article status allows integration of posting time based conditionals (or any other article based conditional check) to automate display control, with pagination methods that are an inherent design characteristic of Textpattern. This if nothing else has me looking at it again and again.
The potential is greater than it seems at first.


ras_set_article_status_v4.0.6
***
As of changeset 2887 this tag can only affect status Sticky and Live, and is very limited in it’s usefulness in the future.
***


Updated plugins for TXP 4.0.6 · 2008-01-28 16:01 by Rick


The archive in the side bar named 4.0.6 plugins.zip contains a set of plugins that will run with TXP 4.0.6. Very little changed with any of them except some minor updates to adapt to changes in the tagbuilder functions used in some of the older plugins.
This set of plugins represent what I feel worthy of survival and general use with TXP 4.0.6.

Included are:

ras_plugin_credits_v4.0.6.1.txt
ras_page_of_v4.0.6.1.txt
ras_if_dates_v4.0.6.1.txt
ras_if_article_keywords_v4.0.6.1.txt
ras_if_article_image_v4.0.6.1.txt

These have been tested fairly well at this point, but any feedback is always welcome.



jQuery scripts for TXP · 2007-11-18 19:37 by Rick


I’ve been working on some jQuery scripts primarily for the purposes of learning javascript. jQuery is rapidly becoming the object of interest in and of itself. My guinea pig is TXP not only because jQuery is bundled with it but because TXP is what I use.
I’ve also started a googlecode project called texteffects so that I can make scripts available when they are complete or earlier for testing. I’m just getting started with the project, but I have one script compete in two variants, that any and all are welcome to use, that adds effects to TXP’s list tags by hooking the default class that each tag implements when no class is defined.
txptags.js
txptags.js -enhanced

Feedback from testing or use would be welcome.

Anyone who would like to participate in the project directly can contact me at rsilletti@gmail.com


Section: article


ras_rollover text · 2007-09-26 18:24 by Rick


Been fooling around with a pet idea that I’ve always liked, links that display text on a different area of the page when moused over. I’ve always considered it catchy when you use it right.
I’ve got this version working the way I would like, the next step would be integrating the idea with jQuery.

A quick peek at the code

Version 4.0.5.2 uses jquery and has some bug fixes, its recommended.

Any feedback would, of course, be welcome.



if_article_image · 2007-09-15 18:58 by Rick


This is an idea that has been around for a while. This polished up shiny version will also look at the article image number for you if you like; I can think of any number of reasons for that choice being nice!



expire_mod 4.1.0 plugins · 2007-08-10 18:27 by Rick


The occasional interest in article expiration and auto delete functionality that arises is enough to polish up some older plugins and make them available for those who would like to try them out.

This zip archive includes a version of ras_if_dates, ras_delete_expired, ras_auto_delete, ras_status_set; all intended to be used with crockery Textpattern development branch, or a version 4.0.5 stable TXP version with the article expire mod installed (I don’t have this available for download, only the plugins that will run with it).

Feel free to try them out and let me know what you think.



ras_if_dates_v4.0.5.1 · 2007-07-26 18:39 by Rick


Tagbuilder upgrades for TXP 4.0.5 for ras_if_dates



ras_if_article_keywords · 2007-06-23 19:30 by Rick


An interesting, if as yet untested idea, for a conditional tag to match article keywords and keyword lists in a variety of ways.

Any testing feedback would be appreciated.



 Previous Article