west4me
Forum Replies Created
-
Forum: Your WordPress
In reply to: First shot at thisLooks good.
Only thing I saw that you may want to look at is the drop-down for “search” The text box goes out over the right edge. Purely aesthetic though.
Nice job!Forum: Themes and Templates
In reply to: Beautiful siteWhy don’t you try out Menalto Gallery or Coppermine? Both free scripts dedicated to photo’s. Easy to set up and function well. Coppermine is my personal favorite.
Forum: Fixing WordPress
In reply to: words are spaced outThanks podz.
Forum: Plugins
In reply to: Spelling Checker plugin for WordPressToo bad I don’t have shell access. I installed it and tried checking the spelling. All worked fine but nothing appears in the spell check area. I believe the script is working perfect but I just don’t have aspell on the server.
Forum: Plugins
In reply to: Spelling Checker plugin for WordPressPodz:
I also have pspell on my hosted server. Could you tell me how you got this to work, i.e., what you had to change? Thanks.Forum: Fixing WordPress
In reply to: Admin panelShadow, could you tell me what you are using this for? I am a teacher and when I read your post you sparked my interest.
Forum: Fixing WordPress
In reply to: Floating Blockquote? Why?Beel, I changed it to the
?
and it validated. Thanks for the tip.
Forum: Fixing WordPress
In reply to: Floating Blockquote? Why?alphaoide thanks for taking the time it is much appreciated.
Forum: Fixing WordPress
In reply to: Floating Blockquote? Why?For those that are following this thread. I got it, sort of. I couldn’t find a conflict in the CSS so I went to find a solution. I found where someone suggested using
<br clear="all">to fix a similar issue. I incorperated it into my blockquote quicktag so it looks like this:edButtons[edButtons.length] = new edButton('ed_block'
,'b-quote'
,'<br clear="all">'
,''
,'q'
);
Thanks for taking the time to look at my problem.Forum: Fixing WordPress
In reply to: Floating Blockquote? Why?alphaoide, thank you for the sentiment. I am going to play around tonight and see what I can come up with. I will post back with what I find out.
Forum: Fixing WordPress
In reply to: Floating Blockquote? Why?Yeah, I had a feeling someone was going to say that. I guess I will look at others blockquote css and see if I can get it to work that way.
Forum: Fixing WordPress
In reply to: Floating Blockquote? Why?I am still struggling with this. If I use a clearer div then I can push it down farther but I would like it to work correctly without resorting to the clearer.
Forum: Fixing WordPress
In reply to: RSS FeedsI am using this in my index:
<?php
if ($rs = aggrss('RSS FEED GOES HERE',false,10)) {
// dump the structure
//echo "<pre>";
//print_r($rs);
//echo "</pre>";
echo "- <h3>" . $rs[title] . "</h3>
";
echo $rs[description] . "
";
foreach ($rs['items'] as $item) {
echo "" . $item['title'] . "<br/>"."";
}
if ($rs['items_count'] <= 0) { echo "Sorry, no items found in the RSS file <img src='http://soderlind.no/wp-images/smilies/icon_sad.gif' alt=':-(' />"; }
}
else {
echo "<!-- It's not possible to reach RSS file -->";
}
?>Forum: Fixing WordPress
In reply to: RSS FeedsI just couldn’t ever get cg-feedread to work with my site. David emailed me and tried to help but I found the feedread I posted above and it worked flawlessly.
Forum: Fixing WordPress
In reply to: RSS FeedsBeel, just to support what I said:
“Just so people know, I already answered this one:
The plugin itself is out of date, and shouldn’t have an ‘install’ link/button. Feedread has a manual step or two in the docs, but otherwise you drop it in and it just works. That link will be gone for the CG-PowerPack 1.0 final release.
-d
CHAITGEAR”
http://wordpress.org/support/10/14859