PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   "Highest Rated Images"? (http://www.photopost.com/forum/photopost-pro-how-do-i/130651-highest-rated-images.html)

Finster February 25th, 2007 10:26 PM

"Highest Rated Images"?
 
I currently have a "Random Images" photo bar with 4 photos going across my vBulletin front index page. How do I get 5?

Lastly, is I see there are sometimes 2 photobars stacked, one random images, the other newer images.

How do I generate a "Highest Rated" text and have it pull from photo that are rated the highest by members?

Thanks!

Chuck S February 26th, 2007 09:05 AM

To change the number of rows or photos on your forumhome photo block edit inc_features.php

Code:

Content visible to verified customers only.
As far as on the gallery the photo blocks you by default have 3 different blocks they are latest random and most viewed. Thats the only option you have within the code. You can see highest rated block on the sidebar by turning on the highest rated block.

Finster February 28th, 2007 08:00 PM

Whaty if I want two horizontal bars of 5 photos, the top one would be highest rated or most viewed or whatever, the one underneath that would be random images?

Thanks Chuck!

Chuck S February 28th, 2007 08:34 PM

You would have to make another file and include it much like the other file but set the second one to the other type

Finster March 7th, 2007 12:51 AM

I am still trying to figure out how to make the 2nd horizontal images bar be the "highest rated" based upon how members select from 1-10 when they view images, and title itself "Highest Rated".

How does the software know which images are rated the highest or toggle it to pull images that are highest rated?

Thanks Chuck!

Chuck S March 7th, 2007 09:08 AM

You would have to create some modification for that or add some new case for that file. The mod we wrote to show on the forum shows 3 cases which you can set in that inc_features.php file itself. Latest, Most Views and Random.

You can discuss code modifications or search for code mods in THE MOD CORNER


All times are GMT -5. The time now is 05:12 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97