Search found 2478 matches

by judebert
Mon Mar 23, 2009 3:45 pm
Forum: General discussions
Topic: Problem when sending pings to Technorati
Replies: 3
Views: 2131

Re: Problem when sending pings to Technorati

Hmmm. I wonder who your provided ticked off?

I believe you may be hitting a firewall or proxy issue. I'd ask my provider to allow connections from my website to Technorati port 80 and see what they said.
by judebert
Mon Mar 23, 2009 3:39 pm
Forum: Installation
Topic: sidebar items - different pages - different items?
Replies: 7
Views: 4433

Re: sidebar items - different pages - different items?

If you install the "Toggle sidebar state" (serendipity_event_sidebarhider) plugin, you'll get a new "Manage Sidebar Visibility" link that lets you hide sidebar items based on category. Would that get you what you want, or would you actually need per-entry sidebar items?
by judebert
Mon Mar 23, 2009 3:33 pm
Forum: Themes
Topic: Faked plugins for TEMPLATES.
Replies: 28
Views: 22526

Re: Faked plugins for TEMPLATES.

Don, I think that's part of what he's getting at. I'll admit to some confusion as well. I'd have to check out the latest SVN to see what's up, and I'm too busy with personal stuff to do that just now. The original explanation seems to indicate that you could call existing hooks with a new call in yo...
by judebert
Mon Mar 23, 2009 3:16 pm
Forum: Plugins
Topic: FCKEditor plugin broken?
Replies: 1
Views: 2308

Re: FCKEditor plugin broken?

Is that all one giant line? That makes it well-nigh undebuggable. Can you split the function into multiple lines so we can see where the error is actually occurring? I agree, C is defined early on, so it shouldn't be undefined... unless the error is actually occurring somewhere further in the line, ...
by judebert
Fri Mar 20, 2009 2:47 pm
Forum: Installation
Topic: static page - blog mode.....
Replies: 4
Views: 3289

Re: static page - blog mode.....

You should be able to add "P1" to the end of the URL to get a listing of other articles.

It looks like you've only got one article, though. Are you asking how to make new entries?
by judebert
Thu Mar 19, 2009 8:07 pm
Forum: General discussions
Topic: integrated image gallery...
Replies: 1
Views: 1317

Re: integrated image gallery...

I believe there are a few plugins that do that kind of thing. Check out http://spartacus.s9y.org/ and search for "gallery" to see a few options.
by judebert
Thu Mar 19, 2009 8:04 pm
Forum: Installation
Topic: home page....
Replies: 7
Views: 4116

Re: home page....

There's no plugin for that, but many templates (such as Bulletproof) do support a menu bar.

Since you seem to be using Bulletproof, just go to "Manage Themes" in your admin page and set up the menu items!
by judebert
Thu Mar 19, 2009 8:03 pm
Forum: Bugs
Topic: Categories - Next Page not working!?!
Replies: 14
Views: 8457

Re: Categories - Next Page not working!?!

You've seen the first workaround, and it screws up categories. The second workaround is to give each entry a custom permalink. That's just ugly and time-consuming. However, the addition of a subdirectory -- archives/, entries/, whatever -- should have no effect on SEO. As long as the title is in the...
by judebert
Thu Mar 19, 2009 3:18 pm
Forum: Installation
Topic: home page....
Replies: 7
Views: 4116

Re: home page....

I think what you're looking for is a site entry page, where users get an index of various things they can do on your site (for example, an introduction with links to a blog, a gallery, and a forum). The easiest thing to do for that is to actually create an HTML page with the text and links you want,...
by judebert
Thu Mar 19, 2009 3:08 pm
Forum: Installation
Topic: blog - search
Replies: 5
Views: 3148

Re: blog - search

The quicksearch is submitting to the wrong form. It looks like the form is never printed out, or perhaps there's an HTML problem with the template. Incidentally, there's also a database problem: an index was never created. If you visit your quicksearch URL directly: http://www.mspflorist.com/florist...
by judebert
Thu Mar 19, 2009 2:57 pm
Forum: Installation
Topic: About to uninstall Serendipity
Replies: 37
Views: 15959

Re: About to uninstall Serendipity

I'm deep in code now .. Whats the difference between the following: require( dirname(__FILE__).'/function.php' ) and include('./function.php') Welcome to the exciting world of PHP coding! :lol: I understand you've moved past this (and in fact, the site seems to be working out pretty well!), but I t...
by judebert
Thu Mar 19, 2009 2:50 pm
Forum: Installation
Topic: About to uninstall Serendipity
Replies: 37
Views: 15959

Re: About to uninstall Serendipity

Also: I would really like the Domain to open up the blog directly I'm guessing I will need to migrate the Serendipity folder to the root httpdocs for the address http://www.fuzzyfm.com to bring the page up directly? That would be ideal, but you could also redirect the root domain to the /serendipit...
by judebert
Thu Mar 19, 2009 2:39 pm
Forum: Bugs
Topic: Getting SLAMMED with Spam
Replies: 3
Views: 2797

Re: Getting SLAMMED with Spam

Bulletproof has a lot of options for different configurations. You may need to modify a lot of places. Find every line in the entries.tpl file that has {$entry.trackbacks}. Surround that entire line with Smarty comments: {* and *}. If you know a little programming, you'll see that you've just commen...
by judebert
Wed Mar 18, 2009 4:28 pm
Forum: Installation
Topic: About to uninstall Serendipity
Replies: 37
Views: 15959

Re: About to uninstall Serendipity

The Serendipity index.php is not removed or modified by any of s9y's own functionality. Something more insidious is affecting your installation.

We wish you luck with your other solution attempts. If you ever need this kind of support again, we'll be here.
by judebert
Wed Mar 18, 2009 3:29 pm
Forum: Plugins
Topic: HTML META-Tags plugin duplicates Description and Keyword tag
Replies: 6
Views: 4451

Re: HTML META-Tags plugin duplicates Description and Keyword tag

Thanks, Don!

Ignore my code above. Don knows more about this plugin's use than I do.