Video and Audio don't post
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Alexander Twiist <alexandertwi... @gmail.com>
Date: Wed, 13 Jun 2012 13:10:28 -0700 (PDT)
Local: Wed, Jun 13 2012 4:10 pm
Subject: Video and Audio don't post
Hey all,
I'm new to creating themes, and everything on my test blog works fine except that it doesn't show any of my video or audio post. I have no idea why. I've stripped the code down to this
{block:Audio} <div class="post"> <div class="date"> {block:Date}<span>{Month} {DayOfMonthWithZero}, {Year}</span>{/block:Date} </div> <div class="content"> {AudioEmbed-400} {block:Caption}<span class="caption">{Caption}</span>{/block:Caption} </div> <div class="info"> {block:RebloggedFrom} reblog from: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> originated by: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> {/block:RebloggedFrom} {block:NotReblog}A {Title} Original{/block:NotReblog} <br /> {block:NoteCount}<a href="{ShortURL}">♥ {NoteCount}</a>{/block:NoteCount} - {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags} </div> </div>
{block:PermalinkPage} {block:PostNotes} <div class="notes">{PostNotes}</div> {/block:PostNotes} {/block:PermalinkPage}
{/block:Audio} {block:Video} <div class="post"> <div class="date"> {block:Date}<span>{Month} {DayOfMonthWithZero}, {Year}</span>{/block:Date} </div> <div class="content"> {Video-500} {block:Caption}<span class="caption">{Caption}</span>{/block:Caption} </div> <div class="info"> {block:RebloggedFrom} reblog from: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> originated by: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> {/block:RebloggedFrom} {block:NotReblog}A {Title} Original{/block:NotReblog} <br /> {block:NoteCount}<a href="{ShortURL}">♥ {NoteCount}</a>{/block:NoteCount} - {block:HasTags}Tags: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags} </div> </div>
{block:PermalinkPage} {block:PostNotes} <div class="notes">{PostNotes}</div> {/block:PostNotes} {/block:PermalinkPage}
{/block:Video}
and I the post still don't show anything. Can anyone help please ?
(also, how do I get the reblog/ like buttons that go in the top right of the theme ?)
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Vladimir Starkov <matmuchra... @gmail.com>
Date: Thu, 14 Jun 2012 04:09:53 -0700 (PDT)
Local: Thurs, Jun 14 2012 7:09 am
Subject: Re: Video and Audio don't post
Can you show an tumblr blog with theme you developing?
On Thursday, June 14, 2012 2:10:28 AM UTC+6, Alexander Twiist wrote:
> Hey all,
> I'm new to creating themes, and everything on my test blog works fine > except that it doesn't show any of my video or audio post. I have no idea > why. I've stripped the code down to this
> {block:Audio} > <div class="post"> > <div class="date"> > {block:Date}<span>{Month} {DayOfMonthWithZero}, {Year}</span>{/block:Date} > </div> > <div class="content"> > {AudioEmbed-400} > {block:Caption}<span class="caption">{Caption}</span>{/block:Caption} > </div> > <div class="info"> > {block:RebloggedFrom} > reblog from: <a href="{ReblogParentURL}" > title="{ReblogParentTitle}">{ReblogParentName}</a> > originated by: <a href="{ReblogRootURL}" > title="{ReblogRootTitle}">{ReblogRootName}</a> > {/block:RebloggedFrom} > {block:NotReblog}A {Title} Original{/block:NotReblog} > <br /> > {block:NoteCount}<a href="{ShortURL}">♥ > {NoteCount}</a>{/block:NoteCount} - {block:HasTags}Tags: {block:Tags}<a > href="{TagURL}">#{Tag}</a> > {/block:Tags}{block:HasTags} > </div> > </div>
> {block:PermalinkPage} > {block:PostNotes} > <div class="notes">{PostNotes}</div> > {/block:PostNotes} > {/block:PermalinkPage}
> {/block:Audio} > {block:Video} > <div class="post"> > <div class="date"> > {block:Date}<span>{Month} {DayOfMonthWithZero}, {Year}</span>{/block:Date} > </div> > <div class="content"> > {Video-500} > {block:Caption}<span class="caption">{Caption}</span>{/block:Caption} > </div> > <div class="info"> > {block:RebloggedFrom} > reblog from: <a href="{ReblogParentURL}" > title="{ReblogParentTitle}">{ReblogParentName}</a> > originated by: <a href="{ReblogRootURL}" > title="{ReblogRootTitle}">{ReblogRootName}</a> > {/block:RebloggedFrom} > {block:NotReblog}A {Title} Original{/block:NotReblog} > <br /> > {block:NoteCount}<a href="{ShortURL}">♥ > {NoteCount}</a>{/block:NoteCount} - {block:HasTags}Tags: {block:Tags}<a > href="{TagURL}">#{Tag}</a> > {/block:Tags}{block:HasTags} > </div> > </div>
> {block:PermalinkPage} > {block:PostNotes} > <div class="notes">{PostNotes}</div> > {/block:PostNotes} > {/block:PermalinkPage}
> {/block:Video}
> and I the post still don't show anything. Can anyone help please ?
> (also, how do I get the reblog/ like buttons that go in the top right of > the theme ?)
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Alexander Twiist <alexandertwi... @gmail.com>
Date: Thu, 14 Jun 2012 10:24:34 -0700 (PDT)
Local: Thurs, Jun 14 2012 1:24 pm
Subject: Re: Video and Audio don't post
alexandertwiist.tumblr.com
On Thursday, June 14, 2012 7:09:53 AM UTC-4, Vladimir Starkov wrote:
> Can you show an tumblr blog with theme you developing?
> On Thursday, June 14, 2012 2:10:28 AM UTC+6, Alexander Twiist wrote:
>> Hey all,
>> I'm new to creating themes, and everything on my test blog works fine >> except that it doesn't show any of my video or audio post. I have no idea >> why. I've stripped the code down to this
>> {block:Audio} >> <div class="post"> >> <div class="date"> >> {block:Date}<span>{Month} {DayOfMonthWithZero}, {Year}</span>{/block:Date} >> </div> >> <div class="content"> >> {AudioEmbed-400} >> {block:Caption}<span class="caption">{Caption}</span>{/block:Caption} >> </div> >> <div class="info"> >> {block:RebloggedFrom} >> reblog from: <a href="{ReblogParentURL}" >> title="{ReblogParentTitle}">{ReblogParentName}</a> >> originated by: <a href="{ReblogRootURL}" >> title="{ReblogRootTitle}">{ReblogRootName}</a> >> {/block:RebloggedFrom} >> {block:NotReblog}A {Title} Original{/block:NotReblog} >> <br /> >> {block:NoteCount}<a href="{ShortURL}">♥ >> {NoteCount}</a>{/block:NoteCount} - {block:HasTags}Tags: {block:Tags}<a >> href="{TagURL}">#{Tag}</a> >> {/block:Tags}{block:HasTags} >> </div> >> </div>
>> {block:PermalinkPage} >> {block:PostNotes} >> <div class="notes">{PostNotes}</div> >> {/block:PostNotes} >> {/block:PermalinkPage}
>> {/block:Audio} >> {block:Video} >> <div class="post"> >> <div class="date"> >> {block:Date}<span>{Month} {DayOfMonthWithZero}, {Year}</span>{/block:Date} >> </div> >> <div class="content"> >> {Video-500} >> {block:Caption}<span class="caption">{Caption}</span>{/block:Caption} >> </div> >> <div class="info"> >> {block:RebloggedFrom} >> reblog from: <a href="{ReblogParentURL}" >> title="{ReblogParentTitle}">{ReblogParentName}</a> >> originated by: <a href="{ReblogRootURL}" >> title="{ReblogRootTitle}">{ReblogRootName}</a> >> {/block:RebloggedFrom} >> {block:NotReblog}A {Title} Original{/block:NotReblog} >> <br /> >> {block:NoteCount}<a href="{ShortURL}">♥ >> {NoteCount}</a>{/block:NoteCount} - {block:HasTags}Tags: {block:Tags}<a >> href="{TagURL}">#{Tag}</a> >> {/block:Tags}{block:HasTags} >> </div> >> </div>
>> {block:PermalinkPage} >> {block:PostNotes} >> <div class="notes">{PostNotes}</div> >> {/block:PostNotes} >> {/block:PermalinkPage}
>> {/block:Video}
>> and I the post still don't show anything. Can anyone help please ?
>> (also, how do I get the reblog/ like buttons that go in the top right of >> the theme ?)
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Alexander Twiist <alexandertwi... @gmail.com>
Date: Tue, 19 Jun 2012 10:01:17 -0700 (PDT)
Local: Tues, Jun 19 2012 1:01 pm
Subject: Re: Video and Audio don't post
Can someone please help me with this, I really want this theme to work but I have no idea what I'm doing wrong.
On Wednesday, June 13, 2012 4:10:28 PM UTC-4, Alexander Twiist wrote:
> Hey all,
> I'm new to creating themes, and everything on my test blog works fine > except that it doesn't show any of my video or audio post. I have no idea > why. I've stripped the code down to this
> {block:Audio} > <div class="post"> > <div class="date"> > {block:Date}<span>{Month} {DayOfMonthWithZero}, {Year}</span>{/block:Date} > </div> > <div class="content"> > {AudioEmbed-400} > {block:Caption}<span class="caption">{Caption}</span>{/block:Caption} > </div> > <div class="info"> > {block:RebloggedFrom} > reblog from: <a href="{ReblogParentURL}" > title="{ReblogParentTitle}">{ReblogParentName}</a> > originated by: <a href="{ReblogRootURL}" > title="{ReblogRootTitle}">{ReblogRootName}</a> > {/block:RebloggedFrom} > {block:NotReblog}A {Title} Original{/block:NotReblog} > <br /> > {block:NoteCount}<a href="{ShortURL}">♥ > {NoteCount}</a>{/block:NoteCount} - {block:HasTags}Tags: {block:Tags}<a > href="{TagURL}">#{Tag}</a> > {/block:Tags}{block:HasTags} > </div> > </div>
> {block:PermalinkPage} > {block:PostNotes} > <div class="notes">{PostNotes}</div> > {/block:PostNotes} > {/block:PermalinkPage}
> {/block:Audio} > {block:Video} > <div class="post"> > <div class="date"> > {block:Date}<span>{Month} {DayOfMonthWithZero}, {Year}</span>{/block:Date} > </div> > <div class="content"> > {Video-500} > {block:Caption}<span class="caption">{Caption}</span>{/block:Caption} > </div> > <div class="info"> > {block:RebloggedFrom} > reblog from: <a href="{ReblogParentURL}" > title="{ReblogParentTitle}">{ReblogParentName}</a> > originated by: <a href="{ReblogRootURL}" > title="{ReblogRootTitle}">{ReblogRootName}</a> > {/block:RebloggedFrom} > {block:NotReblog}A {Title} Original{/block:NotReblog} > <br /> > {block:NoteCount}<a href="{ShortURL}">♥ > {NoteCount}</a>{/block:NoteCount} - {block:HasTags}Tags: {block:Tags}<a > href="{TagURL}">#{Tag}</a> > {/block:Tags}{block:HasTags} > </div> > </div>
> {block:PermalinkPage} > {block:PostNotes} > <div class="notes">{PostNotes}</div> > {/block:PostNotes} > {/block:PermalinkPage}
> {/block:Video}
> and I the post still don't show anything. Can anyone help please ?
> (also, how do I get the reblog/ like buttons that go in the top right of > the theme ?)
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Sean Zhu <interestinglyth... @gmail.com>
Date: Tue, 19 Jun 2012 10:20:03 -0700 (PDT)
Local: Tues, Jun 19 2012 1:20 pm
Subject: Re: Video and Audio don't post
The code you sent has blocks for only things that you said didn't work. Can you add a parallel block for something like a text post, check to make sure the only the text post shows, and reply with the new code (with text/audio/video blocks)?
You must
Sign in before you can post messages.
You do not have the permission required to post.