easymoblog-news Mailing List for Unkwnown
Status: Inactive
Brought to you by:
ubik77
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(5) |
May
(5) |
Jun
(1) |
Jul
|
Aug
(4) |
Sep
(5) |
Oct
(3) |
Nov
(7) |
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(5) |
Nov
|
Dec
|
|
From: iamdecal <iam...@gm...> - 2005-10-12 08:14:03
|
NB, I notice that lycos include easymoblog with there hosting - might be worth dropping them a line and asking how they do it - you never know you might get lucky and reach some one useful.... it may also be worth asking them to swap to the como... iamdecal http://www.iamdecal.co.uk Mark Wallis wrote: > > On 12/10/2005, at 7:47 AM, Lopo de Almeida wrote: > >> You must change the original easymoblog config file so it will >> include DB >> >> access info (server, user, pwd, db) in a separeted file. >> >> >> You must create the seperated file in the subdomain directory and not >> in the >> >> easymoblog directory, so this only file is not a symlinked one. >> > > Keep in mind that not only would you want the config file to be not > symlinked > that you would also want most of the /img structure to be as well - so > one users > images don't overwrite anothers. > > This should be added to the base product. If someone wants to raise an RFE > at http://www.sf.net/projects/comoblog I'll look into it for the next > minor release. > Most likely it will be easiest to implement as Lopo has suggested, > I'll just > document and add some helper scripts to the base install. > > > ---- > Regards, > > Mark Wallis > mw...@se... <mailto:mw...@se...> > http://mark.serialmonkey.com > |
|
From: Mark W. <mw...@se...> - 2005-10-11 22:19:14
|
On 12/10/2005, at 7:47 AM, Lopo de Almeida wrote: > You must change the original easymoblog config file so it will > include DB > access info (server, user, pwd, db) in a separeted file. > > You must create the seperated file in the subdomain directory and > not in the > easymoblog directory, so this only file is not a symlinked one. Keep in mind that not only would you want the config file to be not symlinked that you would also want most of the /img structure to be as well - so one users images don't overwrite anothers. This should be added to the base product. If someone wants to raise an RFE at http://www.sf.net/projects/comoblog I'll look into it for the next minor release. Most likely it will be easiest to implement as Lopo has suggested, I'll just document and add some helper scripts to the base install. ---- Regards, Mark Wallis mw...@se... http://mark.serialmonkey.com |
|
From: Mark W. <mw...@se...> - 2005-10-11 22:17:26
|
Hi Robert, On 12/10/2005, at 3:05 AM, Webb, Robert wrote: > Have multiple domain names (names based on rather specialized/ > esoteric topics) "subhosted" via a "Verio" virtual private server. > (see http://www.verio.com/vps-v2-1000-plan/ and pages linked > thereunder for the technical details). Wish to install a separate > blog for each domain, preferably under C level name > "blog.domainname.com" (example) rather than "domain.com" so that > blog can be one feature, not the prime feature of the site. Has > anyone done this before - if, for example, I have 50 domains, will > I have to install the full program 50 times (thus use 50X of server > disk space) and create 50 separate databases? is there a way to > limit this? > > I've installed it once under the main domain, not subhosted > domains, so server basically can handle it. First up, EasyMoblog is no longer maintained. The main developer has disappeared and development has stagnated. The good news is that we have branched the code to a new project called CoMoblog - http://comoblog.serialmonkey.com. Version 1.0 is currently in BETA testing and I hope to release it in the next couple of days. It's essentially EML version 0.5.1 with a swag of bug fixes and enhancements. This is where development will continue, In regards to your question, yes you will need to install CML 50 times - but you will only need a single database. CML supports a feature called "database table prefix" where each instance of CML can exist in the same DB, but each uses a different prefix on the table names so they don't interfere with each other. If you like I may be able to investigate adding a function that allows a single CML installation to service multiple domains. This would involve installling CML into a "common" folder and just having the dynamic content stored within a folder for each webhost (dynamic content being the local configuration file and any uploaded static content). If you like wander over to our SF repository (www.sf.net/ projects/comoblog) and raise a RFE (Feature Enhancement) description what you would like and I will investigate. ---- Regards, Mark Wallis mw...@se... http://mark.serialmonkey.com |
|
From: Lopo de A. <lop...@si...> - 2005-10-11 21:47:35
|
Em Ter=E7a, 11 de Outubro de 2005 18:05, o Webb, Robert escreveu: | Have multiple domain names (names based on rather specialized/esoteric | topics) "subhosted" via a "Verio" virtual private server. (see | http://www.verio.com/vps-v2-1000-plan/ and pages linked thereunder for | the technical details). Wish to install a separate blog for each | domain, preferably under C level name "blog.domainname.com" (example) | rather than "domain.com" so that blog can be one feature, not the prime | feature of the site. Has anyone done this before - if, for example, I | have 50 domains, will I have to install the full program 50 times (thus | use 50X of server disk space) and create 50 separate databases? is | there a way to limit this? | | I've installed it once under the main domain, not subhosted domains, so | server basically can handle it. You only need to have the software installed once if you have access to the= =20 server using SSH or similar and some sort of *nix. =46or instance you install it under /home/username/easymoblog and you can=20 symlink it to /home/username/easymoblog/www/subdomain1 You must set subdomain1.domain.com to point=20 to /home/username/easymoblog/www/subdomain1 and domain.com to point=20 to /home/username/easymoblog/www/ of course. The part of the database is also easy. You must change the original easymoblog config file so it will include DB=20 access info (server, user, pwd, db) in a separeted file. You must create the seperated file in the subdomain directory and not in th= e=20 easymoblog directory, so this only file is not a symlinked one. I hope this will show you some directions to ease your task and your=20 resources. Best, Lopo |
|
From: Webb, R. <RW...@ss...> - 2005-10-11 17:05:28
|
Have multiple domain names (names based on rather specialized/esoteric topics) "subhosted" via a "Verio" virtual private server. (see http://www.verio.com/vps-v2-1000-plan/ and pages linked thereunder for the technical details). Wish to install a separate blog for each domain, preferably under C level name "blog.domainname.com" (example) rather than "domain.com" so that blog can be one feature, not the prime feature of the site. Has anyone done this before - if, for example, I have 50 domains, will I have to install the full program 50 times (thus use 50X of server disk space) and create 50 separate databases? is there a way to limit this? =20 I've installed it once under the main domain, not subhosted domains, so server basically can handle it. =20 =20 |
|
From: Dave K. <dav...@ea...> - 2005-07-15 03:07:06
|
When I first call easymoblog from my desktop icon, it first loads my web browser and then on top of that Bluefish with index.php preloaded. I can find not documentation that tells me if this in normal and if it is, what am I suppose to do? All the documentation I have found shows GUI configuration apps. I have not found those. Is there another FAQ or something else to read? Thanks for your help. Dave |
|
From: Paul W. <pa...@wo...> - 2004-11-09 12:29:48
|
Thanks for the reply Hans I'm thinking of allowing other users who are not to PC literate to upload photos to my Blog or/and hosting Blogs for users and they may not be weary of photo size or knowing how to make them smaller if they took a photo with a digital camera at mega resolution. I'm thinking about family who has sent me photos of more than 1Mb per photo! So I am thinking of some sort of warning system. On my website if a user want to upload a photo which is to big, the script sees that and give the user a warning. Maybe if that doesn't exist in the current blog, it can be added somehow? Maybe I can find a solution and then publish it here.... regards Paul On 9 Nov 2004 at 20:11, Hans Neukomm wrote: Date sent: Tue, 09 Nov 2004 20:11:33 +0800 From: Hans Neukomm <ha...@kr...> To: Paul Wolsink <pa...@wo...> Subject: Re: [EasyMoblog] Multiple Big photos > i often use single posts with many photos > presently i have configured the size to 640 x 480 px > and have zero problem so far > > but > > of course i always reduce the pics to the size allowed in the > configuration of the blog - hence 640x480 > then they usually are around 50 +/- kb > > all pics i upload via email are made to fit into the width configured > > so there is no shrinking of pics involved - only storage - hence no real > cpu work to be done > nothing to ever choke on > > so if you love really big photos > then you may also make sure that size is allowed in your blog > configuration (admin section of blog ) > > greetings > hans > > > Paul Wolsink wrote: > > >Hi there > >The blog is working fine now, but I have the following problem. > > > >Sending multiple small photos in one email ie. 6x 28kb photos is > >working great, and sending 1x 800kb photo is working great, but the > >moment I send 2x 800kb photos, it seems to choke on it. Like it is > >maybe running out of memmory or something > > > >I have tested with for example 48x aveg 25kb photos in 1 messages > >and the server handled it wel, dropping to 14% idle for a few secs. With > >2x 800 kb photos, the server drops to 10% idle for the same amount of > >time. > >With 72 x 25kb photos, it also chokes. > > > >Is there a setting I could adjust? Maybe tell it to only accept one photo, > >sending back a message to those wanting to send more than one photo > >at a time or something? > > > >regards > >Paul > > > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: > >Sybase ASE Linux Express Edition - download now for FREE > >LinuxWorld Reader's Choice Award Winner for best database on Linux. > >http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > >_______________________________________________ > >Easymoblog-news mailing list > >Eas...@li... > >https://lists.sourceforge.net/lists/listinfo/easymoblog-news > > > > > > > > |
|
From: Paul W. <pa...@wo...> - 2004-11-09 12:01:31
|
Hi there The blog is working fine now, but I have the following problem. Sending multiple small photos in one email ie. 6x 28kb photos is working great, and sending 1x 800kb photo is working great, but the moment I send 2x 800kb photos, it seems to choke on it. Like it is maybe running out of memmory or something I have tested with for example 48x aveg 25kb photos in 1 messages and the server handled it wel, dropping to 14% idle for a few secs. With 2x 800 kb photos, the server drops to 10% idle for the same amount of time. With 72 x 25kb photos, it also chokes. Is there a setting I could adjust? Maybe tell it to only accept one photo, sending back a message to those wanting to send more than one photo at a time or something? regards Paul |
|
From: Hans N. <ha...@kr...> - 2004-11-08 17:49:25
|
it's really missing no matter how far i scroll and visual as well as w3.org validation of complete visible page-source is always correct my very unqualified personal guess is a speed problem of db ... since on broadband page load very fast and my host is fast on normal server BUT slow on other accessory servers it could be a time delay exceeded when composing the page while loading and that static components like sidebar and page title are displayed instantly and actual page content of post delivered too late ... just an unqualified guess since those having even faster line - one case verified/observed in life access-control from a visitor i know - had to reload about 10 times and in another reported case by him - on very fast line - he had supposedly to reload some 50 times i access control however i see that ALL components - INCLUDING the post content ARE SERVED fully by apache on host i am ready to change host again - i did so already in august - if sure that it is quality of mysql db server and nothing else causes the problem may be it helps to test yourself ? here the URL http://www.kriyayoga.com/love_blog/index.php the problem can NOT be repeated in a scientific method - it is sometimes more sometimes less frequent i have tried to test it on opera browser on Linux as well tonight - it failed to create any mis-display today hans dec...@ya... wrote: > Hi hans > > > it sounds like it could be bad code in one of the posts, though as you > say it validates that not very likely i suppose. > > > when you say its missing, are you sure it hasnt just scrolled to the > bottom of the page - i got this to start with when the width of my > content added to the width of my side bar was wider than the width of > the site (i hope that makes sense) > > > > can it be a mysql db-server-speed problem my mysql db is on separate > > server on present host ? can supplying the components of the > template to > > the browser on fast broadband be too slow for the browser to display in > > time when loading composing the page ??? > > > if the content is in the view source then that dosnt sound like the > cause. > > > > whats the URL of the problem page ? if we all take a look maybe we can > see the problem, > > > iamdecal > cgi.iamdecal.plus.com > > > > > Hans Neukomm wrote: > >> hi >> >> since the very beginning i have a very frequent problem that page >> content is missing >> all remainder of page is fully displaying >> sidebar, title, modules in sidebar, etc >> >> but actual topic content of that post is missing in DISPLAY of >> browser only >> looking at source of empty page - the content is present >> >> the page is validated >> copy and paste / safe as .. the source code of the empty page >> then uploading to w3.org >> >> it always is fully validated and apparently no tags missing >> >> this happens very frequently - may be 50+/- % of all times in the >> browsers >> firefox most current >> mozilla most current >> IE ( reported by users ) >> >> i have broadband access ... >> to solve >> >> a reload page - sometimes more than once or several (10+ ) times - >> usually solves the problem >> sometimes many reloads of page are needed >> >> can it be a mysql db-server-speed problem my mysql db is on separate >> server on present host ? can supplying the components of the template >> to the browser on fast broadband be too slow for the browser to >> display in time when loading composing the page ??? >> >> or any other known reason ? >> anyone having experienced and solved the same problem or any hint >> where to look for the cause ?? >> >> next problem is calendar >> calendar is displaying correctly in >> index.php page-display >> and >> post.php/x page-display >> >> but >> always displaying wrong date >> >> 12/31/1969 >> >> in topic.php/x page-mode >> >> >> >> greetings >> >> hans >> > |
|
From: Hans N. <ha...@kr...> - 2004-11-08 17:13:57
|
hi since the very beginning i have a very frequent problem that page content is missing all remainder of page is fully displaying sidebar, title, modules in sidebar, etc but actual topic content of that post is missing in DISPLAY of browser only looking at source of empty page - the content is present the page is validated copy and paste / safe as .. the source code of the empty page then uploading to w3.org it always is fully validated and apparently no tags missing this happens very frequently - may be 50+/- % of all times in the browsers firefox most current mozilla most current IE ( reported by users ) i have broadband access ... to solve a reload page - sometimes more than once or several (10+ ) times - usually solves the problem sometimes many reloads of page are needed can it be a mysql db-server-speed problem my mysql db is on separate server on present host ? can supplying the components of the template to the browser on fast broadband be too slow for the browser to display in time when loading composing the page ??? or any other known reason ? anyone having experienced and solved the same problem or any hint where to look for the cause ?? next problem is calendar calendar is displaying correctly in index.php page-display and post.php/x page-display but always displaying wrong date 12/31/1969 in topic.php/x page-mode greetings hans |
|
From: Paul W. <pa...@wo...> - 2004-11-08 16:33:16
|
Hi Ubik You are definitely my new Hero! It's working great...! regards paul On 8 Nov 2004 at 15:21, ubik wrote: Date sent: Mon, 08 Nov 2004 15:21:17 +0100 From: ubik <ub...@ub...> To: Paul Wolsink <pa...@wo...> Subject: Re: [EasyMoblog] No Email found > Hi! > I can only give you some advices to test your configuration. > - make sure you specified the correct mysql parameters > - make sure you specified the correct pop3 parameters > - make sure your web server can access your pop3 server > > You can also try to modify the following line (line 174) in > /include/pear/Net/POP3.php > function login($user, $pass, $apop = true) > to > function login($user, $pass, $apop = false) > > It seems to fix the problem with some users > > Let me know if it helps you. > > bye > umberto 'ubik' caldera > easymoblog project admin > > > > Paul Wolsink wrote: > > >Hi there > >I just installed easymoblog on a e-smith v5.6 Linux server. It had PHP > >4.1.2 and it won't install. I changed the step_0 to check 4.1 instead of > >4.2 PHP, it installed OK. It worked perfect except it will check email > >(POP) and come back with "no email found". > > > >So I upgrade the server to 4.2.3 PHP, but it still doesn't work. I know > >there is email, double checked, can POP the email with other clients > >etc. So email account and server is 100%. > > > >What could be wrong? Where should I start checking? > > > >Why do I need 4.2 + and why is 4.1 not good enough? > > > >Thanks > >Paul > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by: > >Sybase ASE Linux Express Edition - download now for FREE > >LinuxWorld Reader's Choice Award Winner for best database on Linux. > >http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > >_______________________________________________ > >Easymoblog-news mailing list > >Eas...@li... > >https://lists.sourceforge.net/lists/listinfo/easymoblog-news > > > > > > > > > > > > > > > |
|
From: Paul W. <pa...@wo...> - 2004-11-08 12:24:56
|
Hi there I just installed easymoblog on a e-smith v5.6 Linux server. It had PHP 4.1.2 and it won't install. I changed the step_0 to check 4.1 instead of 4.2 PHP, it installed OK. It worked perfect except it will check email (POP) and come back with "no email found". So I upgrade the server to 4.2.3 PHP, but it still doesn't work. I know there is email, double checked, can POP the email with other clients etc. So email account and server is 100%. What could be wrong? Where should I start checking? Why do I need 4.2 + and why is 4.1 not good enough? Thanks Paul |
|
From: ubik <ub...@ub...> - 2004-11-04 07:52:02
|
Hi all!
Unfortunately, I had some problems with my job situation, so I really
had no time to work on the project, as I promised in my last message to
the newsletter.
At the moment, the situation is more stable, but I'm always very very
busy. I also have to study for University, so I can't dedicate too much
time on the project.
I will start working again on EasyMoblog: first of all I will try to
release the modules sent by some contributors. Then I will work on the
next release.
Please be patient, I'd love to spend all of my time on EasyMoblog, but -
at the moment - it's impossible.
Bye
ubik
|
|
From: dec <decal#<_2...@ya...> - 2004-10-25 08:40:12
|
I think, if everyone who's using easymoblog, drops a quick "me too" email, it might persuade ubik that he's still appreciated ;-) In the mean time - I've uploaded a few modules and am busy tidying up the rest of them. iamdecal Did you see Ubik's email of the 22nd September ? http://sourceforge.net/forum/forum.php?forum_id=408839 He has been very busy of late and hasn't had time to work on the project but apparently things are going to start progressing soon. |
|
From: Mark W. <mw...@se...> - 2004-10-24 09:31:50
|
Hi Hans, Did you see Ubik's email of the 22nd September ? http://sourceforge.net/forum/forum.php?forum_id=408839 He has been very busy of late and hasn't had time to work on the project but apparently things are going to start progressing soon. Thanks, Mark Wallis (aka serialmonkey) http://mark.serialmonkey.com <http://mark.serialmonkey.com/> E: mw...@se... _____ From: eas...@li... [mailto:eas...@li...] On Behalf Of Hans Neukomm Sent: Sunday, 24 October 2004 18:07 To: eas...@li... Subject: [EasyMoblog] is this project from easymoblog.org death ?? or on long time vacation only .. since almost a month i have sent a few emails to easymoblog.org and never received a reply i have sent new modules and never received a reply a friend also has sent a new module and no reply so far easymoblog is a truly fine peace of software too fine to be dumped too fine to be slowed in development and far too fine to leave all the bugs unsolved the last post to THIS list is from 2004-09-23 08:21 that appears stone age old hence it really appears to me that the project is death who is using easymoblog who wants it to be flowing and moving forward who wants it to progress - first by implementing bugfixes and correction of basic functions until - all pages are valid XHTML - all pages thus can be indexed by any and all crawler and hence all created pages are of any value to the www and others then implement new features as really useful and new modules as helpful to enhance or modify in an easy way to meet the needs of as many different precise implementation of this fine CMS software since easymoblog is published under GPL its time to move on the license is as published in existing docs folder file LICENSE: ------------------------------------------------------------------- snip +--------------------------------------------------------------------+ | EASYMOBLOG LICENSE | +--------------------------------------------------------------------+ EasyMoblog - an automated and configurable mail2web blog Copyright (C) 2003 - 2004 Umberto Caldera This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .... ------------------------------------------------------------------- snap thus it's time to progress in the existing project or a new active project to further enhance this existing blog CMS for the benefit of existing users and for the benefit of potential new users worldwide. is there a need for THIS blog ? YES why ? because almost every other blog system i have seen so far is totally without any acceptable SEO and thus pages / information published are widely downhill in SERPS ... it appears that is normal for blog but there is no reason for such lack of SEO if something is too worthless to be found by others then it most likely is too worthless to be published at all if someone thinks a forum may be better suited then there is a category easymoblog, blog and CMS i have created a while ago in the forum http://www.kriyayoga.com/familyforum/gindex.html to publish some fixes or modules created that are unpublished or unavailable yet from the project itself as they apparently either never have been welcome or processed after several weeks greetings hans |
|
From: Umberto C. <ub...@ea...> - 2004-09-23 15:21:53
|
Hi all!
The EasyMoblog team is planning to add multimedia capabilities to our
favourite blog application (EML, of course!)
We would like to let people post audio/video files sent through mobile
phones and PDAs. At the moment we are just studying the best way to
implement the new feature in EasyMoblog, but we have just encountered
the first problem :(
We need to know which different file formats are used by different
devices, but - of course - we can only test very few device models (the
ones we own).
So we ask you all to help us! Just send us an audio and a video file
using your own smartphone or PDA.
Please send an e-mail with the attached file, specifying the following
information:
- to: ub...@ea...
- subject: eml multimedia
- body: please specify the device model and, if you know it, name and
version of operating system and e-mail client
That will be a great contribution to the development, and you will have
our eternal gratitude ;-P
Bye
ubik
--
Umberto 'ubik' Caldera
EasyMoblog project admin
Subscribe to EasyMoblog newsletter:
http://www.easymoblog.org/
Donate to EasyMoblog:
http://sourceforge.net/donate/index.php?group_id=88633
|
|
From: Umberto C. <ub...@ea...> - 2004-09-23 12:48:48
|
Hi all!
The EasyMoblog team is planning to add multimedia capabilities to our
favourite blog application (EML, of course!)
We would like to let people post audio/video files sent through mobile
phones and PDAs. At the moment we are just studying the best way to
implement the new feature in EasyMoblog, but we have just encountered
the first problem :(
We need to know which different file formats are used by different
devices, but - of course - we can only test very few device models (the
ones we own).
So we ask you all to help us! Just send us an audio and a video file
using your own smartphone or PDA.
Please send an e-mail with the attached file, specifying the following
information:
- to: ub...@ea...
- subject: eml multimedia
- body: please specify the device model and, if you know it, name and
version of operating system and e-mail client
That will be a great contribution to the development, and you will have
our eternal gratitude ;-P
Bye
ubik
--
Umberto 'ubik' Caldera
EasyMoblog project admin
Subscribe to EasyMoblog newsletter:
http://www.easymoblog.org/
Donate to EasyMoblog:
http://sourceforge.net/donate/index.php?group_id=88633
|
|
From: Umberto C. <ub...@ea...> - 2004-09-23 09:31:17
|
Hi all!
The EasyMoblog team is planning to add multimedia capabilities to our
favourite blog application (EML, of course!)
We would like to let people post audio/video files sent through mobile
phones and PDAs. At the moment we are just studying the best way to
implement the new feature in EasyMoblog, but we have just encountered
the first problem :(
We need to know which different file formats are used by different
devices, but - of course - we can only test very few device models (the
ones we own).
So we ask you all to help us! Just send us an audio and a video file
using your own smartphone or PDA.
Please send an e-mail with the attached file, specifying the following
information:
- to: ub...@ea...
- subject: eml multimedia
- body: please specify the device model and, if you know it, name and
version of operating system and e-mail client
That will be a great contribution to the development, and you will have
our eternal gratitude ;-P
Bye
ubik
--
Umberto 'ubik' Caldera
EasyMoblog project admin
Subscribe to EasyMoblog newsletter:
http://www.easymoblog.org/
Donate to EasyMoblog:
http://sourceforge.net/donate/index.php?group_id=88633
|
|
From: Umberto C. <ub...@ea...> - 2004-09-22 09:46:18
|
Hi all! After a long period of inactivity (I was really too busy both at work and University) I decided to start working on the EasyMoblog project again. My excuses to all people who wrote me e-mail messages in the last months and received no answers. I don't think I'll have time to answer those messages, but I promise I'll answer to all the e-mails I'll receive in the future :) Today I'm compiling a TO-DO list for the future development of EasyMoblog. These are the first priorities: - debug the code! There are really too much bugs, I'll try to fix them all. Thanks to all people who found them! - add new important features: editing/deleting comments, add html formatted posts etc. - improve the plug-in architecture - add the possibility to design new "skins" for the blog (allowing people with html skills to design their own templates in an easy way) - more plug-ins! I'll try to release new updates as soon as possible. -- Umberto 'ubik' Caldera www.easymoblog.org |
|
From: John M. <jm...@sc...> - 2004-09-07 18:54:59
|
I am selling www.moblogs.co.uk I was planning on setting up easymoblog but never got around to it, Would you guys know anyone interested. Puuma2 -----Original Message----- From: eas...@li... [mailto:eas...@li...]On Behalf Of Ubik Sent: 29 March 2004 17:17 To: eas...@li... Subject: [EasyMoblog] EasyMoblog 0.5 preview release A preview release of EasyMoblog 0.5 is available for download. For details please visit EasyMoblog MetaBlog: http://easymoblog.ubiks.it/easymoblog/post.php/18 WARNING: this is a preview release, and is intended only for beta-testing! Bye -- Umberto Caldera EasyMoblog project admin ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Easymoblog-news mailing list Eas...@li... https://lists.sourceforge.net/lists/listinfo/easymoblog-news |
|
From: Mark W. <mw...@qv...> - 2004-08-24 02:39:41
|
Hi Doug.=20
I do remember having this problem myself awhile ago. Can't remember now =
I resolved it though. Which version of Easymoblog are you running?=20
M.=20
-----Original Message-----
From: "Doug Taylor" <do...@je...>
Sent: 8/23/04 1:29:33 PM
To: "eas...@li..." =
<eas...@li...>
Subject: [EasyMoblog] Strange page format problem
=20
I have a page at bogberto.jetcareers.com
=20
I'm experiencing a very bad 'whitespace' problem where the pictures, =
no matter what the size, gives large amounts of whitespace.
=20
Does anyone have any experience with this problem?
=20
Doug Taylor
|
|
From: Doug T. <do...@je...> - 2004-08-23 03:20:08
|
I have a page at bogberto.jetcareers.com I'm experiencing a very bad 'whitespace' problem where the pictures, no = matter what the size, gives large amounts of whitespace. Does anyone have any experience with this problem? Doug Taylor |
|
From: Chris C. <ch...@ge...> - 2004-08-19 13:17:19
|
I would assume it would be in the mysql query in the include/libraries.inc.php file. You need to find: function posts_last ($howmany) In this function just change the query from: order by p.post_mail_date desc to: order by p.post_mail_date ASC That will do it. Chris- Just changed ORDER By Doug Taylor wrote: > Does anyone know how to reverse the moblog display order? So > basically the first entry of the day is at the top of the page and > each subsequent entry is below -- in chronological order? > > Thanks! > > Doug Taylor |
|
From: Doug T. <do...@je...> - 2004-08-19 07:45:22
|
Does anyone know how to reverse the moblog display order? So basically = the first entry of the day is at the top of the page and each subsequent = entry is below -- in chronological order? Thanks! Doug Taylor |
|
From: ubik <ub...@ub...> - 2004-06-23 08:55:10
|
Hi all! A new module is available for EasyMoblog 0.5x http://www.easymoblog.org/05modules.php The new module, called "Sprint PCS filter" automatically removes the HTML formatting of messages sent using the popular Sprint PCS service. Thanks to Hunter Powers (hunter[at]wiretheplanet[dot]com) who made this great module!!! Stay tuned :) ubik -- Umberto 'ubik' Caldera EasyMoblog project admin http://www.easymoblog.org/ Donate to EasyMoblog: http://sourceforge.net/donate/index.php?group_id=88633 |