maybe you can figure out why there's a lot of space between the survival and miscellaneous categories:
http://www.pazrt.com/forum/forum-video-gallery
I looked through the code and it looks good...maybe I overlooked something.
ytvgal_forumdisplay_threadlist template (around line #7 and #15)
ytvgal_showthread template (around line #20 and #28)
|
Change to:
|
Sorry for late reply, Shemo. I couldn't active yesterday Ah, for your suggestion about the category link under the by:, thanks, I've added the note in the sample
(08-01-2010 03:12 AM)RateU Wrote: [ -> ]Just add width value to the first <td> and the last <td> tag in your ytvgal_forumdisplay_threadlist and ytvgal_showthread template for the category. Find this code in both templates:
ytvgal_forumdisplay_threadlist template (around line #7 and #15)
ytvgal_showthread template (around line #20 and #28)
HTML Code
<td align="center">
Change to:
HTML Code
<td align="center" width="33%">
Sorry for late reply, Shemo. I couldn't active yesterday Ah, for your suggestion about the category link under the by:, thanks, I've added the note in the sample
thanks..looks good now.
Trying to use Text Mask Filter and capture the video ID from "watch" URL.
Edit our YouTube Video ID custom thread field. Change this part:
- Title: YouTube Video ID / URL
- Maximum Text Length: 50
- Field Input Width: 50
- Display Format :
Code:
{VALUE$1}{VALUE$2}
If user fill the field with video id, the value 1 will be used, the value 2 will be "blank".
If user fill the field with "watch" video URL, the value 2 will be used, the value 1 will be "blank". - Text Mask Filter:
Code:([a-zA-Z0-9_\-+]{8,16}$)|http:\/\/www\.youtube\.com\/watch\?v=([a-zA-Z0-9_\-+]*)[&\w;=\+_\-]*
Trying to keep the "compatibility" with the existing video (using video id). And trying to add an ability to use "watch" video URL.
BTW, you might want to anchor the URL as XThreads doesn't do it.
Here's my suggested mask.
|
Thanks for the update BTW RateU
|
Thank you very much, Yumi I've updated the example
I'm sorry for that.