AmberCutie's Forum
An adult community for cam models and members to discuss all the things!

I want to customize my MFC profile

  • ** WARNING - ACF CONTAINS ADULT CONTENT **
    Only persons aged 18 or over may read or post to the forums, without regard to whether an adult actually owns the registration or parental/guardian permission. AmberCutie's Forum (ACF) is for use by adults only and contains adult content. By continuing to use this site you are confirming that you are at least 18 years of age.
Status
Not open for further replies.
I was working with a model a while back who wanted to see an image at the top of their profile above everything else. This is not too difficult using some custom CSS. I verified it works in my own profile.

I wrote up some instructions on how I did it. Linking them here in case anyone else wants to do it at some point.
 
MFCDesigner said:
Hi girls.

I just wanted to ask a quick question. I'm a female web designer and I just finished editing a close friend of mine's MFC profile. A lot of you ladies seem to suffer a lot of frustration trying to get your profile the way you'd like it. Would any of you be interested in paying a professional to do it for you? A professional clean design using proper HTML and CSS not just images pasted everywhere?
Feedback would be hugely appreciated!

xxx



HEY!! I am interested in paying you to customize my MFC profile i desperatly need some help and a professional to just do it for me please let me know asap what we can work out!! THANKS~~~
 
Does anyone know where I can upload a NSFW gif?

I've made an animated preview gif for my video. I've tried out imgur and tinypic. Tinypic usually deletes the gif after a day or two, and when I use the imgur link, the gif mysteriously disappears from my profile every now and then, even though the URL is working. :?
 
LilyMarie said:
Does anyone know where I can upload a NSFW gif?

I've made an animated preview gif for my video. I've tried out imgur and tinypic. Tinypic usually deletes the gif after a day or two, and when I use the imgur link, the gif mysteriously disappears from my profile every now and then, even though the URL is working. :?

http://imgur.com/tos
Hotlinking to file-sharing, torrent, and pornographic sites is prohibited.
Without getting into whether MFC is porn or not, imgur may be just blocking your image from being used on MFC.

I think that if you have a tumblr account, you can make a post there and then use the picture on your MFC profile. Not sure how their privacy works. So, before upload it there, be sure that your image won't be listed on the front page.

P.S.: Update the link on your sig ;)
 
Somebody figured out a solution for me via PM ^^
It seems to be working now.

- Yeah, I didn't read imgur's terms of service.... :oops: Oddly enough the link is still working, so they don't delete images, they just don't want them to appear on porn sites. Hmm.
 
Because of this topic I joined this cute forum.
I'm not a model but I had my "studio" once and I've smash my brains about this subject too (customizing css/html mfc profile).
After 10 years of web-developing some answers are simple.
The main question is how to customize your MFC profile.
There are 2 ways, css-html or just one of them (css, requires coding knowledge and html just simple basic knowledge, like adding an clickable image on your profile).
First of all I need to read the rules of this community before I post anything else.
Please excuse my english, I'm from Romania :)
Thank you.
 
Airwolfe said:
AlluringValya said:
Does anyone know how to add the amazon wishlist button?

The code I provided below should work for you. This code already has the link to your Amazon wishlist in it.

You will have to insert the link for the Amazon wishlist button where instructed to in the code below. You can use the image I attached in this reply as your Amazon wishlist button or you can make your own.

Code:
<a href='http://www.amazon.com/gp/registry/wishlist/38E9FA6UGYC7A' target='_blank'><img src='insert the link to the Amazon wishlist button here'/></a>

Follow the instructions that KittyWilde provided to upload the image you want to use for your Amazon wishlist button and get the link for that image. Then insert that link where instructed to in the code above.

KittyWilde said:
As far as hosting images goes it's possible to add the images to your photo gallery on MFC and not have them show up as a gallery on your profile (I hope that makes sense) so that you don't have to use another site for hosting. Here is how to do it:

When you click to add a photo there is a drop down next to "Gallery". Select the "Choose Location" option. This will place it in an "Unassigned" gallery that is not visible to anyone but you. Once the picture is loaded go to "Manage Photos" page and click on the photo you want to use in the "Unassigned" gallery. Once it pulls up, click on it again and it will appear in a new window. Copy the link up through ".jpg" and insert it into your HTML code... an example: "img src="http://graphics2.myfreecams.com/photos2/blahblahblah.jpg". You can load background images/wallpaper or regular photos this way, it doesn't matter

