Jan Vince

Results 35 comments of Jan Vince

Hi @Alldar, i can't reproduce it :( I am on October 2.0.29 and I have tested with SQLite and MySQL. What is your environment? (OS, PHP version, web server, ...)?...

Hi, I do not use OC2 yet so can't test it right now - but add this to my todo list! Thanks for issue.

Sure - when I have a time :)

Try to dump values of ```record``` object with Twig Dump or other plugin. Or you can try to use original RecordDetail component to render all record's data.

Hi, this could be caused by some changes in October 2. I still do not use it so I can't replicate this problem. Will look at this when I switch...

Hi @dyzajash I know about this and I have it in my todo list to work this out. Small Records is a very simple plugin :)

Hi @zlobec, translation works for me when used like this {{ record.category.name }}. Translatable fields are: * name * slug * content * description

Hi John, if you use Bootstrap, you can simply use: {{ records.items.render|raw }} Just look in default view code (at the end): https://github.com/jan-vince/smallrecords/blob/master/components/records/default.htm Best regards, Jan < Ing. Jan Vince...

Sure, but you have to create HTML by yourself. There are methods that you can use: https://docs.octobercms.com/1.x/services/pagination.html

Paginated collection is `{{ records.items }}`. You can use methods like `{{ records.items.currentPage }}, {{ records.items.lastPage }}, {{ records.items.count }}`, ... as they are documented on https://docs.octobercms.com/1.x/services/pagination.html#appending-to-pagination-links. This way you...