Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - HansBr

Pages: [1]
1
Hello,
I've a problem using lang_date in the thumbnail_bit.html file. When it is in details.html it correctly resolves from eg.
Code: [Select]
<td valign="top" class="row1"><b>{lang_date}</b></td>to
Code: [Select]
<td valign="top" class="row1"><b>Datum:</b></td>.

But in thumbnail_bit.html when I write
Code: [Select]
<b>{lang_date}</b> {image_date}<br />I get
Code: [Select]
<b></b> 04.04.2009 16:55<br />So lang_date is not resolved at all.

What am I doing wrong?

2
Hello all,

is there a opportunity to allow users to change the category of their images after uploading? Something like a category_dropdown in the member_editimage.html template.
How do I get this to work?

I'm using 4images 1.7.6.

Thanks,
  Hans

Ps.: Sorry if this has been asked before, the search function gives me lots of results, but AFAIKS nothing relevant.

Pages: [1]