So.. Thats with the Case tracker project.. It's the same even with the case !...
The case details, project details seem to have gone in the background or foreground of the right sidebar block..
I'm no expert in SEO but I have this query about SEO and robots.txt. Why does robots.txt disallow crawling for mysite/search/node? What would be the effect if I allow crawling for mysite/search? Thanks
I just created a single view that consists of both a page and a corresponding block.
The fields are node title, date, body (CCK content type).
I set the page view to teaser. I set the block view to list.
However, when my block displays, it actually outputs the node body???? Is that what a list view is supposed to do? I thought a listview was simply the node title as a link.
Questions:
1) What is the default behavior of a list view: simply print the title as a link and ignore the body OR print whatever fields have been included in the view?
When I log out of my recently created site as admin, for some reason i'm losing my contact form link in the primary menus.
And if i try to access that contact form directly from the url, i get accessed denied (you're not allowed to view that url)
Anybody have any thoughts?
fwiw, my other primary links are all visible. I assumed that the contact form menu path was set in stone and i've never had it disappear on me before..
When I call print theme('username', $node) in my node.tpl.php template file, it only returns the first 15 characters of the username. Anyone know where this is getting trunkated?
I wanted to send an email to users using the Mail module. For the email's content, the module states,
"This will be the body of your email message. Available variables are: %username, %site, %uri, %uri_brief, %mailto, %login_uri, %edit_uri."
I wasn't sure which variable was which, so I tried sending a test just to myself as site admin to see what they stood for. But none of the variables converted. I tried both php formatting and full html formatting. No dice.