Search found 52 matches

by psiege
Sat Apr 05, 2008 12:03 am
Forum: General discussions
Topic: Easy Podcasting -- Strange Problems
Replies: 3
Views: 2705

Easy Podcasting -- Strange Problems

I'm using the Easy Podcasting plugin and it's not exactly working. Here's the issue. It's placing the code into the posts (I can see it when viewing source) but the player does not show up on the page. Furthermore, if I copy that exact code that's not working and place it in a test file outside of t...
by psiege
Fri Apr 04, 2008 10:22 pm
Forum: General discussions
Topic: Escaping - How?
Replies: 2
Views: 1767

It was most simple! Simply adding

Code: Select all

|escape
did the trick. Thanks!
by psiege
Fri Apr 04, 2008 9:00 pm
Forum: General discussions
Topic: Escaping - How?
Replies: 2
Views: 1767

Escaping - How?

I'm using this code within a script:

Code: Select all

var DOCUMENTNAME='{$head_title|@default:$blogTitle}{if $head_subtitle} - {$head_subtitle}{/if}';
However, I need to escape any apostrophes that appear in my title and subtitles. Is this possible?

This particular code appears in entries.tpl.

Thanks!
by psiege
Thu Apr 03, 2008 6:58 pm
Forum: General discussions
Topic: Making s9y permalinks match old Wordpress permalinks
Replies: 7
Views: 3391

Well, only one thing left before I can launch this thing, the rewrite of my old URLs so that all of my old post links work with my new post links (Wordpress to Serendipity). Here's an example of an original link (this is on a shared host): root/public_html/pcdblog/YEAR/MONTH/DAY/title-of-post/ Here'...
by psiege
Thu Apr 03, 2008 5:27 pm
Forum: General discussions
Topic: Approving Registered Users for Commenting
Replies: 5
Views: 3181

You're the best Garvin, thanks!
by psiege
Wed Apr 02, 2008 6:15 pm
Forum: General discussions
Topic: Spam Protector, Hide E-mail Addresses Not Working
Replies: 5
Views: 2947

Ugh! Even regular users when logged in see all of the e-mail addresses.

Can this be changed to never show the e-mail addresses?

Thanks!
by psiege
Wed Apr 02, 2008 6:13 pm
Forum: General discussions
Topic: Spam Protector, Hide E-mail Addresses Not Working
Replies: 5
Views: 2947

Please disregard! I was logged in as an administrator, therefore all e-mail addresses were being shown. 8)
by psiege
Wed Apr 02, 2008 6:00 pm
Forum: General discussions
Topic: Spam Protector, Hide E-mail Addresses Not Working
Replies: 5
Views: 2947

Spam Protector, Hide E-mail Addresses Not Working

I'm using the Spam Protector plugin, and I have enabled this option: "Hide E-Mail addresses of commenting users Will show no E-Mail addresses of commenting users" However, the name of the commentor is hyperlinked with their email address in this format: something[at]something.com. While th...
by psiege
Wed Apr 02, 2008 5:20 pm
Forum: General discussions
Topic: New user registration email -- BCC, not CC??
Replies: 2
Views: 1708

You know I looked through that file and totally missed that. :lol:

Got it, thanks Garvin!
by psiege
Wed Apr 02, 2008 5:12 pm
Forum: General discussions
Topic: Approving Registered Users for Commenting
Replies: 5
Views: 3181

Hi Garvin, Yes, we simply want to review their name/email address. Often times, users will input names that can be offensive. Upper management is a bit paranoid here. The admin already receives an email notification when a user registers. I was hoping that by creating a default group with zero permi...
by psiege
Wed Apr 02, 2008 5:05 pm
Forum: General discussions
Topic: How to force comment moderation?
Replies: 8
Views: 3872

That's what I was thinking. I was hoping that I was missing a global setting somewhere that said "Force Moderation on all Comments". This would be nice, as it would prevent an editor from unchecking that option.

Thanks again!
by psiege
Wed Apr 02, 2008 1:52 am
Forum: General discussions
Topic: Approving Registered Users for Commenting
Replies: 5
Views: 3181

Approving Registered Users for Commenting

I'm using the User Self-Registration plugin to force users to register in order to comment. However, I want to be able to approve the users before allowing them to comment. Can I not do this? I setup a new default group and gave it zero permissions, but it appears that as soon as someone registers a...
by psiege
Wed Apr 02, 2008 1:40 am
Forum: General discussions
Topic: New user registration email -- BCC, not CC??
Replies: 2
Views: 1708

New user registration email -- BCC, not CC??

I'm interested in changing the new author registration email that is sent out to BCC the owners of the blog (instead of cc), so as to not expose all of the admin email addresses. Is this possible? If so, where's the code to change that?

Thanks!
by psiege
Wed Apr 02, 2008 12:06 am
Forum: General discussions
Topic: How to force comment moderation?
Replies: 8
Views: 3872

I need to force comment moderation for ALL comments. I can't seem to get that to work. Any suggestions? Thanks!
by psiege
Tue Apr 01, 2008 6:38 pm
Forum: General discussions
Topic: Making s9y permalinks match old Wordpress permalinks
Replies: 7
Views: 3391

Thanks! I forgot to enable mod_rewrite, it's working like a charm now. :oops: