-
Posts
7,529 -
Joined
-
Last visited
-
Days Won
160
Everything posted by kongondo
-
Seems like you did not add Hanna Code Text Formatter to that particular textarea field? Do this under DETAILS when editing the field
-
How to automatically set the value of a field?
kongondo replied to bytesource's topic in API & Templates
Check in Firebug? (Net) Actually, I think it is a post and not a get?, i.e. $input->post->parent_id POST http ://localhost/pw/pw/page/add/ The POST parameters are (note, Token is alphanumeric - not as below:)) TOKENxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx _pw_page_name testpage parent_id 1 submit_save Save template 43 title testpage -
Interesting...if there's interest in this and someone doesn't show us why this would not work, maybe we can start a new topic to discuss this? Just flesh out ideas, discuss drawbacks, advantages etc. This could become a non-core module. I'm getting ahead of myself though and haven't thought this through (e.g. searching the repeaters, memory resources, etc.)
-
The following could be of use? Scroll down for ideas about checking user... http://processwire.com/talk/topic/4116-best-way-to-structure-a-classifieds-site/
-
Some of the below could be of value to this conversation http://processwire.com/talk/topic/3998-your-deployment-process/ http://processwire.com/talk/topic/3245-current-local-development-setup/ http://processwire.com/talk/topic/2461-keeping-in-sync/ http://processwire.com/talk/topic/2975-team-development/
-
I'm at a loss . Let's here what the gurus say
-
Hmm...and guest can view the pages? (i.e. there are no restrictions to view them). Just baffled.. . Maybe am missing something here..
-
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