Topic Type
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
-
- Utilizator înregistrat
- Mesaje: 93
- Membru din: 10-Ian-2013, 18:49:34
- Versiune: 3.1. 10
- Ext: Da
- Server: Windows
- Nivel phpBB: Experimentat
- Nivel php: Mediu
- Localitate: Reghin, Jud Mureș
- Contact:
Topic Type
Salutare.Cum pot sa fac sa scrie dupa titlu,tipul subiectului.
De exemplu: Titlu Anunţ Global
Imagine: http://i.imgur.com/UOS7Lvd.png?1?7250
De exemplu: Titlu Anunţ Global
Imagine: http://i.imgur.com/UOS7Lvd.png?1?7250
-
- Utilizator înregistrat
- Mesaje: 153
- Membru din: 09-Noi-2011, 17:47:49
- Versiune: 3.0.12
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Puţin experimentat
- Nivel php: Neexperimentat
- Localitate: Craiova
- Contact:
Re: Topic Type
Open: /styles/prosilver/template/viewforum_body.html
Find:
Before, Add:
Open: /styles/prosilver/theme/colours.css
Add this to the bottom of the file:
Open: /language/en/common.php
Find:
Replace with:
Find:
Cod: Selectaţi tot
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
Cod: Selectaţi tot
<!-- IF topicrow.TOPIC_TYPE --><span class="topictype">{topicrow.TOPIC_TYPE}</span><!-- ENDIF -->
Add this to the bottom of the file:
Cod: Selectaţi tot
span.topictype {
display: inline-block;
margin: 1px 4px 1px 0;
padding: 2px 5px;
background: #027cb8;
color: #ffffff;
/* Some CSS3 goodness */
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
text-shadow: 0 1px 0 #005884;
/* Optional: Gradient background. Uncomment below to enable */
/*
border: 1px solid #0077b2;
background: -moz-linear-gradient(top, #11a0e7 3%, #0077b2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#11a0e7), color-stop(100%,#0077b2));
background: -webkit-linear-gradient(top, #11a0e7 3%,#0077b2 100%);
background: -o-linear-gradient(top, #11a0e7 3%,#0077b2 100%);
background: -ms-linear-gradient(top, #11a0e7 3%,#0077b2 100%);
background: linear-gradient(to bottom, #11a0e7 3%,#0077b2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11a0e7', endColorstr='#0077b2',GradientType=0 );
*/
}
Find:
Cod: Selectaţi tot
'VIEW_TOPIC_ANNOUNCEMENT' => 'Announcement: ',
'VIEW_TOPIC_GLOBAL' => 'Global Announcement: ',
'VIEW_TOPIC_LOCKED' => 'Locked: ',
'VIEW_TOPIC_LOGS' => 'View logs',
'VIEW_TOPIC_MOVED' => 'Moved: ',
'VIEW_TOPIC_POLL' => 'Poll: ',
'VIEW_TOPIC_STICKY' => 'Sticky: ',
Cod: Selectaţi tot
'VIEW_TOPIC_ANNOUNCEMENT' => 'Announcement ',
'VIEW_TOPIC_GLOBAL' => 'Global Announcement ',
'VIEW_TOPIC_LOCKED' => 'Locked ',
'VIEW_TOPIC_LOGS' => 'View logs',
'VIEW_TOPIC_MOVED' => 'Moved ',
'VIEW_TOPIC_POLL' => 'Poll ',
'VIEW_TOPIC_STICKY' => 'Sticky ',
'VISIT_WEBSITE' => 'Visit website',
-
- Utilizator înregistrat
- Mesaje: 93
- Membru din: 10-Ian-2013, 18:49:34
- Versiune: 3.1. 10
- Ext: Da
- Server: Windows
- Nivel phpBB: Experimentat
- Nivel php: Mediu
- Localitate: Reghin, Jud Mureș
- Contact:
Re: Topic Type
MersiSycron scrie:Open: /styles/prosilver/template/viewforum_body.html
Find:Before, Add:Cod: Selectaţi tot
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
Open: /styles/prosilver/theme/colours.cssCod: Selectaţi tot
<!-- IF topicrow.TOPIC_TYPE --><span class="topictype">{topicrow.TOPIC_TYPE}</span><!-- ENDIF -->
Add this to the bottom of the file:Open: /language/en/common.phpCod: Selectaţi tot
span.topictype { display: inline-block; margin: 1px 4px 1px 0; padding: 2px 5px; background: #027cb8; color: #ffffff; /* Some CSS3 goodness */ border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; text-shadow: 0 1px 0 #005884; /* Optional: Gradient background. Uncomment below to enable */ /* border: 1px solid #0077b2; background: -moz-linear-gradient(top, #11a0e7 3%, #0077b2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#11a0e7), color-stop(100%,#0077b2)); background: -webkit-linear-gradient(top, #11a0e7 3%,#0077b2 100%); background: -o-linear-gradient(top, #11a0e7 3%,#0077b2 100%); background: -ms-linear-gradient(top, #11a0e7 3%,#0077b2 100%); background: linear-gradient(to bottom, #11a0e7 3%,#0077b2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11a0e7', endColorstr='#0077b2',GradientType=0 ); */ }
Find:Replace with:Cod: Selectaţi tot
'VIEW_TOPIC_ANNOUNCEMENT' => 'Announcement: ', 'VIEW_TOPIC_GLOBAL' => 'Global Announcement: ', 'VIEW_TOPIC_LOCKED' => 'Locked: ', 'VIEW_TOPIC_LOGS' => 'View logs', 'VIEW_TOPIC_MOVED' => 'Moved: ', 'VIEW_TOPIC_POLL' => 'Poll: ', 'VIEW_TOPIC_STICKY' => 'Sticky: ',
Cod: Selectaţi tot
'VIEW_TOPIC_ANNOUNCEMENT' => 'Announcement ', 'VIEW_TOPIC_GLOBAL' => 'Global Announcement ', 'VIEW_TOPIC_LOCKED' => 'Locked ', 'VIEW_TOPIC_LOGS' => 'View logs', 'VIEW_TOPIC_MOVED' => 'Moved ', 'VIEW_TOPIC_POLL' => 'Poll ', 'VIEW_TOPIC_STICKY' => 'Sticky ', 'VISIT_WEBSITE' => 'Visit website',
-
- Utilizator înregistrat
- Mesaje: 93
- Membru din: 10-Ian-2013, 18:49:34
- Versiune: 3.1. 10
- Ext: Da
- Server: Windows
- Nivel phpBB: Experimentat
- Nivel php: Mediu
- Localitate: Reghin, Jud Mureș
- Contact:
Re: Topic Type
Dar pentru we_clearblue nu este?Sycron scrie:Open: /styles/prosilver/template/viewforum_body.html
Find:Before, Add:Cod: Selectaţi tot
<!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
Open: /styles/prosilver/theme/colours.cssCod: Selectaţi tot
<!-- IF topicrow.TOPIC_TYPE --><span class="topictype">{topicrow.TOPIC_TYPE}</span><!-- ENDIF -->
Add this to the bottom of the file:Open: /language/en/common.phpCod: Selectaţi tot
span.topictype { display: inline-block; margin: 1px 4px 1px 0; padding: 2px 5px; background: #027cb8; color: #ffffff; /* Some CSS3 goodness */ border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; text-shadow: 0 1px 0 #005884; /* Optional: Gradient background. Uncomment below to enable */ /* border: 1px solid #0077b2; background: -moz-linear-gradient(top, #11a0e7 3%, #0077b2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#11a0e7), color-stop(100%,#0077b2)); background: -webkit-linear-gradient(top, #11a0e7 3%,#0077b2 100%); background: -o-linear-gradient(top, #11a0e7 3%,#0077b2 100%); background: -ms-linear-gradient(top, #11a0e7 3%,#0077b2 100%); background: linear-gradient(to bottom, #11a0e7 3%,#0077b2 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11a0e7', endColorstr='#0077b2',GradientType=0 ); */ }
Find:Replace with:Cod: Selectaţi tot
'VIEW_TOPIC_ANNOUNCEMENT' => 'Announcement: ', 'VIEW_TOPIC_GLOBAL' => 'Global Announcement: ', 'VIEW_TOPIC_LOCKED' => 'Locked: ', 'VIEW_TOPIC_LOGS' => 'View logs', 'VIEW_TOPIC_MOVED' => 'Moved: ', 'VIEW_TOPIC_POLL' => 'Poll: ', 'VIEW_TOPIC_STICKY' => 'Sticky: ',
Cod: Selectaţi tot
'VIEW_TOPIC_ANNOUNCEMENT' => 'Announcement ', 'VIEW_TOPIC_GLOBAL' => 'Global Announcement ', 'VIEW_TOPIC_LOCKED' => 'Locked ', 'VIEW_TOPIC_LOGS' => 'View logs', 'VIEW_TOPIC_MOVED' => 'Moved ', 'VIEW_TOPIC_POLL' => 'Poll ', 'VIEW_TOPIC_STICKY' => 'Sticky ', 'VISIT_WEBSITE' => 'Visit website',
-
- Utilizator înregistrat
- Mesaje: 153
- Membru din: 09-Noi-2011, 17:47:49
- Versiune: 3.0.12
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Puţin experimentat
- Nivel php: Neexperimentat
- Localitate: Craiova
- Contact:
Re: Topic Type
Modifica :
Cu :
Cauta:
Si adauga inainte:
Cod: Selectaţi tot
<!-- ELSEIF TOTAL_TOPICS and not NEWEST_USER -->
Cod: Selectaţi tot
<!-- ELSEIF -->
Cod: Selectaţi tot
<!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF -->
Cod: Selectaţi tot
<!-- IF topicrow.TOPIC_TYPE --><span class="topictype">{topicrow.TOPIC_TYPE}</span><!-- ENDIF -->
-
- Utilizator înregistrat
- Mesaje: 93
- Membru din: 10-Ian-2013, 18:49:34
- Versiune: 3.1. 10
- Ext: Da
- Server: Windows
- Nivel phpBB: Experimentat
- Nivel php: Mediu
- Localitate: Reghin, Jud Mureș
- Contact:
Re: Topic Type
Cer T/C Rezolvat!
Cine este conectat
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 2 vizitatori