Páginas (3):    1 2 3   
Omar G.   16 Jun, 2011, 6:40 pm
#11
(16 Jun, 2011, 12:32 pm)Dragon-Sex escribió: 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.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
dark_topo   18 Jun, 2011, 11:19 am
#12
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
Omar G.   18 Jun, 2011, 11:53 am
#13
(18 Jun, 2011, 11:19 am)dark_topo escribió: 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.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Gustavo R.   18 Jun, 2011, 12:10 pm
#14
El plugin hace lo mismo Big Grin
Pero es mejor siempre con modificacion de plantilla Big Grin
Jaizu   25 Jun, 2011, 5:36 am
#15
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
Vader   21 Oct, 2011, 8:48 am
#16
Puedes poner uma imagen lamada favicon.ico y ya
bekyta   5 Mar, 2012, 5:39 pm
#17
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
Lady   10 Mar, 2014, 5:29 pm
#18
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}
joseahfer   11 Mar, 2014, 8:03 am
#19
(12 Mar, 2011, 6:31 pm)Ignnacio escribió:
<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
Lady   11 Mar, 2014, 8:23 am
#20
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
Páginas (3):    1 2 3   
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.