I'm trying to set up Flickr's blog tool, and everything works fine on the flickr end, but when i check the test post in my blog the flickr post has been put in the title field, not the body. This happen to anyone else, and how can I fix it? I've checked some of the other forum posts and haven't found anything pertaining to this particular problem. Thanks in advance.
Hi folks,
I'm using book content to create a FAQ and I'd like to be able to restrict the structure of the book somewhat. I'd like the FAQ to be divided into a small number of sections, and each section should contain FAQ entries as leaf-nodes, meaning that I don't want the FAQ entries to have any children.
This means I need to restrict access so that regular users can only make child pages for the sections -- no child pages of the top-level book, and no child pages for the individual questions.
i wan't to disable the breadcrumbs one some of the pages, but not on all. Therefore i use an if statement like the following in page.tpl.php:
if (arg(1) != "151") if (arg(1) != "1"):
print $breadcrumb ;
endif;
It works fine on all pages, but not on my "forum homepage". The Forum-Hompage does not have an arg(1);
Can someone please help me with disabling the breadcrumb on my forum homepage?