grouping problem

Page: 1

Author Post
jrubins
Guest
Hi there
I'm using FloatBox for WordPress
http://wordpress.org/extend/plugins/floatbox-plus/

I'm having trouble with my grouping
I found this thread but it's not helping me very much.
http://floatboxjs.com/forum/topic.php?id=292

What I'd like to do is create a page with 6 images in a table. Each image with a different project (Project 1...2...etc)
Then, when a user clicks a project he'd see all the pictures in that project. IE, each project has 10 pictures documenting that project.

So, right now, I've got 10 pics for project 1 (rev="group:project1") but when I click project1-picture1.jpg, I only get picture1.

Pictures 2-10 are sitting on another page that is published (i want it to be unpublished). So that shouldn't be the problem.

Can you please help me out? Thanks!
Administrator
Registered: Aug 2008
Posts: 3382
Not sure why you're running into trouble. Having a page to see the problem on would help a great deal. Are you using an older version of floatbox? If so, use the rel syntax for grouping. (See the docs included in the download.) The group option in the rev tag was added with version 3.50.

But this statement catches my attention:
"Pictures 2-10 are sitting on another page". Well, that's not going to work. Anchor groups are formed from the content on the current page. But note that you can have empty anchors if you like (nothing between the <a> and </a> tags).

I don't know if this helps or not.
jrubins
Guest
Ok, got it working. You were right, I needed to just use empty <a> tags on the page with the location of the images.

Thanks for your help
James

Page: 1