Quote:
Hello i just installed vbshout 6.2.18 to vbulletin 4.2.5 and installed the shoutbox does not work. My server is CentOS7 with cPanel and Apache 2.4. The shoutbox is showing up but in the message area it just says "Loading..." and nothing happens. Can't shout to anyone. It just sets there.
|
Quote:
Originally Posted by lacidious
For anyone else with this problem ...simple fix. Do a search in the template you are using for "jquery". If you find any with versions less than 1.7.1, change them. (mine was in the headinclude template)
|
This didn't work. Like yourself, in my headinclude template it says:
Quote:
</vb:if>
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile main-rollup.css}
{vb:raw template_hook.custom_css_links}
<vb:else />
{vb:cssfile bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css{vb:raw template_hook.custom_css_list}}
</vb:if>
<!--[if lt IE 8]>
{vb:cssfile popupmenu-ie.css,vbulletin-ie.css,vbulletin-chrome-ie.css,vbulletin-formcontrols-ie.css,editor-ie.css}
<![endif]-->
{vb:raw template_hook.headinclude_css}
<vb:if condition="THIS_SCRIPT == 'showthread'">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/jquery.lazyload.mini.js"></script>
<script type="text/javascript" charset="utf-8">
$(function() {
$(".postbody img").lazyload({placeholder : "{vb:raw vboptions.bburl}/clear.gif", effect: "fadeIn"});
});
</script>
</vb:if>
|
So what I did was I changed the 1.5.0 to 1.8.0 and saved the new template. Then I tried to install the xml and it still wouldn't work.
Am I following your advice correctly?