Hope this little work-around helps. I know it's helped me a lot.

I am having a heck of a time trying to get a wish list link done for my friends page. She is using amazon.ca This is her wishlist link I believe. http://www.amazon.ca/registry/wishlist/HFHYA4HS40EY What do I need to do next?
 
I am having a heck of a time trying to get a wish list link done for my friends page. She is using amazon.ca This is her wishlist link I believe. http://www.amazon.ca/registry/wishlist/HFHYA4HS40EY What do I need to do next?

Clickable image
Code:
<a href="http://www.amazon.ca/registry/wishlist/HFHYA4HS40EY" target="_blank"><img src="http://ecx.images-amazon.com/images/I/61Wnf408dxL._SS150_.jpg"></a>

Hyperlink text:
Code:
<a href="http://www.amazon.ca/registry/wishlist/HFHYA4HS40EY" target="_blank">Bijou's Wish List</a>

Add one of the html codes in About Me section (edit profile)

Note: replace http://ecx.images-amazon.com/images/I/61Wnf408dxL._SS150_.jpg from first code with a banner or a custom designed image


And will look like this (bb cod)



hope you got the ideea.
Have fun & b creative :violin:
 
DirtyPoly said:
Most of the stuff I had tried to put in the about me section. Such as My twitter and Amazon. MFC kicked it out as being unrecognizable code. I am going to look at the html site later today. Between this and school I am one busy girl. Keep the ideas coming.
Love Cheri

MFC's editor is not forgiving. If you have anything properly formatted it will error the whole section
 
Another free tip on how to customize your Myfreecams beautiful profile.
Change the td's background image/color or css3

