Miniaturki w przeglądzie artykułów K2

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon May 12, 2014 6:34 pm
Reply with quote
Report this post
Mam małe pytanie dotyczące problemu z k2.

Nowododane artykuły są ze zdjęciami ładowanymi standardowo do k2 - więc w liście artykułów wyglądają super -> http://motorsportmaxxx.pl/index.php/news/wyscigi.html

Natomiast stare (zimportowane) artykuły mają zdjęcia ładowane jeszcze ręcznie w treść artykułu (<img>.. </img> -> http://motorsportmaxxx.pl/index.php/news/moto.html

W tym przypadku nie wyświetlają się one wogółe w tym układzie...

Da się jakoś temu jakoś zaradzić, by sie wyświetlały identyczne miniaturki?
User avatar
Junior Boarder

teitbite
Wed May 14, 2014 9:03 am
Reply with quote
Report this post
Hi

Jezeli manualne przelozenie zdjecia z tresci do pola przygotowanego nie wchodzi w gre, to pozostaje tylko skrypcik szukajacy zdjecia w tresci artykulu i podmieniajacy zdjecie K2 jezeli takowego nie ma. Niestety to jest troszke ponad nasz support, wiec nie za bardzo moge pomoc :(
User avatar
Moderator

GK User
Wed May 14, 2014 9:29 am
Reply with quote
Report this post
OK :) Ręcznie nie za bardzo się da biorąc pod uwagę ilość artykułów, więć spróbuję czegoś poszukać :)
User avatar
Junior Boarder

GK User
Wed May 14, 2014 3:59 pm
Reply with quote
Report this post
Udało mi się znaleźć plugin, dzięki któremu zimportowałem grafiki z <img> bezpośrednio do K2.
W wynikach wyszukiwania pokazuje mi już wszędzie miniaturki ->
http://motorsportmaxxx.pl/index.php/new ... ategories=

natomiast w liście artykułów k2 nie ładuje mi zimportowanych miniaturek ->
http://motorsportmaxxx.pl/index.php/new ... l?start=10

Jak ustawić szablon, by lista ładowała w taki sam sposób miniaturki jak ładuje lista wyszukiwania?
User avatar
Junior Boarder

teitbite
Wed May 14, 2014 10:27 pm
Reply with quote
Report this post
Hi

Niestety to pytanie do developera owego pluginu. Z powyzszego przykładu wnioskuje, ze plugin dziala zewnetrznie wyciagajac zdjecie z tresci do miejsca przeznaczonego na zdjecie K2. Widocznie ten jeden layout jest nie obslugiwany.

Mosze powiedziec ze to sprytne rozwiazanie. Ja mialem na mysli cos w stylu skryptu php:

Code: Select all
            // set image to first in article content
            if(preg_match('/\<img.*src=.*?\>/',$item['text'])){
               $imgStartPos = JString::strpos($item['text'], 'src="');
               if($imgStartPos) {
                  $imgEndPos = JString::strpos($item['text'], '"', $imgStartPos + 5);
               }   
               if($imgStartPos > 0) {
                  $IMG_SOURCE = JString::substr($item['text'], ($imgStartPos + 5), ($imgEndPos - ($imgStartPos + 5)));
               }
            }


gdzie jako $item['text'] powinna byc tresc artykulu, wowczas $IMG_SOURCE podalo by url do zdjecia, ktory mozna podmienic w layoutach k2. Twoje rozwiazanie jest mniej pracochlonne, wiec radze skontaktowac sie z developerem w celu poprawienia layoutu categorii.

Also, please remember that this is an english based forum :)
User avatar
Moderator

GK User
Wed May 14, 2014 10:33 pm
Reply with quote
Report this post
OK :) thnx for help Teitbite :) I try to get more info about this problem from developer :)
User avatar
Junior Boarder

teitbite
Thu May 15, 2014 8:53 am
Reply with quote
Report this post
Hi

Probably just this layout is not supported. Can You tell us the url to this plugin ? Just in case someone else will be asking for a similar thing.
User avatar
Moderator

GK User
Sat May 17, 2014 10:02 am
Reply with quote
Report this post
Hi,

I'm using IAKI (Import As K2 Image) - http://getk2.org/extend/extensions/616- ... s-k2-image
Problem was not with template or plugin - but with cleaning code in k2, when we use shortening the introduction (word limit) in category view...

Now everything working great :)

P.S. Maybe somebody know, how to change code k2 to shortening the introduction (word limit) but not cleaning code? :)
User avatar
Junior Boarder

teitbite
Mon May 19, 2014 1:01 pm
Reply with quote
Report this post
Hi

I do not think it's possible. You need to clear code to be able to cut it. But in K2 ou should be able to specifie an introtext with Page Break, which means that You can manipulate where to cut it on Your own and than make sure html structure will not get break, which will cause a validation error.
User avatar
Moderator

GK User
Mon May 19, 2014 2:37 pm
Reply with quote
Report this post
Yes, I'm using this, but in new version website we cut much introtext :) So, old news have too long introtext :)
But i think, we stay with this, how we have now :)
User avatar
Junior Boarder

teitbite
Thu May 22, 2014 5:11 pm
Reply with quote
Report this post
Hi

Ok. Just let me know if You will need me with any other issue.
User avatar
Moderator


cron