Search:

Type: Posts; User: Notify

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,752

    Have you solved this problem? If not, can you...

    Have you solved this problem?
    If not, can you give me acces to yout complete bundle code so i can see if i can spot the problem?
  2. Replies
    5
    Views
    2,989

    Thanks Andreas, I have taken your advice and...

    Thanks Andreas,

    I have taken your advice and made it "display:none" until page has been fully loaded.
  3. Replies
    5
    Views
    2,989

    The "templatevars['fields']" are plain HTML. is...

    The "templatevars['fields']" are plain HTML.
    is this not generated with php like " $this->fields['email']->generateWithError()" which i found on the DE forum?
  4. Replies
    5
    Views
    2,989

    i would like to change the complete formfields...

    i would like to change the complete formfields like the "mod_login" thare i can change it to my needs.

    I have a HTML template that i want to use and trying to make it like the HTML template.

    I...
  5. Replies
    5
    Views
    2,989

    Change template - $this->fields

    Hello Community.

    I am using Contao 4.3.1

    is it possible to change the templates for
    $this->fields; in de templates like "mod_password"?

    Thanks
  6. Replies
    2
    Views
    1,979

    Thanks, This solves my problem. totally...

    Thanks,

    This solves my problem.
    totally forgot about that function in SQL.
  7. Replies
    2
    Views
    1,979

    Database Query with "SUM"

    Hello Community,

    I have a DB query with sum

    $this->Database->prepare("SELECT SUM(money) FROM `tl_finance_transactions` WHERE headcategory = ? AND `subcategory` = ? AND...
  8. Replies
    0
    Views
    1,653

    Error while updating or dry run.

    Hello all,

    I have an error while updating or do a dry run on the Composer Package management.

    The server error logs show me :



    [Wed Feb 24 11:00:57 2016] [error] [client **.**.**.**]...
  9. Thanks, I have found out that the...

    Thanks,

    I have found out that the "tl_member_to_group" is for development only.
    See : https://github.com/friends-of-contao/contao-associategroups

    Thanks for the hint of user models and for the...
  10. PHP function to add user to usergroup Contao 3.5

    Hello Community,

    I am trying to make e PHP function that will run when a hook is triggered.

    The function must add a user to a user-group.

    This is what i have so far
  11. Is there a way that i can set : ...

    Is there a way that i can set :


    $this->;import('FrontendUser', 'User');

    Where i can set 'User' or 'FrontendUser' to a user id?

    What i want to achieve is that i can use the
    $this->user->
  12. Change Personal Data (from other users, Front end)

    Hello All,

    I want to change the ModulePersonalData (into a small module)

    What i want to achieve is that i have a url like "getuserprofile.php?user=4"

    i want to change the ModulePersonalData...
  13. Replies
    4
    Views
    3,926

    Thanks, The problem is solved. My class was a...

    Thanks, The problem is solved.

    My class was a different name then the file so it wassend loading.
  14. Replies
    4
    Views
    3,926

    Thanks for the replay, I have made a hook and...

    Thanks for the replay,

    I have made a hook and add it to my config file,
    When i create a autoload (backend autoload creator) the class is not be saved in my autoload.

    The hook in...
  15. Replies
    4
    Views
    3,926

    Encrypt data when saving into database.

    Hello All,

    I have a tabel with data in it.
    i have created a form that store's the data, its working fine.

    now i want to encrypt the saved data only on 1 textfield.
    is this possible and how...
  16. Replies
    1
    Views
    1,328

    Solved

    Problem is solved,
    it was in the sql :


    'sql' => "varchar(9) NOT NULL default ''"

    changed it to :


    'sql' => "varchar(255) NOT NULL default ''"
  17. Replies
    1
    Views
    1,328

    tl_member field blank when "'encrypt'=>true"

    Hello all,

    I'm extending the tl_member (backend) and its working fine,
    i added my own rgxp thats working.

    Only when i add
    'encrypt'=>true in the eval it wont load the field.
    It save's the...
  18. Replies
    2
    Views
    1,594

    Thanks Cliff, Totally missed that one, Had my...

    Thanks Cliff,

    Totally missed that one,
    Had my settings on only show extensions for current build.
  19. Replies
    2
    Views
    1,594

    Add a new form field/field type, how to?

    Hello Everyone,

    I want an extra "Field Type" to the Form Generator,
    I have looked on google and the forum but cant find a howto.
    It should be a selection menu whit all the font end users, it...
Results 1 to 19 of 19