Support Forums | Demo Gallery [1.x] [2.x] | 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  

Block suggestion
Goto page 1, 2  Next
 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Blocks View previous topicPrinter friendly versionView next topic
Author Message
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Sat Feb 14, 2004 10:10 am    Post subject: Block suggestion Reply with quote

Ok, so here is an idea i had, how about a block that shows constantly changing images (not just changing on every page refresh, but changing randomly every x number of seconds, i guess kind of like a random slideshow but without the annoyingness of a forced/constant refresh to achieve it) from an album (acutally preferably one block that can be set up to do it for as many albums as you want arranged in columns and then rows depending on how many albums you actually have) and when you click on one of the images it takes you to the first page of the associated album

what do you think? doable?

EDIT: oh, and I was thinking of it as a Center block to put in the homepage, not as a side block, although i am not sure if that matters
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: Block suggestion  

Back to top
dari

Site Admin
Site Admin


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

PostPosted: Sat Feb 14, 2004 8:43 pm    Post subject: Re: Block suggestion Reply with quote

yes, the Random Block V2 does just this with the AUTO setting, at least with the constant refresh. i can add it to my to do list to get the other ideas incorporated (work has been insane lately, and i haven't had much time to devote to blocks).
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Sun Feb 15, 2004 1:45 pm    Post subject: Re: Block suggestion Reply with quote

k, i installed the Random Block V2 and see what you mean, the auto function is exactly what i am looking for as far as changing photos(well, it would be if it didnt do a force refresh, but if that is how it has to be I can deal with that)

it looks like it currently randomly pulls from all the albums in the specified gallery...i tried to see if I specified a specific album folder if it would make a difference, but it didnt appear to

so it seems that with some work being able to pull from one specific album (or subalbum/nested album) should be doable, so that leaves being able to have several columns and/or rows of random pics in the same block pulling pics from separate and specific albums, and when one is clicked on it takes you to the first page of that specific album instead of to the picture as it currently does

if you are able to do that that would be awesome. thanks in advance for your effort.
Back to top
Offline View user's profile Send private message
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Mon Feb 23, 2004 1:10 pm    Post subject: Re: Block suggestion Reply with quote

any progress on this? would a small "donation" help with the progress? Very Happy
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


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

PostPosted: Mon Feb 23, 2004 1:13 pm    Post subject: Re: Block suggestion Reply with quote

actually, i've got another version of the random block available for testing that allows you to specify only the albums you want...
http://www.nukedgallery.net/postt620.html
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Mon Feb 23, 2004 1:38 pm    Post subject: Re: Block suggestion Reply with quote

what would it take to have the "click" on the image go to the album main page instead of to that pic? and is there any reason you cant have two of the same block? is the order of the scrolling ones random? any idea on if it would be possible to set up 2 of those blocks side by side in the center section? i'll check that one out when i get home tonight, especially if it is possible to "tweak" it per my above questions
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


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

PostPosted: Mon Feb 23, 2004 1:43 pm    Post subject: Re: Block suggestion Reply with quote

re: the click going to album page:
Very little. just a quick hack of the line creating the link:
PHP: › <?php $IMG "<center><a href=\"$PHOTO_URL\">"....(more code here?>

to:
PHP: › <?php $IMG "<center><a href=\"$ALBUM_URL\">"....(rest of code?>

so, basically change the PHOTO_URL to ALBUM_URL on each of the 4 lines.

re: 2 of same block...should be OK.

re: order of images:
Yes, the order is random.

re: 2 side by side in center:
only if you can hack your theme to display 2 blocks side by side.
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Mon Feb 23, 2004 2:01 pm    Post subject: Re: Block suggestion Reply with quote

k, i will test all that out tonight and see how it works...can the block be set up horizantally in the center sectoin instead of vertically in the side column? will that take a code hack or is it built in?
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


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

PostPosted: Mon Feb 23, 2004 2:05 pm    Post subject: Re: Block suggestion Reply with quote

it is built in, however, scrolling, etc do not work.
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Mon Feb 23, 2004 2:14 pm    Post subject: Re: Block suggestion Reply with quote

you mean if it is set up as center/horizantal it wont scroll? hmm, that would put a damper on things...

i'll check it out and maybe i will try hacking the code to see if i can get it to work the way i want it (and believe me it will be a hack job since i know very little about coding...lol)
Back to top
Offline View user's profile Send private message
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Tue Feb 24, 2004 12:38 pm    Post subject: Re: Block suggestion Reply with quote

nuts, doesnt look like that is going to work for what i want to do...when i have some free time of my own i am going to try to hack the code and see if i can get anything to work again...lol...should be quite an adventure...hopefully you will bail me out with a properly coded block before i destroy my site too bad...lol
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


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

PostPosted: Tue Feb 24, 2004 12:42 pm    Post subject: Re: Block suggestion Reply with quote

what's the functionality that it lacks? just a horozontal scroll if placed in the center?
Back to top
Offline View user's profile Send private message Visit poster's website
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Tue Feb 24, 2004 1:19 pm    Post subject: Re: Block suggestion Reply with quote

actually, ideally i would want it to have multiple statically placed "AUTO" photos...they would be arranged in columns (as a center block up to 3-4 depending on space and 1 column as a side block) and then rows depending on a user input of desired locations, and each would pull from selectable albums

as a temporary quick hack solution to the current block...horizantal scrolling that preferrably auto-refreshed so that everytime they went across the screen they would be different as opposed to seeing the same 5 everytime by until you refresh your screen...and of course when clicked on takes you to the album, but you already made that mod above
Back to top
Offline View user's profile Send private message
inSaNE_iRIsH

Wizard
Wizard


Joined: Jun 19, 2003
Posts: 101

PostPosted: Thu Mar 04, 2004 12:14 pm    Post subject: Re: Block suggestion Reply with quote

Cool
Back to top
Offline View user's profile Send private message
lzmarine

Beginner
Beginner


Joined: Feb 24, 2004
Posts: 3

PostPosted: Sat Mar 06, 2004 2:32 pm    Post subject: Re: Block suggestion Reply with quote

Did you see my post:
http://www.nukedgallery.net/postp4424.html#4424
http://www.nukedgallery.net/postp4424.html#4424 [nukedgallery.net]
Back to top
Offline View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Integration » Blocks View previous topicPrinter friendly versionView next topic
Goto page 1, 2  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: Dedicated ServersDomain NamesWeb HostingDomain Name RegistrationDedicated Web HostingWeb Design New YorkCompare VoIPseo packagesSEO CompanyNew York Yellow PagesFind LocationsVOIP Phone ServiceNeckermannOnline internetSEORestaurant Locator • Get great HP coupons from CouponSnapshot • Search for great dell coupons at CouponSnapshot.com.au • Graduation DressesAndroid TabletSEO IndiaBuy Phen375fuel filter

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