SimplePortal

Support => English Support => Topic started by: timp11 on November 28, 2015, 09:45:09 PM

Title: Shoutbox wont refresh
Post by: timp11 on November 28, 2015, 09:45:09 PM
I have tried to change the portalshoutbox.template.php like in the other topic but it still wont refresh..
Title: Re: Shoutbox wont refresh
Post by: ♦ Ninja ZX-10RR ♦ on November 29, 2015, 01:08:26 AM
Hi and welcome to SimplePortal.

You know... "it doesn't work" is not really helpful. If you want to try to help us to help you, provide at least some basic informations please, such as site url, mods installed, php version etc etc... Thanks!

Regards
Title: Re: Shoutbox wont refresh
Post by: timp11 on November 29, 2015, 07:07:45 AM
http://razerrust.com/forum/index.php
That is my site url, and the refresh on shoutbox wont work..

nneonneo's AJAX ShoutBox   1.22     [ Uninstall ] [ List Files ] [ Delete ]
2.   Own Logo Links To Domain   1.0   [ Install Mod ] [ List Files ] [ Delete ]
3.   Header Link Mod   1.1   [ List Files ] [ Delete ]
4.   Redirection Boards   2.01   [ List Files ] [ Delete ]
5.   Users Online Today   2.1     [ Uninstall ] [ List Files ] [ Delete ]
6.   Global Headers Footers   2.0.1     [ Uninstall ] [ List Files ] [ Delete ]
7.   Header Addon   1.0   [ List Files ] [ Delete ]
8.   SimplePortal   2.3.6     [ Uninstall ] [ List Files ] [ Delete ]
9.   SimplePortal   2.3.5   [ List Files ] [ Delete ]
10.   Simple Image Upload   1.4.0     [ Uninstall ] [ List Files ] [ Delete ]
11.   RedirectPage   2.6     [ Uninstall ] [ List Files ] [ Delete ]
12.   Add Favicon.ico Support   1.101     [ Uninstall ] [ List Files ] [ Delete ]
13.   Pretty URLs   1.1.3   [ Install Mod ] [ List Files ] [ Delete ]
14.   Social Login   3.4     [ Uninstall ] [ List Files ] [ Delete ]
15.   Add Social Media Icons To Profiles   1.2.0     [ Uninstall ] [ List Files ] [ Delete ]
16.   SMFPacks Shoutbox   1.0.5   [ Install Mod ] [ List Files ] [ Delete ]
17.   Site Menu   1.0   [ List Files ] [ Delete ]
18.   Menu Buttons   1.1     [ Uninstall ] [ List Files ] [ Delete ]
19.   Popular Topics   1.1     [ Uninstall ] [ List Files ] [ Delete ]
20.   SMF Gallery Lite   5.5.1     [ Uninstall ] [ List Files ] [ Delete ]
21.   Default Board Redirect Lite
Title: Re: Shoutbox wont refresh
Post by: timp11 on November 29, 2015, 08:49:10 AM
Hi and welcome to SimplePortal.

You know... "it doesn't work" is not really helpful. If you want to try to help us to help you, provide at least some basic informations please, such as site url, mods installed, php version etc etc... Thanks!

Regards

could u help? :)
Title: Re: Shoutbox wont refresh
Post by: emanuele on November 29, 2015, 12:22:35 PM
The following is the xml returned when the shoutbox refreshes:
Code: [Select]
<?xml version="1.0" encoding="ISO-8859-1"?>
<smf>
<shoutbox>1</shoutbox>
<updated>0</updated>
</smf>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/565914fc5ced5f6455f44142/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->

Where did you put that "Twak.to" script?
Title: Re: Shoutbox wont refresh
Post by: timp11 on November 29, 2015, 01:24:29 PM
The following is the xml returned when the shoutbox refreshes:
Code: [Select]
<?xml version="1.0" encoding="ISO-8859-1"?>
<smf>
<shoutbox>1</shoutbox>
<updated>0</updated>
</smf>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/565914fc5ced5f6455f44142/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->

Where did you put that "Twak.to" script?

I put it in the index.php
Title: Re: Shoutbox wont refresh
Post by: ccbtimewiz on November 29, 2015, 03:09:09 PM
Can you attach your index.php file?
Title: Re: Shoutbox wont refresh
Post by: emanuele on November 29, 2015, 05:35:32 PM
I put it in the index.php
And here lies the problem.
It's a theme change, so you should put it in index.template.php of your theme, not index.php.
Most likely close to the footer.
Title: Re: Shoutbox wont refresh
Post by: timp11 on November 30, 2015, 09:57:14 AM
When putting it in index.template.php it comes error..
Title: Re: Shoutbox wont refresh
Post by: timp11 on November 30, 2015, 09:58:45 AM
I put it in the index.php
And here lies the problem.
It's a theme change, so you should put it in index.template.php of your theme, not index.php.
Most likely close to the footer.

Parse error: syntax error, unexpected '<' in .../Themes/Redsy/index.template.php on line 382
373: function template_html_below()
374: {
375:    global $context, $settings, $options, $scripturl, $txt, $modSettings;
376:
377:    echo '
378: </body></html>';
379: }
380:
381:
382: <script type="text/javascript">
383: var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
384: (function(){
385: var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
386: s1.async=true;
Title: Re: Shoutbox wont refresh
Post by: timp11 on November 30, 2015, 10:30:50 AM
Got it working:)
Title: Re: Shoutbox wont refresh
Post by: emanuele on November 30, 2015, 01:12:00 PM
How exactly?
Because depending on how you put the code in, it may break other things. ;)
Title: Re: Shoutbox wont refresh
Post by: timp11 on November 30, 2015, 03:56:53 PM
I put it in the index.template all down at the last line :)
Title: Re: Shoutbox wont refresh
Post by: timp11 on December 01, 2015, 09:05:27 AM
It dissepears all the time..
Title: Re: Shoutbox wont refresh
Post by: ♦ Ninja ZX-10RR ♦ on December 01, 2015, 12:24:41 PM
I apologize if it sounds rude, but could you please start using proper subjects and verbs while typing sentences? You are being very unclear! - WHAT disappeared? It could be the code, or the shoutbox, or shoutbox messages, or even the tawk.to widget (I know that chat, it's awesome), we are not really supposed to interpret your messages to even figure out what the problem is.

Regards
Title: Re: Shoutbox wont refresh
Post by: emanuele on December 01, 2015, 12:49:40 PM
I put it in the index.template all down at the last line :)
Not unexpected (that fact it disappears).

Put it in the function:
Code: [Select]
function template_html_below()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;

echo '
</body></html>';
}

Something like that should do the trick:
Code: [Select]
function template_html_below()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;

echo '
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src=\'https://embed.tawk.to/565914fc5ced5f6455f44142/default\';
s1.charset=\'UTF-8\';
s1.setAttribute(\'crossorigin\',\'*\');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body></html>';
}
SimplePortal 2.3.8 © 2008-2024, SimplePortal