hi all,i use drupal a few days ago,everything's fine.
I can found my site on google,but only the frontpage(http://kingway.anyxhost.com)
can be indexed.When I search the content on my other pages,nothing can be found.
And google database show that only 1 page of my site is in it.
I'm using clean urls,and a fine robots.txt.And I can use lynx to view my site without
problems.
When I search with an apostrophe I get some garbage at the top of the screen saying the sql syntax bites. I've searched through the archives here and found that most people's problems is the magic quotes, however mine is turned off, I check this by doing a phpinfo();. Is there anything else I might be doing wrong that could correct this issue?
I'm using project.module to track issues, taking over from an old system where everything was tracked in Excel spreadsheets, and bug numbers were assigned by hand. For users, they are used to referring to bugs by number.
I'm trying to enable displaying the node ID as part of the title of issues, preferably everywhere that the title is displayed. I have tried various iterations of drupal_set_title() and trying to set $node->title.
The only place I've been able to change this is in issue.inc, where I did this:
I have a Drupal site that is only accessible by authenticated users. However when one goes to the site, the default front page with the Mission Statement appears, but instead of content a "Page Not Found" appears. This is understandable because the initial visitor is not an authenticated user.
How can I get rid of this "Page Not Found" for that initial visitor. I'd just like the login and Mission Statement to appear as if all is well. Thanks!
I've got Gworks up and running nicely, but I would like to know how to change the number of buttons that appear across the top? But default there are 6: how do I change to have 7, or 8?