|
Re:Additional Info icons with Community Builder 1 Year, 3 Months ago
|
|
thanks for that work
|
|
|
Logged
|
|
|
|
|
|
Re:Additional Info icons with Community Builder 1 Year, 3 Months ago
|
|
|
It can probably be done, but I don't use this plugin. I just installed it to see what it looked like, and it would take several changes to the code. If I get enough time one day, I might look into it.
|
|
|
Logged
|
|
|
|
|
|
Re:Additional Info icons with Community Builder 1 Year, 3 Months ago
|
|
Hello,
now I have done the integration with the profileFlag-plugin...
If someone interested in that, give a call.
Roland
|
|
|
Logged
|
|
|
Last Edit: 2007/09/15 19:11 By roland76.
|
|
|
|
|
|
Re:Additional Info icons with Community Builder 1 Year, 3 Months ago
|
|
Hi Roland,
yes I'm very interested 
|
|
|
Logged
|
|
|
There are only two kinds of music:
Rock and Roll
|
|
|
|
|
|
|
|
Logged
|
|
|
Last Edit: 2007/09/16 16:55 By major_tom.
|
|
|
|
|
|
|
|
|
Re:Additional Info icons with Community Builder 1 Year, 3 Months ago
|
|
|
Check your iCQ number, if this number is wrong, the picture is not loading.
I think, the picture is loading directly form the ICQ Server.
|
|
|
Logged
|
|
|
There are only two kinds of music:
Rock and Roll
|
|
|
|
|
|
Re:Additional Info icons with Community Builder 1 Year, 3 Months ago
|
|
|
The ICQ icon is pulled directly from the ICQ servers, so the number must be correct. The reason this is done is so that you can get a realtime status of who is on ICQ. I did not code it up this way, it was already done like that.
As for the the Gender Icon not working, I have a feeling it is because of a translation issue. It looks like everything on your site is German. I made the mods and hardcode the gender values at Male and Female. You can change this by looking at the code in section 5 above inside the view.php file. You will see this.
[code:1]
if (strcasecmp($gender,"male"«»)==0) {
$userinfo->gender = 1;
}
if (strcasecmp($gender,"female"«»)==0) {
$userinfo->gender = 2;
}
[/code:1]
The male and female values you see there should be changed to your translation for those. My guess is that should fix it.
|
|
|
Logged
|
|
|
|
|
|
Re:Additional Info icons with Community Builder 1 Year, 3 Months ago
|
|
i've tried to make it work but i can't manage it.. as i upload the new view.php file here's what happens to my template!!
can anybody help please? thank you
|
|
|
Logged
|
|
|
Last Edit: 2007/09/17 00:53 By serena.
|
|
|
|
|
|
Re:Additional Info icons with Community Builder 1 Year, 3 Months ago
|
|
|
I honestly don't know what is going on there. Did you make all of the other changes as layed out in my post above?? The only thing I would recommend doing is to get to that page again, and do a view source on the page and see what the last thing is that is loaded on the page. Then go find that in the view.php and see what the next statement is that didn't get executed, that is probably your problem.
|
|
|
Logged
|
|
|
|
|
|
Re:Additional Info icons with Community Builder 1 Year, 3 Months ago
|
|
|
sorry... i'm not a programmer and i don't understand how to fix it on my own.. tried to look at the source and i found out the last this it loads is the forum tool.. here's the code, can you have a look? maybe you can help me..
[code:1]
Forum OFFLINE!
HomeProfilo PersonaleVisualizza ad alberoRegole del forumFAQ
Benvenuto/a, Serena Taccari
Mostra ultimi messaggi | Profilo Personale | Esci
| Annunci
.switchcontent
{
display: none;
}
jQuery(function()
{
jQuery(".fb_qr_fire"«»).click(function()
{
jQuery("#sc" + (jQuery(this).attr("id"«»).split("__"«»)[1])).toggle();
});
jQuery(".fb_qm_cncl_btn"«»).click(function()
{
jQuery("#sc" + (jQuery(this).attr("id"«»).split("__"«»)[1])).toggle();
});
});
gravidanza la vita dentro distacco della placenta.... (0 in linea)
Preferiti: 0
Discussione: distacco della placenta....
jQuery(document).ready(function()
{
jQuery("#jrftsw"«»).click(function()
{
jQuery(".forumtools_contentBox"«»).slideToggle("fast"«»);
return false;
});
});
Strumenti forum
Apri una nuova discussione
PDF
Segna questo forum come letto
Visualizza ad albero
Mostra ultimi messaggi
Regole del forumFAQ
[/code:1]
thank you!
|
|
|
Logged
|
|
|
Last Edit: 2007/09/17 01:46 By serena.
|
|
|
|
|
|