PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Before You Buy (http://www.photopost.com/forum/before-you-buy/)
-   -   Highest rated photos on forum home (not CMPS) (http://www.photopost.com/forum/before-you-buy/117547-highest-rated-photos-forum-home-not-cmps.html)

vissa February 11th, 2005 02:00 AM

Highest rated photos on forum home (not CMPS)
 
Title kind of says it all, but basically I want the top 5 or 6 rated photos to show up on my forum home above the forum categories... Is this possible right now? If not top rated, how about most recent or just random? This may be the clincher for me because I know photopost supports something like this... With vBGallery really being a PART of vbulletin, it should have features like this.

-V

vissa February 15th, 2005 06:20 PM

Re: Highest rated photos on forum home (not CMPS)
 
Is there a reason my last 2 posts, requests in PMs, etc regarding this issue are not being addressed? I was heavily leaning towards vbGallery for 3 installations, but am unsure now due to the lack of response on this subject in several posts by myself and others users, and via pm. Other issues have been addressed (thank you), but this one seems to be avoided.

-V

ConqSoft February 15th, 2005 06:25 PM

Re: Highest rated photos on forum home (not CMPS)
 
This would require a hack.... There's a hack to add images to the CMPS, so you should be able to modify it to work on the forum home.

Brian February 15th, 2005 06:29 PM

Re: Highest rated photos on forum home (not CMPS)
 
That's not something that would be very hard to do, but I haven't had time to create one yet. As ConqSoft said though, it wouldn't be very hard to modify the one for the CMPS for someone that knows just a little PHP.

vissa February 15th, 2005 06:33 PM

Re: Highest rated photos on forum home (not CMPS)
 
Thank you for answering my question. Is there any chance someone could add that hack soon?

-V

Brian February 15th, 2005 06:48 PM

Re: Highest rated photos on forum home (not CMPS)
 
I'll see if I can throw something together tonight or tomorrow. From looking at Kevin's hack from the CMPS, it looks like it would require about 3 changes to make it work on the forum instead.

vissa February 20th, 2005 01:35 AM

Re: Highest rated photos on forum home (not CMPS)
 
Any update on this?

-V

Brian February 20th, 2005 10:43 AM

Re: Highest rated photos on forum home (not CMPS)
 
http://www.vbadvanced.com/forum/showthread.php?t=5800 :)

vissa February 20th, 2005 03:57 PM

Re: Highest rated photos on forum home (not CMPS)
 
Thank you very much. I cannot reply in that post yet because I don't have "permission." (guess you have to be a customer?).

Is there any way to make it the last 5 uploaded images, or even better, the 5 highest rated images? I would prefer this to random because random will cause an increase in traffic with the photos constantly changing, wheras highest 5 rated should be pretty stable. There could even be something that updates once per day so as not to add queries to each page load.

-V

ConqSoft February 20th, 2005 04:16 PM

Re: Highest rated photos on forum home (not CMPS)
 
Quote:

Originally Posted by vissa
Thank you very much. I cannot reply in that post yet because I don't have "permission." (guess you have to be a customer?).

Is there any way to make it the last 5 uploaded images, or even better, the 5 highest rated images? I would prefer this to random because random will cause an increase in traffic with the photos constantly changing, wheras highest 5 rated should be pretty stable. There could even be something that updates once per day so as not to add queries to each page load.

-V

Yes, that's what this part of the code is for:

Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 06:20 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