CommunityBuilder 2.0.8 (and older) use wrong url's for profile picture:
Code:
<div id="scprofile-pic"><a target="_self" href="/component/comprofiler/"><img src="http://site.ru/images/comprofiler/tn62_49d27b2514daf.jpg" width="25px" height="25px" /></a></div>
right url: /images/comprofiler/tn62_49d27b2514daf.jpg
wrong url:
http://site.ru/images/comprofiler/tn62_49d27b2514daf.jpg
i see wrong url's for profile pictrue in JComments (i'm send message to developer), in Kunena forum (
you can see it on joomlapolis.com/forum too), and on JFBConnect component on my site.
Google recommended use urls without http or https!
i'm also see code, what my browseer see on my site:
Code:
<script type="text/javascript" src="http://site.ru/components/com_comprofiler/js/jquery/jquery-1.11.2.min.js?v=13c7555371459821"></script><script type="text/javascript"><!--
var cbjQuery = jQuery.noConflict( true );
--></script>
<script type="text/javascript"><!--
window.$ = cbjQuery;
window.jQuery = cbjQuery;
--></script><script type="text/javascript" src="http://site.ru/components/com_comprofiler/js/jquery/jquery.cbtabs.min.js?v=13c7555371459821"></script>
<script type="text/javascript" src="http://site.ru/components/com_comprofiler/js/jquery/jquery.migrate.min.js?v=13c7555371459821"></script>
i mean, this is be a problem for site, who use
HTTPs - and browser can say - this is no security, because use
http for some elements on site (images, etc)
===========================
i see problem with URLs on this forum too,
i see
right code here:
Code:
<script type="text/javascript" src="/includes/js/joomla.javascript.js"></script>
<script type="text/javascript" src="/plugins/system/mtupgrade/mootools.js"></script>
<script type="text/javascript" src="/media/kunena/js/mediaboxAdv.js"></script>
<script type="text/javascript" src="/media/kunena/js/default-min.js"></script>
and i see after
wrong code here:
Code:
<script type="text/javascript" src="http://www.joomlapolis.com/components/com_comprofiler/js/jquery-1.5.2/jquery-1.5.2.min.js"></script>
<script type="text/javascript" src="http://www.joomlapolis.com/templates/joomlapolis/js/jquery.tools.min.js"></script>
<script type="text/javascript" src="http://www.joomlapolis.com/templates/joomlapolis/js/fprollover.js"></script>
<script type="text/javascript" src="http://www.joomlapolis.com/templates/joomlapolis/js/tooltip.js"></script>
<script type="text/javascript" src="http://www.joomlapolis.com/modules/mod_superfishmenu/tmpl/js/jquery.event.hover.js"></script>
<script type="text/javascript" src="http://www.joomlapolis.com/modules/mod_superfishmenu/tmpl/js/superfish.js"></script>
<script type="text/javascript">
all urls need use without http or https!
please shortly time release update with right urls!
=======================
and also Google recommended for external urls use this code (right url):
Code:
<a href="//google.com/" target="_blank">
wrong url:
Code:
<a href="http://google.com/" target="_blank">
=======================
Mozilla Firefox and Google Chrome coming this year move to HTTPs for use sites.
Read more:
Mozilla Firefox: Deprecating Non-Secure HTTP
Google Chrome: Marking HTTP As Non-Secure
p.s. i'm use Joomla 2.5.28 and CB 2.0.8