Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] ako_boxover. Boxover tooltips JS.
This might be a weird question, but how do you use this on normal <code>a href</code>‘s? I saw the attribute href on the info-page, but I’m not familiar with this attribute (and I cannot find it in Textbook)…
To be more precise: could anyone give me an example how to use this plugin on a <code>a href</code>?
…Prrrrrrrr…
Offline
Re: [plugin] [ORPHAN] ako_boxover. Boxover tooltips JS.
You would use the <code>a</code> tag as a wraptag, like so.
<code><txp:ako_boxover wraptag=“a” href=“http://www.google.com/”>Link text</txp:ako_boxover></code>
Offline
Re: [plugin] [ORPHAN] ako_boxover. Boxover tooltips JS.
It’s that easy… Thanks!
…Prrrrrrrr…
Offline
Re: [plugin] [ORPHAN] ako_boxover. Boxover tooltips JS.
Looking at all the sites in the topic I do not see where one is working properly in Firefox or IE. Are people still using this? On the author’s website is this in use for examples?
Offline
Offline
Re: [plugin] [ORPHAN] ako_boxover. Boxover tooltips JS.
Hi everybody.
Great Plugin, thanks a lot for all the effort – I just downloaded v.3.
I implemented it but i have a problem, i guess i have to explain what i want to achieve
first so you get the picture, maybe someone is so kind to give me some hints, I´m just pretty new
to textpattern and php (please keep that in mind):
I want to build up my graphic work portfolio in textpattern,
every single “piece of work” is now a single article with one article image assigned to each article.
On the start page i have an articlelist, displaying nothing but the thumbnails of my works,
like a big square…
My plan was to implement ako_boxover so the user gets a brief overview about every project
by “mousing-over” the thumbnails on the startpage – displaying the article title in the boxheader and the article excerpt in the boxbody.
this is the important part in my aricleform i guess:
<txp:ako_boxover boxheader=“form:boxheader_stuff” boxbody=“form:boxbody_stuff”>
<txp:permlink><txp:article_image thumbnail=“1” /></txp:permlink>
</txp:ako_boxover>
The form boxheader_stuff (Type:article) looks like this
<txp:article_custom form=“title” limit=“1”/>
The form title (Type:article) only has <txp:title /> in it
-
Same for boxbody and the excerpt…
So on my frontpage with the thumbnails the boxover thing really displays title and excerpt,
but always the same one. No matter which thumbnail is “mouseovered”, always the same title
and excerpt.
Any hints are greatly appreciated!
Offline
#19 2008-05-08 19:53:10
- Ruhh
- Member
- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
Re: [plugin] [ORPHAN] ako_boxover. Boxover tooltips JS.
How can one insert txp tags inside either boxbody and boxheader?
<txp:Ruhh />
Offline