Topic: More than one thumbnail displayed on the same line?

Is it possible to display two (or more) thumbnails on the same/one line??  I know I can put one thumbnail in 'description' input, and another in 'more' input, but these display as two lines.  I was hoping to position a number of thumbnails on the same line.  Thanks

Re: More than one thumbnail displayed on the same line?

Yes - it is possible

If you take a look here : http://www.bramminginfo.dk/kalb447401/index.php
In the event 8. feb. I have made an event with 3 thumbnails aside.
In the event they are placed on the same line.
You will see them aside both when hovering the event, and when viewing the event.

If it is in the display you mean, then you could use display1.

In display1 it is possible to have 2 thumbnails on same line.

If you put the one thumbnail in extratext1 and the other in extratext 2, then youwill have the one thumbnail to the left - then the text and then the 2. thumbnail to the right.

Re: More than one thumbnail displayed on the same line?

Many thanks for the prompt reply.  Your Feb 8th example is exactly the thing I'm trying to do.  But …. what is the separator between the thumbnail names [tn.ext .. ?? .. tn.ext] in the description box ?? I can have two thumbnails in the description box :-
tn.ext
tn.ext
… again show on different lines.
I'm sure it's obvious - to everyone - except me (alas).

Regards

Re: More than one thumbnail displayed on the same line?

There is no separator other than space.
The easiest way is :
Open the event window. In the description box you write the text you want.
Then when it comes to the thumbnails : Still with the event-window open, then click on the thumbnail in the dropdown. You should then see some thumbnails.
Left-click on one of them. Pressing ALT+TAB you go back to the event-window. Place the cursor where you want the image to be. CTRL+V to insert the thumbnail. Then ALB+TAB to go back to the thumbnails. Pick another thumbnail .... and so on.

If you insert the thumbnails on the same line ( no RETURN) then you should see them on the same line.
It is actually not the thumbnails you insert, but the name - the calendar will convert the name to an image when viewed in the event.

Re: More than one thumbnail displayed on the same line?

Again .. thanks ... I do appreciate the help.  I do exactly as you say - but the icons appear one over the other (2 lines) - not side by side.  Very strange  ??

Re: More than one thumbnail displayed on the same line?

Which version are you using?

Was it possible that you contacted me via the calendarforum : http://calendarforum.dk/contact.html
You could then create a user that had access to own events - and then send me the login details - not here - in the contact-form.

I could then log on and try in your calendar. My testcalendar is a beta of the latest version.

Re: More than one thumbnail displayed on the same line?

Hi Doss and John,
I had a careful look and it appears that when on the Settings page, under Views, "Show images in month view" is not checked, then in the hover box with event details, thumbnails are shown next to each other, which is fine. However, if "Show images in month view" has been checked, in the day cells in Month view the images are shown under each other.
Don't ask me why hmm
To solve this, edit the file "views/month.php" and
change line 49 from . . .

  foreach ($imgs as $img) { echo $img[0]."<br>"; }

to . . .

  foreach ($imgs as $img) { echo $img[0]; }

In other words: delete ."<br>"

Now the thumbnails will be shown in line (if they are not too wide and fit).

Roel

PS. I will change this is the next calendar version.

Re: More than one thumbnail displayed on the same line?

That has fixed it. Many thanks to you both for finding the little devil and making me happy.  Best wishes, John.