-
Posts
325 -
Joined
-
Last visited
-
Days Won
6
Community Answers
-
BlueSkiLLz's post in Scoatere Imagine was marked as the answer
Se afla la
<!-- ::: FOOTER (Change skin, language, mark as read, etc) ::: -->
Dar da-mi link cu forumu tau, sa iti spun si ce imagine .
-
BlueSkiLLz's post in Adaugare Ribbon La Primary Group Si Secondary Group was marked as the answer
Look & Feel >Skinul tau > Global Template > userInfoPane CTRL+F si cauta member_title , dupa inlocuieste cu cei jos <if test="membertitle:|:$author['member_title']"> <ul class="ribbon"> <li class="ribbon1"> <div class="Rleft"></div> <div class="Rright"></div>{$author['member_title']}</li> </ul> </if> <ul class="ribbon"> <li class="ribbon2"> <div class="Rleft"></div> <div class="Rright"></div> {$author['_group_formatted']} </li> </ul></if>
Cauta sau vei gasi sub member_title... group_formatted sau group <ul class="ribbon"> <li class="ribbon2"> <div class="Rleft"></div> <div class="Rright"></div> {$author['_group_formatted']} </li> </ul>
Intra in CSS > ipb_styles.css , adauga oriunde asta .ribbon { font-weight: bold; font-size: 10px; margin: -5px -4px -2px; text-align: center; } .ribbon1 { color: #fff; background-color: #282828; margin-top: 5px; margin-bottom: 5px; border: 1px solid #333; } .ribbon li .Rleft { -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; left: -1px; } .ribbon li .Rright { -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; right: -1px; } .ribbon2 { background-color: rgb(50, 50, 50); margin-top: 10px; margin-bottom: 5px; border: 1px solid #3e3e3e; } -
BlueSkiLLz's post in Cum Dezactivez Functia Search Din Deflection Ipb? was marked as the answer
ACP > Look Feel > Tema Ta > Edit > globalTemplate
CTRL + F si cauta search
Iar acolo vei gasi asta
<if test="canSearch:|:$this->memberData['g_use_search']">{parse template="quickSearch" group="global" params=""}</if> STERGE-O
-
BlueSkiLLz's post in Cum Adaug Efect De Umbra Peste Parteneri In Ipb? was marked as the answer
Cum e la kenzo
<div class="error message" style="margin-bottom: 5px"> <marquee onmouseout="this.setAttribute('scrollamount', 6, 0);" onmouseover="this.setAttribute('scrollamount', 0, 0);" direction="left" scrollamount="6"> <span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"> <!-- START PARTENERI --> <a href="http://www.only-ph.info"><img src="http://i.imgur.com/DVCiEK5.gif" alt="ONLY-PH GAMING" /></a> </marquee> <!-- STOP PARTENERI --> </span> </div> Cum este in poza
<style> .cscfad { -webkit-filter: grayscale(1); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); filter: gray; filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/s….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); opacity: 0.5; } </style> <h4 class="statistics_head"> Comunități partenere </h4> <a href="http://only-ph.info/" target="_blank" title="oPH GAMING"> <img class="cscfad" src="http://i.imgur.com/DVCiEK5.gif" border="0" width="88" height="31" alt="oPH GAMING"></a> -
BlueSkiLLz's post in Pagina Alba Nestilizata Dupa Instalare Ipb was marked as the answer
Verifica conf_global.php din public_html -> forum
Verifica linia:
$INFO['board_url'] Sa fie ... http://www.site-ul-tau.ro/forum
-
BlueSkiLLz's post in Manipulare, Transparenta Si Inlcuire Searchbar Din Ipb was marked as the answer
Codul care l-ai dat tu e pentru transparenta , nu are legatura cu ce a cerut el.
Uite codul:
ACP > Look & Feel> Tema > Global Templates > globalTemplate
CTRL + F = Cauta
<if test="canSearch:|:$this->memberData['g_use_search']">{parse template="quickSearch" group="global" params=""}</if> In fata lui pui:
<span onmouseout="this.style.opacity=0.3;this.filters.alpha.opacity=30" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=10" style="opacity: 0.3;"> Dupa el pui :
</span> Daca oricum ce ai pus tu e doar pentru transparenta, nu e ce a cerut el.
Esti aproape dar departe de raspuns
-
BlueSkiLLz's post in Eroare Admin Acp [#1002] No Permission was marked as the answer
L-am ajutat eu...
Nu stiu cum, dar nu avea nici un acces.
A avut mare noroc ca a uitat sa imi dea remove ca Fondator si i-am configurat adminul.
-
BlueSkiLLz's post in Cum Schimb Culoarea La Bara "edited By"? was marked as the answer
ACP > Look Feel > Tema ta > ipb_styles.css
Cauta
.edit -
BlueSkiLLz's post in Cerere Si Inlocuire Background Tema Ipb was marked as the answer
background: url("http://olds.ro/forum/public/style_images/deflection/page.jpg") repeat scroll 0% 0%; Nu stiam ca este imagine mica, bine ca m-ai corectat!
-
BlueSkiLLz's post in Adaugare Skin Menu Color In Ipb? was marked as the answer
Nu am inteles nimic
http://webflake.sx/files/file/1958-cubic-dark-wf-rip/
Uite o tema poate la ceva gen te referi
-
BlueSkiLLz's post in Cum Adaug Iconita Cu Staff Si Ratinguri La Topicuri Ipb? was marked as the answer
Cu rating ala ti l-am dat pe Y!M
http://webflake.sx/files/file/1125-content-ratings/
Dar ala cu staff inca il mai caut
-
BlueSkiLLz's post in Cum Adaug Statisticile Forumului Ipb In Sidebar? was marked as the answer
Poftim : http://webflake.sx/files/file/1932-hook-gfx-statistics-sidebar/
-
BlueSkiLLz's post in Modificare Dimensiune Profil Carbon 3.4.x was marked as the answer
Intra in ACP > Look & Feel > Tema Ta > CSS > ipb_styles.css
Cauta :
.author_info { Mai jos este
width: ...px; ... este un numar, editeaza cu ceva mai mic.
-
BlueSkiLLz's post in Dezactivare Bara Dinamica Meniu Promenu Ipb was marked as the answer
Da-mi add pe Y!M: dsk_lucian
-
BlueSkiLLz's post in Script Redirect In Forum? was marked as the answer
Intra in ACP > Look & Feel > Tema ta > Global Templates > defaultHeader
Iar acolo vei gasi
<if test="$this->settings['textLogo']=='no'"> <a href='{$this->settings['board_url']}' class='textLogo' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'></a> <else /> <a href='{$this->settings['board_url']}' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'><img src='{parse replacement="logo_img"}' alt='{$this->lang->words['logo']}' /></a> </if> Editeaza din board_url in site-ul dorit.
ex: www.only-ph.info
-
BlueSkiLLz's post in Cum Adaug Text Pe Bara Maintitle Din Ipb? was marked as the answer
Intri in ftp / public/style_images/tema ta
Cauta maintitle.png si ti-o editi cum doresti tu
-
BlueSkiLLz's post in Cum Adaug Mai Multe Meniuri In Ipb? was marked as the answer
Poftim: http://webflake.sx/files/file/329-promenu-215/