Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Hello,

    Is it possible to show only the album name rather than the entire breadcrumb trail in the large thumbnail view? I do not need the album name to be a link, since we use the jump menu. All it needs to do is indicate, in the absence of the entire breadcrumb list, which album visitors are viewing in large photo view.

    You can see the example here;

    http://www.beitrayim.org/global/scripts/plogger/galleries/casino_fundraiser_2005/186-8663_img.JPG

    where I tried using the generate_header() function which doesn't return the correct information.

    In general, I modified the code so that the heading table is different at the album level (~lines 328-465) and picture level (~lines 88-212). There seems to be a precedence problem where functions that return codes at the album level do not return any codes at the picture level. I have no PHP training and modified the code just based on following the $output .= statements to see where html code was being generated.

    Any help would be appreciated given my limited knowledge of PHP.

    Thanks,

    Brian
  2.  
    I did find this reference:

    http://www.plogger.org/forum/comments.php?DiscussionID=74&page=1#Item_0

    but it depends on the generate_title () function which is not in my version of gallery.php (downloaded last week).

    Would anyone be willing to email me this particular code?

    Thanks,

    Brian