hello all !
sry for my english, i'm learning huhu ! be tolerant ray:
a friend told me how to tune mfc profile, she want to know how to do it
And I see that many people have trouble with it
so... TUTORIAL !!!! :mrgreen:
introdution
MFC tools are not easy for build a custom profile.
basically MFC provide a tool based on "TABLE" structure what is the semantics for tabular data... not for design a website
and mfc does not allow javascript input for security reason of course...
so... we need tricks for build a custom profile
Luckily we still have the css3 allows us to animate some stuff without breaking the head too (like menu or button etc...)
it is not clean at all
so beware, this is not a tutorial on how to code html and css properly :mrgreen:
But rather on how to bypass it all, without semantic
(hardcore mode developer bypass 20 minutes)
with the fear of consuming too much time and the little voice in your head that says :
"MFC messing you do not develop a proper tool ..."... :twocents-02cents:
I will not detail all for the simple reason that we are going to useful
For the recipe we need :
-a little patient
-Never forget to save the old css (one up) to go back if you have ...
-can be to train on a fake profile ...
-Do not get upset if it does not work .. we drink coffee and it works again ...
START !!!
first we need to have an HTML structure
I put in the fields "Favorite Books" :
What could make this piece of code?
This is very simple,
First we create a container that will hold other small box
Unfortunately mfc prohibits us many things
To create the menu, for example we could use the tag us "ul"
in html5 example, we even had to create tag menu...
but...
Remember, we are here just to crush a rotten code by another rotten :lol:
Now that we have our basic layout, we need to style it !!! with css
Go to customise > advanced css in you profile edit
Do not be scared by the length of the code .. it's just not optimized (write kilometer discovering the mfc profile).
In addition, you do not need to touch much, I would provide also in the coming days, a complete and easy layout to change
here is the css code to replace your old code
BUT DON'T FORGET !!! ALWAYS MAKE BACKUP YOUR OLD CSS
How to return to your old profile pending think about how to do better .. you only have to remove the HTML favorite book, and replace your css old snippet!
WTF :hand:
it took my head
I did not need all that !
it does not matter, your friends will fish all that "kevin" seeing their profiles will say "OMG it's a pornstar" ( lollllll )
Puts you firmly in mind that the conversion funnel marketing is very very important!
it is not everything, but it's more that it ... more
imagine you're in a store and you see two display candy
-one gray and dark green
- and one with rainbow sky and flying pink pony
easy choice...
:character-yoshi:
What could make this piece of code?
I will detail
-a tip for reset
-a piece of code to overide the MFC code
-one end to put everything in place
-and a tip for images
here is the important code for beginners :
background image
header
small chips to place a picture where you want
have fun with the menu
giving it :
http://profiles.myfreecams.com/sexSexAndLove
it seems empty, but it is a very simple base to start
with it, you can do what you want without worrying about tables
with all the mfc limitations, can already do a lot
et voila!!!
for more loafer,
I would provide in the coming days, a complete and easy layout to change
(template for customization)
and for very little effort, none look to another..
for others, I wish you courage for work, and do not hesitate to ask me .. that it serves a comunity
:hello2:
sry for my english, i'm learning huhu ! be tolerant ray:
a friend told me how to tune mfc profile, she want to know how to do it
And I see that many people have trouble with it
so... TUTORIAL !!!! :mrgreen:
introdution
MFC tools are not easy for build a custom profile.
basically MFC provide a tool based on "TABLE" structure what is the semantics for tabular data... not for design a website
and mfc does not allow javascript input for security reason of course...
so... we need tricks for build a custom profile
Luckily we still have the css3 allows us to animate some stuff without breaking the head too (like menu or button etc...)
it is not clean at all
so beware, this is not a tutorial on how to code html and css properly :mrgreen:
But rather on how to bypass it all, without semantic
(hardcore mode developer bypass 20 minutes)
with the fear of consuming too much time and the little voice in your head that says :
"MFC messing you do not develop a proper tool ..."... :twocents-02cents:
I will not detail all for the simple reason that we are going to useful
For the recipe we need :
-a little patient
-Never forget to save the old css (one up) to go back if you have ...
-can be to train on a fake profile ...
-Do not get upset if it does not work .. we drink coffee and it works again ...
START !!!
first we need to have an HTML structure
I put in the fields "Favorite Books" :
Code:
<div id='magicbox'>
<div id='top'>
<div id="skylog">top logo</div>
<div id="uglytagformenu">
<a href="#" alt="">plop</a>
<a href="#" alt="">plop</a>
<a href="#" alt="">plop</a>
<a href="#" alt="">plop</a>
</div>
</div>
<div id='mid'>
<div class="foobox">
</div>
<div class="foobox">
</div>
<div class="xclean"></div>
<div class="foobox">
</div>
<div class="foobox">
</div>
<div class="xclean"></div>
<div class="foobox">
</div>
<div class="foobox">
</div>
<div class="xclean"></div>
</div>
<div id='low'>
<div id="social">
<a target="_blank" title="Follow me on Facebook" id="fb" class="socialview" href="#">Facebook</a>
<a target="_blank" title="Follow me on Twitter" id="tw" class="socialview" href="#">Twitter</a>
</div>
</div>
</div>
What could make this piece of code?
This is very simple,
First we create a container that will hold other small box
Unfortunately mfc prohibits us many things
To create the menu, for example we could use the tag us "ul"
Code:
<ul id="menu">
<li><a href="#" >some link</i>
<li><a href="#" >some link</i>
<li><a href="#" >some link</i>
</ul>
but...
Remember, we are here just to crush a rotten code by another rotten :lol:
Now that we have our basic layout, we need to style it !!! with css
Go to customise > advanced css in you profile edit
Do not be scared by the length of the code .. it's just not optimized (write kilometer discovering the mfc profile).
In addition, you do not need to touch much, I would provide also in the coming days, a complete and easy layout to change
here is the css code to replace your old code
BUT DON'T FORGET !!! ALWAYS MAKE BACKUP YOUR OLD CSS
How to return to your old profile pending think about how to do better .. you only have to remove the HTML favorite book, and replace your css old snippet!
Code:
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
background: url("http://pimpmysex.com/trunk/bg_base.jpg");
}
table {
position: relative;
width: 960px;
margin: auto;
margin-top: -5px;
}
#magicbox {
position: absolute;
width: 960px;
margin: auto;
margin-top: -5px;
background: lightblue;
}
table > td[class*="status_value"], table > td[valign="top"], table > td[align="right"], table center, div .heading, div .interests_info, .content .wall_info, #wall_options, .wall_options, .thumbnail, .wall_body{
display: none;
}
td [style="padding: 0px 40px 40px"] {
padding: 0;
}
.interests_body {
padding: 0;
}
#top {
width: 960px;
height: 280px;
background: url("http://pimpmysex.com/trunk/head.jpg");
}
#skylog {
position: absolute;
width: 150px;
height: 150px;
top: 50px;
left: -80px;
background: url("http://pimpmysex.com/trunk/logo.png");
text-indent: -9999px;
}
#uglytagformenu {
width: 960px;
padding-top: 230px;
}
#uglytagformenu a {
display: inline-block;
width: 200px;
height: 50px;
line-height: 50px;
background: #ed3f9d;
text-align: center;
font-family: Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
color: #02cfe1;
}
#uglytagformenu a:hover {
background: #fca40c;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.foobox {
float: right;
width: 460px;
height: 200px;
margin: 10px;
background: #2d8fc8;
}
#social {
position: absolute;
display: inline-block;
bottom: -5px;
right: -20px;
}
.socialview {
display: inline-block;
width: 26px;
height: 26px;
text-indent: -9999px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#fb {
background: url("http://pimpmysex.com/trunk/social.png") no-repeat 0px 0px;
}
#tw {
background: url("http://pimpmysex.com/trunk/social.png") no-repeat -26px 0px;
}
#fb:hover{
background: url("http://pimpmysex.com/trunk/social.png") no-repeat 0px -26px;
}
#tw:hover {
background: url("http://pimpmysex.com/trunk/social.png") no-repeat -26px -26px;
}
.xclean {
clear: both;
}
WTF :hand:
it took my head
I did not need all that !
it does not matter, your friends will fish all that "kevin" seeing their profiles will say "OMG it's a pornstar" ( lollllll )
Puts you firmly in mind that the conversion funnel marketing is very very important!
it is not everything, but it's more that it ... more
imagine you're in a store and you see two display candy
-one gray and dark green
- and one with rainbow sky and flying pink pony
easy choice...
:character-yoshi:
What could make this piece of code?
I will detail
-a tip for reset
-a piece of code to overide the MFC code
-one end to put everything in place
-and a tip for images
here is the important code for beginners :
background image
Code:
body {
background: url("http://pimpmysex.com/trunk/bg_base.jpg");
}
header
Code:
#top {
width: 960px;
height: 280px;
background: url("http://pimpmysex.com/trunk/head.jpg");
}
small chips to place a picture where you want
Code:
#skylog {
position: absolute;
width: 150px;
height: 150px;
top: 50px;
left: -80px;
background: url("http://pimpmysex.com/trunk/logo.png");
text-indent: -9999px;
}
have fun with the menu
Code:
#uglytagformenu a:hover {
background: #fca40c;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
giving it :
http://profiles.myfreecams.com/sexSexAndLove
it seems empty, but it is a very simple base to start
with it, you can do what you want without worrying about tables
with all the mfc limitations, can already do a lot
et voila!!!
for more loafer,
I would provide in the coming days, a complete and easy layout to change
(template for customization)
and for very little effort, none look to another..
for others, I wish you courage for work, and do not hesitate to ask me .. that it serves a comunity
:hello2: