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 August 12th, 2006, 03:23 PM   #21 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Try running upgrade.php and run the 4.82 upgrade
__________________
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 August 12th, 2006, 03:24 PM   #22 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
this is the link to the thread where i had problems...
http://www.photopost.com/forum/showp...33&postcount=8
Smoothie is offline   Reply With Quote
Old August 12th, 2006, 03:25 PM   #23 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
Quote:
Originally Posted by Chuck S View Post
Try running upgrade.php and run the 4.82 upgrade
Just the 4.8.2 upgrade?
Smoothie is offline   Reply With Quote
Old August 12th, 2006, 03:28 PM   #24 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
What about the other upgrades after 4.8.2, don't run them?
Smoothie is offline   Reply With Quote
Old August 12th, 2006, 03:40 PM   #25 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
when I re-run the upgrade script and select 4.8.2 and click the link, nothing happens.
Smoothie is offline   Reply With Quote
Old August 12th, 2006, 05:31 PM   #26 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
Quote:
Originally Posted by Chuck S View Post
Your missing alot of things from the settings in admin you missed some upgrades it looks like to me
Hey Chuck,

how about some advice on what to do here. I tried what you suggested and it didn't work. running upgrade.php and clicking upgrade 4.8.2 leads me no where.
Smoothie is offline   Reply With Quote
Old August 12th, 2006, 06:10 PM   #27 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Place at the top of upgrade.php and yes only the 482 that I see

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 August 12th, 2006, 06:20 PM   #28 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
Ran it, options now show under forum settings, still no avatars.
Smoothie is offline   Reply With Quote
Old August 12th, 2006, 06:26 PM   #29 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
ran the query again:
SELECT u.username, u.homepage, u.usertitle, u.posts, u.joindate, uf.field2, s.host, t.signature, avatar.avatarpath, NOT ISNULL( customavatar.filedata ) AS hascustomavatar, u.avatarrevision
FROM user u
LEFT JOIN userfield uf ON uf.userid = u.userid
LEFT JOIN SESSION s ON s.userid = u.userid
LEFT JOIN usertextfield t ON t.userid = u.userid
LEFT JOIN avatar AS avatar ON ( avatar.avatarid = u.avatarid )
LEFT JOIN customavatar AS customavatar ON ( customavatar.userid = u.userid )
WHERE u.userid =1
LIMIT 1

same results. hascustomavatar is set to 0
Smoothie is offline   Reply With Quote
Old August 12th, 2006, 06:51 PM   #30 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
well this stuff has nothing to do with the avatar issue. I would suggest you set hascustomavatar to 1 as that is what that field should be if your using customavatars and the file system
__________________
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 August 12th, 2006, 06:56 PM   #31 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
Quote:
Originally Posted by Chuck S View Post
well this stuff has nothing to do with the avatar issue. I would suggest you set hascustomavatar to 1 as that is what that field should be if your using customavatars and the file system
Would you happen to have a query to run to set that to 1?
Smoothie is offline   Reply With Quote
Old August 12th, 2006, 06:57 PM   #32 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
Chuck, would you say that this might be a problem with vBulletin and not PP?
Smoothie is offline   Reply With Quote
Old August 13th, 2006, 10:14 AM   #33 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
I could not tell you yes or no since I did not write vbulletin but I know on my vb when user's have custom avatars my hascustomavatar is set to 1. Now you can alter your vb3.php file and see if this solves your issue adding 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 August 13th, 2006, 10:58 AM   #34 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
Are you running 3.6?
Smoothie is offline   Reply With Quote
Old August 13th, 2006, 11:05 AM   #35 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
Quote:
Originally Posted by Chuck S View Post
I could not tell you yes or no since I did not write vbulletin but I know on my vb when user's have custom avatars my hascustomavatar is set to 1. Now you can alter your vb3.php file and see if this solves your issue adding in bold.

Code:
Content visible to verified customers only.
I added the bold code, still no avatars
Smoothie is offline   Reply With Quote
Old August 13th, 2006, 11:30 AM   #36 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
Yes I use 3.6 and you said your using filesystem to store avatars right? The avatar should display on what your query results are returning if I am seeing this right.

Try this also

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 August 13th, 2006, 11:33 AM   #37 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
I uploaded a custom avatar to your install and this is the path

http://www.macfora.com/forum/customa...atar2434_1.gif

I am using an unaltered photopost 5.31 and vbulletin 3.6 and have usefileavatars set to yes and using the exact same image for an avatar as your site and here is a comment on my site

http://www.reeftalk.com/gallery/showphoto.php?photo=275
__________________
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 August 13th, 2006, 12:05 PM   #38 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
Quote:
Originally Posted by Chuck S View Post
Yes I use 3.6 and you said your using filesystem to store avatars right? The avatar should display on what your query results are returning if I am seeing this right.

Try this also

Code:
Content visible to verified customers only.
Yes, I am using the file system to store avatars, /forum/customavatars.
Smoothie is offline   Reply With Quote
Old August 13th, 2006, 12:11 PM   #39 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
Quote:
Originally Posted by Chuck S View Post
Yes I use 3.6 and you said your using filesystem to store avatars right? The avatar should display on what your query results are returning if I am seeing this right.

Try this also

Code:
Content visible to verified customers only.
I added this per your instructions and now have avatars:
Code:
Content visible to verified customers only.
Smoothie is offline   Reply With Quote
Old August 13th, 2006, 12:13 PM   #40 (permalink)
Member
Verified Customer
 
Smoothie's Avatar
 
Join Date: Aug 2002
Location: NY
Posts: 415
Even though that code change worked, hascustomavatar is still set to 0. Is this just a quick fix?
Smoothie 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
disable avatars? scrapster Photopost Pro How Do I...? 1 June 8th, 2006 09:54 AM
vB3.5 Avatars Chris! Photopost Pro How Do I...? 14 May 21st, 2006 09:01 PM
avatars Tom1234 ReviewPost Bug Reports 15 January 10th, 2006 06:25 PM
Show forum signatures and avatars in Classifieds profile (SMF integration) Marshal Halloway Classifieds How do I...? 6 January 8th, 2006 03:22 PM
Show Category Avatars? Tamo General Discussion 7 June 27th, 2004 04:17 PM


All times are GMT -5. The time now is 03:55 AM.

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