Forum Discussion

JoeyMcDaniel's avatar
11 years ago

Art Share Community

Hi All,

 

I'm tasked with recreating the board level navigation in our Lithium community.  I'm hoping to create much more visual and "tactile" feel by adding a large image for each thread.  The question is, how can I tie an image to each thread?  Are we able to customize the thread creation screen to include a "thread image" upload?  Should I programtically scrub each thread and grab the first image and display that?

 

I would love to hear your thoughts about how to create a board that looks like this:

 

art community - example.png

  • Hi JoeyMcDaniel - While creating a thread, user does have an option of uploading an image as an attachment or insert into the post itself using RTE. To develop this, you need to consider following,

     

    1. Keep a default image in case a thread doesn't have any image.
    2. If the image is in the body, scan the body and extract it.(depends if you want to give priority to the img in body or in the attachment)
    3. if their is no image in body, check for the attachments, if the image isn't there either, go to step 1. 

     

    Let me know if this helps