Skocz do zawartości

Amfidiusz

Użytkownik
  • Postów

    9 343
  • Dołączył

  • Ostatnia wizyta

  • Wygrane w rankingu

    4

Treść opublikowana przez Amfidiusz

  1. Ja udzielałem. I mi udzielano.
  2. Czyli że bezpieczniej będzie wyczyścić foldery PW? :bounce:
  3. Invision Power Board » Invision Power Board 2.3.x oraz 2.2.x » Ogólny support IPB
  4. Chyba że reklamę wrzuci się do Ajaxa. Ale to już wyższa matematyka :bounce:
  5. http://www.google.com/search?hl=pl&client=firefox-a&hs=CWn&rls=org.mozilla%3Apl%3Aofficial&q=pop-under+kod&lr=&aq=f&aqi=&aql=&oq= http://www.google.com/search?hl=pl&client=firefox-a&hs=yqS&rls=org.mozilla%3Apl%3Aofficial&q=pop-under+code&lr=&aq=f&aqi=&aql=&oq=
  6. ACP :bounce: Wygląd BBCode Management Twitter Edytuj BBCode Grafika BBCode Wyczyść zawartość pola tekstowego.
  7. Tego Ci nie zmienię. Napisałem, że mogę przetłumaczyć frazy angielskie, a nie że zmienię obecne tłumaczenie. Przejdź do ACP :bounce: Wygląd Manage Languages Polski Contact Form i edytuj zmienną name wpisując, co tylko chcesz.
  8. Jest to zwykła grafika wklejona podczas edycji nazwy grupy. IPB pozwala na wstawianie tam kodów HTML.
  9. Amfidiusz

    Filmy

    Eee... Ale napisy są już od wczoraj w sieci :>
  10. Amfidiusz

    Filmy

    Jako że wyszła druga część Descent, postanowiłem obejrzeć jedynkę. Sceptycznie podchodzę do horrorów, ale ta produkcja na prawdę ma coś w sobie. Bardziej jest nastawiona na słabości ludzkiego umysłu aniżeli na typowe horrorowe rozlewanie krwi (aczkolwiek te też było ). Smaczku dodaje fakt, że dwójka zbiera jeszcze wyższe oceny. Ale to juz raczej nie na dzisiaj, wystarczy wrażeń na jedną noc EDIT: 1800 postów
  11. Albo bottombar, albo ostatni patch zepsuły ShoutBoxa: Jest jakaś szansa, że da się to naprawić? :> EDIT: Przy pisaniu nowego tematu to samo
  12. Portek, przeczytałeś ten wątek w całości?
  13. Adblockiem wszystko zdziałasz
  14. W Custom Pages nie wstawisz php, a żeby wyświetlać nazwę użytkownika i jego dane profilowe, to chyba trzeba umieszczać funkcje?
  15. Wystarczy zablokować niechciane pola lub w ogóle wyłączyć custom fields: W przypadku tej modyfikacji zdecydowałem się na edycję jedynie tych fraz, które autor zrobił przetłumaczalnymi. Nie bawiłem sie w edycję plików xml. Ale jeśli jesteś zainteresowana, to mogę również przetłumaczyć dzisiaj w nocy opcje menu
  16. Poniżej przedstawiam modyfikacje skina, które pozwolą na zastąpienie pustego zdjęcia awatarem użytkownika. Jest to tłumaczenie tutoriala Morrigan umieszczonego na stronie Coders Refuge, do którego zostałem upoważniony przez autorkę. Tutorial nie zamienia wszystkich zdjęć, a jedynie te, które autorka znalazła w skrypcie. Jeśli macie jakiekolwiek uwagi i komentarze, kierujcie je do niej na skrzynkę PW. Znane błędy: Awatary o niestandardowych wymiarach będą wyglądały dziwnie. Wszystkie grafiki, które nie są idealnie kwadratowe zostaną niepoprawnie przeskalowane. Autorka nie znalazła jeszcze sposobu, aby ominąć ten błąd. Jeśli użytkownik korzysta z Grawatara, nie zostanie wyświetlone ani zdjęcie, ani awatar. ACP Wygląd Profil profileModern Profil użytkownika: Znajdź: <img class="photo" src='{$member['pp_main_photo']}' alt="{$member['members_display_name']}{$this->lang->words['users_photo']}" /> Zamień na: <if test="$member['pp_main_photo'] == 'http://forums.wootflakes.com/public/style_images/spork2/profile/default_large.png' && $member['avatar'] != '' "> {$member['avatar']}<else /><img class="photo" src='{$member['pp_main_photo']}' alt="{$member['members_display_name']}{$this->lang->words['users_photo']}" /></if> Znajomi: Znajdź: <img src='{$friend['pp_thumb_photo']}' width='{$friend['pp_thumb_width']}' height='{$friend['pp_thumb_height']}' alt='{$this->lang->words['photo']}' class='photo' /> Zamień na: <if test="$friend['pp_thumb_photo'] == 'http://forums.wootflakes.com/public/style_images/spork2/profile/default_thumb.png' && $friend['avatar_location'] != '' "> <if test="$friend['avatar_type'] == 'upload'"> <img src='{$this->settings['board_url']}/uploads/{$friend['avatar_location']}' alt="{$friend['members_display_name']}{$this->lang->words['users_photo']}" width='{$friend['pp_thumb_width']}' height='{$friend['pp_thumb_width']}' class='photo' /> <else /> <img src='{$friend['avatar_location']}' alt="{$friend['members_display_name']}{$this->lang->words['users_photo']}" width='{$friend['pp_thumb_width']}' height='{$friend['pp_thumb_height']}' class='photo' /> </if> <else /><img class="photo" src='{$friend['pp_thumb_photo']}' alt="{$friend['members_display_name']}{$this->lang->words['users_photo']}" width='{$friend['pp_thumb_width']}' height='{$friend['pp_thumb_height']}' /></if></a> Odwiedzający profil: Znajdź: <img src='{$friend['pp_mini_photo']}' width='{$friend['pp_mini_width']}' height='{$friend['pp_mini_height']}' alt='{$this->lang->words['photo']}' class='photo' /> Zamień na: <if test="$friend['pp_mini_photo'] == 'http://forums.wootflakes.com/public/style_images/spork2/profile/default_thumb.png' && $friend['avatar_location'] != '' "> <if test="$friend['avatar_type'] == 'upload'"> <img src='{$this->settings['board_url']}/uploads/{$friend['avatar_location']}' alt="{$friend['members_display_name']}{$this->lang->words['users_photo']}" width='{$friend['pp_mini_width']}' height='{$friend['pp_mini_width']}' class='photo' /> <else /> <img src='{$friend['avatar_location']}' alt="{$friend['members_display_name']}{$this->lang->words['users_photo']}" width='{$friend['pp_mini_width']}' height='{$friend['pp_mini_height']}' class='photo' /> </if> <else /><img src='{$friend['pp_thumb_photo']}' alt="{$friend['members_display_name']}{$this->lang->words['users_photo']}" width='{$friend['pp_mini_width']}' height='{$friend['pp_mini_height']}' class='photo' /></if> ACP :a: Wygląd Główne szablony globalTemplates Ramka z ustawieniami użytkownika: Znajdź: <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'><img src='{$this->memberData['pp_thumb_photo']}' alt="{$this->memberData['members_display_name']}{$this->lang->words['users_photo']}" width='{$this->memberData['pp_thumb_width']}' height='{$this->memberData['pp_thumb_height']}' class='photo' /></a> Zamień na: <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}'> <if test="$this->memberData['pp_thumb_photo'] == 'http://forums.wootflakes.com/public/style_images/spork2/profile/default_thumb.png' && $this->memberData['avatar_location'] != '' "> <if test="$this->memberData['avatar_type'] == 'upload'"> <img src='{$this->settings['board_url']}/uploads/{$this->memberData['avatar_location']}' alt="{$this->memberData['members_display_name']}{$this->lang->words['users_photo']}" width='{$this->memberData['pp_thumb_width']}' height='{$this->memberData['pp_thumb_width']}' class='photo' /> <else /> <img src='{$this->memberData['avatar_location']}' alt="{$this->memberData['members_display_name']}{$this->lang->words['users_photo']}" width='{$this->memberData['pp_thumb_width']}' height='{$this->memberData['pp_thumb_height']}' class='photo' /> </if> <else /><img src='{$this->memberData['pp_thumb_photo']}' alt="{$this->memberData['members_display_name']}{$this->lang->words['users_photo']}" width='{$this->memberData['pp_thumb_width']}' height='{$this->memberData['pp_thumb_height']}' class='photo' /></if></a> ACP :a: Wygląd Lista użytkowników member_list_show Znajdź: <a href='{parse url="showuser={$member['member_id']}" template="showuser" seotitle="{$member['members_seo_name']}" base="public"}' title='{$this->lang->words['view_profile']}'><img src='{$member['pp_thumb_photo']}' width='{$member['pp_thumb_width']}' height='{$member['pp_thumb_height']}' alt="{$member['members_display_name']}{$this->lang->words['users_photo']}" class='photo' /></a> Zamień na: <if test="$member['pp_thumb_photo'] == 'http://forums.wootflakes.com/public/style_images/spork2/profile/default_thumb.png' && $member['avatar_location'] != '' "> <if test="$member['avatar_type'] == 'upload'"> <img src='{$this->settings['board_url']}/uploads/{$member['avatar_location']}' alt="{$member['members_display_name']}{$this->lang->words['users_photo']}" width='{$member['pp_thumb_width']}' height='{$member['pp_thumb_width']}' class='photo' /> <else /> <img src='{$member['avatar_location']}' alt="{$member['members_display_name']}{$this->lang->words['users_photo']}" width='{$member['pp_thumb_width']}' height='{$member['pp_thumb_height']}' class='photo' /> </if> <else /><img class="photo" src='{$member['pp_thumb_photo']}' alt="{$member['members_display_name']}{$this->lang->words['users_photo']}" width='{$member['pp_thumb_width']}' height='{$member['pp_thumb_height']}' /></if></a> ACP Wygląd Strona główna hookBoardIndexStatusUpdates Znajdź: <img src='{$this->memberData['pp_mini_photo']}' width='{$this->memberData['pp_mini_width']}' height='{$this->memberData['pp_mini_height']}' class='photo' alt="{$this->memberData['members_display_name']}{$this->lang->words['users_photo']}" /> Zamień na: <if test="$this->memberData['pp_mini_photo'] == 'http://forums.wootflakes.com/public/style_images/spork2/profile/default_thumb.png' && $this->memberData['avatar_location'] != '' "> <if test="$this->memberData['avatar_type'] == 'upload'"> <img src='{$this->settings['board_url']}/uploads/{$this->memberData['avatar_location']}' alt="{$this->memberData['members_display_name']}{$this->lang->words['users_photo']}" width='{$this->memberData['pp_mini_width']}' height='{$this->memberData['pp_mini_width']}' class='photo' /> <else /> <img src='{$this->memberData['avatar_location']}' alt="{$this->memberData['members_display_name']}{$this->lang->words['users_photo']}" width='{$this->memberData['pp_mini_width']}' height='{$this->memberData['pp_mini_height']}' class='photo' /> </if> <else /><img src='{$this->memberData['pp_thumb_photo']}' alt="{$this->memberData['members_display_name']}{$this->lang->words['users_photo']}" width='{$this->memberData['pp_mini_width']}' height='{$this->memberData['pp_mini_height']}' class='photo' /></if> Znajdź: <img src='{$r['pp_mini_photo']}' width='{$r['pp_mini_width']}' height='{$r['pp_mini_height']}' class='photo' alt="{$r['members_display_name']}{$this->lang->words['users_photo']}" /> Zamień na: <if test="$r['pp_mini_photo'] == 'http://forums.wootflakes.com/public/style_images/spork2/profile/default_thumb.png' && $r['avatar_location'] != '' "> <if test="$r['avatar_type'] == 'upload'"> <img src='{$this->settings['board_url']}/uploads/{$r['avatar_location']}' alt="{$r['members_display_name']}{$this->lang->words['users_photo']}" width='{$r['pp_mini_width']}' height='{$r['pp_mini_width']}' class='photo' /> <else /> <img src='{$r['avatar_location']}' alt="{$r['members_display_name']}{$this->lang->words['users_photo']}" width='{$r['pp_mini_width']}' height='{$r['pp_mini_height']}' class='photo' /> </if> <else /><img src='{$r['pp_thumb_photo']}' alt="{$r['members_display_name']}{$this->lang->words['users_photo']}" width='{$r['pp_mini_width']}' height='{$r['pp_mini_height']}' class='photo' /></if> ACP :a: Wygląd Strona główna hookTopPosters Znajdź: <img src='{$r['pp_thumb_photo']}' width='{$r['pp_thumb_width']}' height='{$r['pp_thumb_height']}' alt='{$this->lang->words['photo']}' class='photo' /> Zamień na: <if test="$r['pp_thumb_photo'] == 'http://forums.wootflakes.com/public/style_images/spork2/profile/default_thumb.png' && $r['avatar_location'] != '' "> <if test="$r['avatar_type'] == 'upload'"> <img src='{$this->settings['board_url']}/uploads/{$r['avatar_location']}' alt="{$r['members_display_name']}{$this->lang->words['users_photo']}" width='{$r['pp_thumb_width']}' height='{$r['pp_thumb_width']}' class='photo' /> <else /> <img src='{$r['avatar_location']}' alt="{$r['members_display_name']}{$this->lang->words['users_photo']}" width='{$r['pp_thumb_width']}' height='{$r['pp_thumb_height']}' class='photo' /> </if> <else /><img src='{$r['pp_thumb_photo']}' alt="{$r['members_display_name']}{$this->lang->words['users_photo']}" width='{$r['pp_thumb_width']}' height='{$r['pp_thumb_height']}' class='photo' /></if> ACP :a: Wygląd Strona główna hookRecentBlogEntries Znajdź: <li class='hentry {parse striping="recent_entries"}'> Dodaj poniżej: <span class='left' style='margin-right: 5px;'> <if test="$r['pp_mini_photo'] == 'http://forums.wootflakes.com/public/style_images/spork2/profile/default_thumb.png' && $r['avatar_location'] != '' "> <if test="$r['avatar_type'] == 'upload'"> <img src='{$this->settings['board_url']}/uploads/{$r['avatar_location']}' alt="{$r['members_display_name']}{$this->lang->words['users_photo']}" width='{$r['pp_mini_width']}' height='{$r['pp_mini_width']}' class='photo' /> <else /> <img src='{$r['avatar_location']}' alt="{$r['members_display_name']}{$this->lang->words['users_photo']}" width='{$r['pp_mini_width']}' height='{$r['pp_mini_height']}' class='photo' /> </if> <else /><img src='{$r['pp_thumb_photo']}' alt="{$r['members_display_name']}{$this->lang->words['users_photo']}" width='{$r['pp_mini_width']}' height='{$r['pp_mini_height']}' class='photo' /></if></span> Powodzenia! Jeszcze raz podkreślam, że nie jestem autorem tutoriala. Kredyt uznania należy się autorce wpisu umieszczonego na Coders Refuge.
  17. Chodzi Ci o wyświetlenie profilu na stronie innej niż forum? To tylko IP.Converge.
  18. Znowu usunąłeś pliki z serwera?
  19. Odnośnie... czego?
  20. Wpisanie tego: Musi spowodować to: Musi i kropka. Wersja się nie zmienia, pojawia się checkbox. Jeśli u Ciebie działa to inaczej, to masz niezły bałagan w bazie i plikach!
  21. Gdybyś postępował wg mojej rady, to wersja by się nie zmieniła, a Ty mógłbyś przeprowadzić aktualizację
  22. ACP Wygląd Twój skin globalTemplate Znajdź: </ul> <ul id='user_other'> Wstaw powyżej: <li><a href="http://invisionize.pl">Obserwowane</a></li>
  23. A zaznaczyłeś checkboxa?
  24. Aplikacji nie usuwa się kasując (ulubione słówko DawPiego ) pliki z serwera. Wrzuć je ponownie, przejdź do folderu xml w katalogu shoutboxa na serwerze, edytuj plik versions.xml i dodaj jedynkę przez ostatnim </long>. Pozwoli to na poprawne przeprowadzenie "aktualizacji".
  25. Ale przecież aplikacji nie instaluje się upgraderem...
×
×
  • 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ę.