Search found 5 matches

by ilteris
Sat Jan 16, 2021 8:00 am
Forum: General
Topic: How can I Implement a Load More Button with Ajax?
Replies: 4
Views: 1820

Re: How can I Implement a Load More Button with Ajax?

hey, i am not sure if it will be avaliable to share a link with you about the javascript. But you can find it by simply searching 'jQuery Infinite Scroll Plugin - Clever Infinite Scroll' it has a MIT license and completely free. I guess there are various scripts that you can implement for Bludit, bu...
by ilteris
Tue Jan 12, 2021 7:43 am
Forum: General
Topic: How can I Implement a Load More Button with Ajax?
Replies: 4
Views: 1820

Re: How can I Implement a Load More Button with Ajax?

hi,

I solved the problem by using a javascript called 'clever infinity scroll'.

I simply introduced the article divs and gave the URL that belongs to bludit paginator as the next page url.

paginator::nextpageurl()

it's working fine now, I can share the codes with someone who needs it.

regards,
by ilteris
Sun Jan 10, 2021 2:02 pm
Forum: General
Topic: What is the Limit of Database?
Replies: 1
Views: 3209

What is the Limit of Database?

I've asked a few questions so far, but I guess I didn't get any answer because I couldn't express myself enough, so hopefully I can make it this time. :D Now that files belonging to databases look like a normal txt-based file, I wonder what problems this might cause in the long run. Currently, I hav...
by ilteris
Sun Jan 03, 2021 11:39 am
Forum: General
Topic: Is it possible to Generate Thumbnails in WEBP Format?
Replies: 1
Views: 853

Is it possible to Generate Thumbnails in WEBP Format?

Hello,

I am trying to generate the thumbnails in WEBP format for SEO purposes.

Is there any idea to amend it in this way?

Thanks in advance :)
by ilteris
Fri Jan 01, 2021 5:01 pm
Forum: General
Topic: How can I Implement a Load More Button with Ajax?
Replies: 4
Views: 1820

How can I Implement a Load More Button with Ajax?

greetings to friends, thank you for this wonderful script. I am considering to be a patreon soon! the question I want to ask is, has anyone ever made a load more-style plugin using ajax before? I learned a little bit to do this in a SQL-based php structure, but I couldn't do it with a script like bl...