I've been trying to cleanly handle the switch from categories to tags by doing some fancy url rewriting using mod_rewrite, and I'm pulling out my hair.
After giving up in frustration at not being able to match what seems like a simple match, I decided to give up and just manually put in a rewrite ...
Search found 42 matches
- Fri Apr 06, 2007 10:28 pm
- Forum: General discussions
- Topic: converting from categories to tag? a serendipity bug?
- Replies: 1
- Views: 1689
- Sat Sep 23, 2006 6:16 pm
- Forum: Plugins
- Topic: Sidebar Entries fix
- Replies: 3
- Views: 2829
- Sat Sep 23, 2006 8:34 am
- Forum: Plugins
- Topic: Sidebar Entries fix
- Replies: 3
- Views: 2829
Sidebar Entries fix
I've been working on some extreme template customization, and I'm using the Sidebar Entries plugin. I've been tearing my hair out trying to figure out why $entry.is_entry_owner isn't working as expected, and just figured out that the plugin isn't setting up that variable the same way that ...
- Mon Sep 04, 2006 6:55 pm
- Forum: Plugins
- Topic: AVATAR problem
- Replies: 12
- Views: 13650
OHHHH. You want Authorpic.. Do you have THAT plugin installed? The gravatar/favatar plugin is only for COMMENTS. The file that's named like your username and in your templates folder is called by the Authorpic plugin, not that gravatar/favatar plugin.
Try installing authorpic and see if that does ...
Try installing authorpic and see if that does ...
- Sun Sep 03, 2006 6:59 pm
- Forum: Plugins
- Topic: AVATAR problem
- Replies: 12
- Views: 13650
- Sat Sep 02, 2006 7:54 pm
- Forum: Plugins
- Topic: RSS Aggregator Problem
- Replies: 36
- Views: 19351
- Sat Sep 02, 2006 7:35 pm
- Forum: Plugins
- Topic: RSS Aggregator Problem
- Replies: 36
- Views: 19351
- Thu Aug 31, 2006 2:37 pm
- Forum: Plugins
- Topic: RSS Aggregator Problem
- Replies: 36
- Views: 19351
Well, it did work the first time a feed was added. It's just somehow being removed when a feed is updated... I've gone 'round and 'round through there trying to figure out how, but nothing is jumping out at me.
I'll take a peek at the other table this evening, or in the next couple days. I have a ...
I'll take a peek at the other table this evening, or in the next couple days. I have a ...
- Thu Aug 31, 2006 3:17 am
- Forum: Plugins
- Topic: RSS Aggregator Problem
- Replies: 36
- Views: 19351
- Tue Aug 29, 2006 4:08 am
- Forum: Plugins
- Topic: RSS Aggregator Problem
- Replies: 36
- Views: 19351
i was just playing around with it, and it seems your 'UPDATE' call is malformed or something. If I replace it with an INSERT (which I copied directly from a few lines up) it works like expected.
if I leave the entry in aggregator_md5, your UPDATE call removes it. In any case, this seems to solve my ...
if I leave the entry in aggregator_md5, your UPDATE call removes it. In any case, this seems to solve my ...
- Tue Aug 29, 2006 3:08 am
- Forum: Plugins
- Topic: RSS Aggregator Problem
- Replies: 36
- Views: 19351
- Sat Aug 26, 2006 5:58 pm
- Forum: Plugins
- Topic: RSS Aggregator Problem
- Replies: 36
- Views: 19351
hmm. my reply seems to have disappeared...
anyway, yeh, I have that code you added. I couldn't find anywhere where it was deleting either, but it's doing it. And only when aggregating a post that has changed since the initial aggregation. Also, it does it for any of the serendipity feeds I've got ...
anyway, yeh, I have that code you added. I couldn't find anywhere where it was deleting either, but it's doing it. And only when aggregating a post that has changed since the initial aggregation. Also, it does it for any of the serendipity feeds I've got ...
- Fri Aug 25, 2006 8:29 pm
- Forum: Plugins
- Topic: Favatar usage
- Replies: 8
- Views: 5144
You seem to know exactly what I'm trying to do, so any help/suggestions/advice is greatly appreciated! Thanks!!
OK, I just whipped up something that will do what you want. It doesn't currently take actual gravatar images into account however, so if you use my system and a user does actually have ...
OK, I just whipped up something that will do what you want. It doesn't currently take actual gravatar images into account however, so if you use my system and a user does actually have ...
- Fri Aug 25, 2006 6:48 pm
- Forum: Plugins
- Topic: RSS Aggregator Problem
- Replies: 36
- Views: 19351
After some more debugging, I've found that when it detects an updated post, it's actually deleting the MD5 hash from the serendipity_aggregator_md5 table. From that point onward, since there is no entry in the table, it is assumed to need updating.
I posted a new post, ran the aggregator, checked ...
I posted a new post, ran the aggregator, checked ...
- Thu Aug 24, 2006 2:45 pm
- Forum: Plugins
- Topic: RSS Aggregator Problem
- Replies: 36
- Views: 19351