• Page 2 of 2
  • «
  • 1
  • 2
uCoz Community » uCoz Modules » File Catalog, Site Catalog, Publisher, Ad Board, Online Games » images doesn't upload in ad board
images doesn't upload in ad board
Sunny
Posts: 9296
Reputation: 456

Message # 16 | 11:46 AM
Iorga805S, the problem is in your "Entry adding/editing page" template since the uploading works fine with the default template. You need to find where the error is.
I'm not active on the forum anymore. Please contact other forum staff.
Iorga805S
Posts: 45
Reputation: 0

Message # 17 | 4:32 PM
Sunny, the problem was in the templates of "Entry adding/editing page", like you said. Thanks everyone!
Urs
Posts: 303
Reputation: 4

Message # 18 | 11:36 AM
Quote Sunny ()
Iorga805S, the problem is in your "Entry adding/editing page" template since the uploading works fine with the default template. You need to find where the error is.


I have the same problem.
Can't find the problem in Entry adding/editing page !

Test : http://thassos.ucoz.com/board....-1-0-35

Added (2015-06-24, 11:36 AM)
---------------------------------------------
Do i have to manually insert on each entry the img code for it to work :

$IMAGE1$ $IMAGE2$ $IMAGE3$ $IMAGE4$ $IMAGE5$ $IMAGE6$ $IMAGE7$ $IMAGE8$ ?

Or can this be added somewhere else globally so that it will show at the end of each entry ?

Can you make the screenshot (not image) appear near the title of the entry like here : http://www.go-thassos.gr/visiting-thassos/hotels/all/deals ? (for main page, section and categories)

$MFORM_$ doesn't work in ad board section (HTML) ? (meaning i can't add a contact form in the ad board)

Thassos Island Portal :
https://thassos.one
Post edited by Urs - Wednesday, 2015-06-24, 1:24 PM
Sunny
Posts: 9296
Reputation: 456

Message # 19 | 4:19 PM
Quote Urs ()
I have the same problem.
Can't find the problem in Entry adding/editing page !

Test : http://thassos.ucoz.com/board....-1-0-35


How many images are there attached to the entry?

Quote Urs ()
Do i have to manually insert on each entry the img code for it to work :

$IMAGE1$ $IMAGE2$ $IMAGE3$ $IMAGE4$ $IMAGE5$ $IMAGE6$ $IMAGE7$ $IMAGE8$ ?

Or can this be added somewhere else globally so that it will show at the end of each entry ?


Sure, you can do this globally in 'Appearance of entries' and/or 'Page with full entry text and associated comments' templates with the codes $IMG_URL1..10$.

Quote Urs ()
Can you make the screenshot (not image) appear near the title of the entry like here : http://www.go-thassos.gr/visiting-thassos/hotels/all/deals ? (for main page, section and categories)


Yes, possible. You will need to customize the 'Appearance of entries' template and you can use the code $IMG_SMALL_URL1..10$

Quote Urs ()
$MFORM_$ doesn't work in ad board section (HTML) ?


Are you trying to add it to a template or to an entry?

I'm not active on the forum anymore. Please contact other forum staff.
Urs
Posts: 303
Reputation: 4

Message # 20 | 6:52 AM
Quote Sunny ()
How many images are there attached to the entry?


8 images. It works if i insert them like this after the text : $IMAGE1$ $IMAGE2$ $IMAGE3$ $IMAGE4$ $IMAGE5$ $IMAGE6$ $IMAGE7$ $IMAGE8$

Quote Sunny ()

Sure, you can do this globally in 'Appearance of entries' and/or 'Page with full entry text and associated comments' templates with the codes $IMG_URL1..10$


Do you actually mean $IMG_URL1..10$ (from 1 to 10) or explicitly i should write : $IMAGE1$ $IMAGE2$ $IMAGE3$ $IMAGE4$ $IMAGE5$ $IMAGE6$ $IMAGE7$ $IMAGE8$ $IMAGE9$ $IMAGE10$

If i put them before or after $MESSAGE$ it will only show the URL to the file instead of the actual picture.

Quote Sunny ()
Can you make the screenshot (not image) appear near the title of the entry like here : http://www.go-thassos.gr/visiting-thassos/hotels/all/deals ? (for main page, section and categories)


The screenshot is a field in ad board the shows a link to a picture just below the title of the entry in 'Page with full entry text and associated comments'

Also $IMG_SMALL_URL1$ will only show the thumbnail of the picture not that of the screenshot.

Also inserting $IMG_SMALL_URL1$ in either 'Appearance of entries' or 'Page with full entry text and associated comments' will only show the URL to the file instead of the actual picture.

Quote Sunny ()
Are you trying to add it to a template or to an entry?


To an entry.

Thassos Island Portal :
https://thassos.one
Sunny
Posts: 9296
Reputation: 456

Message # 21 | 2:41 PM
Quote Urs ()
8 images. It works if i insert them like this after the text : $IMAGE1$ $IMAGE2$ $IMAGE3$ $IMAGE4$ $IMAGE5$ $IMAGE6$ $IMAGE7$ $IMAGE8$


And it doesn't if you insert the images how?

Quote Urs ()
Do you actually mean $IMG_URL1..10$ (from 1 to 10) or explicitly i should write : $IMAGE1$ $IMAGE2$ $IMAGE3$ $IMAGE4$ $IMAGE5$ $IMAGE6$ $IMAGE7$ $IMAGE8$ $IMAGE9$ $IMAGE10$

If i put them before or after $MESSAGE$ it will only show the URL to the file instead of the actual picture.


You should write explicitly a code for each on the images. And to display the actual image instead of the link, use the following code:

Code
<img src="$IMG_URL1$">


Quote Urs ()
The screenshot is a field in ad board the shows a link to a picture just below the title of the entry in 'Page with full entry text and associated comments'


For screenshots use the code $SCREEN_URL$ in "Appearance of entries", and if you want to have a small image, limit its size with the width and height parameters, e.g.

Code
<img src="$SCREEN_URL$" width=100px height=100px>


Quote Urs ()
Also inserting $IMG_SMALL_URL1$ in either 'Appearance of entries' or 'Page with full entry text and associated comments' will only show the URL to the file instead of the actual picture.


The same as above, use the code:

Code
<img src="$IMG_SMALL_URL1$">


Quote Urs ()
To an entry.


You will need a HTML code to add it to a certain entry. I had one, I'll have a look and get back to you.

I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » uCoz Modules » File Catalog, Site Catalog, Publisher, Ad Board, Online Games » images doesn't upload in ad board
  • Page 2 of 2
  • «
  • 1
  • 2
Search: