Backgorund Anung Global, Anunt punbb
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 2 • Distribuiţi
Pagina 1 din 2 • 1, 2
Backgorund Anung Global, Anunt punbb
Cum fac si eu ca aici ! Folosesc punbb
Ultima editare efectuata de catre Cazzy in Dum Noi 24, 2013 2:19 pm, editata de 1 ori
Re: Backgorund Anung Global, Anunt punbb
Salut,
Panou de administrare ~> Afisare ~> Imagini si culori ~> Foaie de stil CSS
Panou de administrare ~> Afisare ~> Imagini si culori ~> Foaie de stil CSS
- Cod:
.topictitle strong {
background-color: rgb(123, 166, 13);
color: white;
border-radius: 3px 3px 3px 3px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
font-weight: bold;
text-transform: uppercase;
background-image: url("http://i.imgur.com/BnZuWJM.png");
background-repeat: repeat-x;
background-position: 0px -1px;
padding: 1px 5px;
}
Re: Backgorund Anung Global, Anunt punbb
Ai etichetele personalizate pentru Post it, Anunt si anunt global?
Re: Backgorund Anung Global, Anunt punbb
Verifica.
Panou de administrare ~ > General ~> Mesaje si emailuri ~> Configurare ~> Mesaje
Vezi daca ai ceva scris in casutele de la: Personalizati eticheta unui Post-it, Personalizeaza eticheta unui Anunt si Personalizati eticheta unui anunt global iar daca ai ceva scris acolo sterge si lasa etichetele predefinite.
Panou de administrare ~ > General ~> Mesaje si emailuri ~> Configurare ~> Mesaje
Vezi daca ai ceva scris in casutele de la: Personalizati eticheta unui Post-it, Personalizeaza eticheta unui Anunt si Personalizati eticheta unui anunt global iar daca ai ceva scris acolo sterge si lasa etichetele predefinite.
Re: Backgorund Anung Global, Anunt punbb
Postează aici te rog topics_list_box
Panou Administrare - Afişare - Templateuri - General - topics_list_box
Panou Administrare - Afişare - Templateuri - General - topics_list_box
Re: Backgorund Anung Global, Anunt punbb
- Cod:
<!-- BEGIN topics_list_box -->
<!-- BEGIN row -->
<!-- BEGIN header_table -->
<!-- BEGIN multi_selection -->
<script type="text/javascript">
function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
var all_checked = true;
for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
}
}
document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
}
function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
}
}
}
</script>
<!-- END multi_selection -->
<div class="main-head">
<!-- BEGIN multi_selection -->
<input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
<!-- END multi_selection -->
<h1 class="page-title">{topics_list_box.row.L_TITLE} [{topics_list_box.row.COUNT_TOTAL_TOPICS}]</h1>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl">{L_TOPICS}</th>
<th class="tc2">{topics_list_box.row.L_REPLIES}</th>
<th class="tc3">{topics_list_box.row.L_VIEWS}</th>
<th class="tcr">{topics_list_box.row.L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END header_table -->
<!-- BEGIN header_row -->
<strong>{topics_list_box.row.L_TITLE}</strong>
<!-- END header_row -->
<!-- BEGIN topic -->
<!-- BEGIN table_sticky -->
</tbody>
</table>
</div>
<div class="main-head">
<!-- BEGIN multi_selection -->
<input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" / >
<!-- END multi_selection -->
<h2>{topics_list_box.row.topic.table_sticky.L_TITLE} [{topics_list_box.row.topic.table_sticky.COUNT_TOTAL_TOPICS}]</h2>
</div>
<div class="main-content">
<table cellspacing="0" class="table">
<thead>
<tr>
<th class="tcl">{L_TOPICS}</th>
<th class="tc2">{topics_list_box.row.topic.table_sticky.L_REPLIES}</th>
<th class="tc3">{topics_list_box.row.topic.table_sticky.L_VIEWS}</th>
<th class="tcr">{topics_list_box.row.topic.table_sticky.L_LASTPOST}</th>
</tr>
</thead>
<tbody class="statused">
<!-- END table_sticky -->
<tr>
<td class="tcl tdtopics <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">
<span class="status">
<img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" />
</span>
<!-- BEGIN single_selection -->
<input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} />
<!-- END single_selection -->
{topics_list_box.row.ICON}
{topics_list_box.row.NEWEST_POST_IMG}
{topics_list_box.row.PARTICIPATE_POST_IMG}
{topics_list_box.row.TOPIC_TYPE}
<h2 class="topic-title"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2>
{topics_list_box.row.GOTO_OPEN} {topics_list_box.row.GOTO_PAGE_NEW} {topics_list_box.row.GOTO_CLOSE}
<br> {topics_list_box.row.L_BY} {topics_list_box.row.TOPIC_AUTHOR}
<!-- BEGIN switch_description -->
<br />
{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
<!-- END switch_description -->
</td>
<td class="tc2 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.REPLIES}</td>
<td class="tc3 <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.VIEWS}</td>
<td class="tcr <!-- BEGIN line_sticky --> sticky-separator <!-- END line_sticky -->">{topics_list_box.row.LAST_POST_TIME} {topics_list_box.row.L_BY} {topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</td>
<!-- BEGIN multi_selection -->
<td><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
<!-- END multi_selection -->
</tr>
<!-- END topic -->
<!-- BEGIN no_topics -->
<tr>
<td class="tcl" colspan="4"><strong>{topics_list_box.row.L_NO_TOPICS}</strong></td>
</tr>
<!-- END no_topics -->
<!-- BEGIN bottom -->
</tbody>
</table>
</div>
<div class="main-foot clearfix">
<!-- BEGIN multi_selection -->
<input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
<!-- END multi_selection -->
<p class="h2">{L_TOPICS} [{topics_list_box.row.bottom.COUNT_TOTAL_TOPICS}]</p>
<p class="options">
<a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> {S_WATCH_FORUM} <a href="#top">{L_BACK_TO_TOP}</a>
</p>
</div>
<!-- END bottom -->
<!-- BEGIN spacer --><br /><!-- END spacer -->
<!-- END row -->
<!-- END topics_list_box -->
Re: Backgorund Anung Global, Anunt punbb
Buna seara,
Nu este necesara postarea template-ului topic_list_box. Acest lucru se poate realiza prin ajutorul css-ului.
Adaugati urmatorul cod in P.A>Afisare>Imagini si culori>Culori ~> Foaie de stil css
Nu este necesara postarea template-ului topic_list_box. Acest lucru se poate realiza prin ajutorul css-ului.
Adaugati urmatorul cod in P.A>Afisare>Imagini si culori>Culori ~> Foaie de stil css
- Cod:
.tdtopics strong:nth-child(2){
background-color: #398AC6;
color: white;
border-radius: 3px 3px 3px 3px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
font-weight: bold;
text-transform: uppercase;
background-image: url("http://i.imgur.com/BnZuWJM.png");
background-repeat: repeat-x;
background-position: 0px -1px;
padding: 1px 5px;
}
Re: Backgorund Anung Global, Anunt punbb
Incercati:
- Cod:
.tcl.tdtopics #tipe-post strong {
background-color: rgb(123, 166, 13);
background-image: url("http://i.imgur.com/BnZuWJM.png");
background-position: 0px -1px;
background-repeat: repeat-x;
border-radius: 3px 3px 3px 3px;
color: rgb(255, 255, 255);
font-weight: 700;
padding: 1px 5px;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
}
Pagina 1 din 2 • 1, 2
Subiecte similare
» Backgorund Anunt Global, Anunt, Important phpbb2
» Modificare background Anunt/Anunt global/Important
» As vrea sa pun in chenar (RESPINS sau ACCEPTAT) cum e si ANunt sau Anunt Global ...
» Chenar la Anunt Global , Anunt si Imporant [phpBB]
» Chenar la Anunt Global , Anunt si Imporant [phpBB3]
» Modificare background Anunt/Anunt global/Important
» As vrea sa pun in chenar (RESPINS sau ACCEPTAT) cum e si ANunt sau Anunt Global ...
» Chenar la Anunt Global , Anunt si Imporant [phpBB]
» Chenar la Anunt Global , Anunt si Imporant [phpBB3]
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 2
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum