PDA

View Full Version : Show Thread Enhancements - Yilmaz - Buttons To Zoom In and Out vB5


yilmaz
10-25-2020, 10:00 PM
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

========================================
How to install And Demo Video (https://youtu.be/xaE6iJZGXVg)
========================================
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"

Hostboard
11-16-2020, 04:50 PM
Just a note this particular coder has opted to encrypt (base64) part of his code (seems he does this for ALL his modifications).

yilmaz
11-16-2020, 05:07 PM
Just a note this particular coder has opted to encrypt (base64) part of his code (seems he does this for ALL his modifications).
I wish you asked first what does it do.
If that's what you mean it's just the icon image for the plus minus button
https://vborg.vbsupport.ru/attachment.php?attachmentid=157958&stc=1&d=1605553925

.yboyut .text_size a { float: left; width: 18px; height: 19px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAmCAYAAAD JJcvsAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolA ACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAMNSUR BVHjazJZPaFRHHMc/M+9tspusiTFuUNFCNRBiUapeWhRkTQSXiiBd8eTFg7DgoZgKLd 4EsVT24MWgYC+9CC7mZlAXgyAKEcUUCnoopWIxf5Alm7f7dvfN m+kh+9ZEs5tkK+gX5jK/mc/8fr+Z9+UJYwyBIoNDEWAPsJ3Geu5m0+MLJ0QAigwO/YptnaUnBt1djTHTb2Fq+l9g2M2mL9RAkcGhK/RuS4mBfWDZGKVB66UhUiJCFhQKmDtj8GbysptN/yDCA2eO0x27Yb7dC0pjcgXQpnFGtkSsXwNlD/HoAThzOyWQ0rEt4HqYt87yEJg/cCqPcT1M9yaAlAS+pDWMKZRZlYyBioJwG0CfrAX8pXvy4/5tPD69b2mYNhgpAFokH0kfDWQDmPw02KHaZFdbK1PpE4sWli9+ B8CluxOcG3ny7iG6xXcgfA3CrwVzc0VaTl0F4Oyhr/l+z1a+uXCrTp/0ApBWoOvdTjWgVR2QvxDkgy/qn2gM+H7DjER44Mw//saNX2BZTTVZlMvImZmHNlDBVyCavK75TGclkBGuO19eE0O4LsC IBIal40CphNF6VUMUigjXveZm09cDGzkCpIxlHSJkY5apUxgNS iF8fa3qSc/Few65veqQkWU6MwuMu9n034tedqDfhw47gLMMaAZ4mkzEX31gt ZnRsYNAqi0cPtrVuYbWllBdSrnikZudo1gqjQDDyUT8HoC4eft +MhSyb+7+qo/NG2IYY1hY7gf9EQIhBK8nZ3j250s8Tx1LJuIZG0jt6u+lZ10nh WIRXc+rF9m2pGddJ7v6exn/40UKyMhoe+TA2o4onlIrgsx/FRpPKdZ2RIm2Rw5kRsd2yPZIuBZcjYL11f19Ugrx/5xRfNZWu5QGf3vGxKQDwJH+GNeP9jcHyp7c/WlK+wxBqp6pr1AqsNpc3qHiqaYgFU+RyzsAD6VS/vmJF3+h1OoyU8qnuu98MhGfDfzoomXJnzqi7cG301AFt0TeKeD 7+pdkIv7zon/IzOhYtGqzfStI6GXVJZ1g4r8BAEiZk3jIZgsnAAAAAElFTkSuQ mCC') no-repeat scroll; cursor: pointer; margin: 0 5px; }

Hostboard
11-16-2020, 05:28 PM
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 :)

yilmaz
11-16-2020, 05:39 PM
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 :)

It is very convenient to use png file as base64 so that there is no link to any site.

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

https://vborg.vbsupport.ru/attachment.php?attachmentid=157960&stc=1&d=1605555655

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.

74v
11-19-2020, 05:12 PM
mükemmel bir iş çıkartmışsın hocam ellerine sağlık

migratoria
02-07-2021, 06:07 PM
Very useful mod
Thank you

EchoBilisim
02-08-2021, 11:13 AM
Çok güzel uygulama baya kullanışlı teşekkürler.

DamasGate
02-12-2021, 12:34 PM
Very nice, installed and working on 5.6.1

Thank you

mito22
02-16-2021, 11:49 AM
Installed on www.daidegasforum.com Thanks @yilmaz

CB 5.6.3

Dr.CustUmz
02-16-2021, 03:52 PM
2 more mods and you hit top coders yilmaz =)

Keep up the good work!