![]() |
DF2
Error occurred: Your sprite folder uses an URL. Sprites cannot be saved via URLs. Please use an local filepath on your system for the StyleVar imgdir_sprite. |
Problem solved. :), still the search results issue as giorgino mentioned. :)
|
Good news. This mod really did create sprites but because I was doing so many changes to my styles and because of the delay from my CDN, webpagetest.org didn't give me an accurate score. I will have to try again later.
With this new update, do we still have to install template modification system? I disabled template modification system because it changed the way I access edit templates and was too confusing to mess around with. |
I was talking about the stylevars: imgdir_statusicon / imgdir_misc / imgdir_button / imgdir_siteicons /
Stylevars where our addon needs to read the old files. The files which are displayed when our addon is not running. The files which shall be replaced by our addon. Of course we cannot connect to an external server to write the sprite. So imgdir_sprite has to be local - which is stated as an error via the addon. edit: TMS is not needed. You can do all template changes manually. But i would strongly advise to use TMS, since the number of changes is really high. TMS does them in a blink of an eye. Manually does take it's time though. As a sidenote. If vb4 would have native sprite support, no user based template changes would be necessary at all. |
This is exactly where I made the edits like you suggested. In the stylevars.
Quote:
Quote:
|
Code:
if(strpos($stylevars['imgdir_sprite']['imagedir'], 'http://') !== false) So please change your imgdir_sprite folder to a local path - and keep the other ones at http. |
Quote:
|
Edit templates.
Every (supported) imagecode in the templates needs to be replaced via a fitting sprite class. |
Quote:
So to get sprites working I'd have to turn it on and when I want to edit templates I'd have to disable template modification system which would then disable the sprites in united forum sprites mod? smh. :rolleyes: I'll bug vb.com to add sprite support. Might take them two years. |
Upgrade Instructions?
Upload Files Upload XML Done if using TMS Do refresh to find new supported images Anything else? |
Hello Crotan,
if you use TMS, this is it. If you doenst use TMS add a 329 Lines Diff-File with Template-Changes to your workload. :/ Best regards Sebastian |
Does deactivating TMS revert all template changes? I don't know never tested that.
|
Quote:
However for some of the images it spits out an error with the wrong file path, for instance: Code:
122 icon candidates added. |
1 Attachment(s)
hmm on that note, this latest 0.7.0a version has removed the statusicons from search.php results list :confused:
https://vborg.vbsupport.ru/attachmen...1&d=1312221956 |
I had to uninstall it & go back to my old skin. This is how it's acting up now...
http://vgchat.info/forum/?styleid=16 |
Hi Crotan,
how does ist the Path for icon1.png in the AdminCP defined? Jeah, we forget the search.php and will resolve this problem within the next day (maybe tonight, but it is 20:20 in Germany) :) Best regards Sebastian |
Quote:
Code:
/forums/images/icons/icon1.png Seems the mod is expecting /images/icons/XXXXX.png The latest version also removed the magnification glass for the search on the navbar. :rolleyes: |
Quote:
Quote:
Code:
.globalsearch .searchbutton { If you remove this, you will see the sprite. To didnt lose your styling, you could change the http://flotgaming.net/forums/images/buttons/search.png icon accordingly and refresh the sprite :) |
the magnification glass for the search is there for me, no need for fix in my case.
|
Quote:
|
Version 0.7.1 (01.08.2011)
@Crotan I have also tried to fix your Problem with Code:
/forums/images/icons/icon1.png Best regards Sebastian |
Hello Osbes,
Moved thread redirect icon not appearing too in forumdisplay, white instead. Please fix it :) |
Quote:
however same thing as before but with "(with bburl_path / )" added into the mix. Code:
..../forums/forums/images/icons/icon1.png (with bburl_path / ) does not exist or is not readable. Code:
.globalsearch .searchbutton { |
Quote:
i just doublechecked it in the sprite.php and in our liveforum and it is working for me. Can you please send me an URL to your forum where i can see this problem? Best regards Sebastian |
Hello Crotan,
thanks for the helpful output. I had assumed, that your Forum URL (in Site Name / URL / Contact Details in the AdminCP) looks like http://flotgaming.net/forums/ and than the addon would use (with bburl_path /forums ), what would have resolved your problem. Since the bburl_path is just / am i right, that your Forum URL looks like http://flotgaming.net/ ? Whats the Content of your Forum Component URL ? Something like http://flotgaming.net/forums/ or forums ? Best regards Sebastian |
Quote:
Code:
http://flotgaming.net/forums So I don't have anything specified in those component boxes, it will be what ever is vBulletin default I suppose Thanks for the great support for your Mod! |
1 Attachment(s)
Please try the attached sprite.php
Replace this with the sprite.php in your admincp-folder and recreate the sprite. I have added some additional Debug (starts and ends with DEBUG). if this file doesn't resolve your problem, pls send me those :) Best regards Sebastian |
Any plans to make this work with showthread?
|
Hello tpearl5,
Support for SHOWTHREAD is planned for 0.8.0. Best regards Sebastian |
First Post:
Quote:
|
Quote:
There are still two statusicons that it can't find however, I'm not sure what makes these any different than the usual statusicons that it's able to find and create sprites for. Code:
DEBUG Just looking at it, the correct path would be Code:
...../forums/images/Seamus/statusicon/forum_old_lock-16.png There is however a forum_lock-16.png |
Hi Osbes is it impossible to have templates changes integrated in your plugin?
I don't love the TMS option (another plugin installated = risk), so I'm using the manual changes option. I'm not a coder, but if is possible and you teach me how to do this, I offer you my time for write the code to integrate in your plugin (sorry for my english..) |
Hello Crotan,
good to hear, that it fixed your problem :) To didnt miss any images, i evalutated what values are used for the statusicon in the image codes: Code:
{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}forum_{vb:raw forum.statusicon}-16.png On a side note: i didnt add any templatechanges for the mobile style at present. and i wont do before 4.1.6 Best regards Sebastian |
Hello giorgino,
it would be no problem to replace every perfect match of old code with new ones that use sprites, but the problem is, that it is complicated to revert such changes or update any changes. Since the TMS does all this (and more), i didnt want to reinvent the wheel. Best regards Sebastian |
Just came across this wonderful mod.
Is it possible to make this hack work for older versions of vB 3.x (3.6, 3.7 and 3.8) series. |
Quote:
Quote:
|
Hello valdet,
since our liveforum doesn't use vBulletin 3.8.x we wont do it. But if someone wants to port our addon to vBulletin 3.8.x, we will appreciate it. But you are not allowed to charge money for the addon and the branding needs to be intact (but you can extend it). So if someone wants to port our addon to vBulletin 3.8.x, feel free to do it, we will glady help. Best regards Sebastian |
You can install a test forum with 3.8 being the installed version. Just remember the rules to password protect it & name it testvb.
Quote:
|
Hello extreme-gaming,
yes, that would be possible, but since the development of an vBulletin 3.8.x port of this addon wouldnt be usefull for our forum, since we didnt use 3.8.x, i wont invest time into this. Please dont forget, that developing this addon happens beside my work and freetime :) Best regards Sebastian |
I am not sure why but my forum category images are cut off by a few pixels on the sprite which breaks the drop shadow effect.
Any ideas? |
All times are GMT. The time now is 01:08 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|