Search:

Type: Posts; User: navaldesign

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    6,720

    Re: Problems with ABVFP forms

    Illegal form submission means that the URL of the form is different from the URL declared in the ABVFP control panel.
    In many cases there is a missing www (example: the page URL is...
  2. Replies
    4
    Views
    1,251

    Re: Listbox not allowing multiple selections

    Please add [] (opening and closing square brackets) to the listbox / combobox name.
  3. Replies
    58
    Views
    207,396

    Sticky: Re: How to Edit a Form

    Please replace the code with the following:

    <?PHP
    $mailto = "prideoftexasfestival******.com";
    $email = $_POST['email'];
    if ($email == "") {
    $email = $mailto;
    }
    $mailsubj = "Pride of Texas...
  4. Replies
    58
    Views
    207,396

    Sticky: Re: How to Edit a Form

    What's the PHP code in the "Thank_You_for_Registering_for_2014.php" page ?I can't say what the issue is until I see the PHP code in that page (which processes the form).
  5. Re: Form is not working properly to get to Success Page

    Remove the code
    <linkrel="shortcut icon"href="favicon.ico">
    that you have added in Page HTML, Start of Page. Place it in "Between Head" instead.
  6. Replies
    13
    Views
    5,348

    Re: How to password protect a page?

    The tutorial is rather outdated, but still valid for most parts: http://www.vodahost.com/vodatalk/bluevoda-general-issues/55281-bv-built-login-system-tutorial.html
  7. Replies
    8
    Views
    6,455

    Re: Add HTML to my website

    Between head tag.
  8. Replies
    8
    Views
    6,455

    Re: Add HTML to my website

    The Google + button should be placed in a HTML box (although sometimes you also need some code in the <head>...</head> Page code.

    The code in red seems to be Javascript, but seems incomplete to...
  9. Replies
    8
    Views
    6,455

    Re: Add HTML to my website

    Open your page in BV. Right click anywhere on a blank space of the page and select Page HTML
    Then click on the "Between <head> ..</head> tag and paste the code in the lower window.
    Exit, save and...
  10. Replies
    4
    Views
    2,259

    Re: Form data into a CSV or data file

    The built in form processor can store form data in a CSV file, which you can download and use in Excel.
  11. Replies
    289
    Views
    128,206

    Sticky: Re: Advanced BlueVoda Form Processor 2

    You can use phpMyAdmin, available through your c-Panel (database section)
  12. Replies
    4
    Views
    6,218

    Re: changes to php.ini file

    Please submit a support ticket to have the help desk people fix it.
  13. Re: how to create LOGIN please help me im first timer to create

    Do you have a VodaHost hosting account ?
  14. Re: Photo names are being Re-named after publishing.

    Images will be published with the original name if used as they are. If, instead, you add effects (shadows, frames etc) then a new image is generated and BV assigns the standard bv_imgxxx or bv0xxx...
  15. Re: how to create LOGIN please help me im first timer to create

    Please read the tutorial : BV’s new built in Login system – a brief tutorial.
  16. Re: Whatever I submit on my form I get 'thankyou'

    You have NOT added validation to your fields.

    And as I said, the error page will ONLY display in particular cases. Normally the validation will display a popup with an error message.
  17. Re: Whatever I submit on my form I get 'thankyou'

    Please note that the error page will ONLY appear if (not your case) a user enters a wrong captcha value OR if he enters an email address that is not a valid email address (not meaning true but...
  18. Replies
    12
    Views
    5,064

    Re: Auto Logout

    No, just put a link to the login page.
    To automatically be logged out after a ceratin time period you would need to modify both the login page code AND the Protect Page code that exists in all...
  19. Replies
    12
    Views
    5,064

    Re: Auto Logout

    If this is what you want, there is a simple solution:

    1. Make the "public" pages php

    Add in all public pages, in Start of Page, the following code:

    <?php
    session_start();...
  20. Replies
    12
    Views
    5,064

    Re: Auto Logout

    What I'm saying is that someone that already has the login details, can login in at any time again. So what you are asking is meaningless.
  21. Re: Changing the admin password in the Log-in System

    It IS as simple as you described, BUT when you publish the Admin page make sure you select "Publish all files" so that the script in the backend also gets published with the new pasword.
  22. Re: Edits made in one bluevoda page show up in multiple pages after publishing

    This usually happens when you create your pages using the Save As comand to create a new page from an existing one.
    Since all objects have the same IDs, when you modify one in one of the pages, and...
  23. Replies
    12
    Views
    5,064

    Re: Auto Logout

    What I'm saying is that there is no reason why one of these "trusted" members should be logged out automatically, if, while visiting the members only pages, they also visit (among them) also a...
  24. Re: Why is BVP sourcefile now uploaded to public_html folder on server?

    The main reason is backup: SO MANY users complain that they lost their pages due to computer crash....
    However, you can disable the server backup, if you don't want it, through Tools ->Options ->...
  25. Replies
    12
    Views
    5,064

    Re: Auto Logout

    No, there isn't such a feature. BUT, why should a member be logged out just because he visited a "public" page ???
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4