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

Reducing SQL queries.

I installed the devel module to get an idea on what queries are being run when my front page loads. A lot of the queries that are taking more than 1ms to execute are related to the recipe module. I do have that module installed, but nothing on the front page refers to recipes.

Is this by design that all modules installed generate queries when the front page is loaded?

Currently I have 37 queries related to recipe, with 20-30% taking more than 1ms to execute.

Html forms and method get

Hello!
I have some troubles. I want use form, for select link in taxonomy. Ex.
In taxonomy i create alias to "185/70". And use whis:

<form action="/" method="get">
<select name="" size="1">
    <option value="185/70">185*70</option>
</select>
<input type="submit">
</form>

But in result i have link - domain.org/?=185%2F70
How i can fix it?

P.S. Sorry for my english. =)

Expanding the profile page with tracker link

Hey all,

For my site I am looking to create a link to the "my recent posts" page (tracker/[uid]) on the profile page, under the same header as recent blog entries and memberschip time. However, I don't see where to add any code for this...

Do I need to edit the tracker.module for this? Or the user one? Profile.module? Anything else?

Thanks in advance!
timos

How to know about downtime?

Hello.

Please anybody, what should I set up to know when my server was down?

Problems with 4.7 (gallery2, path translation, rewrite)

I've been using Drupal for over an year now and I've been quite happy with it. Yesterday I decided to upgrade my 4.6.x installation to 4.7.

My installation is multisite; main web is on scrolls.org and subwebs on scrolls.org/subweb2. So I host webs on both virtual hosts and simply subdirectories.

I had Gallery2 embedded working fine on all sites using templates from the subwebs.

I upgraded the database and it failed while trying to parse the Icelandic letter 'ý' and confused it with 'y' in my user table.

After fixing that I proceeded with the DB upgrade and it went fine, gave me warning on the subwebs because my user master table had already been upgraded.

Now to the horrific problems

1. I can't get rewrite to work correctly with Drupal and Gallery 2.1. I've been through all the forum posts, google search and I can make it work... for ONE site. Every time I configure the Drupal Gallery module it decides to MESS with my .htaccess file.

Since I have sites like
- www.scrolls.org/andri (my site)
- www.scrolls.org (main site)

that share the same directory structure and codebase (and the .htaccess file) I can not allow Gallery or Drupal to change the .htaccess file for each web.

Even when I try to manually edit the rewrite algorythms the problem is that the Gallery is linking to the root gallery (scrolls.org/gallery) when I'm obviously browsing the subweb one (scrolls.org/andri/gallery).

how to print values returned by form

hi,

i installed the form module and worked out this code. Its is supposed to take in username and email and print them out. i created this code

-----------

Pages

Subscribe with RSS Subscribe to RSS - Post installation