-
Posts
173 -
Joined
-
Last visited
-
Days Won
12
Community Answers
-
Filip Cristian's post in Cum scot header-ul "Forums" din pagina principala? was marked as the answer
-
Filip Cristian's post in Cod Posturi (Last Post Info) was marked as the answer
Am gasit.
<php> $total_topics_posts = $days = ereg_replace("[^0-9]", "", $forum_data['topics']) + $days = ereg_replace("[^0-9]", "", $forum_data['posts']); /*$total_topics_posts = number_format($total_topics_posts, null, '.', '.');*/ </php> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $total_topics_posts ) )"} Asta era tot. Se poate da T.C.
-
Filip Cristian's post in Ascundere Subforumuri Pentru Anumite Categorii. was marked as the answer
Trebuie pus id-ul categoriei care contine forumul "Ghena", nu id-ul forumului. In cazul tau id-ul este "4", dar daca pui asa o sa iti ascunda si subforumurile de la "Zona administrativa", "Dezvoltare si imbunatatire" si "Feedback". Mai creeaza o categorie cu numele "Arhiva" sau cum vrei tu si muta forumu "Ghena" acolo.
-
Filip Cristian's post in Cum Se Numeste Tema Celor De La Pgame.ro? was marked as the answer
Este tema care am avut-o eu pe mixgamers, nu o gasesti pe net (poate doar buguita), cei de pe pgame cred ca au refacut-o.
-
Filip Cristian's post in Cum Adaug Userbar Fixed Pe Forumul Ipb? was marked as the answer
Look & Feel / Manage Skin Sets & Templates / Tema / CSS / ipb_styles.css
Cauta:
#user_bar Si adauga in el urmatoarele:
position: fixed; width: 100%; left: 0; top: 0; z-index: 1000; -
Filip Cristian's post in Nu Se Vad Icon-Urile De La Mesaje Si Notificari Forum was marked as the answer
Urca imaginile cu alt nume, dupa care de duci in Look & Feel / Manage Skin Sets & Templates / Tema / CSS / ipb_styles.css
Cauti:
#notify_link img { background-image: url('{style_images_url}/icon_notify.png'); } #inbox_link img { background-image: url('{style_images_url}/icon_inbox.png'); } Si in locuiesti icon_notify.png si icon_inbox.png cu numele imaginilor urcate.
-
Filip Cristian's post in Cum Fac Butoanele Din Meniu Sa Se Invarta Cand Pun Sageata Pe El? was marked as the answer
Draga DomnulBone, ceea ce vezi tu pe legendz este facut cu ajutorul tranzitiilor postate de gadeas mai sus, daca vrei sa faci butoanele sa se mareasca si sa se roteasca in acelasi timp cand pui sageata pe ele foloseste asta:
buton { -webkit-transition:width 2s, height 2s, background-color 2s, -webkit-transform 2s; -moz-transition:width 2s, height 2s, background-color 2s, -moz-transform 2s; -o-transition:width 2s, height 2s, background-color 2s, -o-transform 2s; transition:width 2s, height 2s, background-color 2s, transform 2s; } buton:hover { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg); } P.S: Puteai sa ma intrebi direct pe mine.