vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - vB Enterprise Translator (https://vborg.vbsupport.ru/showthread.php?t=220886)

Sweeks 08-15-2009 01:24 PM

I have a slight problem and im not sure if Firefox is messed up, its as if the flag images arent being cached by FF for me:

Teen Forums

Look at the footer as you load the page each time it seems to reload the flag images.

NLP-er 08-15-2009 01:29 PM

Quote:

Originally Posted by elenh (Post 1867823)
The path is correct but the images are not showing...
PHP Code:

        $path '/vbenterprisetranslator_flags/'

The root folder of my forum is 'forum' i have try with that too but still not showing..

ALREADY RESOLVED IN 1.0.5


Actually it is:
Code:

        $path = '/vbenterprisetranslator_flags/';
        if ('/' != DIR) {
          $path = DIR.$path;
        }

Please give me link to your forum or at least leat me see html generated for flags.

NLP-er 08-15-2009 01:36 PM

Quote:

Originally Posted by basilrath (Post 1867857)
ok

plugin manager > vB Enterprise Translator - Flags

look for the codeline:

PHP Code:

 $path '/vbenterprisetranslator_flags/';
        if (
'/' != DIR) {
          
$path DIR.$path;
        } 

if your forum is like my path ie...........http://www.yoursite.co.uk/forum/vben...anslator_flags

then change code to this:

PHP Code:

 $path '/forum/vbenterprisetranslator_flags/';
        if (
'/' != DIR ) {
          
$path $path;
        } 


ALREADY RESOLVED IN 1.0.5


Hello :) I was hoping that this if clause will do it automatically. I want to set generic solution working for everyone without any editing. Byt my forum uses root directory and I dont have a possibility to test it. Can somebody set test forum with different directory, or give me access to existing one? I need access to admincp and ftp. Great thanks for someone who will be so kind :) It will alow me to fix it in next release :)

basilrath 08-15-2009 01:37 PM

just change to .........

PHP Code:

$path '/forum/vbenterprisetranslator_flags/';
        if (
'/' != DIR) {
          
$path $path;
        } 

fixes the issue

basilrath 08-15-2009 01:39 PM

i will set one up now

so the problem is global..... with no editing needed

NLP-er 08-15-2009 01:40 PM

Quote:

Originally Posted by chick (Post 1867865)
They are showing now, the issue is this and must be this below

$path = $path;

I don't get it :)

NLP-er 08-15-2009 01:41 PM

Quote:

Originally Posted by Sweeks (Post 1867872)
border="0" is deprecated, he should use the CSS alternative either like this for all of his sites images:

img {border:none;}

or add the a class to the flags and the following so it only applies to the flags images:

img.flags {border:none;}

:)

Even better :)

NLP-er 08-15-2009 01:46 PM

Quote:

Originally Posted by Sweeks (Post 1867875)
I have a slight problem and im not sure if Firefox is messed up, its as if the flag images arent being cached by FF for me:

Teen Forums

Look at the footer as you load the page each time it seems to reload the flag images.

Check does somesthing is sending header for no cache.

NLP-er 08-15-2009 01:47 PM

Quote:

Originally Posted by basilrath (Post 1867882)
i will set one up now

so the problem is global..... with no editing needed

ALREADY RESOLVED IN 1.0.5


Great thanks :):up: PM me details - I wil fix it once for all :)

jaconi 08-15-2009 01:51 PM

Quote:

Not translated save areas - if you need something to be not translated simply edit appropriate template and put it between <!--START vBET NOT TRANSLATED AREA--> and <!--END vBET NOT TRANSLATED AREA-->
What is the name of the template ?


All times are GMT. The time now is 09:57 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.03098 seconds
  • Memory Usage 1,754KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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