I got some free hosting from Dreamhost, so you don’t need to use the Mediafire links anymore.
June 03, 2009, 1:50am
I got some free hosting from Dreamhost, so you don’t need to use the Mediafire links anymore.
June 03, 2009, 1:50am
Copy and paste the following code to include a search box on your Tumblelog:
<form action="/search" method="get"><input type="text" name="q" value="{SearchQuery}" size="17"/><input type="submit" value="Search"/></form>
Where you put it is up to you.
January 14, 2009, 12:00pm
People have been asking me about how to add comments, or how to implement them into the theme better. I, unfortunately, didn’t make the theme with comments in mind, and have no experience using things like DISQUS. However, I recently tried to implement it into my theme, and haven’t encountered any issues.
Instructions:
Find the following:
<p align="right" class="small">{Month} {DayOfMonthWithZero}, {Year}, {12Hour}:{Minutes}{AmPm}</p>
And then paste the following code below it (do not replace the above code):
<div style="font-size: 10px; text-align: right;"><a href="{Permalink}#disqus_thread">Comments (View)</a></div>
Afterwards, go to the Tumblr integration page on DISQUS, and copy the Disqus Code for Tumblr, and paste it under {/block:Posts}. That’s it. It should work. The “Comments” text should also display above the line this way, as well.
January 14, 2009, 11:58am
I’ve fixed the tags so they don’t display weird in Internet Explorer. I’ve also added the date and time to the bottom of posts.
If you don’t want the date to be displayed, then just find and delete all instances of the following:
<p align="right" class="small">{Month} {DayOfMonthWithZero}, {Year}, {12Hour}:{Minutes}{AmPm}</p>
Download Albedo here (mirror).
Sorry for all the updates I’ve been making to the theme. I’ll be sure not to make these kinds of mistakes next time, and I hope this will be the last update I have to make in regards to fixing errors. E-mail me if you encounter any problems.
January 08, 2009, 8:44pm