BabyGotMaccom
Forum Replies Created
-
Forum: Your WordPress
In reply to: Critique Needed!!!This one and the other you posted, http://apnanukkad.com, are virtually identical.
The theme looks really familiar for some reason too…what’s it based on?Forum: Themes and Templates
In reply to: View (for editing) inactive theme?Forum: Your WordPress
In reply to: Custom Blog LayoutI like it.
ðThe only thing I could live without is the ‘sudden-ness’ of the hover transition. Perhaps muting the colors until they are hovered over? Or even making the active panel keep it’s color?
Good work though, very cool.
Forum: Your WordPress
In reply to: Trekkie Home PageSomething is missing from this post, but I can’t quite put my cursor on what it is…
Forum: Plugins
In reply to: [Plugin Idea] Comment/*back dividerProbably theme-centric, on second thought. But as a plugin maybe it allows you to choose which tabs to show and how to format, for instance ‘time/name/subject’ or ‘/time/name/subject/excerpt’ or ‘time/name/subject/full post’…
Thanks for the interest…please keep me in the loop if you decide to work on it. I’ll be your guinea pig.
ðForum: Plugins
In reply to: [Plugin Idea] Comment/*back dividerIn case my explanation doesn’t make sense, here’s a quickie mockup:
http://babygotmac.com/images/pluginidea.pngForum: Plugins
In reply to: [Plugin Idea] Comment/*back dividerWell, I already knew it *could* be done, and if I had the skills/time I would gladly use the resources above to figure it out.
I was hoping that someone with existing plugin coding knowledge could look at the idea and think, ‘hey, I could knock that idea out of the park!’, leading to their fame and fortune and internet sainthood.
Forum: Fixing WordPress
In reply to: I need to mass delete 1000 catagorieshttp://alexking.org/projects/wordpress/readme?project=category-admin
That help at all?
Forum: Fixing WordPress
In reply to: Allow Users To Submit The ArticleI found this tonight, but haven’t tried it yet:
http://thedeadone.net/software/tdo-mini-forms-wordpress-plugin-v01/Forum: Your WordPress
In reply to: Your opinions and thoughts please?I made some changes to the ‘recent stuff’ navigation. What do you guys think? Better?
Forum: Themes and Templates
In reply to: Sidebar content falling below post content…Well, I fixed it, but I don’t know WHY this worked. i was editing the ad code and everything pulled up and normalized. Very weird.
For posterity and future reference, here’s what was happening.
Before:
<hr />
// some ad code #1 //
Here’s how it looked: http://babygotmac.com/error-before.png
So I changed it to this:
<hr />
<small><u>Please feel free to visit our sponsors</u></small>//ad code #2 //
And now it looks like this: http://babygotmac.com/error-after.png
Again, not sure why that really made a difference, but it did. The only difference was that ad #1 was taller than ad #2.
It looks fine now, but I’m still concerned that it managed to push the entire div over.
ðForum: Themes and Templates
In reply to: Sidebar content falling below post content…Oh, and here is ‘sidebarsingle’, which I created so I could use different sidebar content than on the index page.
Forum: Themes and Templates
In reply to: Sidebar content falling below post content…Very sorry. I should have known better.
ðHere’s the CSS portions: http://wordpress.pastebin.ca/312281
And here is the single.php: http://wordpress.pastebin.ca/312279
And the pastebin is awesome, wow.
Forum: Plugins
In reply to: digg pluginCorrect me if I’m wrong , but you’re using the Digg code, and not a plugin, right?
If that’s the Digg code, it needs to be like this:
<script>
digg_url = ‘http://digg.com/tech_news/story_name’;
</script>
<script src=”http://digg.com/api/diggthis.js”></script>I use this plugin instead, personally:
http://www.aviransplace.com/index.php/digg-this-wordpress-plugin/And I call it using:
<?php digg_this_button(); ?>You can see it in action here:
http://babygotmac.com/a/42/Forum: Plugins
In reply to: Can anyone identify this plugin?Oh…so it is part of K2. I see. Ok, thanks Moshu.