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)

Johan Hiemstra 12-15-2011 03:03 PM

Quote:

Originally Posted by Popa Andrei (Post 2275185)
This looks like a lot of extra work?Cant this plugin be made to work without the TMS plugin since the TMS plugin its not even supported anymore?

I'm using it without TMS, made the changes from the diff manually, works great, and gives enough insight in the sprite and css to extend the sprite with custom (like CMS) icons manually. Making the changes manually takes maybe half an hour, it's just annoying to do it every update obviously (so vote for the hook Mooff mentioned in the post above). In any case, it's worth the effort.

CharlieDelta 12-15-2011 03:20 PM

Quote:

Originally Posted by Mooff (Post 2278017)
Osbes came up with a great idea to automatize the template changes, but we need a php-hook for it. He just started a jira-report on it. Please vote for that hook, so we can improve the addon:
http://tracker.vbulletin.com/browse/VBIV-13825

Cheers

Voted. :up:

fly 12-17-2011 03:59 PM

Quote:

Originally Posted by Popa Andrei (Post 2275185)
This looks like a lot of extra work?Cant this plugin be made to work without the TMS plugin since the TMS plugin its not even supported anymore?

Supported? It never was. However, its still available and is actively being developed.

edit: BTW, it looks like there was a change to the template for serach.png in the navbar in vB 4.1.9. Mod will probably need to be updated. If you're using TMS, just change the Search For text from:

Code:

<input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="(is_browser('ie') AND !is_browser('ie', 7) AND !is_browser('ie', 8))">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/>
To:
Code:

<input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="is_browser('ie') AND !is_browser('ie', 7)">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/>

K!nG 12-23-2011 12:32 AM

Hello,
I really need to install this on my site but i need to make sure is it going to work on 4.1.9 ??? Or is there any other mod which can perform same things as this one ???

Thanks in advance :)

rjmjr69 12-24-2011 07:51 AM

Quote:

Originally Posted by K!nG (Post 2280243)
Hello,
I really need to install this on my site but i need to make sure is it going to work on 4.1.9 ??? Or is there any other mod which can perform same things as this one ???

Thanks in advance :)

Works fine and see above your post Even works with newest beta

kizy 12-26-2011 08:47 PM

I thank you for your kind and being working hard. I appreciate it for all your works.
this is a great mod but I decide to uninstall the product and will check back later after my forum get reorganize...

I have a question, I did uninstall product + delete all uploaded files, but in my Style Variable Editor it still show the ImagePaths\imgdir_sprite\ images/sprites

Is there anything you can advise how to completely remove this imgdir_sprite in Sty Variable Editor

Regards,

Lazorbeam 01-12-2012 06:17 PM

This is a great addon, if it were developed further and updated you could easily sell it (please don't bash me people!).

Where custom icons are concerned; I don't understand why you would need to manually add them? I just added a custom icon without any addons, refreshed sprites, and everything worked fine. Although, I suppose this wouldn't help you add border images etc...

Anyone care to make a guide on how to get this working on CMS etc?

doctorsexy 01-12-2012 07:03 PM

Has anyone added more than 1 custom icon

Lazorbeam 01-12-2012 11:28 PM

Osbes' hook was implemented in 4.1.10!

Osbes 01-16-2012 08:48 AM

Hello,

big thanks for your support regarding the new hook!

I am currently working on this and will start within the next days the first live tests on our forum. When everything is working fine, Mooff or me will upload the updated version.

Since we are using a german vBulletin Suite, it will took some time, cause we need to wait for our final test until vbulletin-germany.com releases 4.1.10. And then it will took us a few days more, before we are installing the new version of vBulletin.

Currently, since our live forum runs on 4.1.8, i have to test the behavior by directly changing the /includes/class_core.php at the point, where will can use the hook with 4.1.10.

Best regards
Osbes

raymondblog 01-18-2012 09:53 AM

A quick question.
While I was manually making the changes, I found that some of the lines which I should removed has been updated.

For example, at pagenav template:

Change this:

Quote:

<span class="first_last"><a href="{vb:raw lastaddress}{vb:raw address2}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?<vb:else />&amp;</vb:if>page={vb:raw totalpages}</vb:if><vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase last_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw lastnumbers.first}, {vb:raw lastnumbers.last}, {vb:raw total}}">{vb:rawphrase last}<img src="{vb:stylevar imgdir_pagination}/last-{vb:stylevar right}.png" alt="{vb:rawphrase last}" /></a></span>
To this:

Quote:

<span class="first_last"><a href="{vb:raw lastaddress}{vb:raw address2}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?<vb:else />&amp;</vb:if>page={vb:raw totalpages}</vb:if><vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase last_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw lastnumbers.first}, {vb:raw lastnumbers.last}, {vb:raw total}}">{vb:rawphrase last}<span class="pagination_last" title="{vb:rawphrase last}"></span></a></span>
However, the original code has been updated to the following:

Quote:

<span class="first_last"><a href="{vb:raw lastaddress}<vb:if condition="$show['pagelinks']"><vb:if condition="$use_qmark">?</vb:if><vb:if condition="$use_amp">&amp;</vb:if>page={vb:raw totalpages}</vb:if>{vb:raw address2}<vb:if condition="$anchor">#{vb:raw anchor}</vb:if>" title="{vb:rawphrase last_page} - {vb:rawphrase results_x_to_y_of_z, {vb:raw lastnumbers.first}, {vb:raw lastnumbers.last}, {vb:raw total}}">{vb:rawphrase last}<img src="{vb:stylevar imgdir_pagination}/last-{vb:stylevar right}.png" alt="{vb:rawphrase last}" /></a></span>
Question is, should I replace the code or not?

Osbes 01-18-2012 11:48 AM

Hello raymondblog,

you are correct, the current replace-rules are not defined for vBulletin 4.1.10.

To gain the speedup using sprites you need to change the following part of the current original code:

Replace
Code:

<img src="{vb:stylevar imgdir_pagination}/last-{vb:stylevar right}.png" alt="{vb:rawphrase last}" />
with

Code:

<span class="pagination_last" title="{vb:rawphrase last}">
We are currently testing the upcomming version of our addon on our live forum for admins only (since we are doing virtual template edits, we can easily adjust our changes based on whatever we consider correct without actually changing the template) and in the next days, we will activate the virtual template changes for everyone.

Since vBulletin 4.1.10 is currently not available on vbulletin-germany.com, it will took at least 1-2 weeks until Mooff or me will upload the current version here, based on the assumption, that vBulletin 4.1.10 will be available within this week on the offi. german vBulletin site.

Best regards
Osbes

raymondblog 01-18-2012 12:14 PM

Thanks for the prompt response.

I actually found out that there were a few more that has been updated and require to manually update the code.

At least I understand the logic of this mod.

Love this mod, but hate TMS :P
I've actually installed this mod before but then removed because TMS was a little too confusing.
So I thought I should do it manually this time.

heartsglad 01-18-2012 02:25 PM

Hi,
I am interested in this Mod, but wanted to clear this question fist:
Can I Install it without installing TMS. If yes What changes in which template must I do? (I am Using VB 4.1.9 )

In downloaded folder "do_not_upload" I read Template changes file. The changes in that file were till Mod Version 0.7.1 . The latest MOD is 0.7.2.

Thanks in advance

Mfg,
Hearsglad

Osbes 01-18-2012 02:41 PM

Hello heartsglad,
first of all, if you currently doesnt use this addon, i would advise you to wait for our next version, assuming that you will updat yout forum to vB 4.1.10, since we requested a hook, which is implemented in vB 4.1.10 and gives us the possibility to automatically change the template without any manual changes or TMS needed.

If you dont want to wait and dont want to use the TMS, you need to make all the template changes that are listet in the "TEMPLATE_CHANGES" file in the "do_not_upload" folder. There are no changes for 0.7.2 since this version doenst introduces new changes but fixed some bugs.

So since you need to revert every of this changes for using the next version with its automatically changes, i advise you to wait until than. we are currently testing it in our live forum (see my last post), but we need to wait until vbulletin-germany.com releases vB 4.1.10 to make the last tests and upload it here.

Best regards
Sebastian

raymondblog 01-19-2012 09:16 AM

I've tried my best to replace the ones that are not exactly the same as in the diff file but near identical. However the ones below are not found at all. Any help would be much appreciated.

Quote:

Template: FORUMDISPLAY
396,397c395,396
< <dt><img src="{vb:stylevar imgdir_statusicon}/thread_new-16.png" alt="{vb:rawphrase new_posts}" /></dt><dd>{vb:rawphrase new_posts}</dd>
< <dt><img src="{vb:stylevar imgdir_statusicon}/thread-16-{vb:stylevar right}.png" alt="{vb:rawphrase no_new_posts}" /></dt><dd>{vb:rawphrase no_new_posts}</dd>
---
> <dt><span class="sprite_statusicon_thread_new_16" title="{vb:rawphrase new_posts}"></span></dt><dd>{vb:rawphrase new_posts}</dd>
> <dt><span class="sprite_statusicon_thread_16" title="{vb:rawphrase no_new_posts}"></span></dt><dd>{vb:rawphrase no_new_posts}</dd>
399,400c398,399
< <dt><img src="{vb:stylevar imgdir_statusicon}/thread_hot_new-16.png" alt="{vb:rawphrase more_than_x_replies_or_y_views, {vb:raw vboptions.hotnumberposts}, {vb:raw vboptions.hotnumberviews}}" /></dt><dd>{vb:rawphrase hot_thread_with_new_posts}</dd>
< <dt><img src="{vb:stylevar imgdir_statusicon}/thread_hot-16.png" alt="{vb:rawphrase more_than_x_replies_or_y_views, {vb:raw vboptions.hotnumberposts}, {vb:raw vboptions.hotnumberviews}}" /></dt><dd>{vb:rawphrase hot_thread_with_no_new_posts}</dd>
---
> <dt><span class="sprite_statusicon_thread_hot_new_16" title="{vb:rawphrase more_than_x_replies_or_y_views, {vb:raw vboptions.hotnumberposts}, {vb:raw vboptions.hotnumberviews}}"></span></dt><dd>{vb:rawphrase hot_thread_with_new_posts}</dd>
> <dt><span class="sprite_statusicon_thread_hot_16" title="{vb:rawphrase more_than_x_replies_or_y_views, {vb:raw vboptions.hotnumberposts}, {vb:raw vboptions.hotnumberviews}}"></span></dt><dd>{vb:rawphrase hot_thread_with_no_new_posts}</dd>
402,403c401,402
< <dt><img src="{vb:stylevar imgdir_statusicon}/thread_lock-16.png" alt="{vb:rawphrase closed_thread}" /></dt><dd>{vb:rawphrase thread_is_closed}</dd>
< <dt><img src="{vb:stylevar imgdir_statusicon}/thread_dot-16-{vb:stylevar right}.png" alt="{vb:rawphrase thread_contains_a_message_written_by_you}" /></dt><dd>{vb:rawphrase you_have_posted_in_this_thread}</dd>
---
> <dt><span class="sprite_statusicon_thread_lock_16" title="{vb:rawphrase closed_thread}"></span></dt><dd>{vb:rawphrase thread_is_closed}</dd>
> <dt><span class="sprite_statusicon_thread_dot_16" title="{vb:rawphrase thread_contains_a_message_written_by_you}"></span></dt><dd>{vb:rawphrase you_have_posted_in_this_thread}</dd>


Template: navbar
134c125
< <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="(is_browser('ie') AND !is_browser('ie', 7) AND !is_browser('ie', 8))">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search'). submit;" tabindex="100"/></span></span>
---
> <span class="buttoncontainer"><span><input type="submit" class="sprite_button_search searchbutton" name="submit" value="" tabindex="100"/></span></span>

## Version 0.6.0 ##

Template: FORUMHOME
128c128
< <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/legend.png" alt="{vb:rawphrase icon_legend}" />{vb:rawphrase icon_legend}</h3>
---
> <h3 class="blocksubhead"><span class="sprite_misc_legend" title="{vb:rawphrase icon_legend}" ></span>{vb:rawphrase icon_legend}</h3>



Template: memberaction_dropdown
5c5
< <img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" />
---
> <span class="sprite_siteicons_profile"></span>
12c12
< <img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" />
---
> <span class="sprite_siteicons_forum"></span>
20c20
< <img src="{vb:stylevar imgdir_siteicons}/message.png" alt="" />
---
> <span class="sprite_siteicons_message"></span>
29c29
< <img src="{vb:stylevar imgdir_siteicons}/blog.png" alt="" />
---
> <span class="sprite_siteicons_blog"></span>
38c38
< <img src="{vb:stylevar imgdir_siteicons}/homepage.png" alt="" />
---
> <span class="sprite_siteicons_homepage"></span>
47c47
< <img src="{vb:stylevar imgdir_siteicons}/article.png" alt="" />
---
> <span class="sprite_siteicons_article"></span>
56c56
< <img src="{vb:stylevar imgdir_siteicons}/add.png" alt="" />
---
> <span class="sprite_siteicons_add"></span>
65c65
< <img src="{vb:stylevar imgdir_siteicons}/email.png" alt="" />
---
> <span class="sprite_siteicons_email"></span>



## Version 0.5.0 ##

Template: FORUMHOME
131,134c131,134
< <dt><img src="{vb:stylevar imgdir_statusicon}/forum_new-16.png" alt="{vb:rawphrase new_posts_forum}" /></dt><dd>{vb:rawphrase new_posts_forum}</dd>
< <dt><img src="{vb:stylevar imgdir_statusicon}/forum_old-16.png" alt="{vb:rawphrase no_new_posts_forum}" /></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
< <dt><img src="{vb:stylevar imgdir_statusicon}/category-16.png" alt="{vb:rawphrase category_forum}" /></dt><dd>{vb:rawphrase category_forum}</dd>
< <dt><img src="{vb:stylevar imgdir_statusicon}/forum_link-16.png" alt="{vb:rawphrase link_forum}" /></dt><dd>{vb:rawphrase link_forum}</dd>
---
> <dt><span class="sprite_statusicon_forum_new_16"></span></dt><dd>{vb:rawphrase new_posts_forum}</dd>
> <dt><span class="sprite_statusicon_forum_old_16"></span></dt><dd>{vb:rawphrase no_new_posts_forum}</dd>
> <dt><span class="sprite_statusicon_category_16"></span></dt><dd>{vb:rawphrase category_forum}</dd>
> <dt><span class="sprite_statusicon_forum_link_16"></span></dt><dd>{vb:rawphrase link_forum}</dd>


Template: forumhome_subforumbit_nopost
2c2
< <img class="inlineimg" src="{vb:stylevar imgdir_statusicon}/subforum_{vb:raw forum.statusicon}.png" alt="" border="0" id="forum_statusicon_{vb:raw forum.forumid}" />
---
> <span id="forum_statusicon_{vb:raw forum.forumid}" class="inlineimg sprite_statusicon_subforum_{vb:raw forum.statusicon}"></span>


Template: forumhome_subforumbit_post
2c2
< <img class="inlineimg" src="{vb:stylevar imgdir_statusicon}/{vb:raw forum.imageprefix}subforum_{vb:raw forum.statusicon}-48.png" alt="" border="0" id="forum_statusicon_{vb:raw forum.forumid}" />
---
> <span id="forum_statusicon_{vb:raw forum.forumid}" class="inlineimg sprite_statusicon_{vb:raw forum.imageprefix}subforum_{vb:raw forum.statusicon}_48"></span>

Osbes 01-19-2012 09:23 AM

I am currently quite busy, therefor i can only give you a rather short answer for a problem that i sees immediately.

Template: forumhome_subforumbit_nopost
and
Template: forumhome_subforumbit_post

got merged by vBulletin to

Template: forumhome_subforums

###

Template: memberaction_dropdown
Seems to be in vBulletin 4.1.9 an i also found the icons (since i replaced them yesterday by our sprite). Dunno if they are missing in vBulletin 4.1.10 o are moved like the template forumhome_subforums, since - as you know - vB 4.1.10 is still not availible in vb-germany.com

Best regards
Sebastian

raymondblog 01-19-2012 11:13 AM

I just checked memberaction_dropdown and I believe the code to call the images are still there. However it is heavily modified and uses "class" to call the images.

Thanks, you guys deserves a donation from me. Let me try to get this sorted out first. Great job!

raymondblog 01-19-2012 12:02 PM

My forum @ http://www.raymond.cc/forum/

An update on the manual changes.
Some of them are not found because I manually removed the code because I found them unnecessary to load.

Now the only thing left is these codes which I couldn't figure it out how to make it work on my forum that is using a custom skin.

Quote:

Template: navbar
134c125
< <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search<vb:if condition="$stylevar['textdirection'] == 'rtl'">_rtl</vb:if>.<vb:if condition="(is_browser('ie') AND !is_browser('ie', 7) AND !is_browser('ie', 8))">gif<vb:else />png</vb:if>" name="submit" onclick="document.getElementById('navbar_search'). submit;" tabindex="100"/></span></span>
---
> <span class="buttoncontainer"><span><input type="submit" class="sprite_button_search searchbutton" name="submit" value="" tabindex="100"/></span></span>




Template: memberaction_dropdown
5c5
< <img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" />
---
> <span class="sprite_siteicons_profile"></span>
12c12
< <img src="{vb:stylevar imgdir_siteicons}/forum.png" alt="" />
---
> <span class="sprite_siteicons_forum"></span>
20c20
< <img src="{vb:stylevar imgdir_siteicons}/message.png" alt="" />
---
> <span class="sprite_siteicons_message"></span>
29c29
< <img src="{vb:stylevar imgdir_siteicons}/blog.png" alt="" />
---
> <span class="sprite_siteicons_blog"></span>
38c38
< <img src="{vb:stylevar imgdir_siteicons}/homepage.png" alt="" />
---
> <span class="sprite_siteicons_homepage"></span>
47c47
< <img src="{vb:stylevar imgdir_siteicons}/article.png" alt="" />
---
> <span class="sprite_siteicons_article"></span>
56c56
< <img src="{vb:stylevar imgdir_siteicons}/add.png" alt="" />
---
> <span class="sprite_siteicons_add"></span>
65c65
< <img src="{vb:stylevar imgdir_siteicons}/email.png" alt="" />
---
> <span class="sprite_siteicons_email"></span>

Gn_Snake 01-19-2012 01:56 PM

Quote:

first of all, if you currently doesnt use this addon, i would advise you to wait for our next version, assuming that you will updat yout forum to vB 4.1.10, since we requested a hook, which is implemented in vB 4.1.10 and gives us the possibility to automatically change the template without any manual changes or TMS needed.
Hello,
i am interested in this Mod, but i have installed vb4.1.10 and wait for the new version for this Mod.

You can find out when it happens?

Thanks
Alessandro

Osbes 01-19-2012 11:09 PM

Hello raymondblog,

below an example for the template changes of memberaction_dropdown for your site based on the profile link:

replace

Code:

<a class="siteicon_profile" href="http://www.raymond.cc/forum/members/hadylabna.html">
    View Profile
</a>

with

Code:

<li class="left"><span class="sprite_siteicons_profile"></span><a href="http://www.raymond.cc/forum/members/safeguy.html">
    View Profile
</a> </li>

for the navbar, replace

Code:

<input type="image" tabindex="100" onclick="document.getElementById('navbar_search').submit;" name="submit" src="images/styles/Aesthetica/buttons/search.png" />
with

Code:

<input type="submit" tabindex="100" name="submit" class="sprite_button_search searchbutton" style="border:0" />
Please note, that my replacements doenst include the vBulletin Template Tags. But i would advise you to use them.

Best regards
Sebastian

Osbes 01-19-2012 11:12 PM

Hello Gn_Snake,

vbulletin-germany.com released the german version of vB 4.1.10 about 5 hours ago. I think within one week we should be ready to upgrade our live forum and make the final tests with the new version. Shortly after this, we will upload the new version here.

Best regards
Sebastian

raymondblog 01-20-2012 02:21 AM

Thanks Obses! Got 99% of it working, except the search button.
Weirdly it shows the "Submit" text on top of the button.

https://vborg.vbsupport.ru/external/2012/01/6.gif

Osbes 01-20-2012 10:08 AM

Quote:

Originally Posted by raymondblog (Post 2290082)
Thanks Obses! Got 99% of it working, except the search button.
Weirdly it shows the "Submit" text on top of the button.

https://vborg.vbsupport.ru/external/2012/01/6.gif

in this case, add

Code:

value=""
as an attribute to the search button. it should look like

Code:

<input type="submit" tabindex="100" name="submit" class="sprite_button_search searchbutton" style="border:0" value=""/>
after the replace.

Bulbucan 01-20-2012 03:18 PM

I can't find gd-libary 2.0.36 - where to find it ? what's the libary name?

Osbes 01-20-2012 05:37 PM

Hello Bulbucan,

if you are using Debian, you can get the gd lib via your package manager (see http://packages.debian.org/de/squeeze/php5-gd for the needed package).

If you want some help, you need to give more informations about your system (OS, Webserver, Build-In Lib or not?).

Best regards
Sebastian

RedPoint 01-22-2012 04:19 PM

Tagged - wait for 100% 4.1.10 version

Rvl 01-23-2012 04:16 PM

i got this error for 320 icons: does not exist or is not readable.

how can i fix this. thanks a lot.

tbworld 01-24-2012 06:59 PM

Quote:

Originally Posted by Osbes (Post 2290031)
Hello Gn_Snake,

vbulletin-germany.com released the german version of vB 4.1.10 about 5 hours ago. I think within one week we should be ready to upgrade our live forum and make the final tests with the new version. Shortly after this, we will upload the new version here.

Best regards
Sebastian

Thank you, Really great work! Will give me a great base line to work with! Even though there was much to do to make it work, it was sure worth it. Again thanks for all you put into it. PS: Anything I had to do was nothing if I had to do the same thing from scratch. Just wanted you to know my comment above was not a complaint. I have been a programmer for many many years, users do not complement they critique. Hang in there! :)

Robru 01-28-2012 11:35 AM

This is a fantastic mod, thanks!! :)

