-
Posts
5,961 -
Joined
-
Last visited
-
Days Won
290
Community Answers
-
Courage's post in Cum Adaug Postarile De Pe Facebook In Cookie Popup? was marked as the answer
Hmm, vezi asta: https://developers.facebook.com/docs/plugins/embedded-posts
-
Courage's post in Adaugare Postarepopulara In Topic was marked as the answer
Tare cred ca imaginea aia e in functie de reputatia postului respectiv
E din system settings > members > reputation system > post highlight (sau cv de genu, nu am un acp la indemana momentan; setezi acolo nr minim de like-uri / puncte de reputatie la un post a.i. sa fie afisata acea imagine)
-
Courage's post in Cum Salvez Tema Ipb De Pe Forum was marked as the answer
Look & Feel > Import / Export > alege tab-ul Export.
-
Courage's post in Avatare Top Online Users was marked as the answer
La unul / mai multe grupuri la prefix ai inceput scrisul ingrosat si nu l-ai mai incheiat la sufix.
Daca la prefix ai de exemplu
<strong> la sufix trebuie sa ai si
</strong> etc
-
Courage's post in Cum Pot Face Un Panel Ca Pe Wlg.ro? was marked as the answer
Iti trebuie cunostinte PHP.
Ca sa te conectezi cu email si parola, ai aici cum sunt criptate parolele IPB: https://www.invisionpower.com/support/guides/_/advanced-and-developers/miscellaneous/passwords-in-ipboard-r130
-
Courage's post in Cum Activez Avatarele La Categorii Pentru Vizitatori? was marked as the answer
ACP > Members > Member Groups > Guests > mergi jos de tot si apasa Save me.
-
Courage's post in Explicatii Rezolvare Limite De Functii was marked as the answer
Pentru tipul de ecuatii cum ai zis tu, vezi asta: http://www.pro-didactica.ro/forum/index.php?forumID=8&ID=24230
Se pomeneste acolo despre impartirea polinoamelor. Ai aici: http://mate123.ro/formule-matematice-algebra-liceu-generala/impartirea-polinoamelor/
La a:
La d:
deci limita devine:
Iar la e:
Posibil să fi greşit la calcul. N-am stat să verific
-
Courage's post in Cum Pun Limita De Posturi Pe O Pagina / Topic ? was marked as the answer
ACP > System > System Settings > tab-ul Forums > Topics, Posts and Polls > modifică cum vrei la Number of posts per topic page
-
Courage's post in Cum Restrictionez Accesele Unui Singur Membru? was marked as the answer
Data viitoare poate postezi ceva mai util
ACP → Members → selecteaza membrul dorit → tab-ul Forum Details & Restrictions → Restrict from Posting → bifează Restrict Posting Indefinitely
-
Courage's post in Cum Dezactivez Bara De Statistici Din Ipb? was marked as the answer
ACP → System Settings → tab-ul Advanced → CPU Saving & Optimization → Show community statistics → NO
-
Courage's post in Cum Activez / Afisez Shoutbox-Ul In Header Ipb? was marked as the answer
Vezi ca hook-ul Global Shoutbox sa fie enabled.
-
Courage's post in Adaugare Meniu Reclama Si Tag Special In Css was marked as the answer
.reclama { float:right; border: 1px solid #393939; } Codul lui gaby pentru circuitul de mai sus e
<div style="position: absolute; top: 120px; right: 20px;"> <img src="link_imagine" /> </div> Uita-te peste el
-
Courage's post in Cum Scot Subforumurile Anumitor Categorii Din Ipb? was marked as the answer
Din boardIndexTemplate, cauta
<if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums']"> si schimba cu
<if test="showSubForums:|:$forum_data['show_subforums'] AND count( $forum_data['subforums'] ) AND $forum_data['show_subforums'] AND !in_array($forum_data['id'], array(x, y, z))"> Unde schimbi x, y, z cu ID-urile forumurilor unde nu vrei sa fie afisate subforumurile (pui cate vrei, sa fie separate prin virgula)
-
Courage's post in Cum Ascund Last Post Info Pentru Guests? was marked as the answer
Ca să nu mai apară înformaţiile în dreapta pentru vizitatori, ACP > Members > Manage Member Groups > Guests > tab-ul Global > Can see 'Last info' on the board index and forum index > NO.
Legat de permisiuni, acestea le setezi in fiecare forum care vrei.
-
Courage's post in Eroare Setari Permisiuni Subforumuri was marked as the answer
Numele forumului avea HTML busit. L-am redenumit din baza de date
-
Courage's post in Adaugare Numar De Topicuri In Profil In Ipb 3.4? was marked as the answer
Merge pe orice versiune. Vezi in userInfoPane s-ar putea sa ai de 2 ori
<if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']} </li> si sa-l pui unde nu trebuie (codul responsabil pt. user info pane orizontal)
-
Courage's post in Modificare Pozitie Casuta De Cautare (Search_Bar)? was marked as the answer
Muta
<if test="canSearch:|:$this->memberData['g_use_search'] && $this->settings['allow_search']">{parse template="quickSearch" group="global" params=""}</if> Unde trebuie in globalTemplate (vezi sa nu apara de 2x)
-
Courage's post in Eliminare Restrictii Shoutbox Ipb 3.4.6? was marked as the answer
ACP → Other Apps → IPB Shoutbox → Management → Manage Banned Members
-
Courage's post in Cum Scot Imaginea Lipsa Din Shoutbox Ipb? was marked as the answer
Caută prin AdminCP > Other apps > shoutbox > general settings / something like that, "allow shoutbox popup" si bifezi pe no.
-
Courage's post in Problema Informatica: Matrice Cu 10 Linii Si 7 Coloane was marked as the answer
#include <iostream> using namespace std; int main (void) { int a[15][15], n, i, j; for (i=1 ; i <= 10 ; i++) { for (j=1 ; j <= 7 ; j++) { cout << "a[" << i << "][" << j << "]="; cin >> a[i][j]; } } int s = 0; for (j=1 ; j <= 7 ; j++) s += a[1][j] + a[10][j]; for (i=2 ; i < 10 ; i++) s+= a[i][1] + a[i][7]; cout << s; return 0; } -
Courage's post in Cum Adaug Un Nou Buton Si Modificare Culoare Text was marked as the answer
1.
2. Vezi in ipb_Styles.css la
.ipsSideBlock h3, .general_box h3{ -
Courage's post in Schimbare Imagini Meniu Ecila was marked as the answer
http://fortawesome.github.io/Font-Awesome/icons/
-
Courage's post in Problema Afisare Post Editor Si Warninguri In Header was marked as the answer
Daca aveti tema neagra IPB Forum Skins va treziti cu background alb la editor daca faceti ce a spus userul de mai sus.
Solved.
Nu stiu de ce nu citeste ipb_ckeditor.css .. am facut o clasa noua in Global Template, exemplu ckeditor_css, unde am adaugat
<style> /* CODUL CSS DIN ipb_ckeditor.css */ </style> Si in globalTemplate, dupa
{parse template="includeCSS" group="global" params="$css"} adaugati
{parse template="ckeditor_css" group="global" params=""} daca clasa noua creata se numeste ckeditor_css
-
Courage's post in Topic Automat Cand Un Membru Primeste Warn? was marked as the answer
http://webflake.sx/files/file/676-sos34-warn-log-101/ ?