-
Posts
7,529 -
Joined
-
Last visited
-
Days Won
160
Everything posted by kongondo
-
Password not working after installing on server
kongondo replied to Alicia's topic in Getting Started
Yes...Horst mentions this above -
Password not working after installing on server
kongondo replied to Alicia's topic in Getting Started
OK, for starters, create the errors.txt and let's see if it will be written to...(make sure it's writable) -
Password not working after installing on server
kongondo replied to Alicia's topic in Getting Started
What about this folder? /site/assets/sessions/ -
Password not working after installing on server
kongondo replied to Alicia's topic in Getting Started
Hi Alicia, What do you mean by this?...that there is no errors.txt file or that it is present but not reporting anything? Even with @Macrura's suggestion, if the problem is the differences in PHP versions, that still won't solve your problem I suspect. Let's hope am wrong . Are you able to change your server's PHP version to 5.4? -
How to put the original TinyMCE image features back?
kongondo replied to MarcC's topic in General Support
I recently checked; they can't co-exist....unless there's some way to do it programmatically that I don't know of.. -
Uh? Edit: OK, now I get it
-
I'm trying to think about this using a music analogy..... Article = Song Author = Artist Tag = Genre In many cases, artists belong to one or two genres and their songs follow suit... What am not clear about is are you tagging the "authors" or are you tagging the "articles". For instance, an article tag could be "health", "obesity", etc. Author tags could be "fiction", "academic", etc....
-
Very beautiful! I love it! Two minor issues: 1. On info pages, on the right side (featured content), when viewing one of those pages, e.g. http://pw4.nogajski.de/de/news/greenscreen/, I see no english flag on the left to choose my language... 2. Is it possible, to dynamically change the HTML language declaration to match the selected language? So, if viewing the page in English, dynamically change this: <html lang="de" class="no-js"> to this: <html lang="en" class="no-js"> Only reason I ask is to stop my Google Translate Extension from automatically trying to translate (or asking me if it should translate) the page from German to English even though I have already selected English on your website. It's just a minor niggle from Google, but just wondering...
-
I get you now. Thanks.
-
What I meant is this: You know when you view a page with images, they are normally displayed vertically on the page and if there's multiple images, it means lots of vertical scrolling. The solution I am talking about would arrange the images on a 3x3 grid on the page..Is that what you mean as well? Edit: Here's the post I refer to http://processwire.com/talk/topic/3919-individual-image-field-widths-float-display-inline/
-
One issue I foresee with the "one-image-per-page" approach is editing. If I have hundreds of images and I wanted to delete some and I could only tell them apart by actually looking at the images, it could take quite some trawling to find and delete them in the admin.... Btw, @everfreecreative, your "one-page-per-album" could play nice with a recent tweak that Soma created for a forum member that allows multiple images on a page to be displayed in a multiple grid rather than in a single column/vertical grid. I can't find the post at the moment. Another btw (sorry). There was a question recently about finding and displaying a limited number of images from various albums and displaying those in a gallery page. I'm not sure whether that was answered. I'm just thinking out loud here whether your approach could also solve that issue. Anyway, I digress...
-
Pagination based on search form result - problem
kongondo replied to Jamie Gordon's topic in General Support
+1 for DaveP's suggestion. See this also about input variable: http://processwire.com/api/variables/input/ How does the blog profile do it, btw? I'm looking at the code but can't see how it renders pagination on search results...Sessions? -
PagelistSelectMultiple doesn't save more than one item
kongondo replied to tc_855's topic in General Support
Are you talking about a multiple pages reference field? Could you confirm that under the INPUT tab, in the input field type* that you have selected a multiple page selection type? Version of PW you are using? Forget above...it seems you have in the DETAILS tab selected a single page? Edit Nik was faster -
@Soma, Maybe it's time to put IM in the modules directory?
-
First question: I am not seeing an implementation of URL segments. Please explain to me (am new to this ) why you need URL segments for this? Thanks.
-
Forum is misbehaving and mangling your code! Maybe include the CSS as an attachment?
-
Hi, Thanks for this tutorial! Thanks for taking the time to write it. I haven't finished reading it yet, but it looks very comprehensive, thanks . The question about image galleries has been coming up more often recently... Edit: Quick comment as I read...the term "single image field" might confuse some since you are not referring to an image field that only accepts one image (yet you state you uploaded multiple images), but you are stating you used one image field (that accepts multiple images), no? Maybe good to clarify that Finished reading: you give very clear, straightforward instructions. Many thanks!
-
Getting the selected value of a inputtype Page field
kongondo replied to jtborger's topic in API & Templates
Am surprised there's been no response yet to your query. I'm wondering if maybe the question is not clear? I'm trying to understand exactly what you want to do but I'm not getting it. Then again, I'm slow that way . Are you trying to create a tagging system? Why a module instead of directly using the API and page system (using page reference fields as you are)? Sorry if am off topic but just trying to understand your question -
Maybe there's something in this thread?
-
Soma, Thx for clarification although one could argue "Leave this file as-is" means......
-
Aah. Sorry missed that. So the question is to Ryan then...why admin.php? Just curious. I thought we should "leave it alone" in most cases?
-
<digression>@zyON, am curious as to why you chose to write to admin.php? Is this the one that comes with PW?</digression>
-
Hi all, I've finally managed to set up my website where I intend to post ProcessWire tutorials. The site (lessons) is very much WIP. I have tried to make the site as responsive as possible. I have only tested in Chrome and FF. I'd rather write more lessons than test in IE to be honest so I won't pursue that... I will try to post regularly but can't make any promises as to the frequency . I intend to randomly post some pre-planned lessons. I will update this forum post everytime I post something new. If you have questions, pointers, etc about any lesson, or a request for a specific lesson, please post them here. This way, other forum members can assist in answering the questions . Thanks. /k ==================================================================== Edit: 28 August 2014 - Fist Tutorial is up (OK, it's Blog Module documentation ) Creating a Blog in ProcessWire (Blog Module how to) - 28 August 2014 [99% done] Next: 'All you ever wanted to know about ProcessWire Modules [and other cool things]' - COMING very SOON
- 45 replies
-
- 22
-
-
Pagination for thumbnails from three different albums
kongondo replied to creativejay's topic in Getting Started
Quite a number of us here come from the MODX family, btw. In case you missed it, here's a quick guide (shameless plug!! ) that you may find useful