Foro de los Blogs
¡Hola! Bienvenido al foro de ayuda de blogs. ¿Buscas ayuda sobre tu blog de HazBlog? ¡Registrate o concectate!
Soporte Gratuito !
¡Crear Blog Gratuito!
Búsqueda

Búsqueda en los tutoriales...
No olvides hacer una búsqueda en los tutoriales antes de abrir un tema en el servicio de ayuda general.



Ver en forma de :



Últimos temas
ÚLTIMOS ANUNCIOS

Mas !
Los posteadores más activos de la semana

¿Quién está en línea?
En total hay 34 usuarios en línea: 1 Registrado, 0 Ocultos y 33 Invitados :: 1 Motor de búsqueda

gatiko

[ Ver toda la lista ]


La mayor cantidad de usuarios en línea fue 494 el 18/12/2009, 3:47 am.

Como pongo una galeria o sucesion de imagenes?

Ver el tema anterior Ver el tema siguiente Ir abajo

En curso Como pongo una galeria o sucesion de imagenes?

Mensaje por Inori el 29/6/2010, 6:50 pm

Saludos!

Pues quisiera poner una galeria en algun modulo en mi blog pero existe ya algun codigo para hacerlo? *Busque para ver si habia algo pero lo unico que habia es de hace 2 a;os asi que no se si ya halla alguna funcion asi :S*

O en su defecto algun codigo para poner una sucesion de imagenes? *No un slideshow que al final es como una especie de gif :( *, es decir un codigo que cambie cada cierto tiempo las imagenes y rediriga al url de las mismas si se da click?

Espero haberme explicado bien :S


*no supe si esto iba en problemas con scripts o aqui, si me equivoque de seccion de antemano me disculpo*

Inori
Sed simpáticos soy un nuevo miembro ;)

México Femenino
Edad: 18
Mensajes: 3
Inscripción: 26/02/2010

Internet Explorer
Ninguna

http://yatta.esblogs.net

Volver arriba Ir abajo

En curso Re: Como pongo una galeria o sucesion de imagenes?

Mensaje por ElvisG el 30/6/2010, 12:24 pm

Hola te refieres a una especie de logo rotativo que cambie cada x tiempo?

ElvisG
+ Híperactivo +

Venezuela Masculino
Edad: 13
Mensajes: 450
Inscripción: 24/11/2008

Chrome
Ninguna

http://appleworld.activoblog.com

Volver arriba Ir abajo

En curso Re: Como pongo una galeria o sucesion de imagenes?

Mensaje por Inori el 30/6/2010, 12:37 pm

No, creo que no :S Pues basicamente quiero poner un modulo de galeria como los que estan en los foros de foroactivo.

"Algo asi":


Y que las imagenes de la galeria se vayan cambiando cada cierto tiempo :S

Inori
Sed simpáticos soy un nuevo miembro ;)

México Femenino
Edad: 18
Mensajes: 3
Inscripción: 26/02/2010

Internet Explorer
Ninguna

http://yatta.esblogs.net

Volver arriba Ir abajo

En curso Re: Como pongo una galeria o sucesion de imagenes?

Mensaje por ElvisG el 30/6/2010, 3:52 pm

Bueno, creas un modulo y copias el siguiente codigo:
<style type="text/css">

.picshow { z-index:444; position:relative; background-color:#ffffff; width: 100%; height: 135px}

.picshow_main { position: relative; width: 180px; height: 135px}

.picshow_main .imgbig { filter: progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4, motion=forward); width: 180px; height: 135px}

.picshow_change {position: absolute; text-align: left; bottom: 0px; height: 30px; right: 0px; left: 100px;}

.picshow_change img {width:15px; height: 15px}

.picshow_change a { border: 1px solid; display: block; float: left; margin-right: 5px; -display: inline}

