The Arcive of vBulletin Modifications Site. |
|
Yilmaz - Buttons To Zoom In and Out vB5 Details »»
|
||||||||||||||||||||||||
Description: Compatible 5.6.x
======================================== In a message, the font size decreases or increases with plus or minus. Mark as installed = get support. In version 1.0.1 Plus - Minus button will use vbulletin icon ======================================== ======================================== Upload the content of "Yilmaz - Buttons To Zoom In and Out vB5" to your root. that's all it. enjoy.. ----- ======================================== How to Update: ======================================== 1. After uploading files 2. In AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product in the "OR import the XML file from your server" put ./packages/yilmazzoombutton/xml/product_yilmazzoombutton.xml ======================================== How to uninstall: ======================================== 1. Remove the package "yilmazzoombutton" that located in /core/packages/ 2. Go to "Manage Products" in the admincp and delete the product named "Yilmaz - Buttons To Zoom In and Out vB5" Download Now
Screenshots
Show Your Support
|
||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Just a note this particular coder has opted to encrypt (base64) part of his code (seems he does this for ALL his modifications).
|
|
#3
|
||||
|
||||
|
Quote:
If that's what you mean it's just the icon image for the plus minus button Code:
.yboyut .text_size a { float: left; width: 18px; height: 19px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAmCAYAAADJJcvsAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMNSURBVHjazJZPaFRHHMc/M+9tspusiTFuUNFCNRBiUapeWhRkTQSXiiBd8eTFg7DgoZgKLd4EsVT24MWgYC+9CC7mZlAXgyAKEcUUCnoopWIxf5Alm7f7dvfNm+kh+9ZEs5tkK+gX5jK/mc/8fr+Z9+UJYwyBIoNDEWAPsJ3Geu5m0+MLJ0QAigwO/YptnaUnBt1djTHTb2Fq+l9g2M2mL9RAkcGhK/RuS4mBfWDZGKVB66UhUiJCFhQKmDtj8GbysptN/yDCA2eO0x27Yb7dC0pjcgXQpnFGtkSsXwNlD/HoAThzOyWQ0rEt4HqYt87yEJg/cCqPcT1M9yaAlAS+pDWMKZRZlYyBioJwG0CfrAX8pXvy4/5tPD69b2mYNhgpAFokH0kfDWQDmPw02KHaZFdbK1PpE4sWli9+B8CluxOcG3ny7iG6xXcgfA3CrwVzc0VaTl0F4Oyhr/l+z1a+uXCrTp/0ApBWoOvdTjWgVR2QvxDkgy/qn2gM+H7DjER44Mw//saNX2BZTTVZlMvImZmHNlDBVyCavK75TGclkBGuO19eE0O4LsCIBIal40CphNF6VUMUigjXveZm09cDGzkCpIxlHSJkY5apUxgNSiF8fa3qSc/Few65veqQkWU6MwuMu9n034tedqDfhw47gLMMaAZ4mkzEX31gtZnRsYNAqi0cPtrVuYbWllBdSrnikZudo1gqjQDDyUT8HoC4eft+MhSyb+7+qo/NG2IYY1hY7gf9EQIhBK8nZ3j250s8Tx1LJuIZG0jt6u+lZ10nhWIRXc+rF9m2pGddJ7v6exn/40UKyMhoe+TA2o4onlIrgsx/FRpPKdZ2RIm2Rw5kRsd2yPZIuBZcjYL11f19Ugrx/5xRfNZWu5QGf3vGxKQDwJH+GNeP9jcHyp7c/WlK+wxBqp6pr1AqsNpc3qHiqaYgFU+RyzsAD6VS/vmJF3+h1OoyU8qnuu98MhGfDfzoomXJnzqi7cG301AFt0TeKeD7+pdkIv7zon/IzOhYtGqzfStI6GXVJZ1g4r8BAEiZk3jIZgsnAAAAAElFTkSuQmCC') no-repeat scroll; cursor: pointer; margin: 0 5px; }
|
|
#4
|
||||
|
||||
|
Ok, so it is for the +/- image.
Since the images are not apart of the modification, this means they are being pulled from another source. Possibly your site to track installs? Maybe not. What if that site does down? Then I have a dead modification as it will give me nothing but broken links to the images. In addition has HTTPS taken into consideration? If your serving via HTTP then my visitors will get a mix content warning and not show as a secure site. I prefer to self host images as I can not predict when a resource will change. I appreciate the response
|
|
#5
|
||||
|
||||
|
Quote:
Check out the Google site image files are always base64 encrypted. I think it's simple and practical. If you want you can add that part as below image The part that is https and http does not belong to me, if you search completely in the vbulletin template, the original is the same. |
|
#10
|
|||
|
|||
|
|
![]() |
|
|