• 05-03-2010, 22:26:49
    #1
    s.a arkadaşlar ne yaptım ne ettimse meebo barı index.templete.php ye ekleyemedim echo ' '; yaptım olmadı echo " "; yaptım olmadı.

    yardım edebilirmsiniz :S

    meebonun kendi anlatımı şöle

    Alıntı
    # At the top of this file (before the <div id="header">) paste in the following code:

    <script type="text/javascript">
    if (typeof Meebo == 'undefined') {
    Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
    (function(q){
    	var args = arguments;
    	if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); }
    	var d=document, b=d.body, m=b.insertBefore(d.createElement('div'), b.firstChild), s=d.createElement('script');
    	m.id='meebo'; m.style.display='none'; m.innerHTML='<iframe id="meebo-iframe"></iframe>';
    	s.src='http'+(q.https?'s':'')+'://'+(q.stage?'stage-':'')+'cim.meebo.com/cim/cim.php?network='+q.network;
    	b.insertBefore(s, b.firstChild);
    
    })({network:'devrezforum_zi26wo'});
    Meebo('makeEverythingSharable');
    }
    </script>



    # Click on "Save"
    # Select the "Banner Footer" template under the "Template Modules"
    # At the bottom of this file, paste in the following code:

    <script type="text/javascript">
    	 	Meebo("domReady");
    	</script>
    # Click on "Save"
    # Click on the "Publish" button () in the Movable Type toolbar
    # Visit your blog to verify that your changes worked.
    yardımlarınız için şimdiden teşekkürler

    index.templete.php

    http://devrez.org/index.template.phpp
  • 05-03-2010, 22:29:18
    #2
    <script type="text/javascript">
    if (typeof Meebo == \'undefined\') {
    Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
    (function(q){
    	var args = arguments;
    	if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); }
    	var d=document, b=d.body, m=b.insertBefore(d.createElement(\'div\'), b.firstChild), s=d.createElement(\'script\');
    	m.id=\'meebo\'; m.style.display=\'none\'; m.innerHTML=\'<iframe id="meebo-iframe"></iframe>\';
    	s.src=\'http\'+(q.https?\'s\':\'\')+\'://\'+(q.stage?\'stage-\':\'\')+\'cim.meebo.com/cim/cim.php?network=\'+q.network;
    	b.insertBefore(s, b.firstChild);
    
    })({network:\'devrezforum_zi26wo\'});
    Meebo(\'makeEverythingSharable\');
    }
    </script>
  • 05-03-2010, 22:34:54
    #3
    öncelikle çok sağol oldu valla

    diğer arkadaşlara da yardımcı olması açısından şu şeklde ekledim kodları

    }
    
    function template_main_below()
    {
    	global $context, $settings, $options, $scripturl, $txt;
    echo'
    <script type="text/javascript">
    if (typeof Meebo == \'undefined\') {
    Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)};
    (function(q){
    	var args = arguments;
    	if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); }
    	var d=document, b=d.body, m=b.insertBefore(d.createElement(\'div\'), b.firstChild), s=d.createElement(\'script\');
    	m.id=\'meebo\'; m.style.display=\'none\'; m.innerHTML=\'<iframe id="meebo-iframe"></iframe>\';
    	s.src=\'http\'+(q.https?\'s\':\'\')+\'://\'+(q.stage?\'stage-\':\'\')+\'cim.meebo.com/cim/cim.php?network=\'+q.network;
    	b.insertBefore(s, b.firstChild);
    
    })({network:\'devrezforum_zi26wo\'});
    Meebo(\'makeEverythingSharable\');
    }
    </script>';
    tekrardan teşekkürler