It sounds like you'd have a few problems:
1. Identifying which videos no longer exist
2. Moving these videos to another forum
3. Maintaining the process (presumably you'd want to repeat this every now and then)
The last point could further add difficulties, for example, sending off 10,000 requests at a time is probably not desirable, so you'd probably need some system to stagger checks.
Either case, you'd pretty much need a custom script to do all this.
See the included documentation for a list of template changes made by XThreads (in case your theme doesn't have them).
Hey Zinga, the showthread page does has a multipage code, in my configuration I've set the maximum posts per page as 10 but threads have reached 14 posts and it's all on one page. Any idea what wrong?
Example:
http://battlar.com/showthread.php?tid=7
Nvm, it was set to 20, just changed it.
btw thanks for this XThread layout guys.
Hey, Having some issues. I had this on and it worked perfectly but then i added a game ssection pluggin which was messing up the forum. I removed that and then added the Article Gallery to my site to use both but i cant get either to work.
The Youtube video gallery still has the correct create thread form and structure but for some reason when i post everything with the youtube video link the video itself doesnt appear. This can be seen at
http://www.vpfl.club/forum/showthread.php?tid=47.
With the article Gallery it has the form on the create a thread but for some reason it doesnt have the page structure.
Any help would be greatly appreciated. Thanks, Danny
You'll need to check all your template modifications to see:
- whether they're still there & valid
- they apply across all your themes
Here is my
ytvgal_previewpost Template
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead"><strong>{$lang->post_preview}</strong></td>
</tr>
<tr>
<td valign="top">
<div align="center"><strong>{$thread['subject']}</strong></div>
<div align="center">
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/{$GLOBALS['threadfields']['ytvgalid']}"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="FlashVars" value="playerMode=embedded"></param><p>{$thread['subject']}</p></object>
</div>
<br class="clear" />
{$first_post}
{$postbit}
<br />
</td>
</tr>
</table>
<br class="clear" />
|
Question Zinga.
I'm attempting to make my site mobile friendly using GoMobile.
For the forumdisplay for the YTV gallery it is showing 4 threads(videos) grouped. If I change this field to "1" thread group, it will also change on the desktop view.
How can I make it that the YTV gallery is 4 threads grouped on desktop and 1 threads grouped on mobile?
You can't change the grouping, but if you only want 1 thread per row, you don't need grouping - that's just a template edit.
Which template would I have to edit to make that change of 1 thread per row?
And is it possible to make a 1thread per row on the Mobile Theme and a 4thread per row on the Desktop Theme?
Ok Zinga. I figured the part about making the seperate xthread templates between desktop and mobile.
However I still need to find out which template I need to edit to make the threads appear 1 per row for the mobile.