PDA

View Full Version : Replace "Profile Image" with "Avatar Image"?


schmaka
01-19-2009, 10:08 PM
I run vBulletin on a Joomla site and the bridging software.

Whenever someone registers to my Joomla site it automatically creates a vBulletin member account and copies all the Joomla member info to the vBulletin member info area. The problem is it copies the Joomla Avatar and replaces the vBulletin Profile Image, not the vBulletin Avatar.
This means my members need to manually upload a vBulletin Avatar so they have an avatar displayed with their forum posts.

Does that make sense!!! :)

So, can anyone help explain how edit the vb templates and replace the vb avatar with the vb profile image?

cheers
schmaka

glennybee
01-19-2009, 11:49 PM
Should you not be editing the bridge code so that it edits the correct picture?

I think $post[avatarurl] is for the avatar and $bbuserinfo[profileurl] is the profile pic.

schmaka
01-20-2009, 04:46 AM
I would like to edit the bridge code, but I have no idea where to start and the software developer is not being too helpful.

I've tried editing the avatarurl and profileurl code in the MembersInfo template and a few other areas but can't get it happening...

Any suggestions?