
arjen
Members-
Posts
1,222 -
Joined
-
Last visited
-
Days Won
8
Everything posted by arjen
-
Make sure domain B points to the same server (A record or CNAME) as domain A. And on the serverside you have to make sure that domain B it pointing to the same directory as domain A.
-
You're right I got tangled up by the client posts and didn't grap your original post. This is for developers and (perhaps more advanced users). Still seems like a great idea, nonetheless I don't really understand the document page tree you mentioned.
-
So small chunks of information related to a module - or perhaps to a specific page (template)? Like a small introduction were to put a news-article? What is the "document page tree"? I often thought about a tour or joyride through the pagetree. Simple steps like: how to insert an image? Or: where do I put a newsarticle?
-
Sounds like a good plan. How would you visualize this in the backend Joss?
-
Default: ProcessPageDelete ProcessGoogleAnalytics ProcessWireUpgrade Batcher Video embed for YouTube/Vimeo Paid: ProCache FormBuilder ListerPro Really surprised that Google Analytics hasn't been mentioned before. Clients really love it!
-
Thanks Peter, you may want to file an issue on GitHub since that's easier to manage for Ryan.
-
How about ip_type.title?
-
Hi einsteinsboi, It still would be nice to what your hostingcompany did to produce those errors. What did they exactly trace and how they did it? It seems like the server had some issues with the directory structure since no ProcessWire file by default calls those functions as far I know.
-
I believe segmentation errors are related to the server? Don't really know since I've barely scratched that surface. What command do they run to get these errors? What pages (on the front-end) give the Internal Server Error? Try disabling your .htaccess and see if the homepage works.
-
Can they tell which file is calling those stat() functions? Can you reproduce the error notices yourself?
-
I ran into this too. What happens is that the "lib" directory is empty when you install the module through ProcessWire. I guess this has something to do with the lib directory being a submodule in git. You can easily fix this by manually download your module or the class used in your module.
-
You could try to update to the latest dev version (since the latest seems to work) or downgrade to the latest stable. See what happens then.
-
Have you tried if you have the same problems on a clean PW 2.5.7 install? Also, if you create a new user with the same role and you try to login with a different browser (or incognito), what happens then?
-
Talking about enterprise solutions Supernice!
-
I know what you're saying. What ProcessWire is to frameworks (or content management systems) is Susy to grids.
-
Seems you guys need something from the bird.
-
Thanks for your effort Martijn.
-
Exactly! Thanks adrian, I knew I saw if before, but couldn't find it.
-
Thanks Martijn, good idea. We use that sometimes when creating forms with the API on the front-end. The Markup fieldtype isn't available however by default in the backend.
-
Nice one soma! Gonna try this as an alternative to placehold.it.
-
Is there a fieldtype available with only a label and description? I would like to show some basic explanation to a site editor. This is an example of how it might look.
-
Is it possible to show parent properties? I have a template "product" which has a parent "products". This parent has a "location" field. I want to show all the pages with the template "product" but also the parent title (seems possible) and the parent field "location". I.e.: |Title|Category|Location| // header row (page.title, parent.title, parent.location) |Plain shirt|T-shirts|3A| // product |Blue jeans|Jeans|4C| // product |Wireban|Sunglasses|1D| // product
-
edit: moved question to Lister Pro thread.
-
@Tyssen, you can save a lister filter and show them under the pages tab. See this post by jacmaes. edit: This is limited to Lister Pro.