Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#16 2006-11-16 00:15:24
- Ace of Dubs
- Member

- Registered: 2006-04-17
- Posts: 446
Re: asy_wondertag (tags-in-tags/tags as attributes)
Update: Thanks to variaas, I finally got the desired result.
What a great plugin!
I think once people start showing examples of what’s possible, wondertags will become the next hip thing
Offline
Re: asy_wondertag (tags-in-tags/tags as attributes)
Sencer wrote:
Also the interest in this plugin has been very, very low.
No, Sencer, it just works great. !!! No complaints from my part. Great plugin.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#18 2006-11-16 14:02:45
- Niconemo
- Member

- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: asy_wondertag (tags-in-tags/tags as attributes)
How to make an encrypted email directory with asy_wondertag and built-in txp:email tag
<txp:asy_wondertag>
<txp:email email="<txp:custom_field name="email"/>" linktext="Send email" title="Send email to <txp:custom_field name="name"/>" />
</txp:asy_wondertag>
It works like a charm ! I’m about to test now with the email obfuscator plugin
Last edited by Niconemo (2006-11-16 14:04:36)
Nico
Offline
#19 2006-11-16 14:24:54
- Niconemo
- Member

- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: asy_wondertag (tags-in-tags/tags as attributes)
The same structure works perfecly with the txp:alt_obfuscator plugin
Nico
Offline
#20 2006-12-07 11:18:28
- alexandra
- Member

- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: asy_wondertag (tags-in-tags/tags as attributes)
Would be really cool if some more people could post an example on how they use the wonder plugin :) – i intend to write an article on it referring to ‘life’ examples. Just drop a short description here and your sites url and i link it. Thanks!
Offline
Re: asy_wondertag (tags-in-tags/tags as attributes)
Offline
#22 2006-12-11 01:08:55
- marios
- Archived Plugin Author

- Registered: 2005-03-12
- Posts: 1,253
Re: asy_wondertag (tags-in-tags/tags as attributes)
@alex, here’s one more
( I finally got some time to try this and found a practical usage example, that I need for a Template Set. )
Finally, I’d like to express my thanks to Sencer again, for making this wonder possible.
regards, marios
Last edited by marios (2006-12-11 01:17:20)
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
#23 2006-12-23 18:23:53
- jstur8jv
- Member
- Registered: 2006-12-23
- Posts: 23
Re: asy_wondertag (tags-in-tags/tags as attributes)
Another vote for the “this plugin is awesome” crowd.
I used this plugin to turn upm_image into a plugin that can be manipulated via the url variables, such as with the following code:
<txp:asy_wondertag><txp:upm_image image_id="<txp:php>echo $_GET['p'];</txp:php>" ><txp:upm_img_caption /></txp:upm_image></txp:asy_wondertag>
That returns the description for the current image, useful if you would like that functionality when you’re browsing a category of images.
It’s helping me create a photo blog that doesn’t rely on articles at all.
Offline
Re: asy_wondertag (tags-in-tags/tags as attributes)
Ok, Finally got around to using this plugin which I find indeed to be “da fahshizzle”. Totally awesome.
I’ve almost got a client area set up on my site using this plugin, ign_password_protect (hacked) and glx_if.
Everything works fine, until I try something like;
<txp:asy_wondertag>
<txp:if_category name="<txp:ign_user_name display="name" />">
<txp:any_tag_here_including_an_output_form_tag />
</txp:if_category>
</txp:wondertag>
When it does not parse the </txp:if_category> tag which appears in the html. The tag <txp:ign_user_name> is a hack and is verified to output the user name in plain text.
I assume this is expected behavior because there’s a tag nested inside the one being worked upon by wondertag.
Ideas? Is there a workaround?
Last edited by mrdale (2007-01-06 01:13:06)
Offline
Re: asy_wondertag (tags-in-tags/tags as attributes)
Wow. Thank you so much for taking the trouble to do this! Works like a charm.
Offline
Re: asy_wondertag (tags-in-tags/tags as attributes)
I’m using this as the “post and reply engine” for “TXPhorum”: , a simple forum solution for Textpattern.
Here’s the example:
<txp:asy_wondertag>
<txp:article_custom post_or_reply="<txp:article_id />" form="txphorum_reply" sort="Posted asc" />
</txp:asy_wondertag>
- Ben
Offline
Re: asy_wondertag (tags-in-tags/tags as attributes)
Marvelous, how did I miss this gem – thanks.
Offline
Re: asy_wondertag (tags-in-tags/tags as attributes)
I could find no way to get asy_wondertag work with an RSS collector plug-in (bit_rss, feed). Both are using SimplePie, the later being the very stable original TXP extension from SimplePie (recommended by me). No critique at all, but very sad for some occasions :)
Get all online mentions of Textpattern via OPML subscription: TXP Info Sources: Textpattern RSS feeds as dynamic OPML
Offline
Re: asy_wondertag (tags-in-tags/tags as attributes)
Hi Sencer,
I was reading through your explanation of how this wondertag works, and noticed something confusing for a humble designer like me. Is this a contradiction? :-
How to use & Examples
Simply …bla blah bla blah …..<txp:if_article_category>. This does not work
Examples:
1. blah bla etc
On this thread the text seems to suggest that the examples don’t work, but when i installed the plugin, the intro text suggests that the examples ARE indeed ways of using the plugin. Could you please clarify? and please excuse my ignorance on this matter.
I think, therefore I AM, … … er … I think :-?
Offline
Re: asy_wondertag (tags-in-tags/tags as attributes)
Yep the examples work.
It’s all quite straightforward.
Just wrap wondertag around the tag that you wish to insert another txp tag into, and you’re good.
Offline