Header titles of: About Me, My Most Recent Pictures, Friends, Interests & Hobbies, Message Wall.
search in your css this line .container .heading {
below this line you can add several css attributes. This is just an example;
Code:
padding: 7px;
    background: url(http://i963.photobucket.com/albums/ae117/dexdesign2002/mfcdesign/bgtitle.png) repeat-x;
    border:1px;
	border:#000000;
    border-radius: 4px 4px 4px 4px;
	color: #fff;
	text-shadow:1px 0 0 #000;
    height:33px;
	font-family:Courier, Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;

background can be an image like in above example with horizontal repeating (repeat-y for vertical repeat/ )
background with color? just replace the url(image url) repeat-x with hex color (#fff - white)
color: #fff; - changes the text color
text-shadow:1px 0 0 #000; - adds text shadow
height:33px; - the height of the background , use only px (example: 33px/ 45px/ 60px.....)
border-radius: 4px 4px 4px 4px; - border radius or round corners css3 attribute .. play with 4px number until you get bored... 20px on all corners is more round rather 4px

If you have questions... shoot!

have fun & b Creative :violin:


DirtyPoly wrote:
Most of the stuff I had tried to put in the about me section. Such as My twitter and Amazon. MFC kicked it out as being unrecognizable code. I am going to look at the html site later today. Between this and school I am one busy girl. Keep the ideas coming.
Love Cheri

Only basic html in About Me section, simple banner codes, buttons and so on, NO css !
embade players work ok
 
  • Like
Reactions: Always_Tim
mfc-css-pro said:
Because of this topic I joined this cute forum.
I'm not a model but I had my "studio" once and I've smash my brains about this subject too (customizing css/html mfc profile).
After 10 years of web-developing some answers are simple.
The main question is how to customize your MFC profile.
Please excuse my english, I'm from Romania :)

You know what is really strange? you smash your brain to discover how to do that but i think the truth is a little bit different

It is over one year since someone posted a detailed tutorial about how to customize ur Myfreecams profile on a forum from Romania, and because ur romanian i have no doubt that you got your divine inspiration from there not from smashing your brains,

And now after one year (since it was published the tutorial) finally u realize how to.... so You've createa a free site and ur ready to go and charge money for something that originally was Free

I dont know if it is allowed to post links so i'll ask the mods to delete it if i break any rulles:
Here is the custom MFC profile tutorial from 2011: http://www.adultvideochat.ro/forum/tutorial-profil-model-myfreecams-t12060.html

Btw did it hurt when u smashed your brains?
 
Just-a-User said:
mfc-css-pro said:
Because of this topic I joined this cute forum.
I'm not a model but I had my "studio" once and I've smash my brains about this subject too (customizing css/html mfc profile).
After 10 years of web-developing some answers are simple.
The main question is how to customize your MFC profile.
Please excuse my english, I'm from Romania :)

You know what is really strange? you smash your brain to discover how to do that but i think the truth is a little bit different

It is over one year since someone posted a detailed tutorial about how to customize ur Myfreecams profile on a forum from Romania, and because ur romanian i have no doubt that you got your divine inspiration from there not from smashing your brains,

And now after one year (since it was published the tutorial) finally u realize how to.... so You've createa a free site and ur ready to go and charge money for something that originally was Free

I dont know if it is allowed to post links so i'll ask the mods to delete it if i break any rulles:
Here is the custom MFC profile tutorial from 2011: http://www.adultvideochat.ro/forum/tutorial-profil-model-myfreecams-t12060.html

Btw did it hurt when u smashed your brains?

Thanks for the info, I didn't know about that site you have mentioned above and nope I leave others to smash whatever they want.
Be smart! Where did you see there HOW TO CUSTOMIZE CSS? If you didn't notice we are actually in 2012...or some of us at least. Basic customization is easy and your link is all about default option.
Regarding my site and commercial services... You didn't download my digital product and you have no idea what it contains. Don't be embarrassed! it's not your fault!
:violin:

charge money for something that originally was Free
get out more often... check out freelancer.com, where do you find free? Be kind with us, please let us know!
 
IM HAVING SUCH TROUBLE POSTING A LINK ON HOW TO TIP ME OFFLINE AND ALSO TO ADD MY AMAZON WISH LIST- I DONT CARE WHAT THE WISHLIST LOOKS LIKE IT CAN JUST SAY WANA SPOIL ME? OR CLICK HERE FOR WISH LIST.. (SAME FOR OFF-LINE TIP) BUT EVERYTHING I TRY; IT JUST DOESNT WORK OUT FOR ME =[ WHEN I CLICK ON MY WISH LIST WHILE IM ON AMAZON AND CLICK SHARE WITH FRIENDS... IT GIVES ME THIS LINK... "NikKi_StarxX Wish List
Permalink: http://amzn.com/w/2P3IIVS649LF6 " UNLESS IM CLICKING THE WRONG PLACE TO FIND THE LINK? AND THEN FOR OFF-LINE TIPPING; I HAVE NO IDEA WHERE TO GO FOR THAT! CAN ANYONEEEE HELP MEEE!!!! THANK YOU LADIES! (IM NEW TO MFC)
 
NikKi_StarxX said:
IM HAVING SUCH TROUBLE POSTING A LINK ON HOW TO TIP ME OFFLINE AND ALSO TO ADD MY AMAZON WISH LIST- I DONT CARE WHAT THE WISHLIST LOOKS LIKE IT CAN JUST SAY WANA SPOIL ME? OR CLICK HERE FOR WISH LIST.. (SAME FOR OFF-LINE TIP) BUT EVERYTHING I TRY; IT JUST DOESNT WORK OUT FOR ME =[ WHEN I CLICK ON MY WISH LIST WHILE IM ON AMAZON AND CLICK SHARE WITH FRIENDS... IT GIVES ME THIS LINK... "NikKi_StarxX Wish List
Permalink: http://amzn.com/w/2P3IIVS649LF6 " UNLESS IM CLICKING THE WRONG PLACE TO FIND THE LINK? AND THEN FOR OFF-LINE TIPPING; I HAVE NO IDEA WHERE TO GO FOR THAT! CAN ANYONEEEE HELP MEEE!!!! THANK YOU LADIES! (IM NEW TO MFC)

Your wishlist link:
Code:
<a href='http://amzn.com/w/2P3IIVS649LF6'>spoil me</a>

Your offline tip link:
Code:
<a href='http://www.myfreecams.com/mfc2/php/tip.php?&request=tip&broadcaster_id=12888059'>Tip me!</a>

Just enter these into your 'about me' section and they should show up as links.
 
thank you so much- i just realized i wrote in CAPS... i got yelled at by two other models by posting with caps before under a differnt topic- so i applogize. but thank you so much for helping me and being so kind!! xo! i am going to try that now!! :-D
-Jessica (nikki)
 
NikKi_StarxX said:
thank you so much- i just realized i wrote in CAPS... i got yelled at by two other models by posting with caps before under a differnt topic- so i applogize. but thank you so much for helping me and being so kind!! xo! i am going to try that now!! :-D
-Jessica (nikki)
I saw that, they didn't yell at you, they just pointed out that you shouldn't do it. :)
No problem, I hope it works for you!
 
  • Like
Reactions: NikKi_StarxX
oh ok =] thank u and it worked! thank u so much =]
 
IF you want a profile. Im a designer I can help you out. Check out my profile. profiles.myfreecams.com/sxckhloedog
 
hey thanks girl! i LOVE your page; i def want something like that; but not TOO much since i dont have videos up yet; im in process of making them but i still want something that makes it look much better than what i have now!! =]
 
NikKi_StarxX said:
hey thanks girl! i LOVE your page; i def want something like that; but not TOO much since i dont have videos up yet; im in process of making them but i still want something that makes it look much better than what i have now!! =]
was that to me?
 
