× If you expect answers you should describe your problem and give as much information's as possible. (SQL-Structure, Template Code, Joomla Version ...) Please read this before posting: joodb.feenders.de/support.html

Path images

More
7 years 1 week ago #4386 by miguelit
Path images was created by miguelit
I have 2 JooDB databases with the same main table; this table has images, uploaded from JooDB, and its shown in the first JooDB database but the second jooDB database doesn´t show it.
How can I define the path of these images of the second jooDB database? I checked it and the images are stored in the main table in the path joodb/db24 (the first JooDB database).

Please Log in to join the conversation.

More
7 years 1 week ago #4389 by Dirk
Replied by Dirk on topic Path images

miguelit wrote: How can I define the path of these images of the second jooDB database? I checked it and the images are stored in the main table in the path joodb/db24 (the first JooDB database).


Every database has a main ID 1 2 3 ...

Joodb stores the images in a folder db{ID}

/images/joodb/db1
/images/joodb/db2

If you want to show the images uploaded with db1 in db2 you must the the path manually
<img src="/images/joodb/db1/img{joob field|id}.jpg" />
The following user(s) said Thank You: miguelit

Please Log in to join the conversation.

More
7 years 1 week ago #4390 by miguelit
Replied by miguelit on topic Path images
Thank you Dirk!!!

I changed by <img src="/images/joodb/db24/img{joodb id}-thumb.jpg" />

Please Log in to join the conversation.

Moderators: Dirkjoest