PDA

View Full Version : Avatars not showing up in CMPS


ncangler
11-01-2005, 02:03 PM
I have upgraded to vbulletin 3.5, CMPS 2.0.0 for 3.5, etc. My avatars show up fine in vBulletin but do not show up in CMPS. I can't figure out what could be causing this. Any ideas? Thanks for the help.

Here is the CMPS page: http://www.thestudiocafe.com/?

Randy

Brian
11-03-2005, 04:11 PM
Admin CP => Avatars => User Picture Storage Type

On that page, select the 'Move Avatars to a Different Directory' option, then make sure you enter './images/customavatars' as the Avatar Filepath and 'images/customavatars' for the URL to avatars.

Our Sponsors
 

ncangler
11-03-2005, 04:40 PM
The path created for the customavatars folder by vBulletin when I did the install was ./customavatars and I had my avatar in there. The avatar shows up everywhere in vBulletin with that path as it should. But it does not show up on the CMPS page, Gallery or Links pages. So there is a connection being lost between vBulletin and the vBadvanced products somewhere. ?

keymistress
11-04-2005, 01:09 AM
i encountered this problem too... but i fixed it by doing so:

open your welcomeblock.php and find this line
$avatarurl = $vbulletin->options['bburl'] . '/' . $avatarurl[0];

change it to
$avatarurl = $avatarurl[0];


and viola! :D

Our Sponsors
 

mholtum
11-04-2005, 05:24 AM
i encountered this problem too... but i fixed it by doing so:

open your welcomeblock.php and find this line
$avatarurl = $vbulletin->options['bburl'] . '/' . $avatarurl[0];

change it to
$avatarurl = $avatarurl[0];


and viola! :D

Worked for me. Thanks!

ncangler
11-04-2005, 06:23 AM
Thanks Keymistress. That solved the avatar problem with the Welcome block but they are still not showing up in the news section. I looked for an avatar setting in the news.php but didn't see one.

ncangler
11-04-2005, 06:36 AM
There are several lines of code in the news.php module that could be the culprit but I'm not sure which one to change. Brian, it looks like others are having this problem too. Is there an official fix for this?

Brian
11-04-2005, 08:57 AM
The path created for the customavatars folder by vBulletin when I did the install was ./customavatars and I had my avatar in there. The avatar shows up everywhere in vBulletin with that path as it should. But it does not show up on the CMPS page, Gallery or Links pages. So there is a connection being lost between vBulletin and the vBadvanced products somewhere. ?
The path you're using currently is not the default way vB stores avatars, and that's why you're having problems. If you use that option though so that the paths will be updated then that will fix the problem.

ncangler
11-04-2005, 09:01 AM
That is the way vBulletin installed the files on my system. I tried changing the path in CP but it did not make a difference. A step by step example of what you think I should do would be very much appreciated.

Brian
11-04-2005, 09:50 AM
I'm not entirely sure why that wouldn't have worked... Would you like to just submit a support ticket and let me have a look at things?

ncangler
11-04-2005, 09:56 AM
That would be great. I'll do it now.

I'm not entirely sure why that wouldn't have worked... Would you like to just submit a support ticket and let me have a look at things?

ncangler
11-08-2005, 08:53 AM
Brian, I've just upgraded another site (Triumphowners.net) and I'm having the same problem with Avatars not showing up in the CMPS. Can you tell me what you did to fix theStudioCafe.com?

Randy

Brian
11-08-2005, 12:32 PM
Admin CP => Avatars => User Picture Storage Type

On that page, select the 'Move Avatars to a Different Directory' option, then make sure you enter './images/customavatars' as the Avatar Filepath and 'images/customavatars' for the URL to avatars.

That's all I did on your other site.

ncangler
11-08-2005, 01:37 PM
I've got it now. I was putting the entire URL path in. Duh! Thanks for your patience Brian. :)

BlackRanger3d
11-09-2005, 10:20 PM
I have the same issue.

I tries the move avators and all I get is


vBulletin Message

We attempted to write a test file to .images/customavatars, but we were unsuccessful. Please verify that the web server has write/delete permissions for this path.

I have changes the dir to 777

amys
11-26-2005, 02:51 PM
Is your customavatars folder in your images folder? I just moved mine and it worked.

CorvetteMan
01-17-2006, 06:13 PM
Worked for me. Thanks!

Worked for me too. Thank you.:D

adhari_com
02-19-2006, 05:40 PM
And me too, although I suggest that vBadvanced shouldn't use the original vB_bburl variable, but instead it should use it's own defined one (if cmps installed else where).

Thank you for the great support and replies.

celtic_babe
06-17-2006, 12:46 PM
I had this problem aswell, thanx for providing the help :D

mhdhallak
10-12-2006, 06:18 PM
Brilliant. Problem puzzled me but editing the welcomeblock.php solved it. God bless open-source and god bless you :)

Slash
11-01-2006, 02:27 AM
i encountered this problem too... but i fixed it by doing so:

open your welcomeblock.php and find this line
$avatarurl = $vbulletin->options['bburl'] . '/' . $avatarurl[0];

change it to
$avatarurl = $avatarurl[0];


and viola! :D

how do you edit the welcome block.php???