News:

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

Main Menu

[WIP][Pending] - ACPS: Ajax Continuous Post Scrolling for SMF 2.0.x

Started by Hj Ahmad Rasyid Hj Ismail, July 22, 2014, 01:34:14 AM

Previous topic - Next topic

Hj Ahmad Rasyid Hj Ismail

It's me again.

I'm packaging a mod named as above. Its ability is to allow scrolling of post till last post even if you are only in the first display page of that post.

It is something like facebook style in scrolling lot of posts.

It is tested as working without errors on my part but reported not working by others.

This is the relevant code inserted in Display.php that is claimed to might cause the problem:
$windows = 'windows';
$jQuery = 'jQuery';
if (!$windows.$jQuery)
{
$context['html_headers'] .= '
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>';
}


Kindly help me in testing this and see whether it is working without errors on your side.

The package file is attached.

Advertisement: