Skocz do zawartości

shrek

Użytkownik
  • Postów

    77
  • Dołączył

  • Ostatnia wizyta

Treść opublikowana przez shrek

  1. a ktore to sa pliki? xmlki z jezykiem czy pliki z "upload" ?
  2. zakonczone przebudowywanie pamieci podrecznej. A ja dalej mam ang jak przelaczylem domyslne tlumaczenie na ang. to w panelu nic mi sie nie zmieniło dalej byl ang pomieszany z polskim.
  3. wgrywam katalog admin do glownego katalogu strony. jak przebudowac aplikacje?
  4. polski, angielski nie ma znaczenia - byle to hiszpanski albo ukrainski nie był czyli generalnie bardzo chetnie
  5. wgrywałem 3x ;] edit: przez minuta znowu wgrałem wszystko. zawartosc ulpload do katalogu głownego - wylacznie katalog admin. Overwrite all - a ja dalej panem mam po ang-pol ;p
  6. Witam, Wgrałem do 3.1.1 spolszczenie z forum, nastepnie zainstalowałem update modules 31, pusciłem go i dalej nic. Minify javascript off i cache czyszczone, a mnie wkurza ze pol panelu jest po polsku a pol po angielsku. pliki z katalogu upload takze wgrywałem. Co mozna z tym zrobic jeszcze?
  7. Hej, mam zainstalowanego ip.contenta, ale szczerze mowiac nie mam bladego pojecia jak sie za niego zabrać docelowo ma spełniać zadania wyswietlania newsów, statycznych arrtykułów z podziałem tematycznym, katalog sklepów snb, no i wielu pisarzy. Jak moge się za to zabrać w ip.contencie? jakis manual albo howto istnieje? z gory mowie ze jestem sys administratorem a nie programistą, wiec jak trzeba bedzie to sie kogos znajdzie kto bedzie to pisał, ale licze ze bez skilla w phpie da sie to zrobić. Mozna podefiniowac jakies szablony dla wiadomosci? Kupijac myslalem ze to bedzie cos bardziej joomlopodobnego a tu taki zonk
  8. heh, zainstalowany i wlaczony, ale nie mam siły kombinowac z ustawianiem go, jak kupowalismy spodziewalem sie czegos bardziej joomlowatego a tu kiszka chyba ze jest gdzies jakis manual jak tego zaczac uzywac?
  9. /** * Increment comment count for articles for replies posted in the topic * * @access public * @param array New post insert data * @return void */ public function checkAndIncrementComments( $insert ) { if( $insert['topic_id'] ) { $_databases = $this->cache->getCache('ccs_databases'); foreach( $_databases as $_database ) { //----------------------------------------- // Got a record using this tid in this db? //----------------------------------------- $_record = $this->DB->buildAndFetch( array( 'select' => 'primary_id_field', 'from' => $_database['database_database'], 'where' => 'record_topicid=' . $insert['topic_id'] ) ); if( $_record['primary_id_field'] ) { $this->DB->update( $_database['database_database'], "record_comments=record_comments+1", "primary_id_field=" . $_record['primary_id_field'], true, true ); break; } } } } cała funkcja o ktora chodzi, a linia 194 o ktora sie czepia to foreach
  10. przy dodawaniu odpowiedzi wyrzuca mi błąd i nie tylko mi Warning Invalid argument supplied for foreach() in /var/www/adechade.com/public_html/admin/applications_addon/ips/ccs/sources/databases/topics.php on line 194
  11. nie, mam tylko logo podmienione pozatym pusto. Co powinno tam być? A może zaisntalować czystego skina?
  12. ktora to opcja? edysja ustawien zarzadzanie szablonami i ccsem zarzadzaj zmianami zarzadzaj mapowaniem uzytkownikow zarzadzaj mapowniem url ? w zarządzaj zmianami mam podmienione logo i tyle
  13. ale w templatce tak własnie jest! <div id='forum_footer' class='statistics general_box clear clearfix'> <div id='forum_legend' class='right'> <h2>{$this->lang->words['forum_legend']}</h2> <dl> <dt class='clear'>{parse replacement="t_unread"}</dt> <dd>{$this->lang->words['pm_open_new']}</dd> <dt>{parse replacement="t_read"}</dt> <dd>{$this->lang->words['pm_open_no']}</dd> <dt class='clear'>{parse replacement="t_hot_unread"}</dt> <dd>{$this->lang->words['pm_hot_new']}</dd> <dt>{parse replacement="t_hot_read"}</dt> <dd>{$this->lang->words['pm_hot_no']}</dd> <dt class='clear'>{parse replacement="t_poll_unread"}</dt> <dd>{$this->lang->words['pm_poll']}</dd> <dt>{parse replacement="t_poll_read"}</dt> <dd>{$this->lang->words['pm_poll_no']}</dd> <dt class='clear'>{parse replacement="t_closed"}</dt> <dd>{$this->lang->words['pm_locked']}</dd> <dt>{parse replacement="t_moved"}</dt> <dd>{$this->lang->words['pm_moved']}</dd> </dl> </div> <if test="showactiveusers:|:!$this->s
  14. czerwone kropki mam w plikach tylko tych co ja zmieniałem w 3.0.5 ( analitics, facebook itp...)
  15. przy działach czy postach jest <tr class='row1'> <td class='altrow'> <!-- SKINNOTE: this URL is wrong, needs updating --> </td> <td> a w legendzie jest <div id='forum_footer' class='statistics general_box clear clearfix'> <div id='forum_legend' class='right'> <h2>Legenda</h2> <dl> <dt class='clear'></dt> <dd>Nowe odpowiedzi</dd> <dt></dt> <dd>Brak nowych odpowiedzi</dd> <dt class='clear'></dt> <dd>Popularny (nowe posty)</dd> <dt></dt> <dd>Popularny (brak nowych)</dd> <dt class='clear'></dt> <dd>Ankieta (nowe posty)</dd> <dt></dt> <dd>Ankieta (brak nowych)</dd> <dt class='clear'></dt> <dd>Zamknięty</dd> <dt></dt> <dd>Przeniesiony</dd> </dl> </div> srv:/var/www/domain.tld/public_html/public/style_images# pwd /var/www/domain.tld/public_html/public/style_images srv:/var/www/domain.tld/public_html/public/style_images# ll razem 552K drwxr-xr-x 4 [email protected] domain.tld 4,0K cze 26 22:02 . drwxr-xr-x 13 [email protected] domain.tld 4,0K cze 26 22:02 .. -rw-r--r-- 1 [email protected] domain.tld 22K lut 6 13:05 1_36202761.png -rw-r--r-- 1 [email protected] domain.tld 20K lut 6 13:06 1_36202761x140.png -rw-r--r-- 1 [email protected] domain.tld 208K lut 17 16:09 1_adchad1h.jpg -rw-r--r-- 1 [email protected] domain.tld 92K kwi 10 10:29 1_adchad1h_zaloba.jpg -rw-r--r-- 1 [email protected] domain.tld 162K lut 16 00:42 1_head2.png -rw-r--r-- 1 [email protected] domain.tld 146 lut 10 17:04 .htaccess -rw-r--r-- 1 [email protected] domain.tld 279 cze 26 22:02 index.html drwxr-xr-x 13 [email protected] domain.tld 12K cze 26 22:02 master drwxr-xr-x 3 [email protected] domain.tld 4,0K cze 26 22:02 mobile srv:/var/www/domain.tld/public_html/public/style_images# cd master srv:/var/www/domain.tld/public_html/public/style_images/master# ll razem 912K drwxr-xr-x 13 [email protected] domain.tld 12K cze 26 22:02 . drwxr-xr-x 4 [email protected] domain.tld 4,0K cze 26 22:02 .. -rwxr-xr-x 1 [email protected] domain.tld 781 cze 26 22:02 accept.png -rw-r--r-- 1 [email protected] domain.tld 107 cze 26 22:02 acp_bar.png -rwxr-xr-x 1 [email protected] domain.tld 726 cze 26 22:02 add.png -rw-r--r-- 1 [email protected] domain.tld 293 cze 26 22:02 advanced_search.png -rw-r--r-- 1 [email protected] domain.tld 665 cze 26 22:02 archive.png -rwxr-xr-x 1 [email protected] domain.tld 332 cze 26 22:02 arrow_left.png -rwxr-xr-x 1 [email protected] domain.tld 340 cze 26 22:02 arrow_right.png -rwxr-xr-x 1 [email protected] domain.tld 594 cze 26 22:02 arrow_rotate_clockwise.png -rw-r--r-- 1 [email protected] domain.tld 59 cze 26 22:02 attachicon.gif -rwxr-xr-x 1 [email protected] domain.tld 825 cze 26 22:02 award_delete.png -rwxr-xr-x 1 [email protected] domain.tld 743 cze 26 22:02 award.png -rwxr-xr-x 1 [email protected] domain.tld 379 cze 26 22:02 back.png -rwxr-xr-x 1 [email protected] domain.tld 813 cze 26 22:02 bell_add.png -rw-r--r-- 1 [email protected] domain.tld 769 cze 26 22:02 bell_off.png -rwxr-xr-x 1 [email protected] domain.tld 773 cze 26 22:02 bell.png -rwxr-xr-x 1 [email protected] domain.tld 774 cze 26 22:02 bin.png -rw-r--r-- 1 [email protected] domain.tld 208 cze 26 22:02 block_bg.png drwxrwxr-x 2 [email protected] domain.tld 4,0K lut 7 00:55 blog -rwxr-xr-x 1 [email protected] domain.tld 687 cze 26 22:02 book_add.png -rwxr-xr-x 1 [email protected] domain.tld 615 cze 26 22:02 book_open.png -rwxr-xr-x 1 [email protected] domain.tld 562 cze 26 22:02 book.png -rw-r--r-- 1 [email protected] domain.tld 188 cze 26 22:02 branding_bg.png -rw-r--r-- 1 [email protected] domain.tld 186 cze 26 22:02 bullet_arrow_down.png -rw-r--r-- 1 [email protected] domain.tld 166 cze 26 22:02 bullet_arrow_up.png -rw-r--r-- 1 [email protected] domain.tld 225 cze 26 22:02 bullet_black.png -rwxr-xr-x 1 [email protected] domain.tld 308 cze 26 22:02 bullet_delete.png -rwxr-xr-x 1 [email protected] domain.tld 454 cze 26 22:02 bullet_error.png -rw-r--r-- 1 [email protected] domain.tld 270 cze 26 22:02 bullet_green.png -rw-r--r-- 1 [email protected] domain.tld 208 cze 26 22:02 bullet_star_off.png -rw-r--r-- 1 [email protected] domain.tld 317 cze 26 22:02 bullet_star.png -rw-r--r-- 1 [email protected] domain.tld 310 cze 26 22:02 bullet_star_rated.png -rwxr-xr-x 1 [email protected] domain.tld 232 cze 26 22:02 bullet_toggle_minus.png -rwxr-xr-x 1 [email protected] domain.tld 242 cze 26 22:02 bullet_toggle_plus.png -rwxr-xr-x 1 [email protected] domain.tld 676 cze 26 22:02 cake.png -rw-r--r-- 1 [email protected] domain.tld 668 cze 26 22:02 cal_ranged.png -rwxr-xr-x 1 [email protected] domain.tld 643 cze 26 22:02 cal_recurring.png -rwxr-xr-x 1 [email protected] domain.tld 542 cze 26 22:02 cal_single.png -rw-r--r-- 1 [email protected] domain.tld 283 cze 26 22:02 cat_maximize.png -rw-r--r-- 1 [email protected] domain.tld 493 cze 26 22:02 cat_maximize_small.png -rw-r--r-- 1 [email protected] domain.tld 248 cze 26 22:02 cat_minimize.png -rw-r--r-- 1 [email protected] domain.tld 473 cze 26 22:02 cat_minimize_small.png -rwxr-xr-x 1 [email protected] domain.tld 761 cze 26 22:02 chart_curve_add.png -rw-r--r-- 1 [email protected] domain.tld 695 cze 26 22:02 citation_bg.png -rw-r--r-- 1 [email protected] domain.tld 271 cze 26 22:02 close_popup.png -rwxr-xr-x 1 [email protected] domain.tld 848 cze 26 22:02 cog.png -rw-r--r-- 1 [email protected] domain.tld 813 cze 26 22:02 color_wheel.png -rw-r--r-- 1 [email protected] domain.tld 530 cze 26 22:02 comment_add.png -rw-r--r-- 1 [email protected] domain.tld 548 cze 26 22:02 comment_delete.png -rw-r--r-- 1 [email protected] domain.tld 644 cze 26 22:02 comment_edit.png -rw-r--r-- 1 [email protected] domain.tld 713 cze 26 22:02 comment_new.png -rw-r--r-- 1 [email protected] domain.tld 683 cze 26 22:02 comments_ignore.png -rwxr-xr-x 1 [email protected] domain.tld 557 cze 26 22:02 comments.png -rw-r--r-- 1 [email protected] domain.tld 156 cze 26 22:02 comment_stem.png -rwxr-xr-x 1 [email protected] domain.tld 655 cze 26 22:02 cross.png -rwxr-xr-x 1 [email protected] domain.tld 626 cze 26 22:02 date.png -rwxr-xr-x 1 [email protected] domain.tld 695 cze 26 22:02 delete.png -rwxr-xr-x 1 [email protected] domain.tld 748 cze 26 22:02 display_name.png -rw-r--r-- 1 [email protected] domain.tld 127 cze 26 22:02 dropdown.png -rwxr-xr-x 1 [email protected] domain.tld 728 cze 26 22:02 email_go.png -rwxr-xr-x 1 [email protected] domain.tld 760 cze 26 22:02 email_open.png -rwxr-xr-x 1 [email protected] domain.tld 606 cze 26 22:02 email.png -rwxr-xr-x 1 [email protected] domain.tld 687 cze 26 22:02 exclamation.png -rw-r--r-- 1 [email protected] domain.tld 1,7K cze 26 22:02 facebook_login.png -rw-r--r-- 1 [email protected] domain.tld 1,5K cze 26 22:02 f_cat_read.png -rw-r--r-- 1 [email protected] domain.tld 2,5K cze 26 22:02 f_cat_unread.png -rwxr-xr-x 1 [email protected] domain.tld 680 cze 26 22:02 feed.png -rw-r--r-- 1 [email protected] domain.tld 1,6K cze 26 22:02 f_locked.png -rwxr-xr-x 1 [email protected] domain.tld 638 cze 26 22:02 folder_add.png -rw-r--r-- 1 [email protected] domain.tld 217 cze 26 22:02 folder_closed.png -rwxr-xr-x 1 [email protected] domain.tld 702 cze 26 22:02 folder_edit.png -rw-r--r-- 1 [email protected] domain.tld 208 cze 26 22:02 folder_open.png -rwxr-xr-x 1 [email protected] domain.tld 670 cze 26 22:02 folder_page.png -rwxr-xr-x 1 [email protected] domain.tld 506 cze 26 22:02 folder.png -rw-r--r-- 1 [email protected] domain.tld 1,7K cze 26 22:02 f_pass_read.png -rw-r--r-- 1 [email protected] domain.tld 3,3K cze 26 22:02 f_pass_unread.png -rw-r--r-- 1 [email protected] domain.tld 2,5K cze 26 22:02 f_read.png -rw-r--r-- 1 [email protected] domain.tld 3,0K cze 26 22:02 f_redirect.png -rw-r--r-- 1 [email protected] domain.tld 2,8K cze 26 22:02 f_unread.png drwxrwxr-x 3 [email protected] domain.tld 4,0K cze 26 22:02 gallery -rw-r--r-- 1 [email protected] domain.tld 125 cze 26 22:02 gradient_bg.png -rw-r--r-- 1 [email protected] domain.tld 428 cze 26 22:02 heart_off.png -rw-r--r-- 1 [email protected] domain.tld 716 cze 26 22:02 heart.png -rwxr-xr-x 1 [email protected] domain.tld 756 cze 26 22:02 help.png -rw-r--r-- 1 [email protected] domain.tld 279 cze 26 22:02 index.html -rwxr-xr-x 1 [email protected] domain.tld 734 cze 26 22:02 information.png -rw-r--r-- 1 [email protected] domain.tld 130 cze 26 22:02 input_text.png -rwxr-xr-x 1 [email protected] domain.tld 612 cze 26 22:02 key.png -rw-r--r-- 1 [email protected] domain.tld 214 cze 26 22:02 last_post.png -rw-r--r-- 1 [email protected] domain.tld 119 cze 26 22:02 light_bg.png drwxr-xr-x 2 [email protected] domain.tld 4,0K gru 8 2009 lightbox -rw-r--r-- 1 [email protected] domain.tld 194 cze 26 22:02 live.gif -rw-r--r-- 1 [email protected] domain.tld 847 cze 26 22:02 loading.gif -rw-r--r-- 1 [email protected] domain.tld 636 cze 26 22:02 locked_replies.png -rwxr-xr-x 1 [email protected] domain.tld 696 cze 26 22:02 lock_open.png -rwxr-xr-x 1 [email protected] domain.tld 729 cze 26 22:02 lock.png -rw-r--r-- 1 [email protected] domain.tld 249 cze 26 22:02 lock_small_gold.gif -rw-r--r-- 1 [email protected] domain.tld 585 cze 26 22:02 lock_small_orange.png drwxr-xr-x 2 [email protected] domain.tld 4,0K cze 26 22:02 loginmethods -rw-r--r-- 1 [email protected] domain.tld 12K cze 26 22:02 logo.png -rw-r--r-- 1 [email protected] domain.tld 589 cze 26 22:02 magnifier.png -rw-r--r-- 1 [email protected] domain.tld 129 cze 26 22:02 memberbox_bg.png -rw-r--r-- 1 [email protected] domain.tld 7,2K cze 26 22:02 meta_image.png -rw-r--r-- 1 [email protected] domain.tld 174 cze 26 22:02 msg_new.png -rw-r--r-- 1 [email protected] domain.tld 320 cze 26 22:02 msg_replied.png -rw-r--r-- 1 [email protected] domain.tld 283 cze 26 22:02 new_post.png -rw-r--r-- 1 [email protected] domain.tld 320 cze 26 22:02 new_replied.png -rwxr-xr-x 1 [email protected] domain.tld 378 cze 26 22:02 next.png drwxr-xr-x 4 [email protected] domain.tld 4,0K cze 26 22:02 nexus -rwxr-xr-x 1 [email protected] domain.tld 619 cze 26 22:02 note_add.png -rwxr-xr-x 1 [email protected] domain.tld 472 cze 26 22:02 note.png drwxr-xr-x 2 [email protected] domain.tld 4,0K cze 26 22:02 notifications -rw-r--r-- 1 [email protected] domain.tld 125 cze 26 22:02 opacity50.png -rw-r--r-- 1 [email protected] domain.tld 125 cze 26 22:02 opacity70.png -rw-r--r-- 1 [email protected] domain.tld 165 cze 26 22:02 openid.gif -rw-r--r-- 1 [email protected] domain.tld 2,9K cze 26 22:02 openid_logo.png -rw-r--r-- 1 [email protected] domain.tld 129 cze 26 22:02 opts_arrow.png -rw-r--r-- 1 [email protected] domain.tld 769 cze 26 22:02 page_topic_magnify.png -rw-r--r-- 1 [email protected] domain.tld 635 cze 26 22:02 page_topic.png -rw-r--r-- 1 [email protected] domain.tld 505 cze 26 22:02 page_white_add.png -rwxr-xr-x 1 [email protected] domain.tld 618 cze 26 22:02 page_white_edit.png -rwxr-xr-x 1 [email protected] domain.tld 604 cze 26 22:02 page_white_go.png -rwxr-xr-x 1 [email protected] domain.tld 554 cze 26 22:02 page_white_magnify.png -rwxr-xr-x 1 [email protected] domain.tld 574 cze 26 22:02 paste_plain.png -rwxr-xr-x 1 [email protected] domain.tld 573 cze 26 22:02 picture.png -rwxr-xr-x 1 [email protected] domain.tld 673 cze 26 22:02 pictures.png -rwxr-xr-x 1 [email protected] domain.tld 753 cze 26 22:02 pm_msg_deleted.png -rwxr-xr-x 1 [email protected] domain.tld 743 cze 26 22:02 pm_msg_new.png -rwxr-xr-x 1 [email protected] domain.tld 737 cze 26 22:02 pm_msg_normal.png -rwxr-xr-x 1 [email protected] domain.tld 472 cze 26 22:02 pm_new.png -rw-r--r-- 1 [email protected] domain.tld 269 cze 26 22:02 pm_nonew.png -rw-r--r-- 1 [email protected] domain.tld 114 cze 26 22:02 post_bg.png -rw-r--r-- 1 [email protected] domain.tld 201 cze 26 22:02 post_button_left.png -rw-r--r-- 1 [email protected] domain.tld 201 cze 26 22:02 post_button_left_selected.png -rw-r--r-- 1 [email protected] domain.tld 246 cze 26 22:02 post_button_right.png -rw-r--r-- 1 [email protected] domain.tld 237 cze 26 22:02 post_button_right_selected.png -rw-r--r-- 1 [email protected] domain.tld 366 cze 26 22:02 post_name.png -rw-r--r-- 1 [email protected] domain.tld 2,9K cze 26 22:02 primarynav_bg.png -rw-r--r-- 1 [email protected] domain.tld 115 cze 26 22:02 primarynav_tile.png -rwxr-xr-x 1 [email protected] domain.tld 713 cze 26 22:02 printer.png drwxr-xr-x 2 [email protected] domain.tld 4,0K cze 26 22:02 profile -rw-r--r-- 1 [email protected] domain.tld 110 cze 26 22:02 progressbar_warning.png -rw-r--r-- 1 [email protected] domain.tld 587 cze 26 22:02 promote_article.png -rwxr-xr-x 1 [email protected] domain.tld 664 cze 26 22:02 report.png drwxr-xr-x 2 [email protected] domain.tld 4,0K gru 8 2009 reports -rw-r--r-- 1 [email protected] domain.tld 368 cze 26 22:02 rss-mini.png drwxr-xr-x 2 [email protected] domain.tld 4,0K lut 11 00:08 rte_icons -rw-r--r-- 1 [email protected] domain.tld 127 cze 26 22:02 search_expand.png -rw-r--r-- 1 [email protected] domain.tld 223 cze 26 22:02 search_icon.png -rw-r--r-- 1 [email protected] domain.tld 210 cze 26 22:02 search_stem.png -rwxr-xr-x 1 [email protected] domain.tld 741 cze 26 22:02 server_connect.png -rwxr-xr-x 1 [email protected] domain.tld 694 cze 26 22:02 shield.png -rw-r--r-- 1 [email protected] domain.tld 212 cze 26 22:02 sidebar_close.png -rw-r--r-- 1 [email protected] domain.tld 196 cze 26 22:02 sidebar_open.png -rw-r--r-- 1 [email protected] domain.tld 320 cze 26 22:02 snapback.png -rw-r--r-- 1 [email protected] domain.tld 43 cze 26 22:02 spacer.gif -rwxr-xr-x 1 [email protected] domain.tld 744 cze 26 22:02 spammer_off.png -rwxr-xr-x 1 [email protected] domain.tld 741 cze 26 22:02 spammer_on.png -rw-r--r-- 1 [email protected] domain.tld 1,7K cze 26 22:02 star_big.png -rwxr-xr-x 1 [email protected] domain.tld 654 cze 26 22:02 star.png -rw-r--r-- 1 [email protected] domain.tld 240 cze 26 22:02 stats_bg.png -rw-r--r-- 1 [email protected] domain.tld 692 cze 26 22:02 stats_compression.png -rw-r--r-- 1 [email protected] domain.tld 763 cze 26 22:02 stats_database.png -rw-r--r-- 1 [email protected] domain.tld 653 cze 26 22:02 stats_server.png -rw-r--r-- 1 [email protected] domain.tld 819 cze 26 22:02 stats_time.png drwxr-xr-x 2 [email protected] domain.tld 4,0K gru 8 2009 stems drwxr-xr-x 2 [email protected] domain.tld 4,0K gru 8 2009 subscriptions -rw-r--r-- 1 [email protected] domain.tld 160 cze 26 22:02 tab_left.png -rw-r--r-- 1 [email protected] domain.tld 323 cze 26 22:02 tab.png -rw-r--r-- 1 [email protected] domain.tld 219 cze 26 22:02 tab_right.png -rw-r--r-- 1 [email protected] domain.tld 632 cze 26 22:02 t_announcement.png -rw-r--r-- 1 [email protected] domain.tld 1,4K cze 26 22:02 t_closed.png -rwxr-xr-x 1 [email protected] domain.tld 256 cze 26 22:02 textfield_rename.png -rw-r--r-- 1 [email protected] domain.tld 117 cze 26 22:02 th_bg.png -rw-r--r-- 1 [email protected] domain.tld 1,4K cze 26 22:02 t_hot_read_dot.png -rw-r--r-- 1 [email protected] domain.tld 1,2K cze 26 22:02 t_hot_read.png -rw-r--r-- 1 [email protected] domain.tld 1,5K cze 26 22:02 t_hot_unread_dot.png -rw-r--r-- 1 [email protected] domain.tld 1,2K cze 26 22:02 t_hot_unread.png -rw-r--r-- 1 [email protected] domain.tld 284 cze 26 22:02 threaded_read.png -rw-r--r-- 1 [email protected] domain.tld 324 cze 26 22:02 threaded_unread.png -rwxr-xr-x 1 [email protected] domain.tld 793 cze 26 22:02 time.png -rw-r--r-- 1 [email protected] domain.tld 704 cze 26 22:02 t_moved.png -rw-r--r-- 1 [email protected] domain.tld 76 cze 26 22:02 to_down_pipe.gif -rw-r--r-- 1 [email protected] domain.tld 191 cze 26 22:02 topic_button_left_closed.png -rw-r--r-- 1 [email protected] domain.tld 215 cze 26 22:02 topic_button_left_disabled.png -rw-r--r-- 1 [email protected] domain.tld 231 cze 26 22:02 topic_button_left_hover.png -rw-r--r-- 1 [email protected] domain.tld 198 cze 26 22:02 topic_button_left.png -rw-r--r-- 1 [email protected] domain.tld 280 cze 26 22:02 topic_button_right_closed.png -rw-r--r-- 1 [email protected] domain.tld 297 cze 26 22:02 topic_button_right_disabled.png -rw-r--r-- 1 [email protected] domain.tld 306 cze 26 22:02 topic_button_right_hover.png -rw-r--r-- 1 [email protected] domain.tld 283 cze 26 22:02 topic_button_right.png -rw-r--r-- 1 [email protected] domain.tld 152 cze 26 22:02 topic_mod_arrow.png -rwxr-xr-x 1 [email protected] domain.tld 556 cze 26 22:02 topicpreview.png -rw-r--r-- 1 [email protected] domain.tld 73 cze 26 22:02 to_post_no_children.gif -rw-r--r-- 1 [email protected] domain.tld 79 cze 26 22:02 to_post_with_children.gif -rw-r--r-- 1 [email protected] domain.tld 1,5K cze 26 22:02 t_poll_read_dot.png -rw-r--r-- 1 [email protected] domain.tld 1,3K cze 26 22:02 t_poll_read.png -rw-r--r-- 1 [email protected] domain.tld 1,5K cze 26 22:02 t_poll_unread_dot.png -rw-r--r-- 1 [email protected] domain.tld 1,3K cze 26 22:02 t_poll_unread.png -rw-r--r-- 1 [email protected] domain.tld 104 cze 26 22:02 trans_bg.png -rwxr-xr-x 1 [email protected] domain.tld 814 cze 26 22:02 transmit_blue.png -rwxr-xr-x 1 [email protected] domain.tld 749 cze 26 22:02 transmit.png -rw-r--r-- 1 [email protected] domain.tld 472 cze 26 22:02 transmit_small.png -rw-r--r-- 1 [email protected] domain.tld 1,3K cze 26 22:02 t_read_dot.png -rw-r--r-- 1 [email protected] domain.tld 1,1K cze 26 22:02 t_read.png -rw-r--r-- 1 [email protected] domain.tld 1,4K cze 26 22:02 t_unread_dot.png -rw-r--r-- 1 [email protected] domain.tld 1,1K cze 26 22:02 t_unread.png -rw-r--r-- 1 [email protected] domain.tld 2,0K cze 26 22:02 twitter_connect.png -rwxr-xr-x 1 [email protected] domain.tld 2,1K cze 26 22:02 twitter_login.png -rwxr-xr-x 1 [email protected] domain.tld 746 cze 26 22:02 user_add.png -rwxr-xr-x 1 [email protected] domain.tld 743 cze 26 22:02 user_comment.png -rw-r--r-- 1 [email protected] domain.tld 878 cze 26 22:02 usercp_sectionbg.png -rwxr-xr-x 1 [email protected] domain.tld 761 cze 26 22:02 user_delete.png -rwxr-xr-x 1 [email protected] domain.tld 833 cze 26 22:02 user_edit.png -rwxr-xr-x 1 [email protected] domain.tld 718 cze 26 22:02 user_green.png -rw-r--r-- 1 [email protected] domain.tld 394 cze 26 22:02 user_off.png -rw-r--r-- 1 [email protected] domain.tld 129 cze 26 22:02 useropts_arrow.png -rw-r--r-- 1 [email protected] domain.tld 737 cze 26 22:02 user.png -rw-r--r-- 1 [email protected] domain.tld 147 cze 26 22:02 user_popup.png -rw-r--r-- 1 [email protected] domain.tld 95 cze 26 22:02 warn_add.gif -rw-r--r-- 1 [email protected] domain.tld 91 cze 26 22:02 warn_minus.gif -rwxr-xr-x 1 [email protected] domain.tld 610 cze 26 22:02 wrench.png
  16. jak na screenie nie wyswietlaja sie ikonki folderów itp
  17. Fatal error: Call to a member function blogFeaturedEntry() on a non-object in /var/www/adechade.com/public_html/admin/sources/classes/output/publicOutput.php(3225) : eval()'d code on line 54 bosko teraz nawet forum się nie odpala Przebudowałem wszystkie, potem przebudowałem głownego, potem wyczyscilem szablony w bazie danych osierocone i wyczysciłem cache dla glownego skina powulączałem hooki DP30 i sie ładuje zato teraz obrazkow ( ikonek nie wyswietla ;/ i sie daty skaszaniły - nie przelicza wartosci sekund na aktualna datę (
  18. Fatal error: Call to a member function blogFeaturedEntry() on a non-object in /var/www/adechade.com/public_html/admin/sources/classes/output/publicOutput.php(3225) : eval()'d code on line 54 bosko teraz nawet forum się nie odpala Przebudowałem wszystkie, potem przebudowałem głownego, potem wyczyscilem szablony w bazie danych osierocone i wyczysciłem cache dla glownego skina
  19. Witam, p migracji z 3.05 do 3.1.1 po walce z bazą danych zostały mi jeszcze 2 rzeczy - jedną z nich jest wyswietlanie nieprzeczytanych wiadomości. Gdy klikam w link w stopce albo nad szukaj kończy mi się to takim oto komunikatem: Fatal error: Call to undefined method skin_search_1::searchResultsAsForum() in /var/www/domain.tld/public_html/admin/applications/core/modules_public/search/search.php on line 543 lub Fatal error: Call to undefined method skin_search_1::searchResultsAsForum() in /var/www/domain.tld/public_html/admin/applications/core/modules_public/search/search.php on line 654 da rade coś z tym zrobić. Nie wiem czy nadpisywać plik czy co
  20. ROZWIĄZANY Najpierw trzeba było naprawić bazę potem indexy bo inaczej się sypało.
  21. Zawartosc pliku sqlerror z cache na ftpie. Wywala mi sie na głownej stronie jakas czesc templatki na dole nie wiem dlaczego ( swierzo po aktualizacji 305 do 311 z kompletem modułów. Czy mógłby ktoś pomóc? nie wiem co z tym zrobić
  22. OO dzieki wielkie jeszcze nie moge się odlaleźć do konca na ipb
  23. Witam, Migrowałem z SMF'a 1.1.11 do ipb i generalnie wszystko ładnie sobie śmiga natomiast mam 1 rzecz o którą męczą mnie forumowicze. Mianowicie w SMF'ie przy tytule posta pojawiała się okonka "nowe" i po kliknieciu jej przenosiło w temacie do pierwszego nieczytanego posta. Czy jest jakaś możliwość zrobić tak w ipb? Wiem że mogą klikać w kolumnie ostatni post na tytuł tematu ale jak tego troszkę się robi to nie bardzo to działa. Jest jakiś sposób na rozwiązanie tego? Szukałem trochę na forum ale jakoś nie znalazłem.
×
×
  • 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ę.