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 January 3rd, 2006, 03:02 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Location: England
Posts: 111
Nearly got the featured photo block working please help

hey guys I have followed this guide on how to show featured images

http://www.photopost.com/forum/showp...85&postcount=2

this is the code I have in my module file

<?php
include('/homepages/15/d133566260/htdocs/harddanceaddict/photopost/inc_features.php');
echo "$photopostfeature";
?>

The block shows on my cmps but no images


Can any one help me please.


Thanks
tidy_boy2005 is offline   Reply With Quote
Old January 3rd, 2006, 03:33 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Verify your data url has a trailing / on the end
__________________
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 January 3rd, 2006, 04:49 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Location: England
Posts: 111
I have now changed it to this

<?php
include('/homepages/15/d133566260/htdocs/harddanceaddict/photopost/inc_features.php/');
echo "$photopostfeature";
?>



And still no pics
tidy_boy2005 is offline   Reply With Quote
Old January 3rd, 2006, 05:27 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
You did not understand what I said

Okay in admin edit integration settings in photopost make sure your data url has a trailing slash
__________________
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 January 4th, 2006, 02:54 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Location: England
Posts: 111
Hi chuck my data url does have the trailing /
tidy_boy2005 is offline   Reply With Quote
Old January 4th, 2006, 06:18 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
You have a url here for us to look at? You might also want to post in the mod area since this deals with vbadvanced.
__________________
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 January 4th, 2006, 06:25 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Location: England
Posts: 111
heres the link to my site the block is at the top

http://www.harddanceaddict.net/index.php
tidy_boy2005 is offline   Reply With Quote
Old January 4th, 2006, 06:35 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
yep not grabbing permissions try deleting this line and see what happens in inc_features.php

if ( $ViewPerm[$pcat] == 1 ) continue;
__________________
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 January 4th, 2006, 06:38 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Location: England
Posts: 111
That did not work mate.
tidy_boy2005 is offline   Reply With Quote
Old January 4th, 2006, 07:01 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Okay well this does not show photos that are in the members gallery. Are all your photos in the members gallery?
__________________
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 January 4th, 2006, 08:27 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Location: England
Posts: 111
Hi Chuck

Right I deleted both albums and I have created other catagories called

December 2005
January 2006

So I went to my albums > create a new album > and I am presented with 3 fields

Album Name
Album Description
Is Album Private?

I add the Album name, desciption and left the album private to no. Then i get these options

[Upload Photos]
[Delete] [Edit] [Sort Photos]

So I click edit and I have these options

Album Name
Album Description
Album Position
Default Sort Order Most ActiveLatestMost ViewsMost PopularRandomLeast PopularImage NameTitle
Thumbnail for Album None
Is Album Private? noyes
Allow ZIP downloads? noyes
Custom frames for album:
Assign as a subcategory?

So I change the subcatagory from personal album to december 2005 and change the custom frames I then click save changes

I then go to upload photos and I have this option

Choose a category to upload your images to.
Pick a category that relates most to your image(s).


So I change the catagory to december 2005 and then bulk upload from the photopost/uploads/1 folder

but the album never goes into december allways member galleries

What am I doing wrong?


Thanks for your help
tidy_boy2005 is offline   Reply With Quote
Old January 4th, 2006, 11:39 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
Well here is the issue that I see. This file only pulls photos from regular categories not photos in albums or the members gallery.

You could find these queries in inc_features.php and change em

find this and remove in bold

Code:
Content visible to verified customers only.
__________________
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 January 4th, 2006, 11:47 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Location: England
Posts: 111
Wooohoooo it worked chuck you the man


Just one problem in my gallery tho

I added a album to the december 2005 catagory and its in there but the info next to it says there no photos or comments and I have just added a comment on a pic

Heres the link to my gallery http://www.harddanceaddict.net/photopost//index.php

Any ideas?



Thanks

Last edited by tidy_boy2005; January 4th, 2006 at 11:56 AM.
tidy_boy2005 is offline   Reply With Quote
Old January 5th, 2006, 03:00 AM   #14 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Location: England
Posts: 111
anyone
tidy_boy2005 is offline   Reply With Quote
Old January 5th, 2006, 06:17 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
you edited your post above so your lucky anyone caught this thread

Well I know assigning to a cat will update the post numbers as it has. Try running a rebuild stats check for children all that stuff in admin => scan database
__________________
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 January 5th, 2006, 08:20 AM   #16 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Location: England
Posts: 111
Hi Chuck I tried that but it did not effect anything you have my log in details via the pm I sent you if you want to have a look.


Thanks
tidy_boy2005 is offline   Reply With Quote
Old January 5th, 2006, 09:53 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
In useralbums add this in bold

Code:
Content visible to verified customers only.
__________________
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 January 5th, 2006, 10:28 AM   #18 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Location: England
Posts: 111
Yep that work mate thankyou.

The only ther thing now is it does not say the last photo upload

heres my gallery http://www.harddanceaddict.net/photopost/


Thanks
tidy_boy2005 is offline   Reply With Quote
Old January 5th, 2006, 11:38 AM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
I dont know what you mean you need to go to admin and use the scan database feature to recheck cats and children. You may want to reassign the albums to the cats as the fix I gave does this when you assign them
__________________
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 January 5th, 2006, 11:48 AM   #20 (permalink)
Member
Verified Customer
 
Join Date: Oct 2005
Location: England
Posts: 111
HI Chuck if you look in the attachment I have added the area with a blue circle it does not say that there has been a comment or the last pic uploaded like the area above.
Attached Images
File Type: jpg screen.JPG (31.8 KB, 10 views)
tidy_boy2005 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
featured photos on the forum....not working! DefenceTalk.com Photopost Pro Installation & Upgrades 2 July 14th, 2005 03:29 PM
Block selected categories from showing in featured block on VB index? dobbs Photopost Pro How Do I...? 0 March 15th, 2005 01:04 PM
Review Post 2.8.2 Most Viewed Ads block not working wacnstac ReviewPost Bug Reports 1 January 1st, 2005 12:21 PM
Featured Photo etbliss General Discussion 7 June 29th, 2004 12:06 PM


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

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