PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   new PP installation/customer: some questions, need help (http://www.photopost.com/forum/photopost-pro-how-do-i/114782-new-pp-installation-customer-some-questions-need-help.html)

DefenceTalk.com July 9th, 2005 07:29 PM

new PP installation/customer: some questions, need help
 
1 Attachment(s)
1. I need to display couple of random images with stats (stats not that important but would be great) on pages outside /photopost/ directory... See attached image for a visual. (this is coppermine and using the ssi mod. anything related to that from pp?)

2. Even though, I have Show UBBCode on Photo page? to YES, it still doesn't show ubbcode/bbcod on the photo page?

3. featured photos on the vB index page. I have gone through almost all of the posts here and how everyone is having "path" issues. I checked, rechecked and check again but whenever I include the featured photo files, i get 3-6 lines of error... sometimes they are directory not found and sometimes the mysql errors.

4. I would like to show medium pictures to guests and users not logged in.. but to view full/large images the guests/users must log in or register. I know, there is setting to show thumbs only and then they would have to register to view medium and full.
gallery link;
http://www.defencetalk.com/pictures

thanks in advance for help!

DefenceTalk.com July 9th, 2005 10:34 PM

Are "custom PALs" only available IF sidebar is ON? :eek:

Chuck S July 10th, 2005 10:24 AM

1. Use the inc_features.php script

2. UBBCode should show if it is turned on as it does her on this site and mine and many others I see. If it doesnt open a support thread on it for us to look into

3. Follow the instructions. If you get mysql errors then most likely your products are in separate databases and you need to properly edit the files to link and select the proper databases

Yes sidebar has to be on for custompals to show. You could add the includes to the undercat template if you really want them to show in the undercat template

DefenceTalk.com July 10th, 2005 12:55 PM

1. Doesn't inc_features.php show a "block" and not 2 or 3 thumbnails?

2. I have submitted a support thread.

custompals, how do I do this? I tried doing this:

if ( $Globals['custom1pal'] == "yes" ) {
include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/custom1pal.tmpl" );
}


and set custom pal 1 to YES in sidebar options but nothing.

thanks!

Chuck S July 10th, 2005 12:58 PM

1. Yes inc_features shows a thumb block how many you want in a row or column

2. okay

3. Yes thats how you do it just take the code from the sidebar_open and place it in undercat or undercat_sidebar


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