Onderwerplijstvoorbeelden (TLP)

Met de laatste update van Discourse ondervinden we problemen met de gebruikersportfolio-functie. De knop op de gebruikerskaart is verdwenen en de pagina is niet toegankelijk.

Is de portfoliofunctionaliteit afgeschaft?

Not at all, it’s just the usual Discourse core updates occasionally forcing compatibility changes. Fixed here:

If you think Topic List Previews is awesome & I did a great job, you can buy me a coffee :coffee:

1 like

Hartelijk dank, het werkt weer

1 like

Volgens de plugin documentatie kan de ā€œTopic List Featured Images countā€ ingesteld worden op ā€œonbeperktā€.
In de praktijk lijkt het aantal featured images echter beperkt te zijn door het /tag/.json endpoint, dat slechts maximaal 30 topics retourneert.

Waargenomen fenomeen:

  • Voor tags met meer dan 30 topics retourneert /tag/.json slechts 30 topics.
  • Als gevolg hiervan is de weergave van Featured Images beperkt tot maximaal 30 afbeeldingen, ook al is de plugininstelling ingesteld op ā€œonbeperktā€.
1 like

Sounds about right. Silly description but sensible behaviour :slight_smile:

I will change the description to something more suitable.

Bedankt voor de verduidelijking! Ik begrijp nu dat de limiet van 30 items afkomstig is van de /tag/.json endpoint zelf.

Ik vroeg me af: zou het mogelijk zijn om hetzij

  • meer dan 30 uitgelichte afbeeldingen weer te geven (door op de een of andere manier extra pagina’s van de tag JSON op te halen), of
  • als dat niet haalbaar is, de weergave toch te beperken tot bijvoorbeeld 10-30 afbeeldingen, maar deze willekeurig te kiezen uit een grotere pool van onderwerpen (in plaats van altijd dezelfde 30)?

Ik weet niet zeker of dit technisch mogelijk is binnen de huidige plugin- of Discourse API’s, maar ik denk dat het de weergave dynamischer zou kunnen maken. Wat denk jij?

1 like

Het zou opnieuw ontworpen moeten worden om elke pagina achtereenvolgens te laden.

PR welkom.

Hoi, ik ben hier nieuw, je plugin is zo geweldig en ik geniet er echt van, maar ik heb een vraag, is het mogelijk om meer dan ƩƩn miniatuurafbeelding op ƩƩn onderwerp te tonen? Laten we zeggen dat het onderwerp 4 of meer afbeeldingen bevat, en ik wil alle afbeeldingen op de onderwerpkaart tonen. Ik heb geprobeerd wat thema-componenten te onderzoeken en de discourse-documentatie te doorzoeken, maar ik kon geen goede manier vinden om afbeeldingen uit een onderwerp te extraheren, de laatste optie was het gebruik van de discourse-api. Ik zou het zeer op prijs stellen als je me kunt helpen/uitleggen/een idee kunt geven.

1 like

Bedankt voor je vriendelijke woorden.

Helaas is dit momenteel niet mogelijk. Het maakt gebruik van kern-miniatuurcode die slechts ƩƩn tegelijk toestaat.

Het stelt je echter in staat om welke miniatuur je wilt kiezen en beperkt je niet tot het eerste bericht.

Het zou aanzienlijk werk zijn om deze optie toe te voegen, mede omdat je bijzondere aandacht zou moeten besteden aan de prestaties van de onderwerp-lijst.

Ik zou een hoogwaardige PR accepteren.

1 like

Bedankt voor de snelle reactie.

U heeft gelijk. Prestaties zijn een hoofdpijn als u de API gebruikt om het topic.cooked-veld op te halen en te extraheren.

1 like

Hi Rob - I’d love to highlight the OP Author using tiles in TLP for a little project I’m doing.

I’ve worked out that I can hide the other participants with this CSS:

.topic-footer .topic-users .inline a {
    display: none;
}
.topic-footer .topic-users .inline a:first-child {
  display: inline-block; /* Display only the first link/image */
}

However, I can’t work out how to make the OP Author’s avatar thumbnails bigger - certainly I can’t with CSS alone.

Can you suggest anything?

I don’t seem to be able to select thumbnails from posts other than the OP (with the sidecar installed). It would be very helpful sometimes to be able to do so!

1 like

Het spijt me, maar ik heb momenteel niet veel tijd, probeer dit eens:

.tiles-style .topic-users .inline .avatar {
  width: 34px;
  height: 34px;
}

Bedankt Rob!

Ik had dat al geprobeerd, maar helaas geeft het wazige avatars. Het probleem is dat het de lage resolutie (24px) bestanden pakt, en ik wil dat het de 48px bestanden pakt.

Omdat ik een waardeloze ontwikkelaar ben, kan ik nergens in je code (als ergens) zien waar ik dat zou kunnen aanpassen.

je zult moeten forken en hogere kwaliteit versies moeten binnenhalen.

PR geaccepteerd om er een instelling van te maken.

I found a very beautiful forum and I want to make my forum have the same interface and functions, but I am not good at technology. Can anyone help me build a similar forum?:thinking:

:backhand_index_pointing_right: https://community.robotime.com/

I hope to achieve the same interface and functionality as it

:backhand_index_pointing_right: Topic List Previews (TLP)

This is the theme or plugin that may be used

I am happy to accept paid construction :smiling_face_with_three_hearts:

1 like

Heb je geprobeerd alleen de Theme Component te installeren? Laat het ons weten als je problemen ondervindt.

Ja, ik heb het geĆÆnstalleerd, maar ik heb moeite om de weergave en functies van verschillende forums te implementeren. Dus ik hoop dat Discourse of iemand anders mij kan helpen deze interfaces en functies te implementeren, en ik ben bereid hiervoor te betalen.

1 like

Optional Latest Post Excerpt and Navigation

How TLP normally works. In the Topic List:

  • If you click the title of a Topic, you will navigate to the latest unread Post on the Topic (which might be the OP). This is native core behaviour :+1: (we love it! :heart: )
  • If you click on the Thumbnail or the Excerpt, you will go to the OP

Now, I’ve added some additional features:

On a Topic by Topic basis, anyone with rights to edit the Topic (usually the author, admin, often TL4 and moderator) have some additional options:

  • Always navigate to the latest Post on this Topic
  • Show excerpt of latest Post on this Topic instead of the OP

These currently default to FALSE for every Topic.

(in addition to be being able to select the specific Thumbnail you wish to surface)

Examples where this might be useful:

  • Patch notes delivered Post by Post (so the latest Post becomes very significant)
  • Staff announcements written to a specific Topic (where the latest announcement is most important)

NB This is only possible if you also install the sidecar plugin.

(@Dimava you were interested in this area)

1 like

Excerpts now support emoji’s:

No site-wide default?
Could’ve use one I guess

Though I’m not completely sure how it works, maybe gonna do some testing
I’m absolutely unsure what exactly I want