Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2006-11-15 13:22:13
- Ace of Dubs
- Member
- Registered: 2006-04-17
- Posts: 446
Re: asy_wondertag (tags-in-tags/tags as attributes)
Man I wanna have all this fun too!!
Havin some trouble in wonderland. Perhaps you can shed some light on this one, Sencer
I know, I know…. leave it up to Ace to completely push it past the limit. I can’t help myself. I want it all!! Muahahahaaahaa!!!!
Ahem.
So yeah, I can’t figure out how to get this bumpin. If you have any ideas I’m all ears
Offline
#14 2006-11-15 15:05:08
- Niconemo
- Member
- From: Rhône-Alpes, France
- Registered: 2005-04-18
- Posts: 557
Re: asy_wondertag (tags-in-tags/tags as attributes)
Sencer wrote:
Also the interest in this plugin has been very, very low.
Sorry not to have come sooner : this plugin outcome is a fantastic good new !
I intend to remake several sites I could not make as I wanted, using custom_fields a better way.
It is very useful for a lot of applications, as galeries (using txp:article_image), to encrypt an e-mail custom field with a plugin, etc.
Last edited by Niconemo (2006-11-15 15:07:56)
Nico
Offline
Re: asy_wondertag (tags-in-tags/tags as attributes)
Hear, hear. I’m really interested in this plugin, just haven’t had a chance to use it yet. Thanks Sencer.
Offline
#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