Espen Espelund
Active member
I rewrote the addon to do that, but I need to get it cleaned up and add some options before I release it.
Live over at http://forum.fitnessbloggen.no/
Live over at http://forum.fitnessbloggen.no/
do you have this done and are you going to share it?I rewrote the addon to do that, but I need to get it cleaned up and add some options before I release it.
Live over at http://forum.fitnessbloggen.no/
do you have this done and are you going to share it?
How do you exclude more than one subforum?Quick hack to exclude a specific private forum
PHP:$results = $db->fetchAll(" SELECT attach.*, data.*, user.username FROM xf_attachment AS attach INNER JOIN xf_attachment_data AS data ON (data.data_id = attach.data_id) INNER JOIN xf_user AS user ON (user.user_id = data.user_id) INNER JOIN xf_post AS post ON (post.post_id = attach.content_id) INNER JOIN xf_thread AS thread ON (thread.thread_id = post.thread_id) WHERE attach.content_type = 'post' AND thread.node_id != 3 ORDER BY attach.attachment_id desc LIMIT " . $limit . " ");
That's what we're waiting for. I'd pay for it.This needs to be modified so that when a user clicks an image, he/she goes to the thread in which the image was posted.
It can all be changed. I made my own styles here.Also the "background" needs to be transparent so that it accomodates styles with different colors.
How do I change the background color of the filmstrip?
That's what we're waiting for. I'd pay for it.
We use essential cookies to make this site work, and optional cookies to enhance your experience.