Bryan Villarin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Limiting Number of PostsI use the following to list the last n posts, where is n is the number of posts I want shown:
<?php wp_get_archives('type=postbypost&limit=n'); ?>
Forum: Fixing WordPress
In reply to: how to block comment spammerJust wanted to hop on, adding that the Wiki’s “How to combat comment spam with WordPress” links to LisaS’s thread on how renaming the wp-comments-post.php file will help against spam bots. So technically, it was in the Wiki too.
Forum: Fixing WordPress
In reply to: How upload images very simple?This plugin is also useful after you’ve uploaded the picture: IImage Browser
Forum: Fixing WordPress
In reply to: Post preview database errorAlrighty, I’ll post back in here when I’m done dealing with Chuck. Thanks. ??
Forum: Fixing WordPress
In reply to: Post preview database errorYeah, like a day or two ago. I’m kinda stumped… ??
* going to bed – will check in later *Forum: Fixing WordPress
In reply to: Matt’s Asides with Kubrick 1.2.5?Fernando’s got it working…keep an eye out on the thread when he posts a write-up on it. Otherwise, I’ll post it here. w00t! ??
https://www.flickr.com/groups_topic.gne?id=6135#comment33238Forum: Requests and Feedback
In reply to: Admin area: show posts in selected categoryIf you’re missing the edit link with Kubrick, you must’ve removed the following:
<?php edit_post_link('Edit','','|'); ?>
As for the ACP and being able to show posts from a certain category, I guess it’s coded to show posts by month because categories can grow pretty huge, and it’d take a long time to load so many posts under one category. Imagine Matt’s Asides category loading in the Edit area? Hehe…
– BryanForum: Fixing WordPress
In reply to: Post preview database errorThanks podz! Odd thing, though: it already has that fix in the file. Weird…
Forum: Fixing WordPress
In reply to: how to wrap paragraphs around imageI used the Floatutorial article for floating and image to the right. (To float to the left, I just changed the respective values and margins.) Tweak the margins until it looks right. HTH…
Forum: Themes and Templates
In reply to: How do you add pictures to your blog?Did you look at the submenu items? It’s in there.
Forum: Installing WordPress
In reply to: Image IssusesI’m guessing the file permissions on that folder isn’t set correctly. CHMOD it to 777, I believe.
Forum: Fixing WordPress
In reply to: Matt’s Asides with Kubrick 1.2.5?I’m reviving this thread in hopes someone in here can help me find out what’s the problem…
https://www.flickr.com/groups_topic.gne?id=6135
Using podz Asides article, I’ve been trying to get this working. Then, coming across Vohiyaar’s text file, it brought me closer.
Help?
Thanks!
– BryanForum: Everything else WordPress
In reply to: Searching the WP forumsFor all these posts that need to be stickied, does MiniBB support that feature? It’d help around here, I’m sure! ??
Nice post, Moose….
– BryanForum: Installing WordPress
In reply to: Program to make WP run offlineForum: Installing WordPress
In reply to: Program to make WP run offlineIf you’re talking about editing CSS (layout), use Firefox + Web Developer Extension. Other than that, if you’re messing with the site template, I guess that’s a different story.
– Bryan