Jump to content

Marcel

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by Marcel

  1. Hi I am new to rest apis and I installed this module. I want to fallow the instructions but I cannot follow this:

    Quote

    After installing the module you will find "AppApi" as a new item under the "Setup" popup-menu in the header bar. Click on "Manage applications" and choose "Add", to create a new application.

    This does not appear. In the module configuration page. I let all default. In the browser, when I have mywebsite.com/api this is the on the page:

    Quote
    message "no endpoint defined"

    What am I missing?

    Thanks in advance,

    Marcel

  2. Has anyone an idea how I can access the language tab of a field? And is this even possible?

    When I try the following I just get the account related output (language):

    $pages->get(1)->get("content_info");

    But I would like to have like the particular language like

    ...->language->default

    I don't find the right part in the api

     

    thank you in advance

  3. Hey,

    in the upper right corner of my page I (php noob) want an "EN" button when a user enters the website. If he/she wants to switch to english, he/she can hit the "EN" button and the content + navbar is in english.

    What I have:

    - I installed the language and multi language modules.

    - I switched the content field (textarea) to multi-language.

    So far the language is linked with the account settings. So in my "test-account" user's account, if I change from default to english, the website is in english - good.

    But I don't have a login system in the front-end and I want this for guest users who don't have accounts. How can I trigger this?

     

    Thank you in advance.

  4. Hey,

    I am about to use the tool Create Users Batcher. We have 450 users. When I tryed it with like 20 test users it worked but it took a while. Now my concerns are that 450 might be to stressful? Does anyone have experience with several hundreds of users? My thoughts are to split it in smaller goups and upload them one group after another.

    best wishes

    marcel

  5. Ahh yes! Thank you both.

    The website will not have a 'real' registration. I will import about 400 users with 'username and email' using 'Create user batcher'. Any other user will be insertet from the backend by a person. The URL in the email sent from processwire to change the password is then 'mywebsite./processwire/profile'. I read here in the forum that this is not a good solution. It works so far but may I ask how I would have the URL just like without the 'processwire'?

     

  6. Hey all,

    I want to customize the mywebsite/processwire/profile page. It's almost all good but I want to get rid of the sections 'Admin Theme' and 'Language' so that the user can just set a new password. (see image)

    Do I have to modify the admin template or how can I do that? Because when I go tree>Admin>Profile there are no fields to add or remove.

    Or where can I find the php file?

    I would appreciate your help.

    profile_edit.png

  7. Hey, 

    - we made a page as admins

    - as admins each  <img> tag is loaded and images are displayed

    - we tested the page as a pre-definded test user which is "guest" (Admin Theme: Reno)

    - as test user each <img> is missing and so no image is displayed

    I checked this in dev-mode on firefox and chrome. Does anyone have an idea or has had similar issues?

     

    Thank you in advance.

     

    Marcel

  8. 15 minutes ago, cstevensjr said:

    Are you both on the same web host?   What other third-parry Process modules are you using? Please tell us more about your web environment.  That will provide critical information for someone to help you.

    No, we are on seperates ones. On modules there are Process, Protected and Textformatter. As soon as I go to Fields>myfield>Details>Text Formatters>Video embed for YT/Vimeo even the backend is immediately super slow or doesn't even react. 

  9. I used the profile-export-module and when I accessed the website via server everything looked the same like on the dev system. But when I checked the source in CKEditor I noticed that all the code was gone. But all styles where displayed in the browser. I then saved the CKEditor (prod) of one page where I use styles in source. And then all styles where gone. The configurations where the same like on both systems. On the prod-system I switched Use ACF to No and suddenly the code in the prod-System CKEditor was saved.

    Where do I need to switch the brackets to parentheses?

     

  10. Hey, 

    on my local machine I had some html in Source and it worked perfectly. 

    I used the Export Profile Module and so Processwire is now on my server. I have access to it and it's all good. 

    The page was displayed like on the local machine. 

    But on the server I tryed to test the CKEditor like normal. But suddenly all the html code is gone in CKEditor>Source. But the website is displayed WITH the html which is weired.

    Local: CKEditor>Source> html is there

    Server: CKEditor>Source>html gone and does not accept any html. (and if I save new all the html on the website is gone)

    So the CKEditor on the server does not accept any html code. I try to save it and it does not save it.

     

    What is going on?

  11. Hello there, 

    noob here:

    I have processwire on a  virtualbox (debian) and I now have a server where I want to have my current work. In the backend I installed "Export Site Profile". On the server there is only debian 9 so far. What is the next step? Do I fist have to install processwire on the server and copy the zip of my current project in some place after the installation?

     

    Thank you in advance.

  12. Hey, 

    in all of a sudden processwire crashed during coding. After I restarted my editing tool the main.inc code was empty! I am working on a virtualbox. I drag and dropped the main.inc into my editing tool and I tryed it with other tools. But the code is just gone. The files foot.inc, home.php, nav-page.inc (not used but there) and old_main.inc are there. Only the main.inc is empty. I am so frustrated. Has anyone have this kind of issue? I am so shocked! And the css file ist gone.... I am freaking out...

    In the backend the pages are still there and they are displayed rudimentarilly

    Thanks in advance.

×
×
  • Create New...