Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

Problem z aplikacja Post Notes


Rekomendowane odpowiedzi

  • Manager
Opublikowano
Godzinę temu, siwyHead napisał:

po aktualizacji forum do wersji 4.5 aplikacja Post notes przestała działać a aktualizacji wtyczki nie ma pod wersje 4.5 ktoś wie może o co chodzi  z tym?

Hm, brak aktualizacji wtyczki przez autora? ;)

15 minut temu, siwyHead napisał:

Możesz mnie bardziej nakierować jak to zrobić?

Modzisz coś pod IPS4? Będziesz wiedzieć o co chodzi?

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

Opublikowano

W pliku postNotes_template.php mam takie cos

  'post' => 
  array (
    0 => 
    array (
      'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap.ipsPad > div.ipsItemControls > ul.ipsComment_controls.ipsClearfix.ipsItemControls_left[data-role=\'commentControls\']',
      'type' => 'add_inside_end',
      'content' => '{{if (\IPS\Settings::i()->postnotes_canAddIn == \'onlyFirstPost\' && $comment->new_topic) || (\IPS\Settings::i()->postnotes_canAddIn == \'allExceptFirstPost\' && !$comment->new_topic) || \IPS\Settings::i()->postnotes_canAddIn == \'allPosts\'}}
{template="addNote" group="post" location="front" app="postnotes" params="$comment"}
{{endif}}',
    ),
    1 => 
    array (
      'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap.ipsPad > div.ipsItemControls',
      'type' => 'add_after',
      'content' => '{{if \IPS\Settings::i()->postnotes_position == \'afterPostControls\'}}
{template="notes" group="post" location="front" app="postnotes" params="$comment"}
{{endif}}',
    ),
    2 => 
    array (
      'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap.ipsPad > div.ipsItemControls',
      'type' => 'add_before',
      'content' => '{{if \IPS\Settings::i()->postnotes_position == \'beforePostControls\'}}
{template="notes" group="post" location="front" app="postnotes" params="$comment"}
{{endif}}',
    ),
    3 => 
    array (
      'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap.ipsPad',
      'type' => 'add_inside_start',
      'content' => '{{if \IPS\Settings::i()->postnotes_position == \'beforePostContent\'}}
{template="notes" group="post" location="front" app="postnotes" params="$comment"}
{{endif}}',
    ),
  ),
  'topic' => 
  array (
    0 => 
    array (
      'selector' => '#elClubContainer > div[data-controller=\'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments\']',
      'type' => 'add_attribute',
      'attributes_add' => 
      array (
        0 => 
        array (
          'key' => 'data-controller',
          'value' => 'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments,postnotes.front.notes',
        ),
      ),
    ),
  ),

i są te selector'y o których pisałeś tylko nie rozumiem  skąd  ja je mam wziąć z nowego stylu

Opublikowano (edytowane)
9 minut temu, DawPi napisał:

Modzisz coś pod IPS4? Będziesz wiedzieć o co chodzi?

nie rozumiem o co ci chodzi? 
nie będę wiedział o co chodzi i nie wiem o co chodzi jak to zrobić

Edytowane przez siwyHead
Opublikowano
'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap.ipsPad > div.ipsItemControls > ul.ipsComment_controls.ipsClearfix.ipsItemControls_left[data-role=\'commentControls\']',

Zmień na:

'selector' => 'div[data-controller=\'core.front.core.comment\'].ipsComment_content.ipsType_medium > div.cPost_contentWrap > div.ipsItemControls > ul.ipsComment_controls.ipsClearfix.ipsItemControls_left[data-role=\'commentControls\'] > li.ipsHide[data-role=\'commentLoading\']',

 

  • Dziękuję 1
Opublikowano

U mnie dało to tyle,  ze pojawiła się opcja "Notatka" ale jak dodam to nic się nie dzieje, no i nie ma starych notatek, które były przed aktualizacją ? 

