Cu ajutorul acestui mod, se poate ascunde un link sau un text pe care le pot vedea doar utilizatorii inregistrati.Este util pentru ca ascundem doar ce vrem noi, nu toate linkurile.
Download: CLICK
Fisere de modificat:
styles/prosilver/subsilver2/template/overall_header.html
Fisiere de uploadat:
root/styles/prosilver/subsilver2/theme/phpBBHideBlockStyle.css
Instalare:
Cautati:
</head>
Adaugati înainte:
<style type="text/css"> @import url('{T_THEME_PATH}/phpBBHideBlockStyle.css'); <!-- IF not S_USER_LOGGED_IN --> div.phpBBHideBlockA {display: none;} <!-- ELSE --> div.phpBBHideBlockB {display: none;} <!-- ENDIF --> </style>
Cautati:
</head>
Adaugati înainte:
<style type="text/css"> @import url('{T_THEME_PATH}/phpBBHideBlockStyle.css'); <!-- IF not S_USER_LOGGED_IN --> div.phpBBHideBlockA {display:none;} <!-- ELSE --> div.phpBBHideBlockB {display:none;} <!-- ENDIF --> </style>
Apoi adaugati ( in ACP – Scriere – CoduriBB – Adauga un cod BB nou ) urmatorul bbpre :
BB pre usage:
<hide>{TEXT}</hide>
HTML replacement:
<div class="phpBBHideBlockB"><strong>Hidden text</strong>: ON<hr class="phpBBHideBlockLine" />Available only to registered users.</div><div class="phpBBHideBlockA"><strong>Hidden text</strong>: OFF<hr class="phpBBHideBlockLine" />{TEXT}</div>
Help line:
<hide>text</hide>
Bifati „Display on posting page” ca sa apara butonul „hide” la postarea mesajelor in forum dupa care stergeti cache !