Jump to content

Pretobrazza

Members
  • Posts

    57
  • Joined

  • Last visited

Everything posted by Pretobrazza

  1. Hi Kongondo, I'm extremely grateful for your fast response. You really pointed my nose in the right direction. I did a copy/paste and changed the ID to that of the fanions and it worked 'out of the box' (temporary-link). Now I at least I can follow the trail and through trial and error get it completely right so it will fit in the site. I'll keep you and the community informed as how I integrate your great module into the soccer site. Hoping that my simple Q. will also help other newbees to distinguish the trees from the bush, again I really thank you! Bernard ps. On the page of your tutorial you mentioned above, I really think the optional code for categories would really fit for newbees like me.
  2. Sorry for bumping in here but coming from Joomla/Seblod I'm still very green when it comes to php and processwire. I love this new world though and I'm setting a responsive site for a local soccerclub! I went through the docs and Kodongo's tutorial yet there is a snippet I can't find so that for each teampage I can call a unique 'team'category of the blog: So I first put: $blogOut = $modules->get("MarkupBlog"); Then things like $limit = $page->blog_quantity; $content = ''; //$content .= "<h2>$page->title</h2>"; //Render limited number of posts on Blog Home Page $content .= $blogOut->renderPosts("limit={$limit}"); ?> <div id="main" class="block"><?php echo $content?></div> But what/where do I put the fact that I want that output to be filtered to only render the output of ONE category (for example) 'Fanions'? I'd really appreciate your answer as it will open my eyes to much more! Bernard (ps. The site I'm creating is kcfheist.be and one of the teampages where I want to put the blog as tab n°1 sits HERE . Note that for all the teampages the trainers and players(spelers) are filtered by a 'select multiple fieldset' so that next year they will appear in both this years team and the team they will belong to next year. Same for the sponsors which all are children of the same parent. Should they want to sponsor an additional team, Then I olly have to tick them 'on' in order for them to appear in another Teampage too)
×
×
  • Create New...