Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
436 views
in Q2A Core by
The blobid of my image looks like that: ?qa=blob&qa_blobid=8174497505868183123

Now I need for facebook a specific image url so that this image can show up in the users wall. BUT. How to get the blob_id for each image ?

Actually I am working on the function q_item_main($q_item)

ANd, besides, the images are stored in the database ? There is no way to store them in a folder ?

With 10.000 pictures of 1MB each one would have a database of 10 Gigas ? Or are they stored compressed or resized ?

Thanks so far !
Q2A version: 1.5

2 Answers

0 votes
by
Use/adjust the mouse-over plugin to grab the content of a question, filter the IMG out by using preg_replace.
by
Thank you for the hint, I could resolve it with string explode after talking the q view array..

But now I am really concerned of the images stored in database. Would be important to know what are the limits there or what is too much...
0 votes
by

Please read about the functions in qa-db-blobs.php and qa-app-blobs.php

...