 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
March 14th, 2008, 09:17 PM
|
#21 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by Chuck S The option I noted in admin => show photo options to show featured photos on those pages is turned off. | Actually, Mine shows it is turned on..
|
| |
March 14th, 2008, 09:38 PM
|
#23 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
| Quote:
Originally Posted by Chuck S |
they are showing on the main gallery page. are they supposed to show somewhere else?
|
| |
March 14th, 2008, 09:49 PM
|
#24 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
I see you have hacked your scripts a little maybe this is your issue here. Try using default index.php and showgallery.php scripts. |
| |
March 14th, 2008, 09:54 PM
|
#25 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
done, but still not seeing anything different. The only hack I did to those pages is move the random around to the top of the pages.
What exactly am I looking for Chuck, as I am still lost on what it actually does.
Wait - the recent block is not showing on the showgallery page, correct?
Last edited by skidpics; March 14th, 2008 at 10:06 PM.
|
| |
March 15th, 2008, 09:57 AM
|
#26 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
You got it thats what is not showing and I saw you hacked your files so I assume you intentionally remove it then.
|
| |
March 15th, 2008, 10:15 AM
|
#27 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
I never removed it, rather, moved it so it would go below the menu bar, instead of acting like a header above it. here is my code for the showgallery.php file... Quote:
if ( $cattype == "c" && !$ppuser )
{
if ( $Globals['features'] == "yes" ) {
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);
}
}
}
| |
| |
March 15th, 2008, 10:21 AM
|
#28 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
Okay well look at your conditional it is only going to be shown when you elect in layout options to show it at top not bottom.
|
| |
March 15th, 2008, 10:35 AM
|
#29 (permalink)
| | Ultimate Member
Join Date: Jun 2007
Posts: 1,340
|
Ah I see - Copied the wrong code over the first time..
changed it to if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" )
and now showing most recent..
Now when I turn featured photos off, none of the recent, random or popular shows in the categories.
Basicically, this controls the over all function of displaying those pals
Perhaps there should be a better description for it in future versions.
|
| |
March 15th, 2008, 12:47 PM
|
#30 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,687
|
well the switch in showphoto states show featured photos or not. How would you suggest we reword it?
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 07:50 PM. | |