PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old November 4th, 2005, 05:46 AM   #21 (permalink)
Member
Verified Customer
 
Join Date: Jun 2005
Posts: 93
fraid ya gonna hafta be a little more specific for this dumb%^& from downunder

ok go to show gallery as suggested 3 replies ago - see bit of code below from showgallery.php changed most_views to most_popular but didn't work - also tried changing most_views to most popular in index.php didn't work

so let's go back to where i am at - i currently have most_views showing above the categories and most recent below the categories

i would like the most highly rated images above the categories (that what i always wanted at least in my mind but we seem to have a semantics problem about what popular actually means - you seemed to have taken it as views and me as most highly rated - hence my repeated questioning about this - but all this aside)

how do i get from my current configuration to most highly rated above and most recent below - step by step i can't seem to follow the last couple of your posts i need clear instructions please


if ( $cattype == "c" && empty($si) && empty($ppuser) ) {
if ( $Globals['memformat'] == "no" ) {
if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "yes" ) {
display_gallery("latest", "", $cat);
}

if ( $Globals['dispopular'] == "yes" ) {
display_gallery("most_views", "", $cat);
}

if ( $Globals['disrandom'] == "yes" ) {
display_gallery("random", "", $cat);
}
}
}
anthroa is offline   Reply With Quote
Old November 5th, 2005, 03:44 AM   #22 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Well the changes laid out above are for index.php. I simply stated you could apply the same types of changes to your showgallery.php script. The code is all in this thread.

If your looking for someone to write up the actual modification you might want to post in the unsupported modifications forum
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 6th, 2005, 11:22 PM   #23 (permalink)
Member
Verified Customer
 
Join Date: Jun 2005
Posts: 93
Chuck - Still very confused here - so on the index page ? of PP to get the images above the category listings (eg on my site i have a listing in descending order as a series of text links to the following sort of categories member galleries, landscape, nature etc)

which currently show as Most Popular which = the number of page view to show images ranked as most highly rated - i must edit the showphoto.php ? is that what you are saying ???

it seems a little illogical to me so perhaps i have confused things here ? i would have thought that i need to change index.php to achieve this ?

to change things within the categories which is displayed by showphoto.php - i would have thought changing showphoto.php would have been necessary - i do want to make a change here also but i will put this in a separate thread to avoid confusion
anthroa is offline   Reply With Quote
Old November 7th, 2005, 04:13 AM   #24 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Yes please do try posting in the modifications forum
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 7th, 2005, 06:46 PM   #25 (permalink)
Member
Verified Customer
 
Join Date: Jun 2005
Posts: 93
But can i have an answer to this part not just the last sentence

"Chuck - Still very confused here - so on the index page ? of PP to get the images above the category listings (eg on my site i have a listing in descending order as a series of text links to the following sort of categories member galleries, landscape, nature etc)

which currently show as Most Popular which = the number of page view to show images ranked as most highly rated - i must edit the showphoto.php ? is that what you are saying ???

it seems a little illogical to me so perhaps i have confused things here ? i would have thought that i need to change index.php to achieve this ?"
anthroa is offline   Reply With Quote
Old November 7th, 2005, 06:58 PM   #26 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
What I am saying is that we support unmodified code. This forum is here to answer questions on how to work the program. If you need assistance is asking how to modify your code I suggested you post in the unsupported modifications forum to see if anyone would assist you.

I layed out above the changes for you to change index.php but thats it. If your trying to achieve looks on other scripts I suggest you move your discuss to the proper forum for assistance since it is not a support question.

Thanks
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 8th, 2005, 05:00 AM   #27 (permalink)
Member
Verified Customer
 
Join Date: Jun 2005
Posts: 93
Chuck - I am asking a "how do i..." question and not a modification of another script - please read my post carefully

I want to get most highly ranked in place of most views thumbs on the index.php page which are currently placed above the category list with the recently posted thumbs below.

what i am confused am about now is why you were happy to answer how to do it before when you thought i mean't most views but not now when i articulated what i mean - sheesh - to me its an arbitary distinction you are drawing and a bit bloody minded to boot - but if it makes you feel better i'll cut and paste my question into the other forum as always
anthroa is offline   Reply With Quote
Old November 8th, 2005, 05:27 AM   #28 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Yes I was happy to assist in telling you how to alter your code on one file cause I had a few moments and figured I would be nice.

Your now asking how to modify other files such as showgallery and showphoto in this thread from the default coding of Photopost hense I suggested you post in the modifications forum.

To change to highest rating you need to modify your pp-inc.php file display_gallery function and modify the query for most_views

change the

ORDER BY views

to this

ORDER BY rating

Now just as an FYI please realize Photopost staff is not specifically here to assist people in modifying there code. We placed an unsupported modifications forum here for users to assist each other out and we assist if we have time.

Our time is spend assisting customers with Product Support which deals with the default code as it is written
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 8th, 2005, 04:58 PM   #29 (permalink)
Member
Verified Customer
 
Join Date: Jun 2005
Posts: 93
Chuck - thanks for that clearer i'll give it a try -

on the other matter - you must see things from my perspective - how was i to know that you were just being nice and its not the type of mod that you support how do i know where you draw the line - to me it just seems like a small alteration and thats what you were inferring originally when you said "its just like what i outlined above" but when i tried to do what i did to get the most views working it created bizarre results - it seemed to me that you were confused about what i was asking (you answering just do what i suggested before) but when i identified that didn't work (your answer need to mod something completely different and implied that i have changed what i was asking - which i didn't) your answers seemed increasingly vague

cheers
anthroa is offline   Reply With Quote
Old November 10th, 2005, 04:52 AM   #30 (permalink)
Member
Verified Customer
 
Join Date: Jun 2005
Posts: 93
hey that worked - now thats all i wanted at the very beginning
anthroa is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
hidden category images showing up in most popular Happy Camper How Do I? - vBulletin 3.5.X 2 November 15th, 2005 04:10 PM
Recent Photos, Random Images and Most Popular Images blocks showing even in category criscokid Photopost Pro How Do I...? 2 November 8th, 2005 02:58 PM
popular images sifuhall vBGallery Suggestions 0 May 17th, 2005 09:47 AM
Most popular images Change appirance Damir P Photopost Pro How Do I...? 3 February 6th, 2005 06:35 AM
Most popular fatma Photopost Pro Installation & Upgrades 12 July 27th, 2004 04:14 PM


All times are GMT -5. The time now is 04:44 AM.

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