k07n Posted December 11, 2014 Share Posted December 11, 2014 Hi! Oh, here is something bigger than I have made before: autosystem.ru Was used: PW (latest dev) Foundation 5 for grid layout (but not for long, want to rewrite grids with Susy — it is awesome). ProCache Markdown HannaCode Fredi Map Maker Pageimage Sizer Imagick and great help of all of you Thanks for any suggestions and kind words 9 Link to comment Share on other sites More sharing options...
arjen Posted December 11, 2014 Share Posted December 11, 2014 Susy rules. Nice website k07n. It's lightning fast. Link to comment Share on other sites More sharing options...
dazzyweb Posted December 11, 2014 Share Posted December 11, 2014 I don't know what it is but websites always looks cool in Russian language. Link to comment Share on other sites More sharing options...
iNoize Posted December 11, 2014 Share Posted December 11, 2014 Pretty modern and maybe too modern look for Russian CarParts . It's not so easy to choose the right font in Russian. Here it looks really futuristic. I'm watching on my phone but it seems to be really huge. All the dealers news shops maps WOW. How many people fill the content ? So it works really fast. It Will be interesting to take a look on the site structure for the amount of content. For Example how many differen templates do you use ? With / Without template files. Whats initialized in the settings? Which method do you use for the output for the content. There are a lot of different examples here and there but it's especially interesting for such a huge project. Which way you have chosen. https://processwire.com/talk/topic/740-a-different-way-of-using-templates-delegate-approach/ Link to comment Share on other sites More sharing options...
renobird Posted December 11, 2014 Share Posted December 11, 2014 Very nice, and very fast. Are you using ProCache on the entire site? Link to comment Share on other sites More sharing options...
k07n Posted December 11, 2014 Author Share Posted December 11, 2014 All the dealers news shops maps WOW. How many people fill the content ? So it works really fast. It Will be interesting to take a look on the site structure for the amount of content. For Example how many differen templates do you use ? With / Without template files. Whats initialized in the settings? Which method do you use for the output for the content. There are a lot of different examples here and there but it's especially interesting for such a huge project. Which way you have chosen. I am not experienced programmer, so there are nothing interesting or new in my structure or templates. There are 12 templates with files and about 20 without. Basic-page, for example (really basic, but structure is similar to others): <!DOCTYPE html> <html lang="ru" class="no-js"> <head> <?php include("./_head.php"); ?> </head> <body> <?php include("./_topbar.php"); ?> <?php include("./_sidebar.php"); ?> <div class="wrapper white"> <div class="row"> <div class="small-12 columns"> <header class="page-header"> <h1><?php echo $page->get('headline|title'); ?></h1> </header> </div> </div> <div class="row content"> <div class="medium-12 columns"> <?php echo $page->body;?> </div> </div> <?php include("./_footer.php"); ?> </body> </html> Dealers map structure: Country --Region ----City ----City ------Dealer ... So, there are 630 shops for now in 1112 cities (I have imported cities, so more than half are empty now). Product catalog has 278 items and same structure. And something about 100 pages with docs and "We are bla-bla-bla pages". https://yadi.sk/i/f-GmE_oEdK5VD Very nice, and very fast. Are you using ProCache on the entire site? Yeap. 1 Link to comment Share on other sites More sharing options...
iNoize Posted December 11, 2014 Share Posted December 11, 2014 WOW Thanks for your answer, This is the proof that with PW is nothing impossible Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now