Skocz do zawartości

esquel

Użytkownik
  • Postów

    65
  • Dołączył

  • Ostatnia wizyta

Treść opublikowana przez esquel

  1. Nadal czekam na odpowiedź , coś wolno tam support ogarnia...
  2. Tego nie wiem
  3. Prawie zadziałało, bo jedynie na IE krzaczy Było: <br /> <div class='topic_controls' style='margin-bottom: -8px;'>{$pages}</div> <div class='category_block'> <table class='clear ipb_table topic_list' summary='Trackbacks for "{$topic['title']}"' id='forum_table'> <caption class='maintitle'> <span class='main_forum_title'>Przekierowania</span> </caption> Próba: <br /> <div class='topic_controls' style='margin-bottom: -8px;'>{$pages}</div> <br /> <div class='category_block'> <table class='clear ipb_table topic_list' summary='Trackbacks for "{$topic['title']}"' id='forum_table'> <h3 id='similartopics' class='maintitle'> <span class='main_forum_title'>Przekierowania</span> </h3> BR dodany w celach kosmetycznych
  4. I to jest dobre pytanie, czekam na odpowiedź w tej sprawie
  5. Robi się ciekawie
  6. To rozwiązuje problem, ale pojawia się wtedy kolejny , rozjeżdża się przy ocenianiu tematów i bóg wie co jeszcze
  7. Teraz dopiero zauważyłem, że jedynie na Chrome ten problem występuje. Chciałbym jednak aby, wszystko działało jak należy na najpopularniejszych przeglądarkach.
  8. http://grambolubie.com/regulaminy-ogloszenia-nowosci-f47/regulamin-forum-t2978.html Podobne tematy jak i Przekierowania inaczej mówiąc Trackbacks, mają ten sam problem
  9. Potrzebuję wyrównać pierwszą belkę, tak aby nie różniła się od reszty . Bit skinu wygląda następująco: <br /> <div class='topic_controls' style='margin-bottom: -8px;'>{$pages}</div> <div class='category_block'> <table class='clear ipb_table topic_list' summary='Trackbacks for "{$topic['title']}"' id='forum_table'> <caption class='maintitle'> <span class='main_forum_title'>Przekierowania</span> </caption> <tr class='header'> <th scope='col' class='col_f_topic'>Ze strony</th> <th scope='col' class='col_f_post'>Data przekierowania</th> <th scope='col' class='col_f_views'>Suma wejść</th> </tr> <if test="is_array( $trackbacks ) AND count( $trackbacks )"> {parse striping="forumTable" classes="row1,row2"} <foreach loop="$trackbacks as $data"> <tr class='{parse striping="forumTable"}' id='trow_{$data['traid']}'> <td> <a href='{$data['url']}' rel='external'>{$data['title']}</a> </td> <td> {parse date="$data['trdate']" format="short"} </td> <td class='altrow'> {parse format_number="$data['trcnt']"} </td> </tr> </foreach> <else /> <tr> <td colspan='3' class='no_messages'>Brak przekierowań</td> </tr> </if> </table> </div> <div class='topic_controls clear' style='margin-top: 5px;'>{$pages}</div> Prosiłbym o podanie co dokładnie trzeba zmienić, ponieważ sytuacja ta powtarza się też w innej sekcji moda CSEO.
  10. To działa pięknie , a co do tej edytowanej treści?
  11. Tak wygląda similar_topics z sekcji skin_cseo w tym skinie, w skinie podstawowym jest ten sam problem, reszta dat chodzi bezproblemowo: <br /> <div class='category_block clearfix _sbcollapsable'> <table class='ipb_table topic_list' summary='Topics similar to "{$topic['title']}"' id='forum_table'> <caption class='maintitle'> <span class='main_forum_title'>Podobne tematy</span> </caption> <tr class='header'> <th scope='col' class='col_f_icon'> </th> <th scope='col' class='col_f_topic'>{$this->lang->words['forum_topic']}</th> <th scope='col' class='col_f_starter short'>{$this->lang->words['forum_started_by']}</th> <th scope='col' class='col_f_views stats'>{$this->lang->words['forum_stats']}</th> <th scope='col' class='col_f_post'>{$this->lang->words['forum_last_post_info']}</th> </tr> <if test="is_array( $topics ) AND count( $topics )"> {parse striping="forumTable" classes="row1,row2"} <foreach loop="$topics as $tid => $data"> <tr class='{parse striping="forumTable"}' id='trow_{$data['tid']}'> <td class='short altrow'>{parse replacement="{$data['folder_img']}"}</td> <td> {$data['prefix']} <if test="$data['go_new_post'] === true"><a href='{parse url="showtopic={$data['tid']}&view=getnewpost" template="showtopic" seotitle="{$data['title_seo']}" base="public"}' title='{$this->lang->words['first_unread_post']}'>{parse replacement="f_newpost"}</a></if> <if test="$data['topic_hasattach']"> <a href="{$this->settings['base_url']}app=forums&module=forums&section=attach&tid={$data['tid']}" title="{parse expression="intval($data['topic_hasattach'])"} {$this->lang->words['topic_attach']}">{parse replacement="t_attach"}</a> </if> <a id="tid-link-{$data['tid']}" href="{parse url="showtopic={$data['tid']}" base="public" template="showtopic" seotitle="{$data['title_seo']}"}" title='{$this->lang->words['View topic, started on']} {$data['start_date']}' class='topic_title'>{$data['title']}</a> {$data['_rate_img']} <if test="is_array( $data['pages'] ) AND count( $data['pages'] )"> <ul class='mini_pagination'> <foreach loop="pages:$data['pages'] as $page"> <if test="$page['last']"> <li><a href="{parse url="showtopic={$data['tid']}&st={$page['st']}" seotitle="{$data['title_seo']}" template="showtopic" base="public"}" title='{$this->lang->words['topic_goto_page']} {$page['page']}'>{$page['page']} →</a></li> <else /> <li><a href="{parse url="showtopic={$data['tid']}&st={$page['st']}" seotitle="{$data['title_seo']}" template="showtopic" base="public"}" title='{$this->lang->words['topic_goto_page']} {$page['page']}'>{$page['page']}</a></li> </if> </foreach> </ul> </if> <if test="$data['description']"><br /><span class='desc'>{$data['description']}</span></if> </td> <td class='short altrow'>{$data['starter']}{parse template="user_popup" group="global" params="$data['starter_id'], $data['seo_first_name']"}</td> <td class='stats'> <ul> <li>{$data['posts']} <if test="intval($data['posts']) == 1">{$this->lang->words['reply']}<else />{$this->lang->words['replies']}</if></li> <li class='views desc'>{$data['views']} {$this->lang->words['views']}</li> </ul> </td> <td class='altrow'> <ul class='last_post'> <li> <a href='{parse url="showtopic={$data['tid']}&view=getlastpost" seotitle="{$data['title_seo']}" template="showtopic" base="public"}' title='{$this->lang->words['goto_last_post']}'>{parse replacement="f_lastpost"}</a> <a href='{parse url="showtopic={$data['tid']}&view=getlastpost" seotitle="{$data['title_seo']}" template="showtopic" base="public"}' title='{$this->lang->words['goto_last_post']}'>{$data['last_post']}</a> <if test="$data['trackingTopic']">*</if> </li> <li>{$this->lang->words['forum_by']} {$data['last_poster']}{parse template="user_popup" group="global" params="$data['last_poster_id'], $data['seo_last_name']"}</li> </ul> </td> </tr> </foreach> <else /> <tr> <td colspan='6' class='no_messages'>Brak podobnych tematów</td> </tr> </if> </table> </div> <br /> Przy okazji mam jeszcze jeden problem, tyczący się tego samego bita, a mianowicie, główna belka tego bloku jest za krótka - , Jeśli chodzi o tą lekko przykrótką belkę proszę o poprawę i zaznaczenie miejsca, które trzeba edytować bo muszę poprawić to również w TrackBacks, a nie będę zakładał kolejnego tematu.
  12. Witam mam problem z datą w tej modyfikacji, a właściwie jej niewłaściwym formatowaniem. Załączam obrazek:
  13. Każde zapytanie typu: SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 Generuje modyfikacja: (SOS30) Members Viewing Forums v1.0.0 Temat do zamknięcia
  14. Włączyłem, nadal jest 50 zapytań
  15. Zapytania są w 1 poście, co do logów serwera nie wiem o co ci chodzi? Jedyne co mam to logi apache, ale tam nie ma nic nadzwyczajnego
  16. Jeśli dobrze cie rozumiem to chodziło ci o sql_error_log? Jeśli tak to baza nie wypluwa nic
  17. Witam, mam pewien problem, chodzi o to że strona główna forum generuje 50++ zapytań, nie wiem jak to rozwiązać, wyłączyłem wszystkie hooki/aplikację i zniknęły najwyzej 2 zapytania, debug information pokazał mi co nieco, a mianowicie: Queries Used SELECT * FROM ibf_cache_store WHERE cs_key IN ( 'systemvars','login_methods','vnums','app_cache','navigation_tabs','module_cache','hooks','useragents','useragentgroups','skinsets','outputformats','skin_remap','group_cache','settings','lang_data','banfilters','stats','badwords','bbcode','mediatag','profilefields','rss_output_cache','rss_export','attachtypes','multimod','moderators','announcements','report_cache','chatting','birthdays','calendar','calendars','ranks','reputation_levels' ) SELECT * FROM ibf_sessions WHERE id='0df60afd92a6e2b6f4a83c68230516a2' SELECT m.*, m.member_id as my_member_id,p.*,pp.*,g.*,im.*,ccb.cache_content FROM ibf_members m LEFT JOIN ibf_pfields_content p ON ( p.member_id=m.member_id ) LEFT JOIN ibf_profile_portal pp ON ( pp.pp_member_id=m.member_id ) LEFT JOIN ibf_groups g ON ( g.g_id=m.member_group_id ) LEFT JOIN ibf_core_item_markers_storage im ON ( im.item_member_id=m.member_id ) LEFT JOIN ibf_content_cache_sigs ccb ON ( ccb.cache_content_id=m.member_id ) WHERE m.member_id=64 SELECT f.*,p.* FROM ibf_forums f LEFT JOIN ibf_permission_index p ON ( p.perm_type='forum' AND p.app='forums' AND p.perm_type_id=f.id ) SELECT * FROM ibf_skin_cache WHERE cache_set_id=1 AND cache_type IN ('css', 'replacements') SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT location_2_id FROM ibf_sessions WHERE LOWER(location_2_type)='forum' AND running_time>1278178496 AND in_error=0 SELECT id, member_id, member_name, seo_name, login_type, running_time, member_group, uagent_type FROM ibf_sessions WHERE running_time > 1278178496 SELECT * FROM ibf_skin_cache WHERE cache_set_id=1 AND cache_value_1='skin_forums_global' SELECT * FROM ibf_cache_store WHERE cs_key IN ( 'shoutbox_shouts','shoutbox_mods','emoticons' ) SELECT member_id, members_display_name, member_group_id, joined, members_seo_name FROM ibf_members WHERE member_id <> 0 AND joined > 1278179396 - 172800 AND member_group_id NOT IN (5) ORDER BY members_display_name ASC SELECT * FROM ibf_inline_notifications WHERE notify_to_id=64 AND notify_read=0 ORDER BY notify_sent DESC LIMIT 0,10 SELECT m.member_id, m.members_display_name, m.member_group_id, m.last_activity, m.members_seo_name FROM ibf_members m LEFT JOIN ibf_groups g ON ( m.member_group_id=g.g_id ) WHERE m.member_id <> 0 AND m.last_activity > 1278179396 - 172800 AND m.member_group_id NOT IN (5) ORDER BY m.members_display_name ASC SELECT t.tid, t.title, t.title_seo, t.start_date, t.starter_id, t.starter_name,m.members_display_name, m.members_seo_name FROM ibf_topics t LEFT JOIN ibf_members m ON ( m.member_id=t.starter_id ) WHERE t.tid IN (3678,3677,3676,3675,3674,3673,3672,3671,3670,3669) SELECT pp.pp_member_id, pp.pp_reputation_points,m.members_display_name, m.members_seo_name FROM ibf_profile_portal pp LEFT JOIN ibf_members m ON ( m.member_id=pp.pp_member_id ) WHERE pp_reputation_points > 0 ORDER BY pp_reputation_points DESC LIMIT 0,9 SELECT COUNT(*) as tpost, p.author_id FROM ibf_posts p LEFT JOIN ibf_topics t ON ( t.tid=p.topic_id ) WHERE p.post_date > 1278115200 AND t.forum_id IN(204,324,325,326,327,328,323,22,23,38,47,194,322,199,198,76,193,329,330,331,345,388,334,290,127,46,343,344,249,250,252,253,352,254,255,335,336,337,338,339,340,342,351,195,196,197,205,208,209,210,200,201,202,203,211,212,213,121,117,116,118,119,122,215,142,143,216,217,218,219,176,177,114,115,136,221,222,91,223,220,224,225,226,227,228,159,160,256,257,258,259,260,261,289,266,267,268,269,271,272,273,274,275,276,277,278,279,280,281,282,287,288,241,242,243,244,245,246,247,248,346,347,348,349,350,353,354,355,356,357,358,359,360,361,362,363,364,365,389,390,391,392,393) GROUP BY p.author_id ORDER BY tpost DESC LIMIT 0,9 SELECT m.*, m.member_id as my_member_id,p.*,pp.*,g.*,ccb.cache_content FROM ibf_members m LEFT JOIN ibf_pfields_content p ON ( p.member_id=m.member_id ) LEFT JOIN ibf_profile_portal pp ON ( pp.pp_member_id=m.member_id ) LEFT JOIN ibf_groups g ON ( g.g_id=m.member_group_id ) LEFT JOIN ibf_content_cache_sigs ccb ON ( ccb.cache_content_id=m.member_id ) WHERE m.member_id IN (866,64,2053,737,2049,969,600,154,2070) SELECT s.*,m.*,pp.* FROM ibf_member_status_updates s LEFT JOIN ibf_members m ON ( m.member_id=s.status_member_id ) LEFT JOIN ibf_profile_portal pp ON ( pp.pp_member_id=m.member_id ) WHERE s.status_is_latest =1 ORDER BY s.status_date desc LIMIT 0,10 SELECT tr.*,t.*,m.members_seo_name FROM ibf_tracker tr LEFT JOIN ibf_topics t ON ( t.tid=tr.topic_id ) LEFT JOIN ibf_members m ON ( m.member_id=t.starter_id ) WHERE tr.member_id=64 AND tr.topic_id > 0 ORDER BY tr.last_sent DESC LIMIT 0,50 SELECT forum_id, last_sent, member_id FROM ibf_forum_tracker WHERE member_id=64 ORDER BY last_sent DESC LIMIT 0,50 SELECT id, member_id, member_name, seo_name, login_type, running_time, member_group, uagent_type FROM ibf_sessions WHERE current_appcomponent='shoutbox' AND running_time > 1278178496 Martwi mnie to powtarzające się 20 ileś razy zapytanie, forum ma dużo kategorii, forów i subfor, około 2tys userów i 16 tys postów, ale to chyba nie powinna, aż tak wpływać na zużycie. Proszę o jakieś wskazówki co z tym fantem zrobić
  18. No niestety, support nie chciał tego zrobić, przeniosłem się na PL, teraz wszystko działa
  19. Dziękuje , odezwę się czy to pomogło
  20. Ponawiam moje pytanie, jaką wartość ma mieć set locale w php.ini?
  21. Jakie dokładne wartości set locale mają zostać ustawione? Jeśli dobrze nie sprecyzuje pytania dostanę kolejną odpowiedź od hostingodawcy, że błąd jest w skrypcie
  22. Kolejna zmiana hostingodawcy... to mnie dobije
  23. standardowy hosting z ionic, lokalizacja niemcy
  24. Chodzi ci o zmianę z pl_PL.UTF-8 na pl_PL.ISO-8859-2 - to zrobiłem i nie pomogło
×
×
  • 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ę.