MyPeSePe
10-04-2011, 10:00 PM
(Espa?ol/Spanish)
Buenas , pues como tengo un postbit bastante extenso en mi comunidad y no encontre nada relacionado con ello para esta version , decidi adaptar un nuevo codigo en el postbit . Para que gente como yo , que tenga una informacion extensa dentro de su perfil , pueda esconderla.
( Ingles/Inglish)
Well, as I have a fairly extensive postbit in my community and I did not find anything about it to this version, I decided to adapt a new code in the postbit. For people like me who have an extensive information in your profile, you can hide it.
Inside the template postbit_legay search :
<vb:if condition="$show['reputation']">
added before :
<div class="divspoiler">
<input type="button" value="Mostrar Informacion" onclick="if (this.parentNode.nextSibling.childNodes[0].style.display != '') { this.parentNode.nextSibling.childNodes[0].style.display = ''; this.value = 'Ocultar Informacion'; } else { this.parentNode.nextSibling.childNodes[0].style.display = 'none'; this.value = 'Mostrar Informacion'; }" />
</div><div><div class="spoiler" style="display: none;">
*Change the colors, by the text to replace
(Espa?ol/Spanish)
Para cerrar el codigo , en este caso yo tengo demasiada informacion y he cerrado el codigo en los datos de contacto
(Ingles/Inglish)
To close the code, in this case I have too much information and I closed the code in the contact details
Search :
post.yahooicon} {vb:raw post.skypeicon}</div>
</div>
</vb:if>
add after
</div></div>
Watch demonstration --> Demo (http://www.phonesfera.com/threads/5301-Novedades-Del-Foro)
Buenas , pues como tengo un postbit bastante extenso en mi comunidad y no encontre nada relacionado con ello para esta version , decidi adaptar un nuevo codigo en el postbit . Para que gente como yo , que tenga una informacion extensa dentro de su perfil , pueda esconderla.
( Ingles/Inglish)
Well, as I have a fairly extensive postbit in my community and I did not find anything about it to this version, I decided to adapt a new code in the postbit. For people like me who have an extensive information in your profile, you can hide it.
Inside the template postbit_legay search :
<vb:if condition="$show['reputation']">
added before :
<div class="divspoiler">
<input type="button" value="Mostrar Informacion" onclick="if (this.parentNode.nextSibling.childNodes[0].style.display != '') { this.parentNode.nextSibling.childNodes[0].style.display = ''; this.value = 'Ocultar Informacion'; } else { this.parentNode.nextSibling.childNodes[0].style.display = 'none'; this.value = 'Mostrar Informacion'; }" />
</div><div><div class="spoiler" style="display: none;">
*Change the colors, by the text to replace
(Espa?ol/Spanish)
Para cerrar el codigo , en este caso yo tengo demasiada informacion y he cerrado el codigo en los datos de contacto
(Ingles/Inglish)
To close the code, in this case I have too much information and I closed the code in the contact details
Search :
post.yahooicon} {vb:raw post.skypeicon}</div>
</div>
</vb:if>
add after
</div></div>
Watch demonstration --> Demo (http://www.phonesfera.com/threads/5301-Novedades-Del-Foro)