a.axx { border-color: #555}

a.axx:hover {border-color: #000}

a.axx img { filter: alpha(opacity=40); opacity: 0.4; -moz-opacity: 0.4}

a.axx:hover img {filter: alpha(opacity=100); opacity: 1.0; -moz-opacity: 1.0}

a.bxx { border-color: #000}

a.bxx:hover {border-color: #000}

img{

border:0px}

</style>

<SCRIPT language=javascript>

var counts = 3;

img1 = new Image();

img1.src = 'http://URL DE LA 1RA IMAGEN.jpg';

img2 = new Image();

img2.src = 'http://URL DE LA 2NDA IMAGEN.jpg';

img3 = new Image();

img3.src = 'http://URL DE LA 3RA IMAGEN.jpg';



var smallImg = new Array();

smallImg[0] = 'http://i60.servimg.com/u/f60/12/10/25/45/index_10.gif';

smallImg[1] = 'http://i60.servimg.com/u/f60/12/10/25/45/index_11.gif';

smallImg[2] = 'http://i60.servimg.com/u/f60/12/10/25/45/index_12.gif';



url1 = 'http://URL DEL TEMA 1';

url2 = 'http://URL DEL TEMA 2';

url3 = 'http://URL DEL TEMA 3';



alt1 = new Image();

alt1.alt = 'TITULO DEL TEMA 1';

alt2 = new Image();

alt2.alt = 'TITULO DEL TEMA 2';

alt3 = new Image();

alt3.alt = 'TITULO DEL TEMA 3';

var nn = 1;

var key = 0;

function change_img() {

if (key == 0) {

key = 1;

} else if (document.all) {

document.getElementById("pic").filters[0].Apply();

document.getElementById("pic").filters[0].Play(duration = 2);

}

eval('document.getElementById("pic").src=img' + nn + '.src');

eval('document.getElementById("url_theme").href=url' + nn);

eval('document.getElementById("pic").alt=alt' + nn + '.alt');

if (nn == 1) {

document.getElementById("url_theme").target = "_blank";

document.getElementById("url_theme").style.cursor = "pointer";

} else {

document.getElementById("url_theme").target = "_blank"

document.getElementById("url_theme").style.cursor = "pointer"

}



for ( var i = 1; i <= counts; i++) {

document.getElementById("xxjdjj" + i).className = 'axx';

}

document.getElementById("xxjdjj" + nn).className = 'bxx';

nn++;

if (nn > counts) {

nn = 1;

}

tt = setTimeout('change_img()', 7000);

}

function changeimg(n) {

nn = n;

window.clearInterval(tt);

change_img();

}

function ImageShow() {

document.write('<div class="picshow_main">');

document.write('<div><a id="url_theme"><img id="pic" class="imgbig" /></a></div>');

document.write('<div class="picshow_change">');

for ( var i = 0; i < counts; i++) {

document.write('<a href="javascript:changeimg(' + (i + 1)

+ ');" id="xxjdjj' + (i + 1)

+ '" class="axx" target="_self"><img src="' + smallImg[i]

+ '"></a>');

}

document.write('</div></div>');

change_img();

}

</SCRIPT>

<SCRIPT language="javascript" type="text/javascript">

ImageShow();

</SCRIPT>

ElvisG
+ Híperactivo +

Venezuela Masculino
Edad: 13
Mensajes: 450
Inscripción: 24/11/2008

Chrome
Ninguna

http://appleworld.activoblog.com

Volver arriba Ir abajo

En curso Re: Como pongo una galeria o sucesion de imagenes?

Mensaje por Inori el 5/7/2010, 10:55 pm

Saludos!!

Ese es el codigo de los widgets giratorios no? Pero hay alguna manera en que pueda poner mas de 5 imagenes? Es que necesito el modulo como si fuese una minigaleria con las fotos de las actividades que realizan los miembros del blog :S

*Lamento la tardanza me habia quedado sin internet x.x

Inori
Sed simpáticos soy un nuevo miembro ;)

México Femenino
Edad: 18
Mensajes: 3
Inscripción: 26/02/2010

Internet Explorer
Ninguna

http://yatta.esblogs.net

Volver arriba Ir abajo

En curso Re: Como pongo una galeria o sucesion de imagenes?

Mensaje por ElvisG el 6/7/2010, 11:55 am

Pues aqui esta la forma.
<style type="text/css">
.picshow { z-index:444; position:relative; background-color:#ffffff; width: 100%; height: 135px}
.picshow_main { position: relative; width: 180px; height: 135px}
.picshow_main .imgbig { filter: progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4, motion=forward); width: 180px; height: 135px}
.picshow_change {position: absolute; text-align: left; bottom: 0px; height: 30px; right: 0px; left: 50px;}
.picshow_change img {width:15px; height: 15px}
.picshow_change a { border: 1px solid; display: block; float: left; margin-right: 5px; -display: inline}
a.axx { border-color: #555}
a.axx:hover {border-color: #000}
a.axx img { filter: alpha(opacity=40); opacity: 0.4; -moz-opacity: 0.4}
a.axx:hover img {filter: alpha(opacity=100); opacity: 1.0; -moz-opacity: 1.0}
a.bxx { border-color: #000}
a.bxx:hover {border-color: #000}
img{
border:0px}
</style>
<script language=javascript>
var counts = 5;
img1 = new Image();
img1.src = 'http://URL DE LA IMAGEN 1.jpg';
img2 = new Image();
img2.src = 'http://URL DE LA IMAGEN 2.jpg';
img3 = new Image();
img3.src = 'http://URL DE LA IMAGEN 3.jpg';
img4 = new Image();
img4.src = 'http://URL DE LA IMAGEN 4.jpg';
img5 = new Image();
img5.src = 'http://URL DE LA IMAGEN 5.jpg';

var smallImg = new Array();
smallImg[0] = 'http://i60.servimg.com/u/f60/12/10/25/45/index_10.gif';
smallImg[1] = 'http://i60.servimg.com/u/f60/12/10/25/45/index_11.gif';
smallImg[2] = 'http://i60.servimg.com/u/f60/12/10/25/45/index_12.gif';
smallImg[3] = 'http://i63.servimg.com/u/f63/11/73/76/86/index_10.gif';
smallImg[4] = 'http://i63.servimg.com/u/f63/11/73/76/86/index_11.gif';

url1 = 'http://URL DEL TEMA 1';
url2 = 'http://URL DEL TEMA 2';
url3 = 'http://URL DEL TEMA 3';
url4 = 'http://URL DEL TEMA 4';
url5 = 'http://URL DEL TEMA 5';

alt1 = new Image();
alt1.alt = 'TITULO DEL TEMA 1';
alt2 = new Image();
alt2.alt = 'TITULO DEL TEMA 2';
alt3 = new Image();
alt3.alt = 'TITULO DEL TEMA 3';
alt4 = new Image();
alt4.alt = 'TITULO DEL TEMA 4';
alt5 = new Image();
alt5.alt = 'TITULO DEL TEMA 5';
var nn = 1;
var key = 0;
function change_img() {
if (key == 0) {
key = 1;
} else if (document.all) {
document.getElementById("pic").filters[0].Apply();
document.getElementById("pic").filters[0].Play(duration = 2);
}
eval('document.getElementById("pic").src=img' + nn + '.src');
eval('document.getElementById("url_theme").href=url' + nn);
eval('document.getElementById("pic").alt=alt' + nn + '.alt');
if (nn == 1) {
document.getElementById("url_theme").target = "_blank";
document.getElementById("url_theme").style.cursor = "pointer";
} else {
document.getElementById("url_theme").target = "_blank"
document.getElementById("url_theme").style.cursor = "pointer"
}

for ( var i = 1; i <= counts; i++) {
document.getElementById("xxjdjj" + i).className = 'axx';
}
document.getElementById("xxjdjj" + nn).className = 'bxx';
nn++;
if (nn > counts) {
nn = 1;
}
tt = setTimeout('change_img()', 7000);
}
function changeimg(n) {
nn = n;
window.clearInterval(tt);
change_img();
}
function ImageShow() {
document.write('<div class="picshow_main">');
document.write('<div><a id="url_theme"><img id="pic" class="imgbig" /></a></div>');
document.write('<div class="picshow_change">');
for ( var i = 0; i < counts; i++) {
document.write('<a href="javascript:changeimg(' + (i + 1)
+ ');" id="xxjdjj' + (i + 1)
+ '" class="axx" target="_self"><img src="' + smallImg[i]
+ '"></a>');
}
document.write('</div></div>');
change_img();
}
</script>
<script language="javascript" type="text/javascript">
ImageShow();
</script>

ElvisG
+ Híperactivo +

Venezuela Masculino
Edad: 13
Mensajes: 450
Inscripción: 24/11/2008

Chrome
Ninguna

http://appleworld.activoblog.com

Volver arriba Ir abajo

En curso Re: Como pongo una galeria o sucesion de imagenes?

Mensaje por Cody! el 8/7/2010, 6:01 pm

:hola:


Recuerda: Si se soluciono tu duda, edita el titulo y coloca el icono de ¡¡Gracias!!


Tranquilidad

Cody!
+ Híperactivo +

México Masculino
Edad: 16
Mensajes: 870
Inscripción: 30/01/2010

Chrome

Volver arriba Ir abajo

En curso Re: Como pongo una galeria o sucesion de imagenes?

Mensaje por Cody! el 16/7/2010, 12:01 pm

Hola,

Sin respuestas después de 7 días, consideramos el tema resuelto o abandonado. La proxima vez gracias por contestarnos o hacer un UP despues de 24h00.

Este tema está Tópicos Cerrados, gracias por abrir otro nuevo al seguir las normas del foro

Nos vemos en
HazBlog Bueno

Cody!
+ Híperactivo +

México Masculino
Edad: 16
Mensajes: 870
Inscripción: 30/01/2010

Chrome

Volver arriba Ir abajo

Ver el tema anterior Ver el tema siguiente Volver arriba

- Temas similares

Permiso de este foro:
No puedes responder a temas en este foro.