Loading...
 
Features / Usability

Features / Usability


Cannot load site logo & thumbnail on Tiki 18.3

posts: 210

Hi,
I am a little puzzled. I wanted to change the fixed logo & thumbnail to something that can be updated more easily, loading from a gallery. And although the documentation of Look & Feel says images can be loaded via standard TikiWiki syntax, my attempts have failed to load an Image either from the image gallery or the file gallery, so both
img id=15 and fileId=14 in proper brackets failed. Any tips?

Thanks
Hman

posts: 8633 Israel
hman wrote:

Hi,
I am a little puzzled. I wanted to change the fixed logo & thumbnail to something that can be updated more easily, loading from a gallery. And although the documentation of Look & Feel says images can be loaded via standard TikiWiki syntax, my attempts have failed to load an Image either from the image gallery or the file gallery, so both
img id=15 and fileId=14 in proper brackets failed. Any tips?

Thanks
Hman


Hello,

Not sure about Tiki18.3, on Tiki20 it work with "display15".
If not try "dl15&display" or "dl15&preview" (not sure which one should work).

posts: 210
Bernard Sfez / Tiki Specialist wrote:

Hello,

Not sure about Tiki18.3, on Tiki20 it work with "display15".
If not try "dl15&display" or "dl15&preview" (not sure which one should work).


Thanks, that helps. Found the solution:
tiki-download_file.php?fileId=14
That works. But this means the documentation is wrong. On the Look & Feel page it says " or the syntax to display an image in a Tiki gallery". The syntax to display Images from a gallery would have brackets around!