Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • in reply to: Google OAuth 2 authorization #859

    ecoletiva
    Participant

    I’m glad that another topic was answered, just put the URL

    http://domain.com/login/google-callback

    Because in my continued unanswered!

    in reply to: Social Logins #858

    ecoletiva
    Participant

    I had to put the /public/login also in the URL to work, thanks!

    in reply to: Masonry Grid Style #795

    ecoletiva
    Participant

    I found the file inside App\Http\Controllers\HomeController.php where i can change the number of campaigns and categories visible on the homepage. Lines 35-38 and 53 i changed the limit from 20 to 8.

    in reply to: Customize homepage and campaign form #794

    ecoletiva
    Participant

    I found the file inside App\Http\Controllers\HomeController.php where i can change the number of campaigns and categories visible on the home, could have told me earlier when i asked.

    Lines 35-38 and 53 i changed the limit from 20 to 8.

    I’m posting to the forum to help other people because these options should be customizable by the dashboard and not via code!

    in reply to: Integrate MailChimp in GetFund #793

    ecoletiva
    Participant

    Finally I was able to integrate the registration form using the Signup forms option of MailChimp and change the style too. But for the great part of the users is not simple, i had to completely modify the footer of the site.

    in reply to: Campaign Form Countries #762

    ecoletiva
    Participant

    Hi

    If i try to get the countries order by name ascending, returns me a error!

    $countries = Country::orderBy('name', 'asc')->get();

    I can not change DESC by ASC only?

    in reply to: Customize homepage and campaign form #690

    ecoletiva
    Participant

    Hi Katherine,

    Yes it is generated automatically, but if i change the name of the page the slug does not update, in wordpress for example we can change manually.

    About my other question how can i list the categories recursively in the footer? And i would also like to alphabetize the country names in the form’s selectbox when creating new campaign.

    Thanks.

    in reply to: Customize homepage and campaign form #672

    ecoletiva
    Participant

    Good night, i was checking some files inside (resources>views>admin) and i noticed as in the database the existence of “category_slug” and also “page_slug”, but there is no imput field to edit the names. The suggestion is to include this option in the dashboard.

    in reply to: Masonry Grid Style #571

    ecoletiva
    Participant

    I understand, but i have not found where to limit the display of the campaigns, is loading all in the home, only the amount of items i do not know where it stands to limit, if it is some function or query in the database. You can tell me? Thanks.

    in reply to: Masonry Grid Style #549

    ecoletiva
    Participant

    Hi i need to know how to change the currency thousands and decimal separator, the same topic is private. My currency is BRL have a different punctuation format.

Viewing 10 replies - 1 through 10 (of 10 total)