[CommunityEngine] How to speed up CE?

2009-01-10 Thread LostyJai
I was wondering how would I go about speeding up the load time of my community engine? I have about 50 images loading and it takes probably 8s-10s before I start seeing content. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[CommunityEngine] Re: How to speed up CE?

2009-01-12 Thread LostyJai
and why that will help. On Sun, Jan 11, 2009 at 3:41 AM, LostyJai simonlian...@gmail.com wrote: I usedhttp://site-perf.com/to check the performance of my site. When loading the images, the queues range from 1.5s to 8.5s towards the end. The images are mostly part of a theme

[CommunityEngine] Re: Comment URL

2009-01-14 Thread LostyJai
: Change the APP_URL to match your domain. Pick whichever one you prefer. On 1/14/09, LostyJai simonlian...@gmail.com wrote: My app is hosted on a server, access by www.company.com and www.company.com.au. The direct urls generated for blogs/forum posts/photos are www.company.com/forum

[CommunityEngine] Re: Different validates_format_of for login?

2009-03-08 Thread LostyJai
Did you restart your server? On Mar 9, 10:04 am, moritz a5s...@yahoo.com wrote: What is the best way to accomplish this? I've tried using the user model in my app/models directory, but I'm seeing the following error when I do: A copy of User has been removed from the module tree but is

[CommunityEngine] Online Users

2009-03-11 Thread LostyJai
I want to be able to retrieve a list of users who care online. Currently I am doing this by querying the activities table, for any activities created within the past 20 minutes. Is there a better way of doing this? --~--~-~--~~~---~--~~ You received this message

[CommunityEngine] Re: Using db_files with attachment_fu

2009-03-11 Thread LostyJai
Hi Martin, Have a ready of this: http://jeremyweiland.com/archives/49 Regards, Simon On Mar 12, 3:20 am, mhaeusler martin.haeus...@copyright-solutions.ch wrote: Hi there! First I'm new to Ruby, RoR and the powerful and great community engine. I want to store all my photos in the database

[CommunityEngine] Re: Online Users

2009-03-11 Thread LostyJai
:update_last_seen_at, :only = :show in ./vendor/plugins/community_engine/app/controllers/ topics_controller.rb so unless someone is active in the forum, it won't be recognized - maybe it can be expanded. On Mar 11, 4:25 pm, LostyJai simonlian...@gmail.com wrote: I want to be able to retrieve a list of users

[CommunityEngine] Private Messaging not showing messages

2009-03-14 Thread LostyJai
Hi, I've just integrated your private messaging into my CE app (http:// github.com/bborn/communityengine/commit/ 2102708dc6a3ed83f46ecd7635474a3d75a70e71). After fixing a few errors, I've a portion of it to work. I am able to send messages... however I can't view them? @user.sent_messages and

[CommunityEngine] Re: Strange Forum Error

2009-03-17 Thread LostyJai
, Mar 15, 2009 at 6:45 PM, LostyJai simonlian...@gmail.com wrote: Hi, Everything has been working perfectly until this morning... ActionView::TemplateError (undefined method `localize' for topic:String) on line #73 of forums/index.html.haml: 70:                     %td{:width=5%, :style

[CommunityEngine] Re: Strange Forum Error

2009-03-17 Thread LostyJai
17, 8:52 am, Bruno Bornsztein bruno.bornszt...@gmail.com wrote: Are you on edge or master? I think this has been fixed in edge. On Sun, Mar 15, 2009 at 6:45 PM, LostyJai simonlian...@gmail.com wrote: Hi, Everything has been working perfectly until this morning... ActionView

[CommunityEngine] Re: private forums

2009-03-17 Thread LostyJai
It sounds like you are looking for private messaging. That has already been implemented in CE. On Mar 17, 3:55 pm, 63wagon s...@mega.net wrote: has anyone setup / have any ideas for a private forum between just the admin and a single user? using ce for a student / teacher site and would

[CommunityEngine] Re: Deleted Users Causing Index Problems

2009-03-22 Thread LostyJai
Hey, I personally think deleting users is a very troublesome, you will have alot of things to clean up afterwards. The best way would be to just disable the user so they can never log back in. Regards, Simon On Mar 23, 3:44 am, Alexis ale...@designbyalexis.com wrote: Hi All! IMspirit.com's

[CommunityEngine] Re: Error when deleting a private message

2009-04-01 Thread LostyJai
Could you paste the entire log? On Apr 1, 11:52 am, Stephen step...@startmeetingpeople.com wrote: I have enabled messaging with my application that uses CE. When I select a message to delete I receive the following error: ActionController::RoutingError (user_message_url failed to generate

[CommunityEngine] Re: enabling comments for new models

2009-05-29 Thread LostyJai
Have you defined your model as a subclass of user in routes? On May 30, 8:52 am, angrysponge mike.muld...@gmail.com wrote: I have a Game model which I would like to enable comments for. Games are owned by Members, which is a subclass of User. The relevant model code needed thus far: class

[CommunityEngine] Re: Email / Actionmailer log

2009-06-05 Thread LostyJai
Forgot to add... I think you can view a detailed log when you set logger to :debug, but I specifically want just the email log and nothing else. On Jun 5, 7:13 pm, LostyJai simonlian...@gmail.com wrote: Hi guys, I'm trying to find the log which contains all the emails sent out by CE

[CommunityEngine] Re: Passwords - Unencrypt

2009-06-13 Thread LostyJai
have in the system. Hen, when they login, they can change their password to something more memorable. This would take you out of the loop at least. On 6/12/09, LostyJai simonlian...@gmail.com wrote: Hi, I keep of getting users emailing me regarding their passwords not working

[CommunityEngine] Re: New albums and groups branches

2009-06-18 Thread LostyJai
That is GREAT NEWS guys, you're amazing!!! I was planning to implement this eventually, but you've just taken a huge weight off my shoulders. I'm still using the old CE but will definitely upgrade for groups and albums! Maybe I should help with this too, how can I get onboard and contribute?

[CommunityEngine] Uploading photos not creating thumbnail, medium, large, etc...

2009-10-02 Thread LostyJai
When I upload a photo, it just contains the original image and does not resize it. I understand the CE is meant to create 4 copies of the photo (thumbnail, medium, large, original). How do I go about troubleshooting this? --~--~-~--~~~---~--~~ You received this

[CommunityEngine] Re: Uploading photos not creating thumbnail, medium, large, etc...

2009-10-02 Thread LostyJai
and if it is   working well with rmagick. Regards. El 02/10/2009, a las 18:36, LostyJai escribió: When I upload a photo, it just contains the original image and does not resize it. I understand the CE is meant to create 4 copies of the photo (thumbnail, medium, large, original). How do I go about

[CommunityEngine] Re: Uploading photos not creating thumbnail, medium, large, etc...

2009-10-02 Thread LostyJai
: convert rose.jpg -resize 50% rose.png Also, try to upload files and trace your logs to see something related   with rmagick. El 02/10/2009, a las 19:00, LostyJai escribió: How would I go about doing this? I REALLY REALLY NEED HELP! I see rmagick (2.11.1, 2.9.2) in my gem list

[CommunityEngine] Re: Uploading photos not creating thumbnail, medium, large, etc...

2009-10-02 Thread LostyJai
rmagick)? What operating system are you on? On Fri, Oct 2, 2009 at 7:16 PM, LostyJai simonlian...@gmail.com wrote: Yes that works, no problem. I've looked in the logs but it does not seem to have anything related to rmagick: Processing PhotosController#create (for 124.170.8.182 at 2009

[CommunityEngine] Re: Uploading photos not creating thumbnail, medium, large, etc...

2009-10-02 Thread LostyJai
Problem resolved! Had to run ldconfig /usr/local/lib. THANK YOU FOR ALL THE HELP!!! On Oct 3, 10:20 am, LostyJai simonlian...@gmail.com wrote: [r...@localhost test]# gem list rmagick *** LOCAL GEMS *** rmagick (2.11.1, 2.9.2) [r...@localhost test]# cat /proc/version Linux version 2.6.18

Re: R: Re: R: [CommunityEngine] Uploading photos not creating thumbnail, medium,large, etc...

2009-10-02 Thread LostyJai
the entire line - I wrote that in the post Luca Follow Me on Twitter:http://twitter.com/lfaggioli -Original Message- From: LostyJai simonlian...@gmail.com Date: Fri, 2 Oct 2009 17:12:23 To: CommunityEnginecommunityengine@googlegroups.com Subject: Re: R: [CommunityEngine] Uploading

[CommunityEngine] Re: Emails not being sent

2009-10-07 Thread LostyJai
All fixed. On Oct 7, 11:42 pm, LostyJai simonlian...@gmail.com wrote: In my environment.rb file I have the following: ActionMailer::Base.delivery_method = :sendmail ActionMailer::Base.perform_deliveries = true ActionMailer::Base.raise_delivery_errors = true and it is in production mode

[CommunityEngine] Re: Database 'created_at' is delayed

2009-10-21 Thread LostyJai
Is there any way to change that to GMT+10? On Oct 21, 8:48 pm, Luca Faggioli luca.faggi...@gmail.com wrote: As far as I know dates stored in the DB by Rails are by default in UTC luca On Wed, Oct 21, 2009 at 1:34 AM, LostyJai simonlian...@gmail.com wrote: The created_at field for all