-
Posts
415 -
Joined
-
Last visited
-
Days Won
2
Everything posted by zoeck
-
Sounds like you want to use a "real" template system ?
-
I usually use english names for the templates and fields (german websites). I think everybody understands that ?
- 4 replies
-
- 2
-
- convention
- templates
-
(and 1 more)
Tagged with:
-
But this is only a workaround... we need a pw fix here... ? It makes no sense to use an old version permanently.
-
Thank you for the information! I used the "LDAPsignin" module as base and extended it to work with an Active Directory - including group assignments and some other upgrades. I think it doesn't make sense for me to publish the changes because it is customized for our AD environment ?
-
Change Process wire logo and footer text in admin panel
zoeck replied to SIERRA's topic in General Support
You can change the Logo in the AdminThemeUikit Configuration ? Just go to Modules -> Core -> AdminThemeUikit Or use the AdminOnSteroids Module "UiKitTweaks" ? And you find the footer inside of this file: \wire\modules\AdminTheme\AdminThemeUikit\_footer.php -
Done ?
-
Oh... thats not good ? Is there a workaround? Is it possible that I only get the name and the Url/ID instead of the whole page`? /edit: It seems that the problem does not occur if you change the Page Reference field to "multiple pages"...
-
Hello, I have a problem with a page reference field. (PW 3.0.98 and 3.0.111) This is an employee list, each employee can also enter a substitute in his or her user profile. If now two coworkers, mutually as representatives register themselves, the output simply hangs. "Show all Employees" Template: employees "Employee Page" Template: employee_entry This are the fields of employee_entry: This is my selector: <?php $allemployees = $pages->find("parent=/verwaltung/mitarbeiter/, template=employee_entry, emplastsync={$lastsynctime}"); And then, there's the Page Reference Field "emprep": <?php foreach($allemployees->sort(array('emptext.lastname', 'emptext.firstname')) as $employee) { echo $employee->emprep->title; } And if both employees have each other as representatives, the following error occurs: If another employee is selected as a representative, there are no problems! If I open a page directly with employee_entry, there are no problems! Only if I output the list on another page (in this example on a page with the "employees" template) I just don't know how to solve the problem ? I hope you can help me here, thank you!
-
I think you just need the permissions ? Here is also a documentation: https://processwire.com/api/user-access/permissions/ Add Members? Just use the Admin Panel!
-
Just switch to Here ? https://developer.here.com/plans 250k transactions per month for free....
-
Had the same problem... now i switched to the Leaflet Map Version... and im very happy with it ?
-
Internal Server Error 500 - Strato Shared Hosting
zoeck replied to AndreasWeinzierl's topic in Getting Started
Just look inside the .htaccess file in your pw root directory ? # ----------------------------------------------------------------------------------------------- # 1. Don't show directory indexes, but do follow symbolic links # 500 NOTE: Some cloud hosting companies don't allow +FollowSymLinks. # Uncomment +SymLinksifOwnerMatch and comment +FollowSymLinks if you have 500 errors. # If that doesn't resolve the error, then set it back to +FollowSymLinks. # ----------------------------------------------------------------------------------------------- Options -Indexes Options +FollowSymLinks # Options +SymLinksifOwnerMatch Just write a # before "Options +FollowSymLinks and delete the "# " from "# Options +SymLinksifOwnerMatch" -
Are you using the default installation of Xampp or have you set a new SQL password? Are you using the xampp root user? The message actually only says that the logon data is incorrect, or the user has no rights to access the database.
-
Could you post which plugins you use? I am currently setting up my VS code ? Has the PHP + HTML mix problem been fixed?
- 242 replies
-
- visual studio code
- vsc
-
(and 2 more)
Tagged with:
-
That's exactly what I thought when I tried the trial version... I think I will switch from Sublime to VSCode...
-
Is there a planned release Date for the new Version with UIKit Admin Theme support? I would like to buy the module, but without UIKit support I still have to wait ?
-
Hm, i think the MediaManager Module looks interesting... ? The Jquery File Upload Module is used by the MediaManager... i think it's perfect for my site ? (with the MediaManager Module...) /edit: oh, there's one problem, no UIKit Admin Theme support until now ? i think i have a look at the Jquery File Upload...
-
But this is not necessarily an answer to my question ? Are you using PHPStorm (with PW)?
-
Somebody using PHPStorm for Processwire programming ?? I am currently using Sublime Text 3 and have now taken a look at VisualStudio. Can PHPStorm do more than VSCode?
-
Hello, everybody, I am creating a website with a picture gallery. Each gallery has its own page and a picture field (just a title field and the image field). In Picture Field, there are over 100 pictures (~200-250 pictures). Now I had to realize that Processwire is getting extremely slow here. Uploading the images (approx. 500kb per image) also takes a very long time (local web server, not online). The display after everything has been uploaded is also very slow. Is there a way to work around these problems or to make it all faster? (i already used the image zip upload function... but theres the following error: "Input variables exceeded 1000") The function "Use client-side resize when possible" is activated. I'm using the newest 3.0.108 DEV Version I hope you can help me here ?
-
pages.id=1234 eventually ?
-
I think it's not possible, because different systems, use different salt algorithms... I think it's only possible when you hook the login, implement the login/salt system from the old system and after a successful login attempt with the old data - update the pw passwort with the entered and checked password ? (it's not so easy...)
-
Check your "/site/config.php" file! look at the Mysql Database connection parameters, the error message say that the mysql database parameters are wrong (or your sql server config ? ) -> the sql server refuses the connection...
-
http://cheatsheet.processwire.com/system-configuration/session/config-sessionfingerprint/ ?