Şub 11
index.template.php de
BUL
DEĞİŞTİR
1
| <body>'; echo'<script type="text/javascript">//form tags to omit in NS6+:var omitformtags=["input", "textarea", "select"]omitformtags=omitformtags.join("|")function disableselect(e){if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)return false}function reEnable(){return true}if (typeof document.onselectstart!="undefined")document.onselectstart=new Function ("return false")else{document.onmousedown=disableselectdocument.onmouseup=reEnable}</script>'; </body> |
Read the rest of this entry »
Şub 11
Hangi temayı kullanıyorsanız o tema’da style.css’i aç
BUL
1
2
3
4
5
6
7
| /* The main body of the entire forum. */
body
{
background-color: #ffffff;
margin: 0px;
padding: 12px 30px 4px 30px;
} |
DEĞİŞTİR
1
2
3
4
5
6
7
8
| /* The main body of the entire forum. */
body
{
background-color: #ffffff;
margin: 0px;
padding: 12px 30px 4px 30px;
background-image: url(images/arka.gif);
} |
Read the rest of this entry »
Şub 11
index.template.php aç ve içinde
BUL
1
| <meta name="description" content="', $context['page_title'], '" /> |
ALTINA EKLE
1
| <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=23)"> </meta> |
Read the rest of this entry »
Şub 11
source/Subs.php yi aç
BUL
1
2
3
4
5
| array(
'tag' => 'green',
'before' => '<span style="color: green;">',
'after' => '</span>',
), |
ÖNCESİNE EKLE
1
2
3
4
5
6
7
8
9
10
11
12
| array(
'tag' => 'google_video',
'type' => 'unparsed_commas_content',
'test' => '\d+,\d+\]',
'content' => '<object width="$2" height="$3"><param name="movie" value="http://video.google.com/googleplayer.swf?docId=$1" ></param><embed src="http://video.google.com/googleplayer.swf?docId=$1" type="application/x-shockwave-flash" width="$2" height="$3"></embed></object>',
'validate' => create_function('&$tag, &$data, $disabled', '
if (isset($disabled[\'url\']))
$tag[\'content\'] = \'$1\';'),
'disabled_content' => '<a href="$1" target="_blank">$1</a>',
), |
Read the rest of this entry »
Recent Comments