Probado con vbulletin 3.8.4 en la plantilla postbit:
funciona solo con vbseo.
1.- ingresar al panel de admin
2.- Estilos y Plantillas->Administrar Estilos->editar plantilla en uso
3.- buscar: Plantillas de Postbit y doble clic en postbit para editar la plantilla
4.- buscar dentro de la plantilla esto:
"$template_hook[postbit_controls]"
5.- abajo de "$template_hook[postbit_controls]" copiar y pegar esto:
Código:<if condition="$post[postcount] % $vboptions[maxposts] == 1"> <iframe src="http://www.facebook.com/plugins/like.php?href=http://ACAVATUDOMINIO.COM$_SERVER[VBSEO_URI]#post$post[postid]&layout=button_count&show_faces=false& width=&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" title="Me gusta!" style="border:none; overflow:hidden; width:100px; height:20px;"></iframe> </if>
NOTA: La condicion "<if condition="$post[postcount] % $vboptions[maxposts] == 1">" hace que solo se muetre en el primer post, si uds queiren que se muetre en todos los post borren el "<if condition="$post[postcount] % $vboptions[maxposts] == 1">" y el "</if>" del final.
QUEDARIA ASI:
adjunto imagenes de como queda, ojala les sirva, saludos!Código:$template_hook[postbit_controls] <if condition="$post[postcount] % $vboptions[maxposts] == 1"> <iframe src="http://www.facebook.com/plugins/like.php?href=http://ACAVATUDOMINIO.COM$_SERVER[VBSEO_URI]#post$post[postid]&layout=button_count&show_faces=false& width=&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" title="Me gusta!" style="border:none; overflow:hidden; width:100px; height:20px;"></iframe> </if> <!-- / controls -->
Temas Similares:
- [Tutorial] Eliminar las Columna de "Temas" y "Mensajes" y moverlas debajo de la Descripcion (index)
- Problema al pinchar sobre "Ir al primer mensaje nuevo"
- Sobre la opción "Requiere Temas para tener un Prefijo"
- "Ultimos Logros", ¿como muevo la informacion en el Posbit?
- "Separate Sticky and Normal Threads" Separar los Temas Importantes en forumdisplay


LinkBack URL
About LinkBacks
Responder Citando