Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#409 2008-03-07 19:31:20

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

iblastoff wrote:

<txp:rss_thumbpop showpagelinks="0" catfield="custom_2" usearticle="1" mode="float" jpop="1" addpermlink="0" clickonly="1" orderby="name" />

Hey Steve, thanks very much for that!

Your tag worked right away and it took me a while to figure out why. It turned out to be the addpermlink="0" that’s needed. I have absolutely no idea why though, it doesn’t seem to be related to the custom field feature in any way. Anyway, that’ll be a great enhancement for a couple of my existing sites.

Bloke wrote:

Sorry masa, can’t remember how to do it. I remember it took a bit of trial-and-error to get it to work. Looks like you’ll have to stick with smd_gallery :-) I’ll try and get that random image option sorted for you in the near future.

I’m looking forward to it :-)
Have been to a meeting with a client that gave me some new ideas, but I’ll post that in the appropriate thread.

Thanks to both of you!

Offline

#410 2008-03-08 21:22:32

ilyuha
Member
Registered: 2008-02-14
Posts: 10

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

1. front page photo gallery, which is located on the list of sections, and a few (say 16) prevyushek
2. in each section will be located a list of subdivisions and a few random pictures (albeit too will be 16) of this section
3. at the entrance to the sub-section is a list of pages with photos of the section: 1 2 3 4 5 6 7
4. clicking on a picture from a place in the Photo Gallery opens this photo full size, and preferably as something beautiful … opening the picture, should be able leafing other photos of subsection
5. photos will add users registered on the site
6. to each photo should be optional to fill signature.

Can all this with the plug rss_thumbpop? At least, as a means to withdraw his name and picture author?

Offline

#411 2008-07-16 12:11:16

fritz1903
Member
From: Berlin/Leipzig, Germany
Registered: 2005-10-24
Posts: 13

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Hello!

I am using the thumbpop-plugin successfully, it is great! But now I need the option to – besides displaying it with JS on the same page – display a third version, a bigger-sized version of a photo using lightbox or similar things.

So Problems might be:
  1. three versions of the same picture (with the same ID?)
  2. getting a link on the middle-sized photo refering to the big one

Does anybody has an idea, if this is possible? Is there an alternative? Thanks in advance!

edit: just found another solution…

Last edited by fritz1903 (2008-07-20 13:06:14)

Offline

#412 2008-10-04 12:21:08

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

if you look at the page source, there is <br style=“clear: both;”/> after thirst row of thumbnails.
the homepage
where the hell this come from? it breaks my gallery!

my template page:

<txp:if_section name="rss-thumbpop">
<txp:rss_thumbpop category="kullid,raehnid,pistrikud" mode="float" label="Linnupildid" backlabel="<< tagasi" nextlabel="edasi >>" cols="4" limit="8" nopop="0" pagepop="1" showcaption="1" showalt="0"/>
</txp:if_section>

and there is absolutly no attributes/values of clear=“both” in my rss_Thumbpop css page.
have anyone have a clue? i just can’t find it myself

Last edited by Gallex (2008-10-04 12:28:49)

Offline

#413 2008-10-04 12:54:35

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

The <br style=“clear: both;”/> is hard-coded in the plugin and since it cancels all floats it causes the next row to drop below your floated sidebar.

The easiest way is to use a high value of e.g. 999 for the columns. If the container will only allow for 4 thumbs, they will wrap anyway.

Last edited by masa (2008-10-04 12:55:08)

Offline

#414 2008-10-04 13:42:36

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

masa wrote:

The <br style=“clear: both;”/> is hard-coded in the plugin and since it cancels all floats it causes the next row to drop below your floated sidebar.

clear.
but my navigation still stays below it… :( so i can’t use it…?

Offline

#415 2008-10-04 14:01:50

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

I’ve never used the navigation menu, but it seems to throw in another clearing line break.
You could experiment with floating the entire .rssThumbs container…

.rssThumbs {
…
float: right;
}

but I’m not sure how well that would work.

Otherwise I’m afraid, you’d have to edit the plugin itself.

Offline

#416 2008-10-04 16:58:30

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,271
Website GitHub

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

masa wrote:

Otherwise I’m afraid, you’d have to edit the plugin itself.

…or brave smd_gallery :-p


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#417 2008-11-05 15:56:10

leomura
New Member
Registered: 2008-11-05
Posts: 1

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Thanks Rob, this is a magnificent plugin!
However, I wonder if it would be possible to use ‘showfullcaption’ on divpop mode as well as it does on jpop mode.

Any idea, anyone?

Thanks in advance.
leo.

Last edited by leomura (2008-11-05 17:00:37)

Offline

#418 2009-03-21 20:01:54

kevinpotts
Member
From: Ghost Coast
Registered: 2004-12-07
Posts: 370

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

I know this plugin is kinda old now and Rob is out of the TXP scene, but I ‘m going to ask this anyway in the hopes SOMEONE has an answer. I am using it successfully in jpop mode — all is working well. I am just wondering if there is any way to easily add “back” and “next” buttons underneath the large image to easily navigate through the set, without clicking each thumbnail. I scoured through these pages and did not see any answer, so if anyone has a solution, I’d love to hear it. Thanks!


Kevin
(graphicpush)

Offline

#419 2009-05-12 15:49:42

Gulfcoast
Member
Registered: 2009-04-12
Posts: 76

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

Can anyone tell me where to make the adjustment to turn off the caption under the thumb but keep it for the full image? Thank you.

Offline

#420 2009-05-12 18:45:18

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [plugin] [ORPHAN] rss_thumbpop - Thumbnail Image Gallery w/ popups

pagepop="1" showcaption="0" as the attributes should do the trick.

Offline

Board footer

Powered by FluxBB