Jump to content

chim77richalds

Members
  • Posts

    3
  • Joined

  • Last visited

chim77richalds's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. This worked perfectly and the documentation is a big help. Thanks Ryan!
  2. I've implemented the news system to create a blog for my company's website: http://www/answerhub.com/blog and it works great! The only issue I'm having is with a separate piece of php I wrote to list the 5 most recent blog posts in the sidebar. On the blog homepage it works fine, but when you go to page 2 of the blog, the list does not show the most recent blog posts, but the most recent blog posts from that page. Here's the php: <?php foreach ($pages->get("/article")->children('sort=-created, limit=5') as $articles) { ?> <li class="nav-header" style="text-transform: none; font-size: 13px;"><a class="primary-color" href="<?php print $articles->httpUrl ?>"><?php print $articles->title?></a></li> <?php } ?> Any idea why this would be happening?
  3. I'm trying to use form-builder to gate resources on a site I'm working on but when I try to redirect the form submission to the pdf file, it just gives me the path as text in a box. I also tried creating a thank you page with text in the body that said "Success! Click Here!" and then link to the asset, but at first it just opened the pdf inside of the tiny iframe. I can set the link to open in a new tab, which works, but I can't style the "Success! Click Here!" text and it has a border around it. I love how easy Form-Builder is to use, just having some difficulties with this particular feature. Any help would be greatly appreciated!
×
×
  • Create New...