• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Custom Solutions » Automatic "load more posts" when scrolling down the page.
Automatic "load more posts" when scrolling down the page.
kelvingari
Posts: 21
Reputation: 0

Message # 1 | 7:44 PM
When Ucoz is plan automatic update function "load more posts" when scrolling down the page ?
Demo :
https://www.facebook.com/
https://eplay.vn/android/
Post edited by kelvingari - Wednesday, 2015-09-09, 7:49 PM
Sunny
Posts: 9296
Reputation: 456

Message # 2 | 1:16 PM
kelvingari, I'm afraid we are not planning it in our nearest updates. But this can be done with custom scripting, you can find some tips at http://forum.ucoz.com/forum/38-17579-1
I'm not active on the forum anymore. Please contact other forum staff.
kelvingari
Posts: 21
Reputation: 0

Message # 3 | 7:07 PM
I want a shortened or change the site URL.
Eg:
I buy the domain name abc.com to replace xyz.ucoz.com.
I can replace "xyz.ucoz.com/load/ to xyz.ucoz.com/file/" or "abc.com/photo/ to abc.com/wallpapers/" ?
This employment is prohibited or it is normal?

I found this site "http://yraaa.ru/" it replaces "http://yraaa.ru/publ/5" to "http://yraaa.ru/graphics" . Did not know it had violated?

If that is allowed. The easiest way to change.
Post edited by kelvingari - Saturday, 2015-09-12, 10:16 AM
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 4 | 7:53 PM
kelvingari, it's a feature which is available only for the Russian localization at the moment.
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
kelvingari
Posts: 21
Reputation: 0

Message # 5 | 10:38 AM
So, when it will have for the English? I need it.
& How much is the price to buy packages hidden "$POWERED_BY$".
Post edited by kelvingari - Saturday, 2015-09-12, 2:36 PM
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 6 | 3:47 PM
kelvingari, it will come with the SEO module, as part of the PRO (paid) version, which is available in the Optimal plan. Actually, we don't have an exact date regarding the release of the module.

Removing of the uCoz copyright is also available in the Optimal plan, which is $7.99/month. You can find more informations about our pricing plans at http://tariffs.ucoz.com/ .

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
kelvingari
Posts: 21
Reputation: 0

Message # 7 | 8:25 PM
Back to the main question !
I found a piece of "script" can help me, but the problem is that after every 10 entries it repeats. Please help me fix the "script" !
Demo :
http://demopix.ucoz.com/publ/

Script :
Code
<div id="conter">$BODY$</div>     
<div class="selector" id="selector" style="display:none">$PAGE_SELECTOR$</div>     

<script type="text/javascript">     
     if ($("#selector").find(".swchItem:contains('»')").text() == '»') {     
     $("#selector").after('<div id="nextCont" class="input_submit alt"><div class="u_pos"></div></div>');     
     };     

$(window).scroll(function() {     
if($('.u_pos').position().top-$(window).scrollTop() < 1000) {     
Conte.to()     
}     
});     

     Conte = {     
     to:function(){     
     $("#nextCont").html('<div align="center"><img src="/.s/img/icon/ajsml.gif" border="0" /></div>');     
     nextik = $("#selector").find(".swchItem:contains('»')").attr('onclick').toString();     
     num = nextik.match(/\d/);     
     $.get('/publ/0-'+num, function(next){     
     $("#conter").append( $("#conter", next).html() );     
     $("#selector").html( $("#selector", next).html() );     
     $("#nextCont").html('<div class="u_pos"></div>');     
     if ($("#selector", next).find(".swchItem:contains('»')").html() == null) { $("#nextCont").fadeOut(); };     
     });     
     }     
     }     
     </script>
Post edited by kelvingari - Saturday, 2015-09-12, 8:30 PM
uCoz Community » For Webmasters » Custom Solutions » Automatic "load more posts" when scrolling down the page.
  • Page 1 of 1
  • 1
Search: