Drupal is up and running but how do I ...?

Best Practices in Menu Design?

I'm trying to find recommendations for best practices in drupal menu design, but I'm not really finding what I need.

Can views module act as a live database?

What I mean is, could views provide a similar interface to say, a spreadsheet or table view in a database? I have many nodes created that I manage mostly with views. These nodes are treated sort of like records and I often have to update different fields on various nodes. Currently, I have to click on the node in the list, click on the edit tab, then locate the field, submit the change, and reload the view (list).

3 taxonomy_html issues

Hello

i have installed taxonomy_html

it adds Overview page listing all terms and vocabularies.

also Node counts for each term are also shown beside each term

1) How to make it presents term acounts beside each parent term

2) how to disable the Node counts exept for those counts that biside the direct perent term

3) how to change the text-align to be rtl for the Overview page ?

really i need your help for these 3 issues

Search tool

Scenario: We have a taxonomy set describing the content of posts. A user wants to be able to search using the taxonomy term, in this case, "network."

Is my reasoning correct? Can someone offer suggestions?

--

If posts are made and tagged, you can click on a tag and see ALL posts that are thusly tagged. In other words, clicking on any post that is tagged "network" will take you to all the network-tagged posts. The problem here is obvious: with a tag that is used on many, many posts, you will still want to narrow down the search further.

Sitemap format rejected by Google

I keep getting this error messa. The site map was generated by the site map module.The message says:"Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit. " Any thoughts?

Patch Failure

I've had a site running for about 4 months with no problem other than the duplicate login issue. I didn't think it was a probem, so I didn't address it. I now cannot login, and after looking at the problem and investigating on Drupal, there seems to be a patch, user.patch.txt, available to try and repair the issue.

I loaded the patch to the correct directory, and executed my first ever command line command. I recieved the following error (quotes added)

"$ patch < user.patch.txt
patching file user.module
Hunk #1 FAILED at 931.
1 out of 1 hunk FAILED -- saving rejects to file user.module.rej"

The file created, user.module.rej, shows this:

***************
*** 931,936 ****
user_module_invoke('login', $form_values, $user);

$old_session_id = session_id();
session_regenerate_id();
db_query("UPDATE {sessions} SET sid = '%s' WHERE sid = '%s'", session_id(), $old_session_id);

--- 931,940 ----
user_module_invoke('login', $form_values, $user);

$old_session_id = session_id();
+ // destroy the cookie on the client to prevent the existence of two domain cookies
+ if (isset($_COOKIE[session_name()])) {
+ setcookie(session_name(), '', time()-42000, '/');
+ }
session_regenerate_id();
db_query("UPDATE {sessions} SET sid = '%s' WHERE sid = '%s'", session_id(), $old_session_id);

Does anyone have any idea what the failure is, and what I could do to fix it? I am using version 4.7.3.

Pages

Subscribe with RSS Subscribe to RSS - Post installation