Home | Support Forums | Your Account | Gallery [2] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

Nuke Scrolling random block?
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Issues » Blocks View previous topicPrinter friendly versionView next topic
Author Message
JOEYB

Beginner
Beginner


Joined: Dec 28, 2005
Posts: 2

PostPosted: Wed Dec 28, 2005 12:38 pm    Post subject: Nuke Scrolling random block? Reply with quote

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
Offline View user's profile Send private message
AdBot
   Post subject: Nuke Scrolling random block?  

Back to top
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Sat Dec 31, 2005 8:30 am    Post subject: Re: Nuke Scrolling random block? Reply with quote

i might be able to tweak the existing imageblock to do just this. lemme tweak and test Smile
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
JOEYB

Beginner
Beginner


Joined: Dec 28, 2005
Posts: 2

PostPosted: Tue Jan 03, 2006 9:19 am    Post subject: Re: Nuke Scrolling random block? Reply with quote

dari wrote: › i might be able to tweak the existing imageblock to do just this. lemme tweak and test Smile



That would be great. I hope it works.
Laughing
Thanks,

JOEYB
Back to top
Offline View user's profile Send private message
tripwire

Beginner
Beginner


Joined: Sep 27, 2005
Posts: 9

PostPosted: Thu Jan 05, 2006 11:54 am    Post subject: Re: Nuke Scrolling random block? Reply with quote

looking for the same thing, any progress with this?
thanks!
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Thu Jan 05, 2006 11:56 am    Post subject: Re: Nuke Scrolling random block? Reply with quote

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
Offline View user's profile Send private message Visit poster's website
tripwire

Beginner
Beginner


Joined: Sep 27, 2005
Posts: 9

PostPosted: Thu Jan 12, 2006 12:22 am    Post subject: Re: Nuke Scrolling random block? Reply with quote

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
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Thu Jan 12, 2006 2:52 pm    Post subject: Re: Nuke Scrolling random block? Reply with quote

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
Offline View user's profile Send private message Visit poster's website
tripwire

Beginner
Beginner


Joined: Sep 27, 2005
Posts: 9

PostPosted: Thu Jan 12, 2006 3:05 pm    Post subject: Re: Nuke Scrolling random block? Reply with quote

That works for displaying 4 pics, but it does it vertically, is there an easy way to do it horizontally?
Back to top
Offline View user's profile Send private message
parabeats

Novice
Novice


Joined: Dec 29, 2005
Posts: 29

PostPosted: Sun Jan 15, 2006 9:53 pm    Post subject: Re: Nuke Scrolling random block? Reply with quote

yes im trying to do the same. but same prob.... i need it horizontally
Back to top
Offline View user's profile Send private message
parabeats

Novice
Novice


Joined: Dec 29, 2005
Posts: 29

PostPosted: Mon Jan 16, 2006 1:42 pm    Post subject: Re: Nuke Scrolling random block? Reply with quote

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
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Mon Jan 16, 2006 2:04 pm    Post subject: Re: Nuke Scrolling random block? Reply with quote

lemme look into it now...gimme a few.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
parabeats

Novice
Novice


Joined: Dec 29, 2005
Posts: 29

PostPosted: Mon Jan 16, 2006 2:15 pm    Post subject: Re: Nuke Scrolling random block? Reply with quote

thanks so much!!
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Mon Jan 16, 2006 2:33 pm    Post subject: Re: Nuke Scrolling random block? Reply with quote

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
Offline View user's profile Send private message Visit poster's website
parabeats

Novice
Novice


Joined: Dec 29, 2005
Posts: 29

PostPosted: Mon Jan 16, 2006 2:45 pm    Post subject: Re: Nuke Scrolling random block? Reply with quote

erm ok. does that mean you are gona try and do it still?
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Mon Jan 16, 2006 3:05 pm    Post subject: Re: Nuke Scrolling random block? Reply with quote

i'm working on it...
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Issues » Blocks View previous topicPrinter friendly versionView next topic
Goto page 1, 2, 3, 4  Next

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Web HostingDomain NamesDedicated ServersDedicated Web HostingDomain Name RegistrationWeb hosting AustraliaSEO Web DesignWeb Design New YorkSearch Engine OptimizationSearch Engine Optimisation

6th year online! 2003-2008
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia