-
Posts
7,479 -
Joined
-
Last visited
-
Days Won
146
Everything posted by kongondo
-
Just wondering, are the pages you want to render as RSS hidden and/or unpublished? That line just says move on to the next viewable page...
-
Hi Sappel, As you await other answers, please note Form Builder has its own special support forum for those who've purchased the module. There's a wealth of information on that forum. Please PM Ryan for access You should already be able to export as CSV I believe
-
And we have a new member...welcome to PW pjg
-
OK. So just make sure you do not delete that "settings" page . You can create it as a child of admin so that it is hidden from the frontend.
-
The discussion about an images "bucket" has been around for a while (can't find links atm). I still fail to see why you are treating CSS images as content though. But we all work differently I guess, so if that suits you, go for it
-
Here, here and here
-
NoDice, I have re-read your post #6 and am still confused 1. By background images, you referring to the arrow images that control the "pagination" of the carousel? (e.g. bg_direction_nav.png). If yes, why would you want to edit those in PW? 2. If by "background" images you refer to the images actually looped through (the carousel), then those are not supplied by CSS as far as I can see. They are directly in the HTML. I have not seen any requirement to use background images as you state in you OP? How is that a problem? Wont flexislider produce consistently produce the same classes (e.g. flex-next and flex-prev) that you can style by overriding in your own CSS file? Quick clarification. The folder number is the ID of the page. That never changes....btw . Anyway, I'll let you explain what you are after.
-
Maybe you could elaborate more on the use case? In my example, the images I am referring to are for styling purposes. They do not need to be editable in PW. In your case, you are trying to implement a carousel? Can you give us the name of the plugin (I'm guessing it is jQuery based?). Who will be editing the images? You or the client? Edit: Just seen the name in your post above - flexislider... Edit 2: Is this the slider?
-
I guess so. What boolean condition/logic do you want to check for?
-
@Soma about the note, are you referring to findPagesCode? Isn't the above about findPagesSelector which seems to have been implemented? Edit: You are right, as usual Soma // build a selector to find matching pagerefs // @todo should $selector include check_access=0 or even include=all? $selector = 'include=hidden, '; if($field->findPagesSelector) $selector .= $field->findPagesSelector . ", "; if($field->parent_id) $selector .= "parent_id={$field->parent_id}, "; if($field->template_id) $selector .= "templates_id={$field->template_id}, "; // @todo note $field->findPagesCode is not implemented Yes, the above post by Wes is about findPagesSelector but the $selector is currently limited to include=hidden rather than include=all (to include unpublished pages) as can be seen on line#559....Unless I am looking at the wrong code?
-
Hi demiansan. Welcome to PW and the forums! The Wiki stuff is in the process of being brought over to the main site. These links should get your started, if you haven't seen them already: http://processwire.com/api/ - the official docs; a must read http://processwire.com/talk/forum/13-tutorials/ - a couple of tutorials http://processwire.com/talk/topic/4173-grouped-forum-posts-links-articles-tutorials-code-snippets/ - an effort by the community to group links to useful resources, tutorials, etc http://cheatsheet.processwire.com/ - the cheatsheet Feel free to post any questions you might have
-
The question on that post was about having a different background image per page. Since CSS is not dynamic, that could only be done via PHP. Do you want different background images for your pages? If not, just do it the normal HTML/CSS way. No PHP required. I have an images folder in my css folder (/site/templates/css/images). No PHP involved; just plain old CSS. Maybe am missing something?
-
Please ignore me if I seem to be rambling....I just quickly read this...Yes and Yes. You can have your CSS call images from an assets folder. No need to put those images in a page first...
-
Yes,,,or do it right within PW using MM
-
OMG! Keith is here!!! Welcome to PW and the forums! Nice to see you in these parts. I didn't know you went with Clipper...anyway, hope to see you here more
-
If you bought ProCache you'd have access. Ask Ryan to give you access.
-
No. You never have to edit files in /wire/. On load, PW checks for admin templates in /site/templates-admin/. If it finds one it loads it. If it doesn't it loads the /wire/templates-admin/. So, copy the /templates-admin/ folder found in /wire/ to /site/ then edit the /site/templates-admin/xxxx.js/ to your heart's content (am not sure which .js file needs editing). When you upgrade PW it will not be overwritten Edit: Having said the above, to achieve what OP suggested, am not sure editing the templates-admin would help? The Tree is controlled by the file ProcessPageList.js and ProcessPageList.module which are in /wire/modules/Process/....I think? so, hmm, override?
-
Hi Wes, Try, "allow unpublished pages" under advanced options when editing the page field Edit 1: My bad; that's only in the dev version..but it's throwing up errors anyway...testing some more Edit 2: If I use normal page selection (without custom selector) it works and allows selection and saving of unpublished pages. If I use a custom selector on the Page Ref Field, I get the WireException/error Page $value is not valid for $field->name (line 359 of FieldtypePage.module). Hmmm, strange..
-
Thanks, will test. Btw, does it matter that the folder name has changed from TextformatterHannaCode to ProcessHannaCode from the point of view of installing/updating via Modules Manager? I recently got a gotcha when updating a module (I think it was PageDelete) who's folder name had changed to ProcessPageDelete or similar). I got a cannot redeclare class fatal error. What happened is that the update did not replace the old folder, hence, the class was getting called twice. Maybe the module name had changed as well, come to think of it..
-
Just tested on 2.3.2. Save does not continue editing; instead, it saves then goes to the add new Hanna Code screen Edit: The above refers to when you create a new Hanna Code. I was expecting save to let me continue editing; however, it takes me to the add new screen. In the case of existing Hanna Codes, if I edit them, save works as stated; I can continue editing.
-
Christmas has come early! Thanks Ryan!