News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

BBC User Info V2

Started by vbgamer45, February 01, 2013, 04:20:24 PM

Previous topic - Next topic

Shambles

http://www.i30ownersclub.com/forum/index.php?topic=20294

Board is private to group "smf support" (which is where I placed 4kstore) and you can also moderate that board.





Adrek

Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

Shambles


4Kstore

you have a conflict with this code:

<script type="text/javascript">
$(document).ready(function() {
var infoText_slideDown = "See last message."; //Change Text for slide down!
var infoText_slideUp = "Hide."; //Change Text for slide up!
$('.notification em').text(infoText_slideDown);
$('.notification span').hover(function() {
$(this).css('cursor','pointer');
}, function() {
$(this).css('cursor','auto');
});
$('.notification span').click(function() {
$('.notification-wrap').fadeOut(800);
});
$('.notification em').click(function(){
if ($(".descriptionbox").is(":hidden")) {
$(".descriptionbox").slideDown("slow", function() {
$('.notification em').text(infoText_slideUp);
});
} else {
$('.notification em').text(infoText_slideDown);
$(".descriptionbox").slideUp("slow");
}
});
});
</script>


I don't know which mod add that part of code.

¡¡NEW MOD: Sparkles User Names!!!

Adrek

This jQuery plugin doesn't play well with other jQuery scripts :| At least if mod uses latest jquery version.

Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

Shambles

Ok I'll have a look for that. In the meantime I noticed a few console errors reported:

QuoteTimestamp: 02/02/2013 22:12:52
Warning: Unknown property '-moz-border-radius'.  Declaration dropped.
Source File: http://www.i30ownersclub.com/forum/Themes/default/css/jquery.qtip.css
Line: 79

.qtip-icon, .qtip-icon .ui-icon{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
}






QuoteTimestamp: 02/02/2013 22:12:52
Warning: Unknown property '-moz-box-shadow'.  Declaration dropped.
Source File: http://www.i30ownersclub.com/forum/Themes/default/css/jquery.qtip.css
Line: 237

/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}





QuoteTimestamp: 02/02/2013 22:12:52
Warning: Error in parsing value for 'background-image'.  Declaration dropped.
Source File: http://www.i30ownersclub.com/forum/Themes/default/css/jquery.qtip.css
Line: 270

background: #4A4A4A;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}





QuoteTimestamp: 02/02/2013 22:12:52
Warning: Error in parsing value for 'filter'.  Declaration dropped.
Source File: http://www.i30ownersclub.com/forum/Themes/default/css/jquery.qtip.css
Line: 286

.qtip-youtube .qtip-content{
padding: .75em;
font: 12px arial,sans-serif;

filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}





I'm guessing they don't matter too much

Shambles

Quote
you have a conflict with this code:

<script type="text/javascript">
$(document).ready(function() {
...
});
</script>


I don't know which mod add that part of code.

Ok, that's PM Informer. I'll reduce that to ashes and see what happens...




EDIT: errors flagged during uninstall: it may take a short while

Gryzor

Just downloaded it from the mod page again, still the same behavior as can be seen here: http://www.cpcwiki.eu/forum/cpcwiki-discussion/testing-bbc-user-info/

[EDIT] Ah, oops, I changed its theme and it worked?!

Shambles

Interesting...

Tested it on my localhost with the same results as in live. So, I commented out the PM Informer code and it still did not work.

I reinstated the PM Informer code (localhost).

I changed my theme (localhost) and it began to partially "work", in that a flyout appeared with "unable to load the userinfo template". A switch back to my default theme and it remained partially working. I cannot see how that is happening as all my localhost code is as it was previously.

It will not produce anything in live, nomatter what I try.

I'll take up this challenge again after a bit of shuteye.

Thanks for your efforts so far - it's appreciated.

4Kstore

Quote from: Shambles on February 02, 2013, 06:24:32 PM
Interesting...

Tested it on my localhost with the same results as in live. So, I commented out the PM Informer code and it still did not work.

I reinstated the PM Informer code (localhost).

I changed my theme (localhost) and it began to partially "work", in that a flyout appeared with "unable to load the userinfo template". A switch back to my default theme and it remained partially working. I cannot see how that is happening as all my localhost code is as it was previously.

It will not produce anything in live, nomatter what I try.

I'll take up this challenge again after a bit of shuteye.

Thanks for your efforts so far - it's appreciated.

Remember use the last zip in the mod site, the error "unable to load the userinfo template" was my mystake, but now that is fixed..

¡¡NEW MOD: Sparkles User Names!!!

Gryzor

I toyed a bit with the mod; it's nice and with good aesthetics (the lot of themes doesn't hurt!).

However I see it as having limited functionality. I think it would be much better if it was integrated with a mention system (let the user know he's been mentioned). Would something like that be possible within this mod's framework?

4Kstore

Yes, My original idea was to create a separate mod apart this to serve as notification system for many things and connected several mods including this too .. but it was just an idea..

¡¡NEW MOD: Sparkles User Names!!!

Gryzor

Ah, that would be grand; here's hoping these ideas will come to fruition :)

Skaty

Popup doesn't show up. i'm using these modes:




:)

4Kstore

Please show me a link where the mod is in function

¡¡NEW MOD: Sparkles User Names!!!

Skaty


4Kstore

Firebug crash when I try to see your site... I really don't know the problem

¡¡NEW MOD: Sparkles User Names!!!

Skaty


pjn

Quick Portal - Free hosting & portal & forums system

Many designs + many extras + server = FREE!

Ask from us your free web now:
http://qp-free.com/index.php/board,2.0.html

Skaty

How can i add other special profile areas on the info card ? Like PSN Adress of user ?



Advertisement: