Hello,
If I send an email to my blog from my cellphone can I use mms? I need to be able to post pictures that I take from my camera or cellphone to my blog. My wife is expecting any day now and I want my friends and family to see pictures of the new baby right away.
I have popfetcher installed but ...
Search found 28 matches
- Thu Jan 17, 2008 8:24 pm
- Forum: Plugins
- Topic: popfetcher and mms
- Replies: 1
- Views: 2134
- Fri Jan 13, 2006 8:44 pm
- Forum: General discussions
- Topic: Firefox just blogit extension
- Replies: 45
- Views: 53437
- Thu Jan 12, 2006 9:02 pm
- Forum: General discussions
- Topic: Firefox just blogit extension
- Replies: 45
- Views: 53437
Flock Blogging
Hi,
I have read with interest the attempts to get FLock and other blog utilities to connect to s9y. I installed the xml-rpc plugin and it seems that Flock does indeed auto-detect the blog. However it errors out when you enter in the username and password to access the blog.
If you need more info ...
I have read with interest the attempts to get FLock and other blog utilities to connect to s9y. I installed the xml-rpc plugin and it seems that Flock does indeed auto-detect the blog. However it errors out when you enter in the username and password to access the blog.
If you need more info ...
- Thu Dec 01, 2005 3:05 am
- Forum: Plugins
- Topic: Notification of new entries
- Replies: 27
- Views: 26533
- Thu Dec 01, 2005 12:32 am
- Forum: Plugins
- Topic: Notification of new entries
- Replies: 27
- Views: 26533
- Wed Nov 30, 2005 8:23 pm
- Forum: Plugins
- Topic: Notification of new entries
- Replies: 27
- Views: 26533
- Tue Nov 29, 2005 9:13 pm
- Forum: Plugins
- Topic: popfetcher / Filter question
- Replies: 14
- Views: 8349
Hi Garvin,
If I was skilled at all with PHP I'd make this change myself but I am a dyed-in-the-wool ASP programmer and haven't yet learned much PHP (just enough to get into trouble, really).
Is it possible to add a feature to popfetcher to set the date? E.G. many times on some of the sites I run I ...
If I was skilled at all with PHP I'd make this change myself but I am a dyed-in-the-wool ASP programmer and haven't yet learned much PHP (just enough to get into trouble, really).
Is it possible to add a feature to popfetcher to set the date? E.G. many times on some of the sites I run I ...
- Sat Nov 19, 2005 3:38 am
- Forum: Plugins
- Topic: [new plugin] Suntimes
- Replies: 6
- Views: 6340
- Sat Nov 19, 2005 12:14 am
- Forum: Plugins
- Topic: [new plugin] Suntimes
- Replies: 6
- Views: 6340
- Fri Nov 18, 2005 11:13 pm
- Forum: Plugins
- Topic: [new plugin] Suntimes
- Replies: 6
- Views: 6340
Once again I spoke too soon ... this is getting frustrating. It works if I just want to look at the available plugins but if I try to update or install a new one it fails ... I think the problem is the export to pdf event, which really is not necessary I guess ... just a nice feature.
It does seeom ...
It does seeom ...
I did as you suggested and saw no large increases in memory usage. Even after I put back export to pdf.
Perhaps there was an error when I first installed export to pdf and deleting and resetting fixed it? Also, once I was able to run Spartacus I noticed there was an update available for export to ...
Perhaps there was an error when I first installed export to pdf and deleting and resetting fixed it? Also, once I was able to run Spartacus I noticed there was an update available for export to ...
I ran the query UPDATE serendipity_plugins SET placement = 'event' WHERE placement = 'hidden' AND name not like '%spartacus%'; to reverse the temporary condition and when I went back in all was working with no errors at all ... strange. What could have caused this and how did something like this ...
Using the query seems to have allowed me to get past that error.
Now that I have hidden all those events, do they still work or do I need to do something to get them back?
Code: Select all
UPDATE serendipity_plugins SET placement = 'hiddenevent' WHERE placement = 'event' AND name not like '%spartacus%';Now that I have hidden all those events, do they still work or do I need to do something to get them back?