Hello,
I really like the effort you're putting in developing this great project, and also love the team work. But I'm a biology kind of guy and I always have little problems when working on code.
Now here's my problem, I wanted to make a section for videos independent of News just like
OIOnews / Headlines. And here are the steps I took. I am using Pligg b9.7 with the normal yget template nothing modified.
1)Uninstalled default Scriptaculous and thickbox modules and deleted them completely from server. Then installed the modified one found
here
2)I then downloaded VideoDisplay.zip found
here and followed the instructions found within, I used the recommended way. Everything went smoothly.
3)Upon testing the results, I obtained SQL database errors in step submit step 3. Looking for an answer I found that a user had similar problems at step 2 but he said he found the possible error in link.php and posted his
file, which I downloaded and used instead of the link.php that I had. And poof the SQL errors disappeared. Great!... well no there was still a little problem. The videos apeared as if normally embended. And not as a small picture if pressed opened the video in thickbox.
Remark: I have video embed enabled and I used html tags <youtube></youtube>. Does it conflict or is it supposed to be like that or is there another way.
4) Upon reviewing my files, and database, I found that my database is indeed writing 1's for video's and 0's for articles, so no problem here. I also considered checking where I put the smarty condition in link_summary.tpl as I have no idea where to put those lines, so I tried moving them around with no apparent result.
Code:
{if $story_type eq "1"}
<a class="thickbox" href="{$my_pligg_base}/play.php?id={$link_id}&height=425&width=450" title="View the Video file {$title_short}">
<img src="{$my_pligg_base}/path/to/video/image/video.jpg" width="80" height="64" border="0" alt="" /></a>
{/if}
5) So that's pretty up everything I can remember to write about, any suggestions where the problems might be? Oh one more thing, if I make a tab called videos, where is it suposed to link?
6) Oh and by the way, I have a idea similar. Since we know digg.com is lacking a pictures/images/photos section, I am certain using the same way used above we can implement this in Pligg, where users are also asked if this is an image in step 1, thus marking a 2 in the link_type database, and then create a smarty tag, that makes the image posted appear in a lightbox/thickbox.
I know this is a long post, hope you have the patience to read it

I know I'm a total beginner here, sorry about that.