-
Posts
45 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
hezmann's Achievements
Jr. Member (3/6)
9
Reputation
-
hezmann started following Add Image URLs and ProcessWire ProFields: Table
-
Thanks @Macrura! I'll give i a go tomorrow. I have Admin Custom Fields already and have been meaning to checkout AdminOnSteroids so this is a great incentive.
-
Is there any way to have a URL be clickable in the admin? Or even a link icon next to the input field for a URL? Thanks! Heather
-
FYI - I tried it in a ProFields Multiplier and it doesn't work there either.
- 96 replies
-
- chained-selects
- dropdowns
-
(and 2 more)
Tagged with:
-
Do you have an ETA on the repeater functionality?
- 96 replies
-
- chained-selects
- dropdowns
-
(and 2 more)
Tagged with:
-
Module Module: RuntimeMarkup Fieldtype & Inputfield
hezmann replied to kongondo's topic in Modules/Plugins
Thanks @kongondo! That worked with one small change. Line 2 needed to be.. $process = $this->wire('process'); Heather -
Module Module: RuntimeMarkup Fieldtype & Inputfield
hezmann replied to kongondo's topic in Modules/Plugins
I'm getting a strange glitch with this. I'm on PW 3.0.9. If I put my code directly into the field it works fine, but if I try to use an external file using return ProcessWire\wireRenderFile('runtime.php'); the page is always returned as page id 10, not the the page I'm on. Not tragic as I can put the code directly in the field but would be better to have it external if possible. Thanks! Heather -
Hey @Robin S - I thought since I've been mucking about with a lot of modules and code I would do a clean install and see what happened. I did a 100% clean install on a site that has literally never had anything on it (I owned the domain but have never used it). Only added one field for images with one template. Created a page and got this error: I'll send you a message with login details to the new site. Thanks!
-
I've tried several URL's from various places - all get the same error I get it with every URL so yes, reproducable. I have not been able to save any images this way. Saving the image and then uploading works fine. Not inside a repeater or anything special, just a normal Images field Full Error: Source Code
-
Page Reference Selector counting grandchildren
hezmann replied to hezmann's topic in General Support
thanks @kongondo - I think I need to approach this in a different way. Still trying to wrap my head around the best way to accomplish things in ProcessWire. Blessing and curse I guess with there being so many different strategies to accomplish the goal!- 3 replies
-
- page reference
- selector
-
(and 1 more)
Tagged with:
-
I'm getting an error on this... Error: Uncaught TypeError: Argument 1 passed to ProcessWire\Pageimage::__construct() must be an instance of ProcessWire\Pagefiles, null given, called in /home/walking/public_html/site/modules/AddImageUrls/AddImageUrls.module on line 152 and defined in /home/walking/public_html/wire/core/Pageimage.php:109
-
I have the following page structure Continents Countries Regions I then have pages "walks" which has a multi-select Page Reference field Regions (I've tried using dynamic fields for this but it wasn't accomplishing what I needed) which has the regions listed by country and then the region (continent is more for searching later on so doesn't need to be seen here). I'm trying to get a count of firstly all the walks within a continent, then country, then region but can't seem to figure out the selector for this. Thanks, Heather
- 3 replies
-
- page reference
- selector
-
(and 1 more)
Tagged with:
-
I tried putting it in a repeater. It get's the Continents but then just has the spinning wheel for the other drop downs and doesn't get any values.
- 96 replies
-
- chained-selects
- dropdowns
-
(and 2 more)
Tagged with:
-
Show Pages under Page it's referenced by in Tree
hezmann replied to hezmann's topic in General Support
Thanks @horst. Those are some excellent starting points.