yes, thank you garvin, now it works.
bye, alberto.
Search found 10 matches
- Tue Nov 28, 2006 11:34 am
- Forum: General discussions
- Topic: FeedBurner redirection
- Replies: 7
- Views: 4278
- Thu Nov 16, 2006 7:14 pm
- Forum: General discussions
- Topic: FeedBurner redirection
- Replies: 7
- Views: 4278
another problem
of course, you were right. BUT I have another bug, right now.
it seems that all my feed went redirected, and that's good, but also my categories feed are redirected to the main feed on feedburner, which is not good. how about it?
take a look at my general feed and a category feed:
http://www ...
it seems that all my feed went redirected, and that's good, but also my categories feed are redirected to the main feed on feedburner, which is not good. how about it?
take a look at my general feed and a category feed:
http://www ...
- Fri Nov 03, 2006 2:51 pm
- Forum: General discussions
- Topic: FeedBurner redirection
- Replies: 7
- Views: 4278
- Fri Nov 03, 2006 2:44 pm
- Forum: General discussions
- Topic: FeedBurner redirection
- Replies: 7
- Views: 4278
- Fri Nov 03, 2006 1:29 pm
- Forum: General discussions
- Topic: FeedBurner redirection
- Replies: 7
- Views: 4278
FeedBurner redirection
hi all
I did activate my s9y plugin to forse redirection to FeedBurner, and it works fine, since I get a 302 redirection on all my feeds to feedburner.
BUT, how can now feedburner get my feeds in they get redirected to feedburner? does it comes to an infinite loop?? or should I do any other trick ...
I did activate my s9y plugin to forse redirection to FeedBurner, and it works fine, since I get a 302 redirection on all my feeds to feedburner.
BUT, how can now feedburner get my feeds in they get redirected to feedburner? does it comes to an infinite loop?? or should I do any other trick ...
- Sat Apr 29, 2006 11:32 pm
- Forum: Plugins
- Topic: adding bloglines ping to weblogping
- Replies: 2
- Views: 2176
- Sat Apr 29, 2006 4:08 pm
- Forum: Plugins
- Topic: adding bloglines ping to weblogping
- Replies: 2
- Views: 2176
adding bloglines ping to weblogping
bloglines did release a new ping service so I added the new service to the weblogping pluging:
I suggest to add it in the cvs.
bye, alberto.
Code: Select all
array(
'name' => 'Bloglines',
'host' => 'www.bloglines.com',
'path' => '/ping')
bye, alberto.
- Wed Apr 19, 2006 7:28 pm
- Forum: Plugins
- Topic: freetag plugin patch
- Replies: 12
- Views: 6567
great
tnx gavin.
i look forward to see your changes
bye, alberto.
i look forward to see your changes
bye, alberto.
- Wed Apr 19, 2006 7:56 am
- Forum: Plugins
- Topic: freetag plugin patch
- Replies: 12
- Views: 6567
freetag plugin patch
hi all
already posted on the ML, but no reply, so I post it here.
I modified freetag plugin, in order to let him display related posts based on tags, when viewing a post. related posts are listed below the post footer. I also added few configs and did translate freetag in italian.
one major ...
already posted on the ML, but no reply, so I post it here.
I modified freetag plugin, in order to let him display related posts based on tags, when viewing a post. related posts are listed below the post footer. I also added few configs and did translate freetag in italian.
one major ...
- Tue Jun 07, 2005 7:16 pm
- Forum: Plugins
- Topic: Freetag Plugin Beta
- Replies: 6
- Views: 7246
not working
I just override serendipity_event_freetag plugin directory
It returns me the following errors:
maybe something I missed?
bye
It returns me the following errors:
Code: Select all
SELECT tag, count(tag) as total
FROM s9y_entrytags
GROUP BY tag
ORDER BY tag
/ Table 'my_db.s9y_entrytags' doesn't exist
bye