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 11:23 AM

Thanks for the update, I dont seem to be getting messed up templates now :D

One slight problem, with URL tracking on I have a small problem where once translated I cant get back to the primary language as it translates to a different language.

jaconi 08-15-2009 11:23 AM

Quote:

Originally Posted by elenh (Post 1867800)
Flags are not showing.. but very nice addon!

Can you edit in CP
EP translator flags
$path = your directory where you uploaded flags ;)

Sweeks 08-15-2009 11:29 AM

Quote:

Originally Posted by jaconi (Post 1867792)
So here everything is fine and working :)

still one question , because i'm not a coder or something :eek:

if i want no border around the flags , wich code ( no border ....) must i have , and were to place it ?

Best regards a happy guy :)

Ps : i use version 3.8.4 & 1.4zip
(i did clean install !)

Try adding this to your styles additional CSS at the bottom:

Code:

img {border:0;}

jaconi 08-15-2009 11:48 AM

Quote:

Originally Posted by Sweeks (Post 1867811)
Try adding this to your styles additional CSS at the bottom:

Code:

img {border:0;}

Thanks !!
is working !

elenh 08-15-2009 11:56 AM

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..

jaconi 08-15-2009 12:05 PM

Code:

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

that should be working
it's working here

elenh 08-15-2009 12:10 PM

PHP Code:

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

still not showing the flags.. :(

basilrath 08-15-2009 12:13 PM

Quote:

Originally Posted by jaconi (Post 1867828)
Code:

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

that should be working
it's working here


no flags here either ...... wheres the php code to change the $path

chick 08-15-2009 12:29 PM

My path is /home/name/public_html

I have them there and additionally inserted the folder elsewhere too on the hope they would show..... and still not showing.

basilrath 08-15-2009 12:30 PM

the problem is within the product xml

the paths need changing


All times are GMT. The time now is 01:08 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.01831 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)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