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
- miguelit
- Topic Author
- Offline
Less
More
- Posts: 16
- Thank you received: 0
9 years 2 months 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).
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.
- d.hoeschen
-
- Offline
Less
More
- Posts: 1222
- Thank you received: 226
9 years 1 month ago #4389
by d.hoeschen
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
Replied by d.hoeschen 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
Code:
<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.
- miguelit
- Topic Author
- Offline
Less
More
- Posts: 16
- Thank you received: 0
9 years 1 month 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" />
I changed by <img src="/images/joodb/db24/img{joodb id}-thumb.jpg" />
Please Log in to join the conversation.
Moderators: d.hoeschen, joest
