Contrata servicios web en ougcNetwork.
16 Jun, 2011, 12:32 pm Dragon-Sex wrote:
NO ENTENDI :/ la plantilla headerinclude tengo que crear una plantilla con ese nombre??

En tu plantilla headerinclude agregas esto:
<link rel="icon" 
 href="http://example.com/myicon.ico" />

Donde quieras, cambias la dirección de la imagen y ya.
Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Image: signature.png]


Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
to tengo instalado el plugin hehehehe es mas fácil solo es darle click en activar y ya esta xD

Gracias de todas maneras excelente tuto Big Grin
18 Jun, 2011, 11:19 am dark_topo wrote:
to tengo instalado el plugin hehehehe es mas fácil solo es darle click en activar y ya esta xD

Gracias de todas maneras excelente tuto Big Grin

En realidad el plugin inserta este código y hace el llamado a la imagen que le digas en el ACP, es lo mismo al final pero con un plugin de mas.
Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Image: signature.png]


Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
El plugin hace lo mismo Big Grin
Pero es mejor siempre con modificacion de plantilla Big Grin
No tiene por que ser .ico, yo nunca he subido un .ico xd, pero bueno, se agradece =D
Nunca subo la img a mi foro xD
Puedes poner uma imagen lamada favicon.ico y ya
aver amigos shortcut icon es como redimensionar la imagen de grande a pequenia y icon es una imahen .ico normal. Esa es mi opinion y creo que esta buena
Hola a todos, revivo este tema porque tengo un problema.

He agregado el favicon pero sólo se ve en dos de las categorías y en un solo post. En el resto no se ve. ¿por qué pasa eso? Copio la plantilla entera para ver si encuentran el fallo :S

<href="http://www.gatolicosanonimos.es/images/favicon.ico/> 
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />

<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<link rel="stylesheet" href="{$mybb->settings['bburl']}/images/Business/font/css/font-awesome.css"></link>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.cookie.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tipsy.js"></script>

<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function($) {

function DropDown(el) {
	this.dd = el;
	this.initEvents();
		}
			DropDown.prototype = {
				initEvents : function() {
					var obj = this;

					obj.dd.on('click', function(event){
						$(this).toggleClass('active');
						event.stopPropagation();
			});	
			}
		}

			$(function() {
                                var dd = new DropDown( $('#dd') );

				$(document).click(function() {
					$('.wrapper-dropdown-5').removeClass('active');
				});

			});
});
</script>

<script type='text/javascript'> 
jQuery.noConflict();
jQuery(function() {
jQuery("a").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("title").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("img").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("i").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("span").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("div").tipsy({gravity: jQuery.fn.tipsy.autoNS});
  });
</script>

<script type="text/javascript">
jQuery.noConflict();
jQuery(function($) {
    $(".clickedbuttons").hide();
    $(".buttons").click(function() {
        $(".sidebar").animate({height: "hide", opacity: 0}, 500,
            function() {
                $(".forums").animate({width: "100%"}, 500);
            });
        $(this).hide();
        $(".clickedbuttons").show();
        $.cookie("sidebar","collapsed", {expires: 365});
        return false;
    });
    $(".clickedbuttons").click(function() {
        $(".forums").animate({width: "75%"}, 500,
            function() {
                $(".sidebar").animate({height: "show", opacity: 1}, 500);
            });
        $(this).hide();
        $(".buttons").show();
        $.cookie("sidebar","expanded", {expires: 365});
        return false;
    });
    if($.cookie("sidebar") == "collapsed") {
        $(".buttons").hide();
        $(".clickedbuttons").show();
        $(".forums").css("width","100%");
        $(".sidebar").hide();
    };
});
</script>

<script type="text/javascript">
jQuery.noConflict();
jQuery(function($) {
    $(".fluid").hide();
    $(".fixed").click(function() {
        $(".ancho").animate({width: "1024px"}, 800);
        $(this).hide();
        $(".fluid").show();
        $.cookie("width","fixed", {expires: 365});
        return false;
    });
    $(".fluid").click(function() {
        $(".ancho").animate({width: "100%"}, 800);
        $(this).hide();
        $(".fixed").show();
        $.cookie("width","fluid", {expires: 365});
        return false;
    });
    if($.cookie("width") == "fixed") {
        $(".fixed").hide();
        $(".fluid").show();
        $(".ancho").css("width","1024px");
    };
});
</script>

<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function($) {

    $(".catdesc").hide();

    $(".cattitle").on('mouseover mouseout', function(event) {

        var catdesc = $(this).parent().children('.catdesc');

        var content = catdesc.text();

        if (content !== "") {
            if (event.type == 'mouseover') {
                catdesc.fadeIn('slow');
            } else {
                catdesc.stop(true, true).fadeOut('slow');
            }
        }

    });

});
</script>

<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>
<div class="ancho">
{$newpmmsg}
12 Mar, 2011, 6:31 pm Ignnacio wrote:
<link rel="icon" href="http://www.yoursite.com/image.ico" />

Debes poner eso, lo que pusiste fue un simple enlace

Enviado desde mi C1505 mediante Tapatalk
Hola, ya lo he puesto como dices y pasa lo mismo. Solo sale en las dos primeras categorías y en el ACP, en el resto no sale.. :S