I want a cover for the product
5 posters
Page 1 of 1
I want a cover for the product
I want a cover for the product
I do not know how to download the code or not, and I know that I copy the forum version 2 and please help quickly and link to my forum pupp.yoo7.com
I do not know how to download the code or not, and I know that I copy the forum version 2 and please help quickly and link to my forum pupp.yoo7.com
Re: I want a cover for the product
Hello,
What exactly are you asking? I do not understand what your asking or what the problem is. May you please try to be more clear and explain your question or issue further?
Thanks,
-Brandon
What exactly are you asking? I do not understand what your asking or what the problem is. May you please try to be more clear and explain your question or issue further?
Thanks,
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: I want a cover for the product
Hello ^^
My arabic skills are very low, but i think ahmdsat is looking for a code which would show poster info only by hovering his avatar
- Normal, we can see avatar
- Hover we do not see avatar but all the profile fields such as Nb of posts / Date of registration and so on.
My arabic skills are very low, but i think ahmdsat is looking for a code which would show poster info only by hovering his avatar
- Normal, we can see avatar
- Hover we do not see avatar but all the profile fields such as Nb of posts / Date of registration and so on.
Re: I want a cover for the product
@ahmdsat
Forumotion does have an arabic support forum if your english isn't that good as well: http://help.ahlamontada.com/ .
-Brandon
Please speak in English, as this is an English support forum.
|
Forumotion does have an arabic support forum if your english isn't that good as well: http://help.ahlamontada.com/ .
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: I want a cover for the product
Are you asking for the link to that image or something? I still do not understand what you mean by cover code?
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: I want a cover for the product
I want the code to fill the envelope in the sample like here http://www.best-devs.net/u1
Re: I want a cover for the product
Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: I want a cover for the product
just read and follow instructions from that topic
add the java / placement to the topics and then add a text profile field
add the java / placement to the topics and then add a text profile field
Re: I want a cover for the product
add the code as java/placement topics
add a profile field as explained below
Oke I quickly tried it so I can say you will probably need to do some template editing and css to make a neat profile, but the script does work.
- Code:
$(document).ready(function() {
var fbcapa = $('#field_id8 .field_uneditable').text();
$('table[width="100%"][cellspacing="1"][cellpadding="1"][border="0"]').before('<div style="width: 100%; height: 315px; position: relative; background: url(' + fbcapa + ') no-repeat center center scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;" id="fbfundo"><div style="position: absolute; left: 0; width: 100%; bottom: 0;"><table id="fbperfil"><tr><td rowspan="3" id="fbavatar"></td><td style="font-size: 16px;" id="fbnome"></td></tr></table></div></div> ');
$('table.forumline td[class="row1 gensmall"][align="center"] img[alt=""]:first').clone().appendTo($('#fbavatar'));
$('.catLeft:first span[class="genmed module-title"]').clone().appendTo($('#fbnome'));
$('td[class="row1 gensmall"][align="center"] img:last').clone().appendTo($('#fbrank'));
$(function() {
var fbavatarduplo = [],
imagemdupla;
$("#fbfundo img").filter(function() {
imagemdupla = $(this).attr("src");
if ($.inArray(imagemdupla, fbavatarduplo) < 0) {
fbavatarduplo.push(imagemdupla);
return false
}
return true
}).remove()
});
$('table#fbperfil span[class="genmed module-title"]').html(function(_, html) {
return html.replace("(conectado)", "<img alt='Conectado' title='Conectado' src='http://i19.servimg.com/u/f19/19/09/87/49/34501910.gif' />")
});
$(function() {
var tabfbperfil = function() {
$('td[align="right"][valign="bottom"][width="100%"][nowrap="nowrap"] a').click(function(e) {
e.preventDefault();
var url = this.href;
if (url == '#') return;
$('table[width="100%"][cellspacing="1"][cellpadding="1"][border="0"]').load(url + ' table[width="100%"][cellspacing="1"][cellpadding="1"][border="0"]', tabfbperfil)
})
};
tabfbperfil()
})
});
add a profile field as explained below
This needs to be of the type 'text field' and name it 'background url' (or something like that). Make sure that you make it visible in the profile. Then open a profile (ex: /u1) and use the developers-tool on the label of 'background url' by right clicking and select 'element inspect'. Then you go up the html-tree till you find an id starting with 'field_id', copy that id and paste it in the first line of the javascript where you find 'field_id8'. Save the script and that should do it.
Now you will find a new editable profile field were you can paste the url of your cover (ex: https://i.servimg.com/u/f19/19/09/87/49/anime-11.jpg ).
Re: I want a cover for the product
SLGray wrote:
Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
Please read our forum rules: ESF General Rules
Re: I want a cover for the product
brandon_g wrote:@ahmdsat
Please speak in English, as this is an English support forum.
Please read our forum rules: ESF General Rules
Forumotion does have an arabic support forum if your english isn't that good as well: http://help.ahlamontada.com/ .
-Brandon
Similar topics
» ads cover login
» Cover profile
» Cover in the user profile?
» SSL certificate does not cover domain with WWW
» Ads cover login page?
» Cover profile
» Cover in the user profile?
» SSL certificate does not cover domain with WWW
» Ads cover login page?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum