| Author |
Message |
JOEYB
Beginner


Joined: Dec 28, 2005 Posts: 2
|
Posted: Wed Dec 28, 2005 12:38 pm Post subject: Nuke Scrolling random block? |
|
|
Has anyone made a block that is scrolling from side to side for gallery 2 that shows 4 images? So it would be about the size of a banner add? Just woundering. I thought I had seen one somewere. It just keeps scrolling latest images in gallyery? If not this would be cool.
Thanks,
Joeyb |
|
| Back to top |
|
|
AdBot
|
| Post subject: Nuke Scrolling random block? |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6241 Location: Washington Township, NJ, USA
|
Posted: Sat Dec 31, 2005 8:30 am Post subject: Re: Nuke Scrolling random block? |
|
|
i might be able to tweak the existing imageblock to do just this. lemme tweak and test  _________________
 |
|
| Back to top |
|
|
JOEYB
Beginner


Joined: Dec 28, 2005 Posts: 2
|
|
| Back to top |
|
|
tripwire
Beginner


Joined: Sep 27, 2005 Posts: 9
|
Posted: Thu Jan 05, 2006 11:54 am Post subject: Re: Nuke Scrolling random block? |
|
|
looking for the same thing, any progress with this?
thanks! |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6241 Location: Washington Township, NJ, USA
|
Posted: Thu Jan 05, 2006 11:56 am Post subject: Re: Nuke Scrolling random block? |
|
|
i'm trying to find something that's standards and browser compliant for this (ie, not using the "Marquee" element). i'm looking for a CSS/javascript method for doing this... _________________
 |
|
| Back to top |
|
|
tripwire
Beginner


Joined: Sep 27, 2005 Posts: 9
|
Posted: Thu Jan 12, 2006 12:22 am Post subject: Re: Nuke Scrolling random block? |
|
|
| yeah, even if it wasn't scrolling but some kind of gallery2 center block that shows 4 pictures in a row or so would be great for me..but whatever works, the scrolling idea would be a nifty option to have though. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6241 Location: Washington Township, NJ, USA
|
Posted: Thu Jan 12, 2006 2:52 pm Post subject: Re: Nuke Scrolling random block? |
|
|
ah, if you just want it to show 4 pics, open the block file, and for the $blockType variable, enter a piped list. for example, for 4 random pics:
$blockType = "randomImage|randomImage|randomImage|randomImage"; _________________
 |
|
| Back to top |
|
|
tripwire
Beginner


Joined: Sep 27, 2005 Posts: 9
|
Posted: Thu Jan 12, 2006 3:05 pm Post subject: Re: Nuke Scrolling random block? |
|
|
| That works for displaying 4 pics, but it does it vertically, is there an easy way to do it horizontally? |
|
| Back to top |
|
|
parabeats
Novice


Joined: Dec 29, 2005 Posts: 29
|
Posted: Sun Jan 15, 2006 9:53 pm Post subject: Re: Nuke Scrolling random block? |
|
|
| yes im trying to do the same. but same prob.... i need it horizontally |
|
| Back to top |
|
|
parabeats
Novice


Joined: Dec 29, 2005 Posts: 29
|
Posted: Mon Jan 16, 2006 1:42 pm Post subject: Re: Nuke Scrolling random block? |
|
|
please dari can you tell me how to make it horizontal, as i want it going accross the middle of my index the same as coppermine lets you do.
i dont want it to be scrolling, just a static horizontal middle block with 3 pics.
the piping works but is vertical.
im all ready to put g2 live on my site but need this block fully working before i can do so. this is now the only thing holding me back.
thanks!! |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6241 Location: Washington Township, NJ, USA
|
Posted: Mon Jan 16, 2006 2:04 pm Post subject: Re: Nuke Scrolling random block? |
|
|
lemme look into it now...gimme a few. _________________
 |
|
| Back to top |
|
|
parabeats
Novice


Joined: Dec 29, 2005 Posts: 29
|
Posted: Mon Jan 16, 2006 2:15 pm Post subject: Re: Nuke Scrolling random block? |
|
|
| thanks so much!! |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6241 Location: Washington Township, NJ, USA
|
Posted: Mon Jan 16, 2006 2:33 pm Post subject: Re: Nuke Scrolling random block? |
|
|
unfortunately, the returned HTML for the multiple images is contained in one string, not in multiple array entries. as such, this will be a bit tougher, as i will have to parse the returned html and add/remove code from it before it displays. _________________
 |
|
| Back to top |
|
|
parabeats
Novice


Joined: Dec 29, 2005 Posts: 29
|
Posted: Mon Jan 16, 2006 2:45 pm Post subject: Re: Nuke Scrolling random block? |
|
|
| erm ok. does that mean you are gona try and do it still? |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6241 Location: Washington Township, NJ, USA
|
Posted: Mon Jan 16, 2006 3:05 pm Post subject: Re: Nuke Scrolling random block? |
|
|
i'm working on it... _________________
 |
|
| Back to top |
|
|
|
|
|
|
|