ZPFocus cant log in

24

Comments

  • thanks
  • Hello acrylian,
    no, the themeupdates from fretzl had some problems in the gallery,
    there are no pictures shown.
    The problem are the classes that i deleted at album.php
    when it runs, the albumthumb is shown as every second picture
    and the pictures are all over the screen.

    Perhape fretzl can have a look about that.

    p.s. download from unssuported - master 5 minutes ago
  • p.s.
    slideshow works
  • fretzl Administrator, Developer
    Just so we are on the same page... ;-)

    In your initial post you said that you use version 1.4.8
    When I look at the source code I see version 1.4.5.7

    There are huge differences between those releases.
    And meanwhile we are on 1.4.9

    What's working for me is 1.4.9 and the zpFocus theme you just downloaded from the "Unsupported" repository.

    So, as always, please upgrade to the latest Zenphoto release.
  • fretzl Administrator, Developer
    I just added the `gslideshow` plugin to the "Unsupported" repository.
    zpFocus is coded to use it if available (instead of the optional colorbox slideshow)
    It is not up-to-date but still works in 1.4.9.
    You may want to give it a try.
  • True, at first I was using 1.4.8 but then I returned to 1.4.5.7 to see if an older version may not have so many problems with the Theme.
    I'll upgrade to 1.4.8 .
  • I need help again .
    I want to expand the menu to the point " Links " .
    Select the menu item I've already added . What I refer to the page ? Something like that .. with getCustomPage " Links " ?

    download Unsuported still running
  • fretzl Administrator, Developer
    The easiest would be to create a zenpage-page with title-link "links" and then place this code where you want it in your menu (in inc-header.php)
    `<?php printPageURL('Links', 'links'); ?>`

    Also see http://www.zenphoto.org/documentation/plugins/zenpage/_zp-extensions---zenpage---zenpage-template-functions.php.html#functionprintPageURL
  • Hello fertzel,
    thanks for the code.
    there are problems with the album.php:
    Line 64 : change to $show='';
    Line 108: delete ?>
    then the Album is show but without images.
    please have a look on the clases:
    from line 78 to 102

    please change all getAlbumURL to getAlbumLinkURL

    even in the Galery.php
    the trouble in the album are the clases
  • please delete line 80 to 85 and it runs.
  • you cant log in because there is missing the field "name"

    please change:

    template-functions.php line 4243:
    $_password_showuser = NULL changed in
    $_password_showuser = true

    or can this changed in the theme?
  • fretzl Administrator, Developer
    Not sure what is happening. Looks like the theme is not properly copied into your installation. There should be no need to apply all these changes...again.
    The best way is to delete the current theme, download the entire repository (no other way unfortunately) and then put the "new" theme in your `themes` folder.

    The function `getAlbumLinkURL()` has been deprecated since 1.4.6
    You should use `getAlbumURL()` instead.
    There should be no errors using `getAlbumURL()` if you really use the official 1.4.8 release.
    you cant log in because there is missing the field "name"

    Please, never change core files!
    Go to Admin -> Options -> Security -> check User name

    There is a missing closing `` after the "ARCHIVE" link.

    My guess is that you either copied/pasted only parts of the release and theme to suit your needs or that things went wrong trying to overwrite file/folders.
    Please always install the latest complete release and/or themes and first delete "old" files/folders.

    It makes it very difficult for us to give support if things are messed up or not up-to-date

    Note that version 1.4.9 is available for some time now.
  • fretzl Administrator, Developer
    please delete line 80 to 85 and it runs.
    Line 82 (and line 93) indeed broke the layout.
    That is fixed now.
  • Hello fretzl ,
    all done.
    1.4.9 installed , theme again just uploaded all plugins .
    As before , I can not sign in because the field for the user is missing . the field for the password but will be displayed.
    if you click on the gallery , the tagline displays additional characters .
    I let the time now so , so you may look at the short
  • acrylian Administrator, Developer
    That's also a theme issue. You can always get the full login form by visitin `yourdomain.com/admin`.
  • the theme has
    <div class="post"><?php printRegistrationForm(); ?></div>
  • when the template-functions.php line 4243:
    changes, it works
  • there will be several users work on the site.
    this must shown.
    Ill change the template from now during every update.
    is no problem
  • acrylian Administrator, Developer
    The registration `printRegistrationForm()` and the password `printPasswordForm()` are two different things. Anyway, you never change anything in core files, instead you modify the parameters of the function call in your theme (EDIT: Or change options like fretzl said ;-)). I think we told about that before and you really should think of that.
  • fretzl Administrator, Developer
    Did you try what I mentioned above?:

    Go to Admin -> Options -> Security -> check User name
  • yes, this is aktiv
  • tested the
    user-login-logout
    set none, formular, colorbox
    no changes
  • password.php has
    <?php printPasswordForm($hint); ?>
  • inc-header says:

    case 'password.php':
    $zpfocus_metatitle = gettext('Password Required').' | '.getBareGalleryTitle();
    $zpfocus_metadesc = truncate_string(getBareGalleryDesc(),150,'...');
    break;
  • fretzl Administrator, Developer
    What you see in `inc-header` has nothing to do with it.

    Sorry but I don't have clue. It works for me.
  • hello together,
    have again tryed some, but the name does not appear .
    Nevertheless, I would like to again thank you and acylian for your work and your commitment.
    rgds
    kalli
  • fretzl Administrator, Developer
    ...the tagline displays additional characters
    That should be fixed now.
  • Hello fretzl ,
    many thanks.
    I have still one question.
    the gslideshow I have the plugins . is the recognized automatically or do I have somewhere still specially Enter . In the admin section at the plugins I can not find the gslideshow
  • acrylian Administrator, Developer
    Did you install it in /plugins and enable it?
  • I have loaded it to the plugin folder, but i cant find it at the admin -->plugins -->all
Sign In or Register to comment.