72.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

04-26-2014, 09:58 AM
Post: #101
RE:
Thw for the reply i'm gonna try it
but i see the oauth on your website is working fine ?
04-27-2014, 10:02 AM
Post: #102
RE:
Not sure, but the translation I need is on DATES which the vertion we have doesnt have, maybe if someone here that can code, could do it, and also fix the facebook issue.
05-04-2014, 05:11 AM
Post: #103
RE:
In order for the password reset to work you'll need to add your gmail address and password to:

app/config/mail.php

Change line 57:

'from' => array('address' => 'ninjamediascript@gmail.com', 'name' => 'Ninja Media Script'),
Then on line 83:

'username' => '',
Add your gmail username/email

Finally line 96, you'll add your password:

'password' => '',
And you should be all good to go :)

Note, be sure you are using a gmail account. Thanks. TTYS :)
05-06-2014, 04:47 AM
Post: #104
RE:
For those who have problems using Facebook oauth try this, this was the only thing that worked for me after a lot of tests.

Go to this file and open it:
app/controllers/UserController.php

Find this line:
$result = json_decode( $fb->request( '/me?fields=picture,email,id,username' ), true );

Replace that with this:
$result = json_decode( $fb->request( '/me?fields=email,name' ), true );

Save and upload the new file to the server, be sure to replace the old one.

That worked for me. If that doesn't work make sure you have the configuration of your Facebook App correctly.
05-06-2014, 08:36 AM (This post was last modified: 05-06-2014 12:41 PM by leet52k.)
Post: #105
RE:
Given URL is not allowed by
the Application configuration.: One or more of the given URLs is not
allowed by the App's settings. It must match the Website URL or Canvas
URL, or the domain must be a subdomain of one of the App's domains.
any help pls?
65.gif
05-07-2014, 02:42 AM (This post was last modified: 05-07-2014 02:43 AM by ysakovs.)
Post: #106
RE:
Maybe someone have 1.0.9?
05-07-2014, 08:48 AM
Post: #107
RE:
I'd be interested in 1.0.9 also if you could share that with us. Thank you.
05-08-2014, 01:24 PM
Post: #108
RE:
WOuld be awesome hopefully they fix the date problem for other languages.
05-08-2014, 07:41 PM
Post: #109
RE:
Someone who have new update 1.0.9? :)
05-09-2014, 06:45 PM
Post: #110
RE:
Maybe someone have 1.0.9?
57.gif




21.gif