sxckhloedog said:
NikKi_StarxX said:
hey thanks girl! i LOVE your page; i def want something like that; but not TOO much since i dont have videos up yet; im in process of making them but i still want something that makes it look much better than what i have now!! =]
was that to me?
I can understand her confusion.
You're a guy, but your whole profile looks like KhloeNxtDoor's.
 
well r u able to make profiles like really all crazy cool and like video sections and all diff things.. i was replying to to answered my questions saying if i need help to look at her page which was ( profiles.myfreecams.com/sxckhloedog ) so if that was you, then yes, if not, and u are able to do things like that, then yes i would love any help i can get! i tried to google html coding but i just cant get it =/
thank u all! =]
 
NikKi_StarxX said:
well r u able to make profiles like really all crazy cool and like video sections and all diff things.. i was replying to to answered my questions saying if i need help to look at her page which was ( profiles.myfreecams.com/sxckhloedog ) so if that was you, then yes, if not, and u are able to do things like that, then yes i would love any help i can get! i tried to google html coding but i just cant get it =/
thank u all! =]
yes mine does look like hers because i am the one who made it. And yes i am able to make any profile :)
 
"How do I remove rate and admire?"

Add some rules to your custom CSS.

If you want to hide just the parts of the Friends section pertaining to rating/admiring:

Code:
.about_me + .heading + .content > tr:nth-child(1) {display: none;}
.about_me + .heading + .content > tr:nth-child(2) {display: none;}
.about_me + .heading + .content > tr:nth-child(3) {display: none;}

If you want to remove the whole Friends section:

Code:
.about_me + .heading + .content, .about_me + .heading {display: none;}
 
Kradek said:
"How do I remove rate and admire?"

Add some rules to your custom CSS.

If you want to hide just the parts of the Friends section pertaining to rating/admiring:

Code:
.about_me + .heading + .content > tr:nth-child(1) {display: none;}
.about_me + .heading + .content > tr:nth-child(2) {display: none;}
.about_me + .heading + .content > tr:nth-child(3) {display: none;}

If you want to remove the whole Friends section:

Code:
.about_me + .heading + .content, .about_me + .heading {display: none;}

This is great! Only problem is, now my background image is gone and I'm sure the 70% transparency for the text boxes is gone as well. Could you walk me through fixing these issues? I have no idea how css works btw
 
  • Like
Reactions: Kradek
Liliana_XO said:
This is great! Only problem is, now my background image is gone and I'm sure the 70% transparency for the text boxes is gone as well. Could you walk me through fixing these issues? I have no idea how css works btw
That's an important point; if you use these custom rules, you are on your own for some of the styling of the profile.

To answer your questions, you can add a background using the following rule:

Code:
body { background-image:url('url to the image'); }

The rule MFC uses for container transparency is

Code:
.container_transparency {
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	filter:alpha(opacity=100);
	background:rgba(255,255,255,1);
}

You can add that, changing the opacity number and color (#FFFFFF is white) to whatever you want.
 
Kradek said:
Liliana_XO said:
This is great! Only problem is, now my background image is gone and I'm sure the 70% transparency for the text boxes is gone as well. Could you walk me through fixing these issues? I have no idea how css works btw
That's an important point; if you use these custom rules, you are on your own for some of the styling of the profile.

To answer your questions, you can add a background using the following rule:

Code:
body { background-image:url('url to the image'); }

The rule MFC uses for container transparency is

Code:
.container_transparency {
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	filter:alpha(opacity=100);
	background:rgba(255,255,255,1);
}

You can add that, changing the opacity number and color (#FFFFFF is white) to whatever you want.

Thank you so much!!!
 
  • Like
Reactions: Kradek
Status
Not open for further replies.