Opublikowano
'post' => 
  array (
    0 => 
    array (
      'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap.ipsPad > div.ipsItemControls > ul.ipsComment_controls.ipsClearfix.ipsItemControls_left[data-role=\'commentControls\']',
      'type' => 'add_inside_end',
      'content' => '{{if (\IPS\Settings::i()->postnotes_canAddIn == \'onlyFirstPost\' && $comment->new_topic) || (\IPS\Settings::i()->postnotes_canAddIn == \'allExceptFirstPost\' && !$comment->new_topic) || \IPS\Settings::i()->postnotes_canAddIn == \'allPosts\'}}
{template="addNote" group="post" location="front" app="postnotes" params="$comment"}
{{endif}}',
    ),
    1 => 
    array (
      'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap.ipsPad > div.ipsItemControls',
      'type' => 'add_after',
      'content' => '{{if \IPS\Settings::i()->postnotes_position == \'afterPostControls\'}}
{template="notes" group="post" location="front" app="postnotes" params="$comment"}
{{endif}}',
    ),
    2 => 
    array (
      'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap.ipsPad > div.ipsItemControls',
      'type' => 'add_before',
      'content' => '{{if \IPS\Settings::i()->postnotes_position == \'beforePostControls\'}}
{template="notes" group="post" location="front" app="postnotes" params="$comment"}
{{endif}}',
    ),
    3 => 
    array (
      'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap.ipsPad',
      'type' => 'add_inside_start',
      'content' => '{{if \IPS\Settings::i()->postnotes_position == \'beforePostContent\'}}
{template="notes" group="post" location="front" app="postnotes" params="$comment"}
{{endif}}',
    ),
  ),
  'topic' => 
  array (
    0 => 
    array (
      'selector' => '#elClubContainer > div[data-controller=\'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments\']',
      'type' => 'add_attribute',
      'attributes_add' => 
      array (
        0 => 
        array (
          'key' => 'data-controller',
          'value' => 'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments,postnotes.front.notes',
        ),
      ),
    ),
  ),

@Piomar Masz podmień selektory tak jak ja to zrobiłem wyżej i będzie działało.

Opublikowano

Proszę, rozwiązanie Twojego problemu:

 

Spoiler



  'post' => 
  array (
    0 => 
    array (
      'selector' => 'div[data-controller=\'core.front.core.comment\'].ipsComment_content.ipsType_medium > div.cPost_contentWrap > div.ipsItemControls > ul.ipsComment_controls.ipsClearfix.ipsItemControls_left[data-role=\'commentControls\'] > li.ipsHide[data-role=\'commentLoading\']',
      'type' => 'add_inside_end',
      'content' => '{template="addNote" group="post" location="front" app="postnotes" params="$comment"}',
    ),
    1 => 
    array (
      'selector' => 'div[data-controller=\'core.front.core.comment\'] > div.cPost_contentWrap > div.ipsItemControls',
      'type' => 'add_after',
      'content' => '{template="notes" group="post" location="front" app="postnotes" params="$comment"}',
    ),
  ),
  'topic' => 
  array (
    0 => 
    array (
      'selector' => '#elClubContainer > div[data-controller=\'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments\']',
      'type' => 'add_attribute',
      'attributes_add' => 
      array (
        0 => 
        array (
          'key' => 'data-controller',
          'value' => 'core.front.core.commentFeed,forums.front.topic.view, core.front.core.ignoredComments,postnotes.front.notes',
        ),
      ),
    ),
  ),


 

 

Dodatkowo wyczyść cache swojej witryny ACP -> System -> Wsparcie -> Wybierz opcję coś nie działa -> Kontynuuj -> Gotowe

 

  • Lubię to 1
  • Dziękuję 1
Opublikowano

Wiem ale nie działam nadal nie ma starych notatek w postach - co potrzebuje bardzo, pojawił się napis przy poście "Notatka" ale po kliknieciu pojawia się 

 

"Niestety strona, którą chcesz odwiedzić, nie istnieje. Prawdopodobnie została przeniesiona lub wprowadzono nieprawidłowy adres URL."

 

trzeba czekać na update :( 

 

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.