baseportal
Start

baseportal message board

Welcome to the baseportal message board...

Please read the FAQ.

 
 Selected message: To the list 
    Message from Christoph Bergmann on 4/24 2003, 18:26 +01:00
    EMail: info@baseportal.de

    Re: Thank You page// Pictures// Input required//Other languages


      > Hallo Christoph Bergmann!
      > Vielen Danke fur Ihr Answort :)
      > (Sorry I cannot continue in German :(

      ;-) you gave it a try ;-) (I wanted to say "the attempt counts" but I'm not sure this is a correct english phrase)


      > 0. However, is it possible to actually transfer the end users to a new page, without the input entries, of maybe others?

      Yes. There are different possibilities the easiest is probably:

      <perl>
      if($cmd eq "add")
      {
      put;
      $_header="Location: http://....any_address....\n\n";
        $_get{cmd}="";

      }
      </perl>


      > 1. Is it possible to add pictures to the webpage? How?

      To the webpage? Or to the database? To the webpage: Just insert <img src="..."> anywhere in the code. To the database: Well, the same ;-) Just insert <img src="..."> in any field ;-)

      In the rent version (which is not available in english, sorry :-( ) and in the purchase version there is a special "upload" field which allows to upload pcitures and other files very easily...


      > 2. I have noticed that we can "force" users to enter number data inputs, can we do this "input required" for other fields?

      Unfortunately not directly in the fields definition (like with the field "Number") - this will come in coming versions... Right now you have to program it for yourself. Looks a bit like the code above: ;-)

      <perl>
      if($cmd eq "add")
      {
      if($_put{Field} eq "")
      {
           out "Please insert something in <i>Field</i>...";
          $_get{cmd}="";
        }

      }
      </perl>


      > 3. I would like to put the same entries in different languages (Spanish and German). Do I have to register in your Spanish site as well or is there any way to change the language within the same database?

      You can switch the language of the output of the database with "language=es" to spanish (or german, french, italian, turkish, japanese, chinese etc. ;-)) ), like this:

      <do action=all language=es ...other parameters...>

      > 4. Is there any way to change other settings (e.g. tabs on the top, etc)?

      Please take a look at the parameters documentation: http://baseportal.com/doku/index.html#a54

      But you can define an arbitrary output of your database with <loop>, like this:

      <loop>
      <b>$Name</b> - $Age - $Car<br>
      </loop>

      ;-)

      > I have some experience with html, but perl is very new to me...

      You will see that its pure fun to learn it with baseportal ;-))

    Your reply:

    Name: EMail: WWW:
    Subject:
    Text:
    Timezone:

    Post a new message


 All messages from this thread: To the list 
    Message from PhoneTutors on 4/24 2003, 10:17 +00:00
    EMail: baseportal@londonhometutors4.every1.net WWW: www.PhoneTutors.com

    Thank You page// Pictures// Input required//Other languages


      Hallo Christoph Bergmann!
      Vielen Danke fur Ihr answort :)
      (Sorry I cannot continue in German :(
      Anyway, many thanks for your very quick answer...
      IT WORKS :)

      0. However, is it possible to actually transfer the end users to a new page, without the input entries, of maybe others?

      I have also other qns, I write them here so other users can read your answers.

      1. Is it possible to add pictures to the webpage? How?
      2. I have noticed that we can "force" users to enter number data inputs, can we do this "input required" for other fields?
      3. I would like to put the same entries in different languages (Spanish and German). Do I have to register in your Spanish site as well or is there any way to change the language within the same database?

      4. Is there any way to change other settings (e.g. tabs on the top, etc)?

      Thank you very much for your answers.

      I have some experience with html, but perl is very new to me...
     Post a reply

    Message from Christoph Bergmann on 4/24 2003, 18:26 +01:00
    EMail: info@baseportal.de

    Re: Thank You page// Pictures// Input required//Other languages


      > Hallo Christoph Bergmann!
      > Vielen Danke fur Ihr Answort :)
      > (Sorry I cannot continue in German :(

      ;-) you gave it a try ;-) (I wanted to say "the attempt counts" but I'm not sure this is a correct english phrase)


      > 0. However, is it possible to actually transfer the end users to a new page, without the input entries, of maybe others?

      Yes. There are different possibilities the easiest is probably:

      <perl>
      if($cmd eq "add")
      {
      put;
      $_header="Location: http://....any_address....\n\n";
        $_get{cmd}="";

      }
      </perl>


      > 1. Is it possible to add pictures to the webpage? How?

      To the webpage? Or to the database? To the webpage: Just insert <img src="..."> anywhere in the code. To the database: Well, the same ;-) Just insert <img src="..."> in any field ;-)

      In the rent version (which is not available in english, sorry :-( ) and in the purchase version there is a special "upload" field which allows to upload pcitures and other files very easily...


      > 2. I have noticed that we can "force" users to enter number data inputs, can we do this "input required" for other fields?

      Unfortunately not directly in the fields definition (like with the field "Number") - this will come in coming versions... Right now you have to program it for yourself. Looks a bit like the code above: ;-)

      <perl>
      if($cmd eq "add")
      {
      if($_put{Field} eq "")
      {
           out "Please insert something in <i>Field</i>...";
          $_get{cmd}="";
        }

      }
      </perl>


      > 3. I would like to put the same entries in different languages (Spanish and German). Do I have to register in your Spanish site as well or is there any way to change the language within the same database?

      You can switch the language of the output of the database with "language=es" to spanish (or german, french, italian, turkish, japanese, chinese etc. ;-)) ), like this:

      <do action=all language=es ...other parameters...>

      > 4. Is there any way to change other settings (e.g. tabs on the top, etc)?

      Please take a look at the parameters documentation: http://baseportal.com/doku/index.html#a54

      But you can define an arbitrary output of your database with <loop>, like this:

      <loop>
      <b>$Name</b> - $Age - $Car<br>
      </loop>

      ;-)

      > I have some experience with html, but perl is very new to me...

      You will see that its pure fun to learn it with baseportal ;-))

     Post a reply
     

 Messages from 3150 to 3300: To the input form 
<< Newest messages | < Newer messages | To the input form | Older messages > | Oldest messages >>


Back to the homepage

© baseportal.com. All rights reserved. Terms of use



baseportal.com