https://www.icyphoenix.com/viewtopic.php?f=26&t=3627
-----------------------------------
luckyou03
Sat 16 Feb, 2008 20:41

FAP CUSTOMIZATION - Random Pics Block On Index Only Show A Select Category?
-----------------------------------
I have a category devoted just for animated gifs and when these are randomly displayed, the slows down the page tremendously. Is there any way to display say only category id 2,4,8 & whatever in random instead of all of them? I dont mind hard coding this so it doesn't have to be pretty.


-----------------------------------
moreteavicar
Mon 18 Feb, 2008 16:03

Re: Random Pics Block On Index Only Show A Select Category?
-----------------------------------
You can do this already in IP.

What you need to do is edit the album block for your page (assume for example you have default installation, then the site index page is called "3 Columns").

So essentially select:
1) CMS>>3 Columns>>Album

The actual edit is over 2 pages. The variables / block configuration you need is on second page, so:
2) Click "submit" this takes you to page 2.

3) Enter the categorie(s) to retrieve Pics from.

OK the CMS system is not very transparent (compared to original portal configuration, although it is like this because variables are now page specific rather than site-wide in the old system). It would be nice none-the-less to either be presented with all the options in one page, or else have an obvious link to the second edit page, rather than have to go through 1st page and click submit to see the second edit page. I'm sure MG intended to change it at one stage, maybe he forgot.


-----------------------------------
moreteavicar
Mon 18 Feb, 2008 16:06

Re: Random Pics Block On Index Only Show A Select Category?
-----------------------------------
Sorry I've written from the point of view of displaying random images via FAP in IP image blocks- is this what you're doing?


-----------------------------------
luckyou03
Mon 18 Feb, 2008 23:47

Re: Random Pics Block On Index Only Show A Select Category?
-----------------------------------
ya but i dont have a second page like you descibed. here is what i see:

[IMG]http://madison506.com/a/random.gif[/IMG]

then i click submit and i see

[IMG]http://madison506.com/a/random2.gif[/IMG]


-----------------------------------
moreteavicar
Tue 19 Feb, 2008 00:40

Re: Random Pics Block On Index Only Show A Select Category?
-----------------------------------
Is that "ya" you have IP (IcyPhoenix)? 

If that is yes, then re-read my first post - you do this through the CMS system, not album configuration.


-----------------------------------
luckyou03
Tue 19 Feb, 2008 11:25

Re: Random Pics Block On Index Only Show A Select Category?
-----------------------------------
so sorry i did not know what IP stood for. I do not have IP, I have the FAP version 1.4.1 only.


-----------------------------------
Pete_Z
Tue 19 Feb, 2008 19:56

Re: Random Pics Block On Index Only Show A Select Category?
-----------------------------------
Could be wrong. but Random also means uploading 'new' pictures that havent been loaded to your browser yet or it's cache has been cleared.

 and if you have a large album...


-----------------------------------
Artie
Tue 19 Feb, 2008 23:30

Re: Random Pics Block On Index Only Show A Select Category?
-----------------------------------
OK, I'm assuming you mean the random pic block on the main album page ?

Give this a try:

OPEN [b]album.php[/b]

FIND
[codeblock]album_build_random_pics($allowed_cat);[/codeblock]
BEFORE ADD
[codeblock]$allowed_cat = "2,4,8";[/codeblock]


-----------------------------------
luckyou03
Wed 20 Feb, 2008 09:39

Re: Random Pics Block On Index Only Show A Select Category?
-----------------------------------
thats it, thanks!


