vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Board Optimization - United-Forum CSS Sprites - ludicrous speed - NOW! (https://vborg.vbsupport.ru/showthread.php?t=266696)

dorans 01-10-2013 07:49 PM

Quote:

Originally Posted by fly (Post 2331384)
See my posts 541 and 543. I'm interested to know if this actually fixes it for others.

4.2.0 pl3
Thanks, :up:

tpearl5 01-10-2013 09:20 PM

I'll seriously pay someone to get this working with showthread and postbit

Nirjonadda 01-10-2013 09:33 PM

Here is my Request. You don't have to help?

United-Forum CSS Sprites for 4.1.10

Quote:

Originally Posted by Nirjonadda (Post 2361978)
Bug on option Title ! How to fix option title ?


tpearl5 01-10-2013 09:44 PM

Quote:

Originally Posted by Nirjonadda (Post 2396086)
Here is my Request. You don't have to help?

United-Forum CSS Sprites for 4.1.10

I'll gladly go in on this. Keep me posted.

fxdigi-cash 02-25-2013 05:29 AM

It is a great mod, and the idea is brilliant. This is the best way to speed up the forum and reduce the load on pages. However, the main issue starts when using a customized style and there is no way to shrink down the style blocks size, but only by using colors instead of images. images that use shadow and high quality resolution have big impact on the server load and then the page load.

I think there must be a way how to gather up all customized images for a style in Sprites and then use that Sprites to render all custom style as one piece.

sorry for my English if it is not clear.

Cheers

iask 03-05-2013 03:35 PM

1 Attachment(s)
<a href="http://www.xxxxxxxx.xx/search.php?do=getnew&contenttype=vBForum_Post" target="_blank">http://www.xxxxxxxx.xx/search.php?do...e=vBForum_Post</a>

Icon not show good

iask 03-05-2013 05:06 PM

Quote:

Originally Posted by iask (Post 2408072)


Now instal https://vborg.vbsupport.ru/showthread.php?t=152931 Template Modification System icon forumdisplay not show ?

liamwli 03-11-2013 06:24 PM

1 Attachment(s)
Is there any way to fix this error?

https://vborg.vbsupport.ru/attachmen...1&d=1363026265

Krusty1231 03-12-2013 02:55 AM

Quote:

Originally Posted by liamwli (Post 2409375)
Is there any way to fix this error?

https://vborg.vbsupport.ru/attachmen...1&d=1363026265

Do a refresh of the CSS-sprites from the admin panel - clear browser cache - reload your site.

liamwli 03-12-2013 08:47 PM

Quote:

Originally Posted by Krusty1231 (Post 2409424)
Do a refresh of the CSS-sprites from the admin panel - clear browser cache - reload your site.

I did that multiple times...

legija 03-15-2013 02:52 PM

It just messed up everything, lol.
Uninstalled.

I'm probably too stupid to use it. :)

ps2wiz 04-07-2013 12:46 AM

Quote:

Originally Posted by liamwli (Post 2409584)
I did that multiple times...

I had the same issue and this fixed it:

https://vborg.vbsupport.ru/showpost....&postcount=536

Skyrider 04-13-2013 11:24 AM

Quote:

Originally Posted by MikaN (Post 2329828)
You can probably fix this manually.

Edit threadbit - template

It begins with:

Code:

<li class="threadbit {vb:raw thread.statusstring}<vb:if condition="$show['paperclip']">....
Add "sprite_statusicon_thread_30" (without quotes) in front of that threadbit string.. so that it looks like this:

Code:

<li class="sprite_statusicon_thread_30 threadbit {vb:raw thread.statusstring}<vb:if condition="$show['paperclip']">...

I'm afraid that doesn't work for me, the icons are still vanished/hidden.

shershen08 04-13-2013 04:16 PM

i get the following MySQL error on install:

Database error in vBulletin 4.1.12:

Code:

Invalid SQL:
                SELECT t1.templateeditid AS templateeditid_1, t1.varname ,
t1.templateeditid AS templateeditid_1, t1.styleid AS styleid_1 ,
t2.templateeditid AS templateeditid_2, t2.styleid AS styleid_2
                FROM forumtemplateedit AS t1
LEFT JOIN forumtemplateedit AS t1 ON (t1.varname=t1.varname AND t1.styleid=-2)
LEFT JOIN forumtemplateedit AS t2 ON (t1.varname=t2.varname AND t2.styleid=5)
                WHERE t1.styleid = -1;

MySQL Error  : Not unique table/alias: 't1'
Error Number  : 1066
Request Date  : Saturday, April 13th 2013 @ 09:13:14 PM
Classname    : vB_Database
MySQL Version : 5.5.27-log

how i can handle this?

kylek 05-02-2013 03:50 PM

Quote:

Originally Posted by Fabikus (Post 2321843)
Double click read marker doesn't work with this mod on 4.1.12. Is possible to fix it?


Getting same issue. When United-Forum CSS Sprites is enabled the ability to double click icon to mark forum read does not work.

When disabled it works like it should.

Anyone know how to get it so the double click feature works with CSS Sprites?

henrique araujo 05-02-2013 07:49 PM

Database error in vBulletin 4.2.1:

Invalid SQL:

SELECT t1.templateeditid AS templateeditid_1, t1.varname ,
t1.templateeditid AS templateeditid_1, t1.styleid AS styleid_1 ,
t2.templateeditid AS templateeditid_2, t2.styleid AS styleid_2
FROM templateedit AS t1
LEFT JOIN templateedit AS t1 ON (t1.varname=t1.varname AND t1.styleid=-2)
LEFT JOIN templateedit AS t2 ON (t1.varname=t2.varname AND t2.styleid=2)
WHERE t1.styleid = -1;

MySQL Error : Not unique table/alias: 't1'
Error Number : 1066
Request Date : Thursday, May 2nd 2013 @ 05:43:45 PM
Error Date : Thursday, May 2nd 2013 @ 05:43:45 PM
Script : http://www.mobilemods.com.br/admincp...=productimport
Referrer : http://www.mobilemods.com.br/admincp...?do=productadd
IP Address : 198.***.**.**
Username : **************
Classname : vB_Database
MySQL Version : 5.5.23-55


--------------------


help me.

fxdigi-cash 05-06-2013 08:35 PM

Check this page for the fix!

https://vborg.vbsupport.ru/showthrea...images&page=37
Cheers,

Quote:

Originally Posted by henrique araujo (Post 2419668)
Database error in vBulletin 4.2.1:

Invalid SQL:

SELECT t1.templateeditid AS templateeditid_1, t1.varname ,
t1.templateeditid AS templateeditid_1, t1.styleid AS styleid_1 ,
t2.templateeditid AS templateeditid_2, t2.styleid AS styleid_2
FROM templateedit AS t1
LEFT JOIN templateedit AS t1 ON (t1.varname=t1.varname AND t1.styleid=-2)
LEFT JOIN templateedit AS t2 ON (t1.varname=t2.varname AND t2.styleid=2)
WHERE t1.styleid = -1;

MySQL Error : Not unique table/alias: 't1'
Error Number : 1066
Request Date : Thursday, May 2nd 2013 @ 05:43:45 PM
Error Date : Thursday, May 2nd 2013 @ 05:43:45 PM
Script : http://www.mobilemods.com.br/admincp...=productimport
Referrer : http://www.mobilemods.com.br/admincp...?do=productadd
IP Address : 198.***.**.**
Username : **************
Classname : vB_Database
MySQL Version : 5.5.23-55


--------------------


help me.


henrique araujo 05-06-2013 11:13 PM

Quote:

Originally Posted by fxdigi-cash (Post 2420348)
Check this page for the fix!

https://vborg.vbsupport.ru/showthrea...images&page=37
Cheers,

thanks my friend, now working.

Spangle 05-07-2013 11:29 AM

At first I thought this was really good, but I have hit a snag.

Since installing this and TMS I have lost the Forum Icons.

I'm using 4.2.1

Style: Breeze

I've disabled this MOD, and the TMS MOD but I still have no forum icons, help please.

EDIT
I uninstalled the TMS and the icons have re-appeared.

CSS MOD still disabled

pokusek 05-25-2013 03:06 PM

This doesn't work with TMS on 4.2, I am getting the same errors as posted above (https://vborg.vbsupport.ru/showpost....&postcount=616).

The link to the page 37 didn't help (I did not find anything useful), any ideas what should I do to fix it?

RustyF 05-28-2013 07:22 AM

I read this but not it would apply as I don't have a custom icon manager installed.

Quote:

Question
I am using an Add-On for changing the forum icons (like www.vbulletin.org/forum/showthread.php?t=244351). When using CSS Sprites, my forum icons are reverted to the original state.

Answer
The feature to use forums custom icons is builtin in vBulletin 4. You can add to every forum an own imageprefix, so it will use forums custom icons. If you use the vBulletin imageprefix for your your forums, these icons will instantly added to the sprite.

An explanaition to this can be found in the vBulletin Manual (under Prefix for Forum Status Images):
https://www.vbulletin.com/docs/html/...orum_add_forum
I don't think the link to the manual is going to the correct place any more.

Is that my issue or is it something else?

Also on this pages instructions you mentioned there will be a new variable and I need to configure to my file structure. Sorry, but I have no idea how to do that.

My default them is broken at the moment as i need to upgrade. But I also looked at the default thing and it is doing the same thing. I checked my write permission on the sprite folder and it is 755 which is writable on my server.

link to site if you need it http://cebuforum.org

Thanks for the help.

Rusty

skol 05-28-2013 09:11 AM

Quote:

upon installation a new stylevar imgdir_sprite will be created. Update this stylevar based on your file structure - default value is the vbulletin sprite directory.
It means to create the path to the sprite folder..eg: /sprite..Your images are missing from FORUMHOME and FORUMDISPLAY which means the mods working,just the path is wrong to your sprite folder..

Edit: This works for me vb4.2.1 https://vborg.vbsupport.ru/showpost....&postcount=541

elfenny 07-09-2013 02:42 AM

then this does not work?

fxdigi-cash 07-12-2013 05:58 AM

well, I can't say it is working or not working...

when I upgraded to vb4.2.1 the mess started showing up. I have no issue with TMS being installed alone on my vb as well as this mod alone. when I try to install United-Forum CSS Sprites mod, an error caused by TMS database table occurs. That means it is almost there...

I could see some templates for sprites are made, but not complete...

I believe there is still some issue with this mod, and if fixed I guess it will be the most useful mod on vb.org

Good luck

fxdigi-cash 07-12-2013 06:11 AM

by the way, why do I get this message: does not exist or is not readable.

the image is there and the chmod is 755.... so does it have to be 777!!! it always works with 755 ....

Update: no need to change the chmod from 755 for some servers. it works anyways.

fxdigi-cash 07-12-2013 06:35 AM

I installed both mods now TMS and United css sprites, but no changes....

I successfully installed both mods without any issues on my vb 4.2.1, but no changes happened even after testing my entire site...!!!

any idea from those who use vb.4.2 and above

Delfi_r 07-14-2013 09:23 PM

I have it installed and running partially on 4.2pl3. My problem is on the GD library, althoug I have GD on PHP, the plugin states that my GD library is outdated, and the minimum version is 2.0.36.

final kaoss 07-15-2013 02:07 AM

Delfi, if you have a dedicated or vps you should be able to update it.
Try this.
http://www.turnkeylinux.org/forum/su...all-gd-library

datoneer 07-16-2013 12:07 AM

It works in 4.2.1

Delfi_r 07-20-2013 02:58 PM

Quote:

Originally Posted by final kaoss (Post 2433727)
Delfi, if you have a dedicated or vps you should be able to update it.
Try this.
http://www.turnkeylinux.org/forum/su...all-gd-library



The problem is that the GD library is updated, tested indpendently so perhaps te problem is on the script.

I have reinstalled all files and I get some Template modifications 'incompatible' with 4,21, and the images/sprites/ is populated with some files so perhaps the error is on the condition that dispalys the message.

fxdigi-cash 07-24-2013 05:26 PM

Quote:

Originally Posted by Delfi_r (Post 2434569)
The problem is that the GD library is updated, tested indpendently so perhaps te problem is on the script.

I have reinstalled all files and I get some Template modifications 'incompatible' with 4,21, and the images/sprites/ is populated with some files so perhaps the error is on the condition that dispalys the message.

I installed both mods together as I applied the patch for TMS without any issues. I had one problem though. The GD lib is not compatible because mine is old version and can't update it because it is shared web hosting.

possibly I will be moving to a new web hosting instead of BH since their performance these days is not so good. "stinks :mad: "

Delfi_r 07-24-2013 06:26 PM

I have verified that the problem is on the script, the part that tests the GD compatibility is wrong, even if the installed version is correct pull the error code.

I'll correct the script and see the new behaviour.

My hosting is enough for 12.000.000 pageviews month.

fxdigi-cash 08-09-2013 02:52 PM

Quote:

Originally Posted by Delfi_r (Post 2435154)
I have verified that the problem is on the script, the part that tests the GD compatibility is wrong, even if the installed version is correct pull the error code.

I'll correct the script and see the new behaviour.

My hosting is enough for 12.000.000 pageviews month.

ok, great to know. Thanks for the valuable info.

I went ahead and did my own sprites on two different blocks; main and dynamic ...

but still the web hosting server is the spine of everything so if it is fast, using sprites is not going to do much... I think

Akyeame Kwame 08-14-2013 03:22 PM

Quote:

Originally Posted by skol (Post 2424599)
It means to create the path to the sprite folder..eg: /sprite..Your images are missing from FORUMHOME and FORUMDISPLAY which means the mods working,just the path is wrong to your sprite folder..

Edit: This works for me vb4.2.1 https://vborg.vbsupport.ru/showpost....&postcount=541

This link worked for me as well 4.2.1

AndrewSimm 08-16-2013 05:50 AM

Click he icon to mark as read no longer works for me either.

Unfolded90 11-30-2013 07:37 AM

Quote:

Originally Posted by fly (Post 2330122)
The fact that it's not checked means that TMS couldn't find it. Those are the broken ones.

edit: OK, I went through and fixed everything but the 'memberaction_dropdown' template. Not sure I fully understand that one. Maybe I'll try to figure it out after work, or someone else is welcome to.

Instructions: After you install this mod, go into Template-Modifications Manager. Select the [Up-/Download Template-Modifications] link. Import the XML I posted, selecting Allow Overwrite (you may also need to select Ignore Product Version as well).

After that, the majority of the templates should be fixed.

4.2.0 PL3 Fixed!

Unfolded90 12-01-2013 07:43 AM

Having two allignment issues

1# Shoutbox
https://vborg.vbsupport.ru/external/2013/12/47.jpg

2# Whos online
https://vborg.vbsupport.ru/external/2013/12/48.jpg

Firyou 12-06-2013 03:26 PM

hey great mod, I recently installed this with TMS on a 4.2.0 patch level 4 forum, it looks like it installed but I cannot find the button to Refresh CSS-SPRITES. It's not showing up in ACP

Mike0 04-28-2014 11:52 AM

For cut off icons I'd recommend just editing the sprite png file manually in a graphics editor.
While you're at it, try saving it in 8-bit color format with alpha channel (transparency). Not many editors support saving in that format (but browsers display it properly), so you can use https://tinypng.com/ for example. That can reduce the sprite size by more 50%. Just make sure to compare the result image with the original to see if there's a noticeable difference.

thetechgenius 08-29-2014 09:53 PM

OMG, this mod is insane! I can't believe how good this works, my site is lightning fast!

And I have a VERY custom style running on my forum, with a lot of addons and template modifications. Before it took 1-2secs to load, sometimes a bit longer depending on what as being sent or received from the server. With is mod installed, the pages load INSTANTLY, no matter what. Its so fast the browser loading bar can't even keep up. LOL.

Thank you for this mod! So far everything seems to be running correctly.

*INSTALLED & TAGGED*
If I could vote for MOTM, I would!


All times are GMT. The time now is 03:41 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
  • Page Generation 0.02202 seconds
  • Memory Usage 1,851KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete