1 pic avatar only (instead of 2) and membership icon in avatar. HOW?

Hi,

 

Today I have two questions.

 

First: How can I change my template so there's always only one avatar. Big, like for singles, but for couples instead.

Second: I want the membership icon to appear in one corner (the left bottom corner, for instance). In little. I know this is possible because I've seen another Dolphin 7 website with this.

 

Will be anxiously waiting for answers! :D

 

Thanks.

 

Regards,

Pedro

Quote · 15 Mar 2011

Nobody knows about any of these two questions?

Quote · 16 Mar 2011

Can you provide us with explanation screen shots?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 17 Mar 2011

 

Can you provide us with explanation screen shots?

 

Sure do.

 

So, in the file "avatars.jpg" you can see in the left what I want. A single and big avatar even for couples, instead of the example on the right, where couples have two avatars. I don't want that. I want ONE only single avatar for couples

 

Second is the icon of the membership level. As you can see in the image "membership_icon.jpg", there's a little icon in the bottom left corner. That's the membership icon. How can I do that?

 

And that's all. :)

avatars.jpg · 38.3K · 105 views
membership_icon.jpg · 24.8K · 79 views
Quote · 19 Mar 2011

 

 

Can you provide us with explanation screen shots?

 

Sure do.

 

So, in the file "avatars.jpg" you can see in the left what I want. A single and big avatar even for couples, instead of the example on the right, where couples have two avatars. I don't want that. I want ONE only single avatar for couples

 

Second is the icon of the membership level. As you can see in the image "membership_icon.jpg", there's a little icon in the bottom left corner. That's the membership icon. How can I do that?

 

And that's all. :)

Hello about your second question - I think you should post this in a job section (there is not a fast way to show you!!)

2. Couple profiles have two avatars! Do you want merge them or show only one picture from first person?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 20 Mar 2011

Thank you for your answer.

About the avatar, yes I want couples to have only one avatar (like the example on the left).

About the little icon, I think this is not so tricky as it may look because - correct me if I'm wrong - this should be just some "code added in the right place".

 

Thanks. :)

Quote · 20 Mar 2011
Check my " single avatar mod" It allows to choose one pic with couples
Custom Dolphin Development and Support, Professional Mods | http://www.boonex.com/unity/Adminmysite
Quote · 20 Mar 2011

 

Thank you for your answer.

About the avatar, yes I want couples to have only one avatar (like the example on the left).

About the little icon, I think this is not so tricky as it may look because - correct me if I'm wrong - this should be just some "code added in the right place".

 

Thanks. :)

Post your second suggestion to the job section

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 20 Mar 2011

Thank you both of you. :)

Quote · 20 Mar 2011

To  create a single avatar for a couple's profile do the following:

1) Go to your   /templates/base/thumbnail_couple.html and open in HTML or text editor. Do FILE...SAVE AS and rename file to thumbnail_couple_orig.html

2) Now that you have a copy of the original thumbnail file, open up  /templates/base/thumbnail_single.html in an HTML or text editor. Do a FILE... SAVE AS.....  and name the file as thumbnail_couple.html and if you are prompted to overwrite the already existing file, reply YES since you already have a copy.

3) Upload the 3 files to your website, overwriting at the prompt :

/templates/base/thumbnail_couple.html

/templates/base/thumbnail_couple_orig.html

/templates/base/thumbnail_single.html

 

4) Now open /modules/boonex/avatar/include.php in an HTML editor

look around line 10-13 for the following:

define ('BX_AVA_W', 64); // avatar image width
define ('BX_AVA_H', 64); // avatar image height
define ('BX_AVA_ICON_W', 32); // avatar icon width
define ('BX_AVA_ICON_H', 32); // avatar icon height

Change the values of BX_AVA_ICON_W and BX_AVA_ICON_H to be 64 instead of 32.

upload the file to your web server overwriting existing file.

 

THAT WAS IT!

Now this will not change the sizes of currently displayed couple's avatars, but once they to to their photos section and re-set the avatar from the already uploaded file, it will not appear as the proper large 64px by 64 px icon with only ONE displayed for a couple's profile!

Even Monkeys and Retards get it right with repitition! - Author Unknown
Quote · 9 May 2011

useless, as the width and height is used for the spywall also... so either have 64px icons in the spywall, or have 32px couple icons...

Quote · 30 Jun 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.