Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 4 of 4

Thread: "aminiwerting" hidden element created by vBET that breaks style

  1. #1

    Exclamation "aminiwerting" hidden element created by vBET that breaks style

    It seems that vBET creates this hidden element

    Code:
    <span style="visibility: hidden;">aminiwerting</span>
    which makes me unable to design my footer the way I like it.

    What is the reason for this line?
    How do I remove it?

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Please just remove this. We already had this notice for vBET 3.x version, but miss it in next release (too early stet 'closed' status).

    To remove:
    1. Edit file /includes/vbenterprisetranslator_functions_hooks.php
    2. Remove:
    PHP Code:
    if (THIS_SCRIPT == 'index' && !isset($_REQUEST['language'])) {
    $footer .= '<span style="visibility:hidden;">aminiwerting</span>';          


  3. #3

    Default

    Text automatically translated from: German to: English
    Translated text
    Ahh perfect.

    Now my new footer looks nice and clean: Patientenfragen.net - we've got answers

    Thanks
    Original text

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    OK - we have solution for that. It will be included in next release. According to code notes this part is helpful for us for diagnostic purposes (helps sometimes in case of issues to find out does it is templates thing or not). So code will stay, but will have changed style (to: display:none;) and will have absolutely no impact on layout

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •