Leaderboard
Popular Content
Showing content with the highest reputation on 11/29/2013 in all areas
-
I've officially launched this site today: http://www.kidderminster-husum-twinning.co.uk/ For those not familiar with twinned towns/cities - many places (in Europe at least) are twinned with other places in the world and these are two such places which have built links between their cultures, clubs, associations etc. It was a relatively straightforward site. A design I had made many months ago actually lent itself to the Foundation site profile (which I upgraded to Foundation 5 without too much hassle) and most of the content benefits from the default styling in this case, which was a bit of a fluke as I'd not done anything with Foundation when I originally designed this I was in two minds whether to use Foundation as I'd not really touched responsive before, but it works nicely on mobile and I'm glad I did it. There's a bit more going on behind the scenes than meets the eye, and I think that because this looks like a simple site it might well be worth a full case study with a few tutorials of how I personally approach things. As for the tools I used, here's my list of modules: CKEditor Markup Yahoo Weather (a modified version) Page Link Abstractor (I always use this now so links in the body don't break when moving the site to the live server) Thumbnails (I couldn't imagine a site without this!) Languages - all of the core modules for languages, as there are English, German and Danish versions of each page (not all translated before anyone spots that but I shall leave that to the Twinning committee ) I also turned on caching for each of the templates. Due to the weather constantly updating on the sidebar I didn't use ProCache on this occasion - I toyed with making the weather a JS/AJAX/PHP combo but it then loses it's synchronisation with the two images in the slideshow on the homepage and that looked so nice that I can live with what is still a relatively quick site without making design sacrifices for the benefit of a bit more speed. What do you think?4 points
-
Hi everyone, I just want to share the good news, we launched a new website for a cafe in Melbourne, LuxBite. This is my first processwire website after years of experience using joomla and wordpress, this is by far one of the cms I enjoyed working with. Please visit the site http://Luxbite.com.au and leave your feedback! In short, I would like to thank all the community here - the forum is extremely useful and has a lot of information. This site is built on top of The amazing SimpleNavigationMarkup module by Soma - to be honest I am lazy to do foreach to output everything so utilizing this module is the way to go there are couple of outstanding issues and design changes that I need to work on but so far so good Extras: http://www.news.com.au/lifestyle/food/masterchef-cake-challenge-helps-revive-a-taste-for-flavours-of-the-past/story-fneuz8wn-12266664813572 points
-
Hi I recently finished my first ProcessWire website, and it's a gallery of black and white vintage erotica. Here's what I used: Default ProcessWire Installation. Bootstrap, jQuery (for the bootstrap carousel and MediaElement.js), MediaElement.js and Glyphicons (they come with Bootstrap.) Photos are sharing two templates (one is for single photo entries, and the other is for multiple photo entries and it uses Bootstrap's carousel.), Featurettes have their own template and there is only one. I also have a simple tagging system. It didn't really take me a while to figure ProcessWire out, it really was a piece of cake for someone without a lot of PHP knowledge. I had way more trouble getting a hang of WordPress than ProcessWire. It's a great piece of software. Before I forget, http://faysjoint.com Fay1 point
-
http://conclurer.com Design + Code Another page I have created with Processwire. This is "our" own portfolio + contact and news. The contact page was created with Ryans experimental Contactmodul. So far, our site has gone through 3 stages. First we had our old Typo3 installation and the first design. You can find the remains here. Then we just migrated the design and content to Processwire(2nd Page). Finally, I've rebuild the site from skretch with Processwire last month. Not perfect but I have the feeling that I'm getting better with every website I make.1 point
-
1 point
-
Little update 1.1.1 added live search filtering, fuzzy text search only on name, author, categories and action some minor refactoring1 point
-
I was asking if you visit Thailand often Ko Lipe is nice, indeed. I live in Ranong and love the little Island Koh Chang in the Andaman sea.1 point
-
Oh, right. I didn't begin with customization of the back-end yet. Here are some screenshots: http://faysjoint.com/admin_1.png http://faysjoint.com/admin_2.png http://faysjoint.com/admin_3.png http://faysjoint.com/admin_4.png http://faysjoint.com/admin_5.png1 point
-
1 point
-
1 point
-
Found a little typo on "/site/modules/InputfieldCKEditor/ckeditor-4.3.0/plugins/pwlink/plugin.js" line 70 Which prevent popup the modal for the link. - var modalUri = config.urls.admin + 'page/link/?id=' + page_id + '&modal=1' + lang_id; + // typo's fixed below + var modalUrl = config.urls.admin + 'page/link/?id=' + pageID + '&modal=1' + lang_id;1 point
-
I have this situation: I have users with a role 'partner', They have a folder in the tree where they have they have custom rights. ( based on PageEditPerUser). Now when I unpublish their "HOME" folder, I wish to prohibit access to the admin for all 'partners' who have custom access to that folder. It's working, but there's no visual feedback. (no strike-through)1 point
-
1 point
-
Hey, Didn't realise anyone was actually using this, and tbh I've not had the chance to update it in months. Adding an option to remove CKEditor + dropzone is a very good idea and when I eventually get round to to it, I'll add it in. Glad you're finding it of use though Cheers.1 point
-
1 point
-
1 point
-
Works well on mobile, I only had a little trouble with the clicking area on the navigation links. on small screens they are a bit to close from each other and from the title and the search. Please excuse Dr Spock, sometimes he is not very clear here in the forum1 point
-
@Martijn cheers for the welcome. I can already see how PW can be addictive. Was sitting and playing around with it late last night, the night before and the night before...1 point
-
Hi Marcura, thanks for your thoughts on this. Custom error messages would sure be a great option to have in Form Builder. To build my own form code in the template and then use FB for processing seems like a little overkill to me as in my case I only need to send the form by email. As I saw in another thread, this should be fairly easy by using mail().1 point
-
Welcome gebeer, There're some ProcessWire addicts over here, watch out, so you've been warned now! if(count($page->images)) { foreach($page->images as $img) { if($img->width > 600) { $config->styles->append('/path/to/popup.css'); $config->scripts->append('/path/to/popup.js'); break; } } }1 point
-
Hi Matthew, great to see you here and thanks for the warm welcome. Yes, my avatar is almost the same as in Seblod forum, only different color. The links you've posted are interesting and I totally understand some of the frustration with J! and Seblod. Working with PW is just so much smoother although the conversion will take me a while. So I might indeed throw some questions at the forum until I know my ways around this great piece of software better. So see you around. Cheers gerhard1 point
-
1 point
-
Greetings, Nice work. Thanks for exposing us to your site! Matthew1 point
-
Hi! On a bit of a rush here, just some short answers: Yes. PageArray, when treated as a string, should look like that. See PageArray->toString() for more details. You can access specific items with $pagearray->eq(0), $pagearray->eq(1), $pagearray->first(), $pagearray->last() etc. or iterate it with foreach. Through API or via admin UI? Both should be doable, admin UI has "copy" link and http://cheatsheet.processwire.com/ provides details for API side (tip: look for "clone" method from Pages or PageArrays.) No, created date tells when page was created, i.e. added1 point
-
This is awesome - I've been thinking about doing that for a while. So many great contributions - ProcessWire is destined for greatness!1 point
-
Thanks Ryan for stepping in. For me the unpublished users are quite useful when using them for front-end purposes. When an (non-admin/non-backend) user registers I set them unpublished. This way they can't login. I'm working on a small module to set a user (un)published from the backend. I think this workflow is quite in line with the overal ProcessWire experience.1 point
-
Nice and restrained design -- I like it! Do you know, that the frontpage doesn't work well without javascript? That's a very common misconfiguration of a slider. See this page http://www.wildroses...e/galerie.shtml where I tried to gracefully degrade the presentation wihtout javascript. (for reference see Unobtrusive Javascript from wikipedia)1 point