Search found 44 matches

by Brendon K
Wed Sep 27, 2006 3:08 am
Forum: Bugs
Topic: Empty "Title" field in entry causes errors.
Replies: 6
Views: 3713

I tested this a bit more thoroughly. I apologize for not replying sooner, I help out on technical forums and I always hate people that post a bug and then disappear. I had the problem installed on my development machine and hadn't turned it on in awhile, so my apologies. It apparently isn't (just) t...
by Brendon K
Thu Sep 21, 2006 3:59 am
Forum: Bugs
Topic: Empty "Title" field in entry causes errors.
Replies: 6
Views: 3713

...also somewhat unrelated, but still a noticed bug, the following post entry (for a test I need for creating a new plugin) attempts to render the code as HTML, I believe... <textarea name="code" class="php" cols="60" rows="10"> <?php echo 'hello world'; ?> </...
by Brendon K
Thu Sep 21, 2006 3:35 am
Forum: Bugs
Topic: Empty "Title" field in entry causes errors.
Replies: 6
Views: 3713

Empty "Title" field in entry causes errors.

I made sure to update to v1.0.1 to be certain the bug(s) still exist in the current version. 1.) The default theme for v1.0.1 breaks if no title is supplied for an entry. I've seen some themes supply a default title if none are supplied, this might be a possible fix for the theme. 2.) When attemptin...
by Brendon K
Wed Aug 30, 2006 4:44 am
Forum: Installation
Topic: Help needed for switching from Nucleus...
Replies: 10
Views: 6465

Hi! When it comes to doing things for myself, I'm extremely slow. Sorry! Actually, had my blog not gotten hacked (probably a dictionary attack -- easy password) I probably wouldn't even be back as soon as I am now. I still haven't completely converted over (wow!). I checked into this a bit more clos...
by Brendon K
Fri Feb 24, 2006 4:11 pm
Forum: Installation
Topic: Help needed for switching from Nucleus...
Replies: 10
Views: 6465

Ah, but I do plan on using it (NL2BR plugin for Serendipity). Although I technically could either use a WYSIWYG editor, or hard-code the HTML line breaks in manually, I prefer having slightly more control over the code created in my entries, but having to place HTML newlines is in fact, still a chor...
by Brendon K
Fri Feb 24, 2006 6:34 am
Forum: General discussions
Topic: Move index.php?
Replies: 8
Views: 5408

The easiest solution would be to just delete the .htaccess file. (I apologize for not realizing Serendipity did this, I'm still quite new to the system...ummm, less than a week.) Most hosts, if they allow PHP, will place PHP AFTER htm and html files in the order of precedence. Either way, by deletin...
by Brendon K
Fri Feb 24, 2006 5:14 am
Forum: Installation
Topic: Help needed for switching from Nucleus...
Replies: 10
Views: 6465

As an update, at least with version 3.22, the import feature works almost flawlessly. There are only two problems noticed: 1.) If a commenter does not submit a homepage/website link, their DNS entry (reverse IP) is placed in their instead. 2.) If Convert line breaks is turned ON, I think Nucleus wil...
by Brendon K
Fri Feb 24, 2006 5:02 am
Forum: Bugs
Topic: Comments NOT counting
Replies: 8
Views: 5430

Goodluck. I'm going to bed. :)

Let us know how you make out (after trying a few times, of course) and if you can't figure it out, reply so we can try and give you a better explanation that might help solve your issue.
by Brendon K
Fri Feb 24, 2006 5:00 am
Forum: General discussions
Topic: Move index.php?
Replies: 8
Views: 5408

Assuming you know how to use FTP and you don't have any other PHP files in your root directory, change the name of "index.php" to "welcome.php" and I would have to assume that things should work fine so long as you're not using mod_rewrite options in your blog...otherwise, I don'...
by Brendon K
Fri Feb 24, 2006 4:52 am
Forum: Bugs
Topic: Comments NOT counting
Replies: 8
Views: 5430

I don't have the time right now to go through all these steps to give you laymen's terms, but perhaps you would be able to take some time out of your day and go through this yourself? I did a search for what garvin posted and found the following: http://www.s9y.org/forums/viewtopic.php?t=1323&hi...
by Brendon K
Fri Feb 24, 2006 4:41 am
Forum: Plugins
Topic: FCKEditor - won't work - also is it best?
Replies: 9
Views: 5525

I remember seeing a question similar to this on one of my searches prior to registering (thanks for allowing searches by guests!). There are two places to set this option: the GENERAL (global) configuration settings, which will make this the default for any newly created members/users/editors... And...
by Brendon K
Fri Feb 24, 2006 4:34 am
Forum: Bugs
Topic: Multiple bugs probably relating to event plugins
Replies: 13
Views: 6445

I've personally noticed that the trackbacks take quite some time to do their dirty work, presumably because it's a much more advanced pinging service than most other blogs... I unfortunately am not lucky enough to have tried the v0.9 series of Serendipity. Try removing/disabling plugins dealing with...
by Brendon K
Fri Feb 24, 2006 1:53 am
Forum: Plugins
Topic: New version of the GeSHi plugin --(.05)
Replies: 6
Views: 4539

Three suggestions, if possible: 1.) Since GeSHi will not work in Serendipity with any language that uses <>'s in the comment section, would it be possible to either add a textual alert in the intro-text for the comment section about this, or eliminate it as an option to use in the comments (or find ...
by Brendon K
Fri Feb 24, 2006 1:47 am
Forum: General discussions
Topic: comments not displaying properly
Replies: 8
Views: 5328

You can change that in your template. Look at entries.tpl, there's this code: {serendipity_printComments entry=$entry.id mode=$entry.viewmode} You can replace that with: {serendipity_printComments entry=$entry.id mode=$CONST.VIEWMODE_LINEAR} Regards, Garvin Does this still work? I tried this today ...