mradlin 01-29-2012 08:34 PM

Any word on when this will be out of Beta for release?

Mooff 01-29-2012 10:43 PM

Think of it more as a perpetual beta. Not in terms of critical errors which might show up (those are very unlikely) but in terms of new parts of the software where the addon will support sprites in the feature.

f.e. the first versions included forumhome, then came forumdisplay and the (never released 0.8 alpha, which was running for quite a while on our live board) included showthread.

Now we are running a 4.1.10 version which does utilize the 4.1.10 hook and are currently adding new icons (forumhome is done afaik). We are not sure yet which name or version number the new release will have. If we switch to the way firefox or chrome do things we might as well name it 4.x :p

raymondblog 02-01-2012 03:09 AM

@Osbes & Mooff: I've sent you both PM about CSS sprite related project. Please check.

Hendrizius 02-04-2012 09:07 PM

Excellent mod. Vbulletin, please integrate this by default....

Popa Andrei 02-05-2012 12:08 AM

it is not recommended to be integrated since its making conflicts with other plugins

Osbes 02-06-2012 02:23 PM

Hello Popa Andrei,

i think i missed your post (i just read it after searching) regarding the "forum advaced icons".

I will glady look into this matter, but can you please tell me the exakt name of this addon, so i can check what the problem is?

Best regards
Sebastian

chatpalace24 02-06-2012 08:25 PM

This addon destroy the adminarea of TMS. Nothing else Installs : TMS and this addon on 4.1.10 Suite. Sprites generated but after that i cant use my TMS Admin Area- Why ever...i see a White page with Binary signs like a Picture ...

Osbes 02-06-2012 08:47 PM

Hello chatpalace24,

this is really weird. Since basically this addon just creates images (the sprites) and the corresponding css files, which are all additional files, i cant explain any interaction between our plugin and the TMS Admin Area.

I will try to reproduce this if possible to see what TMS does and to make sure, if this is a problem between our addon and TMS or just TMS themself.

Which version of TMS are you using? 1.1.5 or 1.2.0 beta 4?

Best Regards
Sebastian

chatpalace24 02-07-2012 06:45 AM

Using the 1.2.0 beta 4 of TMS.
Hmm, i will it on one of my other Servers. Give you feedback after testing around.

Osbes 02-07-2012 07:20 PM

Hello chatpalace24,

i couldn't reproduce your problem.

I see two options at this moment:
  1. You can wait until the next version, which didnt need TMS anymore
  2. or you provide an access to your TMS Admin Area, where i can look at the problem myself

I won't release the upcomming version within this week, but i hope we can release it within next week.

Best regards
Sebastian


All times are GMT. The time now is 02:02 PM.

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.01845 seconds
  • Memory Usage 1,897KB
  • 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
  • (10)bbcode_code_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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