Search found 44 matches

by Brendon K
Sun May 27, 2007 9:08 pm
Forum: Development
Topic: frontend_footer ? ((solved))
Replies: 1
Views: 3075

post removed, solved


...with luck I'll have a new plugin within a week or so. I want to diagnose a few more CSS issues.
by Brendon K
Sun May 27, 2007 2:18 am
Forum: Development
Topic: frontend_footer ? ((solved))
Replies: 1
Views: 3075

frontend_footer ? ((solved))

I'm looking for a hook that is as close to the closing BODY tag as possible, available on full entry pages, as well as the entry listing (index-type) pages. Does this qualify, and if it does, how close to the closing BODY tag does it reach (or is it template dependant)? Thanks. ;) ================= ...
by Brendon K
Sat Mar 17, 2007 5:15 am
Forum: General discussions
Topic: Serendipity User Survey >> Please participate!
Replies: 9
Views: 14120

The poll's expired. When you posted it was the 16th. The poll expired on the 15th.

I also forgot to do this when I originally saw it (and had to run out the door), and now I regret it. :(
by Brendon K
Fri Dec 01, 2006 8:47 pm
Forum: Development
Topic: Feed Validation - Invalid Parsing?
Replies: 2
Views: 3525

Hi Garvin! Thanks for the quick (as always) response! I'm certain it's due to my content. I didn't think to first check my HTML Validation, however I just did and according to the W3C's validator, my page is valid XHTML Transitional (and by forcing a change to check for Strict validity, it is also T...
by Brendon K
Fri Dec 01, 2006 4:29 am
Forum: Development
Topic: Feed Validation - Invalid Parsing?
Replies: 2
Views: 3525

Feed Validation - Invalid Parsing?

I've tested some of my RSS feeds using FeedValidator.org . They've come up as being invalid. Also, Firefox v1.5.x will not view these feeds properly, and declares an error. Firefox v2.0.0 is more forgiving, apparently and works fine (so please don't test with that version). Here's the feed validator...
by Brendon K
Thu Nov 30, 2006 3:54 am
Forum: Development
Topic: PHP Top 5 security issues
Replies: 1
Views: 4865

Although I'm sure most of us know about these, the fact that it's in a Wiki format and examples and links are added by members, this is a pretty nice link. Thanks, stm999999999.
by Brendon K
Sun Nov 26, 2006 2:06 am
Forum: Bugs
Topic: Upgraded v1.1 Beta5 from v1.0.1 -- PHP Warnings under Edit
Replies: 2
Views: 2029

The following check was the only one found in my file's copy: if (sizeof($ary) == 0) { return array(); } At the top of the file, the version comments are as follows: # $Id: functions.inc.php 1413 2006-08-27 11:29:00Z garvinhicking $ # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipi...
by Brendon K
Fri Nov 24, 2006 3:04 am
Forum: Bugs
Topic: Upgraded v1.1 Beta5 from v1.0.1 -- PHP Warnings under Edit
Replies: 2
Views: 2029

Upgraded v1.1 Beta5 from v1.0.1 -- PHP Warnings under Edit

When editing a story, I still receive two PHP Warnings (not notices, but I have my PHP set to display those as well) when attempting to edit an entry. 1.) Warning: Invalid argument supplied for foreach() in C:\Apache\htdocs\s9y\include\functions.inc.php on line 311 2.) Warning: Invalid argument supp...
by Brendon K
Tue Nov 14, 2006 11:22 pm
Forum: Development
Topic: nl2br event plugin improved
Replies: 7
Views: 7895

:oops: :P This was my biggest gripe with Serendipity, so I just had to work on it since I loved the system itself so much. Thanks for the credit, Garvin, but you did more work than I did...then again you always do! ;) To be honest, I don't know why CODE tags are listed as an example, they aren't blo...
by Brendon K
Tue Nov 14, 2006 2:37 am
Forum: Bugs
Topic: free tagging and v1.1beta5
Replies: 9
Views: 5412

I just installed and tested this on my blog running Serendipity v1.0 and plugin v2.64. I don't mean to intrude, but I was recently looking at phpTagEngine which is a competitor of FreeTag, so I was curious... Anyway, I tested this both in Firefox v2.0 (sorry, I recently upgraded) and Opera 9.02. The...
by Brendon K
Tue Nov 14, 2006 2:04 am
Forum: Development
Topic: nl2br event plugin improved
Replies: 7
Views: 7895

Oh no! My sincerest apologies, Garvin! I didn't double check my copy/paste! I'm having issues with my current install calling strip_slashes one too many times, either because of a rogue plugin, or because I just simply need to upgrade. I must have copied and pasted the code from the backend, which h...
by Brendon K
Mon Nov 13, 2006 10:52 pm
Forum: Development
Topic: hidding the admin page
Replies: 5
Views: 5777

You'll also want to make sure that your password is pretty hard to guess. Since "Serendipity" or "s9y" is found on most pages of a Serendipity blog template (and default administration landing pages), a dictionary attack can still work quite well (and is what happened to my test ...
by Brendon K
Mon Nov 13, 2006 4:29 pm
Forum: Development
Topic: nl2br event plugin improved
Replies: 7
Views: 7895

Thanks, Garvin! I do know that the code, as it was, does work. I'm using it on my blog right now. :) I'm at work right now but will take a look at the current/modified version once I get home. The code will basically do the following: 1.) Find any string matching the REGEX. 2.) Replace found string ...
by Brendon K
Mon Nov 13, 2006 12:41 am
Forum: Development
Topic: nl2br event plugin improved
Replies: 7
Views: 7895

nl2br event plugin improved

As a programmer/developer, I love posting code snippets. I also prefer typing in my own HTML markup, unless it's a simple line-break. Unfortunately, there are times when line breaks aren't really desirable (such as in PRE tags since the BR tag will actually be visible). As such, I've finally found s...
by Brendon K
Thu Sep 28, 2006 4:20 am
Forum: Bugs
Topic: Empty "Title" field in entry causes errors.
Replies: 6
Views: 3713

I checked the source code of my entry where you thought the <?php was being rendered... When I first noticed this error (and hadn't yet reported it, thinking I did something wrong), I thought that too. I had forgotten though that the source code showed it had not truly been rendered. All I can assum...