×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: How can you modify the number of entries shown in the side menu

How can you modify the number of entries shown in the side menu 12 years 7 months ago #14127

  • Kate Fisher
  • Kate Fisher's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 82
  • Karma: 1
  • Thank you received: 0
Hi has anyone found which piece of code controls the number of entries within a category is displayed at any one time PRIOR to the "more button". I would like to adjust the number of entries displayed specifically when ALL CATEGORIES are being displayed, itd be great if the entries were in category order too but Im not sure if thats possible.

Any help would be much appreciated.

Kate

How can you modify the number of entries shown in the side menu 12 years 7 months ago #14128

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Kate,
Go to components/com_hotspots/models/hotspot.php
line 105:
	public function getHotspots($offset, $limit = 10) {

Change it to
	public function getHotspots($offset, $limit = 20) {
or 40 or 50 - as you want.

I hope that you are spreading the word about hotspots and the awesome support you get ;)
Cheers,
Daniel

How can you modify the number of entries shown in the side menu 12 years 7 months ago #14129

  • Kate Fisher
  • Kate Fisher's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 82
  • Karma: 1
  • Thank you received: 0
That is *superb* thank you Daniel id scoured the files for ages trying to work out which one held the important piece of code. Very much appreciated!

Thank you

Kate

How can you modify the number of entries shown in the side menu 12 years 7 months ago #14130

  • Kate Fisher
  • Kate Fisher's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 82
  • Karma: 1
  • Thank you received: 0
Just wondering is there anywhere else the number is limited? I only ask as Ive uploaded the new file, cleared the cache but still seem to have a list of 10 when I force refresh with (Ctrl) + F5

How can you modify the number of entries shown in the side menu 12 years 7 months ago #14131

  • Kate Fisher
  • Kate Fisher's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 82
  • Karma: 1
  • Thank you received: 0
Having looked the amends definitely change display after the "more entries" button is pressed but the default still displays 10.

Kate
  • Page:
  • 1
Time to create page: 0.132 seconds