Chenar legenda si grade si altor obtiunii
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
Chenar legenda si grade si altor obtiunii
Dupa cum spune titlul, as dori ca si la mine pe forum, legenda cu gradele cat si anumite obtiuni (sterge cookies, conectare etc.) sa apara intr-un chenar indentic ca in aceasta imagine: https://i.imgur.com/1YLukkW.png
Ultima editare efectuata de catre CryssBoy[;x] in Mar Iun 30, 2015 11:18 am, editata de 1 ori
Re: Chenar legenda si grade si altor obtiunii
Buna seara,
Am sa va rog sa va dezactivati pentru cateva minute, functia Forum in constructie.
Am sa va rog sa va dezactivati pentru cateva minute, functia Forum in constructie.
Re: Chenar legenda si grade si altor obtiunii
Pentru legenda, adaugati in: Panoul de administrare => Afisare => Culori => Foaia de stil CSS
Pentru cealalta problema, am sa va rog sa postati template-ul index_box.
- Cod:
a[href="/g1-administratori"] {
padding: 5px;
background-color: #FF4400 !important;
color: #ffffff !important;
border-radius: 3px;
}
a[href="/g2-moderatori"] {
padding: 5px;
background-color: #5BAB33 !important;
color: #ffffff !important;
border-radius: 3px;
}
a[href="/g5-asistenti"] {
padding: 5px;
background-color: #A80094 !important;
color: #ffffff !important;
border-radius: 3px;
}
a[href="/g4-analisti"] {
padding: 5px;
background-color: #007BFF !important;
color: #ffffff !important;
border-radius: 3px;
}
a[href="/g3-designeri"] {
padding: 5px;
background-color: #D60056 !important;
color: #ffffff !important;
border-radius: 3px;
}
a[href="/g8-membri"] {
padding: 5px;
background-color: #00678C !important;
color: #ffffff !important;
border-radius: 3px;
}
Pentru cealalta problema, am sa va rog sa postati template-ul index_box.
Re: Chenar legenda si grade si altor obtiunii
Daca se poate, ca la legenda, sa nu mai apara cu [ i ] adica scrisul sa fie drept, si la grade sa nu mai fie despartite de acea paranteza patrata [Grad1 ] [Grad2 ] [Grad3 ].
Uita-ti index_box:
Uita-ti index_box:
- Cod:
<ul class="linklist">
<!-- BEGIN switch_user_logged_in -->
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> • </li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> • </li>
<!-- END switch_user_logged_in -->
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
<!-- BEGIN switch_user_logged_in -->
<li class="rightside"><a href="{U_MARK_READ}" accesskey="m">{L_MARK_FORUMS_READ}</a></li>
<!-- END switch_user_logged_in -->
</ul>
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dd class="dterm"><div class="table-title">{catrow.tablehead.L_FORUM}</div></dd>
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
<dd class="lastpost"><span>{L_LASTPOST}</span></dd>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<li class="row">
<dl class="icon" style="background:url({catrow.forumrow.FORUM_FOLDER_IMG}) no-repeat scroll {catrow.forumrow.INC_LEVEL} 50%;">
<dd class="dterm">
<div style="display: block; margin : 0 {catrow.forumrow.INC_LEVEL_RIGHT} 0 {catrow.forumrow.INC_LEVEL_LEFT};">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a>
</h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</div>
</dd>
<dd class="topics">{catrow.forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
<dd class="posts">{catrow.forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
<dd class="lastpost">
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</dd>
</dl>
</li>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
<!-- BEGIN switch_on_index -->
<ul class="linklist">
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a> • </li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a> • </li>
<li class="last"><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
<!-- BEGIN switch_delete_cookies -->
<li class="rightside"><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a></li>
<!-- END switch_delete_cookies -->
</ul>
<!-- END switch_on_index -->
Re: Chenar legenda si grade si altor obtiunii
Adaugati in Foaia de stil CSS:
Identificati in template-ul index_body urmatoarea linie:
- Cod:
a[href="/?mode=delete_cookies"] {
color: #fff;
background-color: #1C90A5;
border-color: #0C6686;
padding: 5px;
border-radius: 3px;
}
#page-body #main-content em{
visibility: hidden;
font-size: 4px !important;
}
#page-body #main-content em b{
visibility: visible !important;
font-size: 12px !important;
}
#page-body #main-content em b{
position: relative !important;
right: 20px;
}
- Cod:
<ul class="linklist">
<!-- BEGIN switch_user_logged_in -->
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> • </li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> • </li>
<!-- END switch_user_logged_in -->
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
<!-- BEGIN switch_user_logged_in -->
<li class="rightside"><a href="{U_MARK_READ}" accesskey="m">{L_MARK_FORUMS_READ}</a></li>
<!-- END switch_user_logged_in -->
</ul>
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dd class="dterm"><div class="table-title">{catrow.tablehead.L_FORUM}</div></dd>
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
<dd class="lastpost"><span>{L_LASTPOST}</span></dd>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<li class="row">
<dl class="icon" style="background:url({catrow.forumrow.FORUM_FOLDER_IMG}) no-repeat scroll {catrow.forumrow.INC_LEVEL} 50%;">
<dd class="dterm">
<div style="display: block; margin : 0 {catrow.forumrow.INC_LEVEL_RIGHT} 0 {catrow.forumrow.INC_LEVEL_LEFT};">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a>
</h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</div>
</dd>
<dd class="topics">{catrow.forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
<dd class="posts">{catrow.forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
<dd class="lastpost">
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</dd>
</dl>
</li>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
<!-- BEGIN switch_on_index -->
<ul class="linklist">
<li><a href="{U_TODAY_ACTIVE}"><span style="color: #fff;background-color: #1C90A5;border-color: #0C6686;padding: 5px;border-radius: 3px;">{L_TODAY_ACTIVE}</span></a> • </li>
<li><a href="{U_TODAY_POSTERS}"><span style="color: #fff;background-color: #1C90A5;border-color: #0C6686;padding: 5px;border-radius: 3px;">{L_TODAY_POSTERS}</span></a> • </li>
<li class="last"><a href="{U_OVERALL_POSTERS}"><span style="color: #fff;background-color: #1C90A5;border-color: #0C6686;padding: 5px;border-radius: 3px;">{L_OVERALL_POSTERS}</span></a></li>
<!-- BEGIN switch_delete_cookies -->
<li class="rightside"><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a></li>
<!-- END switch_delete_cookies -->
</ul>
<!-- END switch_on_index -->
Identificati in template-ul index_body urmatoarea linie:
- Cod:
<em>{LEGEND} : {GROUP_LEGEND}</em>
- Cod:
{LEGEND} : {GROUP_LEGEND}
Re: Chenar legenda si grade si altor obtiunii
Mersi, merge tot corect.
Insa la legenda, nu mi-a disparut acele paranteze patrate ce despart gradele
ex: [ Administrator ] [ Moderator ] [ Asistent ] etc..
poti sa imi spui cum rezolv, nu vreau sa se desparta de nimic, sa fie unele langa altele in chenar gen: Administrator Moderator Asistent
Insa la legenda, nu mi-a disparut acele paranteze patrate ce despart gradele
ex: [ Administrator ] [ Moderator ] [ Asistent ] etc..
poti sa imi spui cum rezolv, nu vreau sa se desparta de nimic, sa fie unele langa altele in chenar gen: Administrator Moderator Asistent
Re: Chenar legenda si grade si altor obtiunii
Pentru inceput, eliminati aceste coduri CSS:
Identificati in template-ul index_body urmatoarea linie:
- Cod:
#page-body #main-content em{
visibility: hidden;
font-size: 4px !important;
}
#page-body #main-content em b{
visibility: visible !important;
font-size: 12px !important;
}
#page-body #main-content em b{
position: relative !important;
right: 20px;
}
Identificati in template-ul index_body urmatoarea linie:
- Cod:
<em>{LEGEND} : {GROUP_LEGEND}</em>
- Cod:
{LEGEND} : <span id="grup-legenda">{GROUP_LEGEND}</span>
- Cod:
#grup-legenda {
font-size: 0;
}
#grup-legenda b {
font-size: 12px;
}
#grup-legenda b:after {
content:" , ";
}
#grup-legenda b:last-child:after {
content:"";
}
Re: Chenar legenda si grade si altor obtiunii
RyNo a scris:Priviti acest tutorial www.help.forumgratuit.ro/t47175-eliminare-paranteze
l-am urmat si nu mai apar, insa apar un spatiu, cum fac sa scap de acel spatiu intre ele?
Re: Chenar legenda si grade si altor obtiunii
CryssBoy[;x], dvs. ati efectuat modificarile care vi le-am pus la dispozitie mai sus ?
Re: Chenar legenda si grade si altor obtiunii
Raykim a scris:CryssBoy[;x], dvs. ati efectuat modificarile care vi le-am pus la dispozitie mai sus ?
Da, ma pierdusem.
Am sters tot dupa ce am facut dupa acel link, si am urmat ce ai facut tu!
Insa imi apare cu virgula acum "," eu nu vreau sa apara deloc, ci sa fie una langa alta, daca se poate!
Pagina 1 din 2 • 1, 2
Subiecte similare
» Cum pun un chenar elegant la "Legenda,Motoarele de Cautare si Utilizatori Inregistrati"
» legenda in chenar
» Chenar ca la Legenda
» Legenda in chenar.
» Chenar profil si legenda profilului
» legenda in chenar
» Chenar ca la Legenda
» Legenda in chenar.
» Chenar profil si legenda profilului
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