-
Postów
78 199 -
Dołączył
-
Ostatnia wizyta
-
Wygrane w rankingu
574
Typ zawartości
Profile
Forum
Pliki
Galeria
Blogi
Sklep
Wydarzenia
Treść opublikowana przez DawPi
-
Do wersji 2.3 najwyższa wersja to 1.0.2. Do wersji 3.x to obecnie 1.1.0.
-
Zaraz - kto tu robi z siebie ........ ?
-
Rozwiązanie.
-
Za to mi mówi bardzo dużo.
-
Od jakiegoś czasu należy wysłać ticket z prośbą o zmianę.
-
Skin CleanOut, czyli ten, co ma być oficjalnym skinem w paczce nie działał prawidłowo i wg mnie to właśnie sprawiło, że nie został dołączony do wersji 3.0.2. Odnośnie innych pytań: jak forum długie i szerokie możesz pisać w odpowiednich działach.
-
Najlepiej pełną - nie wiadomo dokładnie czy się nie walnęli w robieniu tej małej paczki.
-
This modification provides you with the information and files needed to add a Facebook invite page to your forums. You do not have to be using Facebook connect login for this to work, however both you and the user needs a Facebook account. Invites allotted per day are set by Facebook and are not affected by the use of this modification. Note due to the nature of these files you have to edit your skin templates manually rather than a plugin/hook being the method for the tab/link being added. Wyświetl pełny artykuł
-
Przenoszę do działu z pytaniami odnośnie skinów.
-
Spróbuj pobrać teraz pliki forum i je wysłać ponownie i sprawdzić. Poprawiono działanie funkcji związanych z JS, czyli choćby ajaxem w sb.
-
Z forum IPS-u: Niektórzy z naszych klientów wysyłali raporty dotyczące nieprawidłowego działania forum po aktualizacji do 3.0.2. Jeśli doświadczyłeś jakiś nieprawidłowości, proszę pobierz załączony plik, rozpakuj i wyślij nowe pliki na serwer FTP. Wyślij nowe pliki jeśli zauważysz któreś z tych objawów na wersji 3.0.2: Nie działają emotikony oraz niektóre funkcje związane z JavaScriptem Rozbudowany edytor nie działa na niektórych przeglądarkach Nie dodało tabeli odpowiedzialnej za System Antyspamowy Błąd podczas usuwania postu Użytkownicy z pewnymi znakami widzą informacje z debuggera Jeśli doświadczasz jakichkolwiek innych nieprawidłowości zgłoś to w trackerze lub wyślij ticket.
-
Bardzo stary shoutout. Najnowszy z tej serii to ShoutOutv2610.fix, jednak polecam instalację IP.Shoutbox 1.0.2. Tak tylko w ramach organizacji - preferujemy nie łączyć różnych spraw/pytań w jeden temat. Jednak robiąc wyjątek odpowiadam na btw.: zakupić je.
-
Problem ROZWIĄZANY. Jeśli są jakiekolwiek wątpliwości, pytania proszę o założenie nowego tematu. Wszelkie uzasadnione reklamacje/pretensje/sugestie/rady przyjmuje ekipa forum.
-
Reklamujemy forum.invisionize.pl !
DawPi odpowiedział(a) na Patryk temat w Propozycje, uwagi, opinie
Jeszcze tylko przypomnij w którym dokładnie miejscu napisałem link z takim atrybutem. Widocznie wyłączają jedynie widzialność, a nie de facto możliwość. Zgłoszę to. -
Przejdź do: ACP > Tools & Settins > User Profiles > Global User Profile Options >> Allow members to choose skins? i wyłącz.
-
No i znowu mnie zagięliście Pomocny to Ty nie jesteś. Pisałem, że nie musisz bo: znam objawy znam adres Lepiej niuchaj za wersją SB bo stoimy w miejscu.
-
Nie jesteś sam: http://forums.invisionpower.com/tracker/issue-17596-issues-after-upgrade/ Oj chyba nie prędko zrobię upgrade forum.
-
Niestety nie możesz, ale nie o tym mówimy. To raczej dodałem w formie peesa. Sprawdzenie shoutboxa zapewne zrobisz w ACP w zakładce COMPONENTS. Moje ewentualne dalsze wskazówki są uzależnione właśnie od znajomości rodzaju tego sb. Dość dokładnie problem został opisany.
-
The issue this topic was opened for has now been resolved.
-
Ok, great. Sorry for small delay in answering.
-
And again: <center> <i><b>Be aware:</b> We allow nudity Wallpapers & Photographs and it may appear on front page<br><font size="1">(Guests are <b>Not</b> allowed to Download such wallpapers)</font></i> <br><br> </center> <?php /* Init */ $return = ""; $to_show = 24; $per_row = 6; $count = 0; /* Query */ $this->DB->build( array( 'select' => 'i.id AS picid, i.masked_file_name, i.directory, i.caption, i.member_id, i.ratings_count, i.ratings_total ', 'from' => array( 'gallery_images' => 'i' ), 'add_join' => array( 0 => array( 'select' => 'g.rate AS number', 'from' => array( 'gallery_ratings' => 'g' ), 'where' => 'i.id=g.img_id', 'type' => 'left' ) ), 'add_join' => array( 1 => array( 'select' => 'm.name as uname', 'from' => array( 'members' => 'm' ), 'where' => 'i.member_id=m.member_id', 'type' => 'left' ) ), 'order' => 'i.id DESC', 'limit' => array( 0, $to_show ), ) ); $this->DB->execute(); /* Got some rows */ if ( $this->DB->getTotalRows() ) { $return .= "<div><table><tr>"; while ( $row = $this->DB->fetch() ) { $count++; $row['rate']['id'] = intval( $row['picid'] ); $row['rate']['number'] = intval( $row['number'] ); $row['rate']['canrate'] = 1; $row['rate']['_rate_int'] = $row['ratings_count'] ? round( $row['ratings_total'] / $row['ratings_count'], 0 ) : 0; $row['number'] = $this->registry->output->getTemplate( 'gallery_imagelisting' )->rate_form( $row['rate'] ); $return .= <<<EOF <td class='short'> <a href="index.php?app=gallery&module=images§ion=viewimage&img={$row['picid']}"> <img src="uploads/{$row['directory']}/tn_{$row['masked_file_name']}" alt="{$row['caption']}" /> </a><br /> <i>Uploaded By:</i><br> <a href='index.php?app=gallery&module=user&user={$row['member_id']}'><b>{$row['uname']}</b></a></strong><br /><i>Rating:</i> {$row['number']} out of 5 </td> EOF; /* New row */ if ( $count && $count % $per_row == 0 ) { $return .= "</tr><tr>"; } } $return .= "</tr></table></div>"; } /* Return */ print $return; ?>
-
Lista zmian z wersji 3.0.1 do wersji 3.0.2: Strict Standards Database checker split() deprecated in PHP 5.3.0 Prune forum prunes too many posts Standalone Attachments page needs pagination Installing - user details cleared Anonymous Users in moderati... GD Requirements on Installer Tiny typo Hardcoded - Eror page title Blocked Forums Not Honored Driver error using sphinx +... Re-cache all RSS feeds brea... FURL in breadcrumbs Watched Items Hook - No limit RTL Nav Bar #show_applications# not sav... HTML in Posts Broke for Gue... Portal MySQL Bug Code and emoticons - extra ... Sphinx search for author - missing username in results HTML signature not rendered... Skin Template - Moderation ... codebox issue Guidelines does not parse BBCode lists properly lofi hook point: postSignature Image directory with spaces Duplicate Indexes in DB Installing applications rep... Missing the "Cancel" langua... Viewable photos classItemMarking->markA... Music Player Cannot Search Specific Forums with Sphinx Search for members slow query Caching PATH setting has no... Missing field 'fb_statu... Ajax loaded content charset... classImageGd typo Running a multimod sends yo... Output buffering error in ACP Can't sign in to ACP Languages in ACP Can not delete the pack add... Import language from disk d... Logo link - Possible bug? Print topic formatting error with favicon.ico loca... Sphinx search on multiple f... ssi.php two bugs Portal Latest Discussions recountTopicAttachments is ... Custom profiles in announce... Inline images attachments i... Report Center PM Plugin All... rebuildPms.php coding mistake Multi paged outline view Missing IP address Upgrader - Profile Portal i... XML-RPC integration not ful... Flash uploader does not show attachments on "back" New Topic Form Lost after V... Forum index will not valida... View new posts permissions Forum index will not valudate when guest has posted File ipb.lang.js loaded as ... Search woes Object not found RSS import driver error Strict mode error "Send me a Message" in Profile VERY!!! minor settings wording issues Driver error editing groups Unused function "expression" word split into two words Rebuild Attachment Thumbnai... Start Calendar on Monday Signature Limits Don't Work Two issues with View others topics your new solution for encod... Auto subscribe fails Photo attachment deletion Images in posts not limited New Reply Notification - problems with nordic characters User Email Validation PM - Remember settings function.json-encode Comma's after url problem missing IN_IPB checks XML topic parsing error Friend approval Display name change from Us... Html On causes parse error ... Custom profile field consid... Thumbs.db files still in pa... Hook Install Issue Portal Disappear Bug Quick edit and \ Missing language abastraction DB error installing hooks i... "My Settings" Glitch? Who's chatting hook Editing a member throws off ranks bulk mail : html mode Guests viewing topic, not f... Hard coded text string in "topicViewTemplate" Hard coded text string in "forumIndexTemplate" hardcoded texts Custom bbcode not respecting 'Where can the BBCode be used?' IE 7 and code display error wrong error id used Can't set restrictions to 0 ACP member search sorting IE8 login javascript error Emoticon manager bug Status text in report centre skin issue status block.. Using ++ in custom bbcodes ... Member BBCode Tag Nuance Check on Status Update not validating Memberlist errors Manual search notice RTE gets stuck on "About Me" image limits External Login - Display Name Issues IPB Portal not showing arti... Can't do addtohead on LoFi skin? Overall top posters lost its order Custom Profile issues Ignored Posts API XML-RPC - No topic id Last member ID not passed t... Hard-coded ACP title when redirecting Status widgit has button on... Edit this poll - IPB Portal HTML Options Dropdown No joined date, mini profile goes nuts Few CSS bugs in RTL Uninstalling app with uninstalled hook mlist IE RTL bug IE7 + RTL Buttons in messenger can ge... Little Skin Issue BBCode CODE Image don't get resized Cosmetic: Changing icons in Report Center breaks buttons when viewing reports Lots of CSS errors in defau... Image resize issue (this board) Search not filtering correctly rc 2 to ipb3 Skin Does Not Update Emoticon drop down issue Driver error on Advanced Search Download speed and size Hardcoded text - ACP - Dashboard <application>_root_... Large Images NOT being resized Import language from xml ibf_spam_service_log table not being created Cannot Edit in "Enable visual (RTE) editor?" Mode... #secondary_nav - IE RTL bug! Upgrade from 3.0.1 to 3.0.2 Emoticons - Get nopermission when I click "View All"
-
Spróbuj jeszcze przeczyścić cache całego forum i sprawdź wtedy.
-
Try again: <center> <i><b>Be aware:</b> We allow nudity Wallpapers & Photographs and it may appear on front page<br><font size="1">(Guests are <b>Not</b> allowed to Download such wallpapers)</font></i> <br><br> </center> <?php /* Init */ $return = ""; $to_show = 24; $per_row = 6; $count = 0; /* Query */ $this->DB->build( array( 'select' => 'i.id AS picid, i.masked_file_name, i.directory, i.caption, i.member_id, i.ratings_count, i.ratings_total ', 'from' => array( 'gallery_images' => 'i' ), 'add_join' => array( 0 => array( 'select' => 'g.rate AS number', 'from' => array( 'gallery_ratings' => 'g' ), 'where' => 'i.id=g.img_id', 'type' => 'left' ) ), 'add_join' => array( 1 => array( 'select' => 'm.name as uname', 'from' => array( 'members' => 'm' ), 'where' => 'i.member_id=m.member_id', 'type' => 'left' ) ), 'order' => 'i.id DESC', 'limit' => array( 0, $to_show ), ) ); $this->DB->execute(); /* Got some rows */ if ( $this->DB->getTotalRows() ) { $return .= "<div><table><tr>"; while ( $row = $this->DB->fetch() ) { $count++; $row['rate']['id'] = intval( $row['picid'] ); $row['rate']['number'] = intval( $row['number'] ); $row['rate']['canrate'] = 1; $row['rate']['_rate_int'] = $rows[0]['ratings_count'] ? round( $rows[0]['ratings_total'] / $rows[0]['ratings_count'], 0 ) : 0; $row['number'] = $this->registry->output->getTemplate( 'gallery_imagelisting' )->rate_form( $row['rate'] ); $return .= <<<EOF <td class='short'> <a href="index.php?app=gallery&module=images§ion=viewimage&img={$row['picid']}"> <img src="uploads/{$row['directory']}/tn_{$row['masked_file_name']}" alt="{$row['caption']}" /> </a><br /> <i>Uploaded By:</i><br> <a href='index.php?app=gallery&module=user&user={$row['member_id']}'><b>{$row['uname']}</b></a></strong><br /><i>Rating:</i> {$row['number']} out of 5 </td> EOF; /* New row */ if ( $count && $count % $per_row == 0 ) { $return .= "</tr><tr>"; } } $return .= "</tr></table></div>"; } /* Return */ print $return; ?> Please note: i can't test any ot these codes so please be patient.
-
Czytałem, że IP.Shoutbox robi też inne cyrki na wersji 3.0.2 - coś jest na rzeczy i trzeba poczekać na aktualizację tej aplikacji przez twórców. Co może być trochę opóźnione bo główny twórca - terabyte - dziś wyjechał na wakacje.
