PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Bug Reports (http://www.photopost.com/forum/reviewpost-bug-reports/)
-   -   avatars (http://www.photopost.com/forum/reviewpost-bug-reports/116610-avatars.html)

Tom1234 November 5th, 2005 12:49 PM

avatars
 
RP version 3.11...

Even though I have "Show Avatars" setting of Yes for displaying avatars on reviews, the avatars are not being displayed.

Chuck S November 6th, 2005 02:17 AM

Well avatars show for me so I guess the 6 million dollar question is what forum you integrate with as only certain forums have avatars

Tom1234 November 6th, 2005 02:03 PM

vB 3.0x

I must have integration variables set up correctly because signatures display. Any other ideas?

Tom1234 November 6th, 2005 10:02 PM

This problem exists in PhotoPost also.

Chuck S November 7th, 2005 03:57 AM

There is no problem in Photopost or Reviewpost with vb3 avatars that I see

If you have one it is shown. If you have a red x what path is it looking for ?

Give me something to work with here like vb version

url to your install

test login

clikchic January 9th, 2006 06:16 PM

I am having this problem too in photopost 5.21. I have show avatars and signatures set to yes, and signatures are showing but not avatars. I am using vb3.5.2 and also vbportal. The gallery is at www.clikchicdesigns.com/gallery

There is no red x and no avatars.

Chuck S January 9th, 2006 06:35 PM

Can you give an example of someone who actually has an avatar in VB and a comment in photopost where there's is not showing.

I have it set on my site so we need to find out why it does display on your site.

http://www.reeftalk.com/gallery/show...to/429/cat/508

It there is no x and no avatar it is almost like there is no avatar. We check for 3 separate conditions and display the right avatar

Code:

Content visible to verified customers only.

clikchic January 9th, 2006 07:59 PM

Hi Chuck

Yes, if you go to http://www.clikchicdesigns.com/galle...to/184/cat/509

There are two users, clikchic (myself) and PamPie both of which have active avatars in vb but they are not showing in PP

Chuck S January 9th, 2006 08:21 PM

http://www.clikchicdesigns.com/forums/image.php?u=1

Well I guess I would need access to your database to see why it is not doing this

elseif ( $hasav == 1 )
$userprofile[6] = "<img src=\"{$Globals['vbulletin']}/image.php?u=$cuserid\" border=\"0\">"; // Avatar

clikchic January 9th, 2006 08:24 PM

Can I PM you the details?

Chuck S January 9th, 2006 08:32 PM

Yes sure although I can't say that I could get to looking into it tonight. Its 930PM here

clikchic January 9th, 2006 08:57 PM

Thanks Heaps! PM Sent. :) I can wait a few hours, I guess.... he he ;)

Chuck S January 10th, 2006 11:15 AM

You had your color scheme on Photopost so well matched to the forum it took me a second look to realise your issue.

You must use in Admin => Edit Integration set all the vb3 integration settings to on. Right now your not using anything but vb3 user integration. Your not loading the vb3 header style etc so we can grab stuff like avatars etc from vbulletin.

clikchic January 10th, 2006 04:44 PM

Doh! That's it! I thought I had turned that on! It now integrates onto the portal nicely too however I have lost all the table backgrounds and borders. I can't find where I need to change that, can you tell me which settings (where) I need to change?

Chuck S January 10th, 2006 05:08 PM

Hey no problem ;)

In Admin => Forum Options you can turn on the option to use forum stylesheets

That will set you straight

clikchic January 10th, 2006 06:25 PM

Wahoo! Excellent! That looks great! thanks so much!


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