Log in

View Full Version : Post edit buttons in higher resolution?


themeparx
04-26-2014, 06:26 AM
We are trying to find the vBulletin 4 post edit buttons in a better resolution. We obviously can't just increase the size since they'd be pixelated. Can anyone point us to the right source?

Current:
https://vborg.vbsupport.ru/external/2014/04/7.jpg

Desired:
https://vborg.vbsupport.ru/external/2014/04/8.jpg

https://vborg.vbsupport.ru/external/2014/04/9.jpg

Hope we can get help!

tbworld
04-26-2014, 06:57 AM
What you are referring too is a sprite located at 'clientscript/ckeditor/images/icons.png'. I doubt there is a higher resolution sprite available. It is something you will probably have to make up yourself.

You can add individual icons to the ckeditor via the ckeditor plugin system. There are several articles on vBulletin.org, on how to add an icon to a CKeditor plugin.
Hopefully, someone else can give you a better solution. :)

Check the CKeditor forum on their site -- maybe you can find something there, although a Google search turned up nothing useful.

Nanomanz
04-26-2014, 05:46 PM
Also, if you can't manage to get the image resolution higher with what you have, you could always try finding a set of naturally higher resolution images and try swapping them out to see if that works.

billstelling
04-26-2014, 11:56 PM
The parameters would also need to be edited to increase the size of the display box for it if you edit the sprite. One part for the box size and the other the Y/Z axis if placement is not spot on when editing the sprite..

Never really looked at that part of the code but it would make for a nice little mod..

themeparx
04-29-2014, 06:52 AM
Thank you @tbworld, @Nanomaz and @billstelling for taking the time to reply!

@Nanomaz, you mentioned "try finding a set of naturally higher resolution images". We did already try, but frankly we don't even know what keywords to enter to find what we want. "vBulletin sprite"? "vBulletin reply buttons"? "board post edit buttons"?

There must be somebody out there who has already created such buttons in a higher resolution.

tbworld
04-29-2014, 08:31 PM
I would look around in the "WordPress" world, they used CKeditor 3. Maybe someone there developed a high resolution sprite. Of course you would still have to remap it to vbulletin.

What device is looking poor with the standard resolution? Retina display?

DreadsUK
05-02-2014, 05:50 PM
could you not download the image files from FTP, sharpen them and reupload with the same filename to the same location in FTP?