vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   how do you do this? (https://vborg.vbsupport.ru/showthread.php?t=39227)

Slynderdale 05-30-2002 07:44 AM

how do you do this?
 
How do you do the translation thing like on here? i know the html for it

PHP Code:

<table cellpadding="0" cellspacing="0" border="0">
<
tr><td>
<
font face="verdana" size="1"><b>Translate Thread:</b><br>
    <
select name="lang" onchange="window.location=('http://fets3.freetranslation.com:5081/?Url=$formattedurl&Sequence=core&Language='+this.options[this.selectedIndex].value)">
        <
option value="-1" selected>Please select direction:</option>
        <
option value="English/Spanish">English to Spanish</option>
        <
option value="English/French">English to French</option>
        <
option value="English/German">English to German</option>
        <
option value="English/Italian">English to Italian</option>
        <
option value="English/Norwegian">English to Norwegian</option>
        <
option value="English/Portuguese">English to Portuguese</option>
        <
option value="Spanish/English">Spanish to English</option>
        <
option value="French/English">French to English</option>
        <
option value="German/English">German to English</option>
        <
option value="Italian/English">Italian to English</option>
        <
option value="Portuguese/English">Portuguese to English</option>
    </
select></font></td></tr></table

my only problem is to format the url for it so ? is %2E and = is %3D and / is %3E
i tried this, but it doesnt work:
PHP Code:

$formattedurl=str_replace("?","%2E",$HTTP_HOST$REQUEST_URI);
  
$formattedurl=str_replace("/","%3E",$formattedurl);
  
$formattedurl=str_replace("=","%3D",$formattedurl); 


Mone' 05-30-2002 07:49 AM

I'd like to know too :)

Boofo 05-30-2002 08:36 AM

Translation Link

Check that out and if you still have problems with it, I have it working on my site.

This one's for you, too, Mone'. :)

Mone' 05-30-2002 02:20 PM

thx Boofo :)

Boofo 05-30-2002 02:24 PM

You're very welocme. :) BTW: Jump on the site when you get a minute and check out the Quick PM Reply Box and let me know what you think. I finally got it figured out and added a few things to it. Let me know if it looks familiar. :)

Slynderdale 05-30-2002 02:47 PM

Quote:

Originally posted by Boofo
You're very welocme. :) BTW: Jump on the site when you get a minute and check out the Quick PM Reply Box and let me know what you think. I finally got it figured out and added a few things to it. Let me know if it looks familiar. :)
Nice forums, that gives me some ideas for my quick reply box, im also gonna have a smilie panel on the side too

Boofo 05-30-2002 03:13 PM

Quote:

Originally posted by Slynderdale


Nice forums, that gives me some ideas for my quick reply box, im also gonna have a smilie panel on the side too

I'm still working on them as I'm sure you could tell by the lack of members. :) If you need any help with anything, don't hesitate to ask. I don't know a lot, but I have learned a few things from here. Also, I had the smilie box on the quick reply Box and took it off as the page was loading slower. That's why I just did the link to the smilie page. The page loads faster now and it does almost the same thing. Hope to see you around the board. :)


All times are GMT. The time now is 05:03 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.01050 seconds
  • Memory Usage 1,743KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete