Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Chosig

Pages: [1]
1
How To's / Re: User updating own contact info
« on: November 16, 2009, 08:35:49 am »
Yeah, but the user is still not able to update the contact information, such as phone number, address etc.

2
How To's / Re: Email with Gmail?
« on: November 13, 2009, 12:42:01 pm »
Works fine with me, but I'm using google apps if that makes any difference.

Make sure that you have IMAP enabled in the Google account

Incoming Settings:
  • Account ID: your-email@server(or gmail).com
  • Password: whatever your google pass is
  • Server address: imap.gmail.com
  • Connection Method: IMAP (and check SSL)
  • SSL Port: 993
  • Choose folders to check
  • Auto-classify if you want

SMTP Settings
  • server: smtp.gmail.com
  • port: 465
  • Authentication: Use incoming
  • Secure connection: SSL
  • Edit personal settings as needed.

3
How To's / Re: Install with multiple URLs
« on: November 13, 2009, 12:30:39 pm »
I don't think that's possible, since Goo seems to be bound to a specific URL

But you can make a rewrite (if Apache have the mod_rewrite module on), to automatically forward the internal url to the external.

Make a file named .htaccess in the root directory of the install, and put this inside it:
Code: [Select]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^your.lan$
RewriteRule (.*) http://www.real-site.com$1 [R=301]

This won't let you access Goo from the internal URL per sé but it makes it "easier", in the example you just have to enter "your.lan" in to the browser and it redirects to "www.real-site.com".

4
How To's / Re: POP email error?
« on: November 13, 2009, 12:25:53 pm »
Edit config/config.php and set DEBUG to true, then look in the cache/log.php file to see more specific error.

Perhaps paste it in here?

5
How To's / User updating own contact info
« on: November 13, 2009, 12:23:35 pm »
Have I missed something, but if I add a user, he/she can't update hes/her own contact information?

Pages: [1]