Limit to number of categories?

Been trying to find an answer to this for about a year now, hopefully I'll find the answer this time :)

Category and term editing (particularly deleting) has slowed to a crawl on my site, just deleting a term entry can take up to 15 mins. Is there any way I can optimise the databse to speed up the process. As the site requires multi-tenancy there will be many more categories created, but I am concerned that this will ultimately cause problems for the sites performance.

Using .htaccess to clean up paginated URL's?

Hi All,

Quite some time ago I raised a feature request against the Paging project to see if they could clean up paginated URL's. I was told this could be done using .htaccess rewrite rules and for what ever reason I put this idea on the back burner and stuck with massive single page articles.

Gmap Error

Hi I am getting this error when loginto my account as admin that a particular db file is not found.

user warning: Table 'db11569_drupal.drupal_location' doesn't exist query: SELECT eid, longitude, latitude FROM drupal_location WHERE (longitude!=0 OR latitude !=0) AND type='node' in /home/11569/domains/goglean.org/html/includes/database.mysql.inc on line 121.

i want to have an option to choose a city and then enter my address.
which will then show up on the ma as a marker that i can click or rollover to get more info.

problems getting url_replace_filter to work

Hello,

Our site uses clean urls and many hrefs on the site assume a
baseline url that is inserted by drupal. For example

<a href="downlink"></a>

gets expanded to

<a href="http://www.olddomain.com/downlink"></a>

Eventually, I'd like to get all these references

<a href="downlink"></a>

to expand to

Functions

Hi all ;
I want to develop the friend list module for drupal . And when it is done i will list the module here. But I have some problems with the basic logic of Drupal . I am really new to this CMS and just wanna know in the modules there are lots of functions but I just could not figure out where is the functions used. For example in the upload module there is a theme_uploaded_file . I modified that function and now the pictures seems as I like but I could not find where that function is used . Can anyone assist me in the basic logic of DRUPAL . (v4.7)

Adsense coding logic

I am having an issue with Adsense that seems pretty common at the moment but due to my lack of programming skills I need to ask a question.

I put the adsense code into my node.tpl.php file so that it renders on 3 times on the main page and below each page under the content area. It is my understanding that Google has changed how they are rendering the adsense iframes and thus on my main page I now have 6 adsense areas, 3 of them have ads and 3 are blank.

Here is my node.tpl.php file:

print ($sticky) ? " sticky" : ""; ">
if ($page == 0):

print $node_url " rel="bookmark" title="Permanent Link to print $title "> print $title

endif;
print $submitted

print $content

if ($links):

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x