-
Posts
141 -
Joined
-
Last visited
hansv's Achievements

Sr. Member (5/6)
33
Reputation
-
Weekly update – 8 March 2024 – New invoices site profile
hansv replied to ryan's topic in News & Announcements
@bernhard thx for your quick reaction. Maybe it is a solution to install it as a subdomain? The problem with this is that you have 2 databases. Is it possible to show site A information from site B's database? -
hansv started following Can not remove field without fieldtype (recurme) , Weekly update – 8 March 2024 – New invoices site profile , [SOLVED] TinyMCE not visible in rpb blocks and 2 others
-
Weekly update – 8 March 2024 – New invoices site profile
hansv replied to ryan's topic in News & Announcements
Hi How can I use the site invoice profile in an existing site? Do I I need to intervene in the database? ... -
@bernhard Problem solved (I hope) Cause: reference to RockMigration-json-file e.g. field rbp_text_text field rbp_text_text / tab 'Input' / 'Custom settings JSON' / 'JSON file' is refering to '/site/modules/RockMigrations/TinyMCE/text.json' I removed de reference ''/site/modules/RockMigrations/TinyMCE/text.json' + save Refresh site (F5) TinyMCE is visible Same positive result for the other blocks, accordion, features, ...
-
Hi I'm struggeling to view the TinyMCE menu en toolbar in the different rpb blocks (in backend and frontend) PW 3.0.242 en rpb 5.9.1 TineMCE 6.1.8 Front-end-page-editor (Core) In rpb_text_text: in rpb_accordion_item_content d and so on Hopefully someone can point out what I'm missing here? I suspect (as usual) it will be something minor.
-
Is it possible to realize this e-commerce with Padloper 2 I want to sell 10 products (food in a school restaurant). The food is sold on monday, tuesday; thursday and friday. Orders are places per month. First the month is chosen per product you can choose the days you want to buy the product Orders can be shown in different lists per customer / date / product/ per food / number per day per date / food (per date #bread 1, #bread2, ...) Lists can be emailed to customer, to ...
-
-
Hello When using the code-snippet in TinyMCE, the highlighting works in the backend, but not in the frontend. Backend Frontend Working with PW 3.0.208 dev and TinyMCE-module 6.1.2 Many thx in advance
-
@bernard, many thx Delete the row in db table 'fields' did the trick thx for your quick and efficient reply
-
Hi, I removed the 'recurme'-module. As a result my field 'kalender' has no fieldtype (fieldname: kalender, fieldlabel: kalender, fieldtype: none, assigned to templates: 0). Entering the field gives an error message. Is there any way around to delete an existing field that has no fieldtype? thx
-
@elabx thx for your suggestion. Callbacks in Uikit are not well documented. Do you have an example for 'sortable'?
-
Hi I use UIKIT3 Sortable at the frontend to make the blocks M1, M2, ... Each block is a page. I can move (sort) the blocks at the frontend, but how can I save the sort-order so the pages at the backend have the same sort-order as at the frontend?
-
I think, my question was not really clearly. In my template 'x', I have a field 'Relatie' (see screenshot). The field 'Relatie' is a Page reference field. Page 'y' may only be viewable by 'Raad van bestuur'. How can I make a permission / role for the value 'Raad van bestuur' of the field 'Relatie'?
-
Hi I have a question about Access control In my template, I have a field 'relations' (= a page field) with e.g. board of directors, members, ... The board of directors may view a page, the members not. How can I manage in permissions / roles that only the board of directors can view the page? thx in advance
-
@wbmnfktr thx, this is working (in Chrome, Win10). fine after cleaning browser-cache and closing browser-tabs,
-
module Recurme – Processwire Recurring Dates Field & Custom Calendar Module.
hansv replied to joshuag's topic in Modules/Plugins
Hi I have some difficulties with customize the lay-out. I have a custom calendar and want to put the month with navigation on top of it (in place of 05 = month may). Is there an API call $recurme->month()->next ? Is there an api call $recurme->month()->prev ?