New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

LIMIT 100 ?

  • fgbalmes
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 1

LIMIT 100 ? was created by fgbalmes

I have "Player - All Video Share Site Module 4.1.2" installed.
When selecting the videos, it only shows the last 100 and only in "Descending ID" order.
Is it a limitation of the free version?
No sort options?
1 year 2 weeks ago #10078

Please Log in or Create an account to join the conversation.

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic LIMIT 100 ?

Sorry, this is an issue from the Joomla 4  version of our component. Our next version comes this month end already has a fix for this issue with a better UI (modal) that allows you to filter and select a video.

As a quick solution,

1. Open the  following  file using your favourite code editor,
/modules/mod_allvideoshareplayer/mod_allvideoshareplayer.xml

2. Search for the line below (#29),
query="SELECT * FROM #__allvideoshare_videos WHERE state=1 ORDER BY id DESC LIMIT 100"
3. Replace it as,
query="SELECT id,title FROM #__allvideoshare_videos WHERE state=1 ORDER BY id DESC"
4. Save the changes and check now.

Hope this solved your issue!
Last edit: 1 year 2 weeks ago by Administrator.
1 year 2 weeks ago #10079

Please Log in or Create an account to join the conversation.

  • fgbalmes
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 1

Replied by fgbalmes on topic LIMIT 100 ?

Thank you. Fixed!
The following user(s) said Thank You: Administrator
1 year 1 week ago #10097

Please Log in or Create an account to join the conversation.

Time to create page: 0.093 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies