The Arcive of vBulletin Modifications Site. |
|
Spoiler Information Postbit Details »»
|
|||||||||||||||||||||||||||||||||
(Espa?ol/Spanish)
Quote:
Quote:
Code:
<vb:if condition="$show['reputation']"> Code:
<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;">
(Espa?ol/Spanish) Quote:
Quote:
Code:
post.yahooicon} {vb:raw post.skypeicon}</div>
</div>
</vb:if>
Code:
</div></div> Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||||
| 3 благодарности(ей) от: | ||
| CAG CheechDogg, ccr, livenetc | ||
| Comments |
|
#2
|
|||
|
|||
|
After that my postbit_legacy in Threads are broken
|
|
#3
|
||||
|
||||
|
In my forum is working correctly, I'm still trying to move some values
|
|
#4
|
|||
|
|||
|
works fine on my forum
I have a question How can I center the button in connection with the nick and the range? ![]() Thanks for this mod and your help |
|
#5
|
||||
|
||||
|
Added before a
Code:
<center><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;">here the rest of the code</div></div></ center>
|
|
#6
|
|||
|
|||
|
done!
thank you |
|
#7
|
|||
|
|||
|
Thank you this is awesome, is there a way to add an image instead of a default button?
Thanks |
|
#9
|
||||
|
||||
|
Thank you very much for this hack!
It works perfect in postbit_legacy template. Good work. :up: |
|
#10
|
||||
|
||||
|
Will this work on vb 3.8?
|
![]() |
|
|