For a custom gallery, I use a custom view to retrieve all images. To give every image the same chance to be viewed, i use 'randomize' as the sorting function (actiually to unsort them).
The view uses the pager to distribute all images over several pages.
When I click on the 'next page'-link from the pager, the view is recreated and there are pictures that have already been show.
Is there a way to have some kind of 'persistent' randomize function? Like: randomize once and then you can click through all pages ....
I know this is merely aesthetic, but it's really bugging me now, and I know it SHOULD be possible. First off, thanks in advance for any advice. I've gotten some great help here getting this theme this far, and for that I am truly thankful. Now this one last piece. I cannot get the active primary link to stay highlighted when the secondary link is clicked. Example: www.lifeonilife.com. Under iMovie and iPhoto links are some secondary links which are showing and highlighted just as I want. What I want the primary link to do is stay highlighted also (in this case stay blue). Here is my page.tpl.php code:
In CCK I've created a new content type called Artists, which allows me to enter details of artists we currently work with, or have worked with in the past. So far, it's defined as such:
I've just realised that I posted this in the wrong Forum. I'd delete it if I could.
What I'm trying to do is display specific nodes (of which there are 31) on a page, based on the date. So far, I've got a date-specific link to the relevant node showing, by using this code (and changing the input type to php):
I am trying to figure out how to display a different image in my content based on the taxonomy term for that node.
For example,
I have a node of type "product". This product can have one of several terms applied to it, such as "Small, Medium or Large". In addition, it can have a "color" term, like "red, yellow, or blue"
I want to display a "Small" graphic on the page if the term is "small", a "Medium" graphic on the page if the term is "medium" etc...
Additionally, I want to display a "red" graphic if the term is "red", etc....