-
Posts
415 -
Joined
-
Last visited
-
Days Won
2
Everything posted by zoeck
-
I think this can already be used, since it actually only affects the front-end. And the front-end is created by the developer anyway ?
-
This is my standard setup: FormBuilder FrontEndEditLightbox MarkupSimpleNavigation MarkupSitemapXML ProcessWireUpgrade TracyDebugger AdminOnSteroids ProFields Process Dashboard SeoMaestro
-
It always depends on what you want to do with the system. If you only want to create single pages with text and a blog, then Wordpress might be the right choice. However, if you want to create customized pages with specific functions, tailored to a customer or a project, Wordpress gets very complicated. This is where Processwire can make the most of its advantages: - easily extendable - the edit surfaces are almost perfectly adapted to the pages - high-level flexibility But to use Processwire, you need to know HTML and PHP. But if you want to use Wordpress not only with ready-made themes and modules, you need the same knowledge. In my opinion Processwire is even easier.
-
There‘s the Same question here ?
-
Officially, the Formbuilder module cannot edit pages. But there are already discussions in the internal forum about how to implement it (hooks etc. - but not OOTB!), but i never tested this Addons and i dont know if this addons work!
-
Today there were also no problems... Yesterday there were problems again.
-
Same Problem here... In the morning the site works relatively normally, but in the evening it is almost not usable. Germany, ISP "Deutsche Telekom"
-
Processwire is not a normal CMS as you know it, it is rather a "Content Management Framework". That's why Processwire gives you much more possibilities than the most other CMS. But you also have to program more. For the beginning: you can install different examples during the Processwire setup.
- 7 replies
-
- permissions
- blank page
-
(and 1 more)
Tagged with:
-
You can use the Repeater Matrix Module for this... but you have to pay for this Module (Pro Fields): https://processwire.com/store/pro-fields/repeater-matrix/
-
You Added it to "renderButton" in the "DashboardPanel" Class, but the Modal is used in the "renderPageActions" Function in the "DashboardPanelCollection.module" (The renderButton/renderFooterButton isn't used in the Collection) When you add "$this->includeModalScripts();" to "if (self::windowModeModal === $mode) {" (Line 300) it works ?
-
This does not work directly, only after I have written the following code into the admin.php file wire('modules')->get('JqueryUI')->use('modal'); But after that, it work likes a charm ? Thanks! and I still have a few ideas for the PageList: open collapsed edit in modal, too ? and one little design bug in the PageList: showRootPage => false -> no margin/padding left/right/bottom
-
What's the problem? ? Just tested it with a quick and dirty edit of "DashboarPanelCollection.module". I just added the "pw-modal" class to the link, and removed the target... And the Jquery UI is needed: wire('modules')->get('JqueryUI')->use('modal'); It is not so easy if the modal should be closed automatically when you save ? /BTW: i love your dashboard ?
-
Hm, thats strange... The following modules are used: ListerPro, ProcessWireUpgrade, Pages Sum, LoginPersist, Inputfield Decimal, Front-End Edit Lightbox I don't think that anything here changes the _() function Is it possible to configure the "collection", that a edit modal is used, and not target=_blank? /edit: ok i found it... when the LanguageSupport module is activated, the problem occurs. even if only one language is active
-
Thanks for this nice Module... Unfortunately I have a problem, I can't open the admin area any more, only the following error occurs: Fatal error: Class 'ProcessWire\DashboardPanel' not found in /var/www/vhosts/**MYHOSTING**/site/modules/Dashboard/DashboardPanelNumber.module on line 5 ? ProcessWire 3.0.148 /edit: I could fix the error, I did not upload the module via the ZIP file, but directly via the FTP ? Are there any problems here if you install the module directly via Processwire? And one question: How to configure the "collection", that a edit modal is used, and not target=_blank? Found a little bug ?
-
Works like a charm ? Thanks! But i think the "selectorsToHideSuperUser" function don't work properly. My user has the superuser role, but the tabs are only hidden if I use the option "selectorsToHide", the "selectorsToHideSuperUser" values are ignored. <?php // Settings/Delete Tab is VISIBLE with Superuser rights echo $mycalc->feel(array("text" => "<i class=\"fas fa-edit\"></i>","overrides" => array("selectorsToHideSuperUser" => "#_ProcessPageEditDelete, #ProcessPageEditDelete, #_ProcessPageEditSettings, #ProcessPageEditSettings"))); // Settings/Delete Tab is INVISIBLE with Superuser rights echo $mycalc->feel(array("text" => "<i class=\"fas fa-edit\"></i>","overrides" => array("selectorsToHide" => "#_ProcessPageEditDelete, #ProcessPageEditDelete, #_ProcessPageEditSettings, #ProcessPageEditSettings")));
-
@tpr I have a question about the options of "Selectors to hide". Currently it is only possible to set the option in general via the admin panel, but is it also possible to set it depending on the link? Like this: <?php $mycalc->feel(array("text" => "edit", "selectorsToHideSuperUser" => "#_ProcessPageEditDelete, #ProcessPageEditDelete"));
-
It works without problems with the latest stable version ?
-
Can you check which version of the module is installed?
-
There's a problem with your JavaScript and CSS Files, many 404 Errors (Console output of google chrome): font-awesome.min.css:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) MarkerCluster.css:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) MarkerCluster.Default.css:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) leaflet-providers.js:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) leaflet.awesome-markers.css:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) leaflet.markercluster.js:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) MarkupLeafletMap.js:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) leaflet.awesome-markers.min.js:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) leaflet-providers.js:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) MarkupLeafletMap.js:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) leaflet.awesome-markers.min.js:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) leaflet.awesome-markers.css:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) (index):67 Uncaught ReferenceError: jsMarkupLeafletMap is not defined at HTMLDocument.<anonymous> ((index):67) at j (jquery.min.js:2) at Object.fireWith [as resolveWith] (jquery.min.js:2) at Function.ready (jquery.min.js:2) at HTMLDocument.K (jquery.min.js:2) /favicon.ico:1 Failed to load resource: the server responded with a status of 404 (Not Found) font-awesome.min.css:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) leaflet.awesome-markers.css:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) MarkerCluster.css:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) MarkerCluster.Default.css:1 Failed to load resource: the server responded with a status of 404 (Page Not Found) And the links: <link rel="stylesheet" type="text/css" href="/site/modules/FieldtypeLeafletMapMarker/assets/font-awesome-4.6.3/css/font-awesome.min.css"> <!-- Styles supporting the use of Leaflet.js --> <link rel="stylesheet" type="text/css" href="https://unpkg.com/leaflet@1.0.3/dist/leaflet.css" /> <link rel="stylesheet" type="text/css" href="/site/modules/FieldtypeLeafletMapMarker/assets/leaflet-markercluster/MarkerCluster.css" /> <link rel="stylesheet" type="text/css" href="/site/modules/FieldtypeLeafletMapMarker/assets/leaflet-markercluster/MarkerCluster.Default.css" /> <!-- Scripts supporting the use of Leaflet.js --> <script type="text/javascript" src="https://unpkg.com/leaflet@1.0.3/dist/leaflet.js"></script> <script type="text/javascript" src="/site/modules/FieldtypeLeafletMapMarker/assets/leaflet-markercluster/leaflet.markercluster.js"></script> <script type="text/javascript" src="/site/modules/FieldtypeLeafletMapMarker/assets/leaflet-providers/leaflet-providers.js"></script> <script type="text/javascript" src="/site/modules/FieldtypeLeafletMapMarker/MarkupLeafletMap.js"></script> <!-- Extend Leaflet with Awesome.Markers --> <link rel="stylesheet" type="text/css" href="/site/modules/FieldtypeLeafletMapMarker/assets/leaflet-awesome-markers/leaflet.awesome-markers.css" /> <script type="text/javascript" src="/site/modules/FieldtypeLeafletMapMarker/assets/leaflet-awesome-markers/leaflet.awesome-markers.min.js"></script>
-
@renobird the module is still actively maintained ?? any planned functions?
-
i think it's a problem with php ? Check it with this code: <html> <body> <?php echo "<h1>$page->title</h1><br>"; ?> <?php foreach($page->we as $member): ?> <img src="<?php echo $member->Images->url; ?>" alt=""> <?php echo $member->wemember; ?><br> <?php endforeach;?> </body> </html> you are using <? ... but with newer PHP Versions, this isn't working with the standard configuration, so you should always use <?php instead of <?
-
The Markup Simple Navigation is only creating the code for the navigation, you have to add the style (css style) of the menu yourself, the module doesn't do that
-
More admin themes / base admin theme redesign
zoeck replied to cyberderf's topic in Wishlist & Roadmap
Did you checked the AdminThemeUIKit? Itˋs Not 4 years old... its the newest theme ? https://github.com/ryancramerdesign/AdminThemeUikit (and itˋs the Standard theme in the current processwire Version, just Check in your User Profile in the Admin Panel if you use the old theme or the UIKit Version....) -
@teppo Any news here? I would very much like to use the module with a repeater on our intranet page ?
-
But there are some Problems in the Frontend when you are using Bootstrap 4 and the Front End Edit Fields... ? thats uncool (i don't know what framework (?) is used for the Frontend Editor)