This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Taxonomy search has just stopped working

I can't figure out why but a site that I'm working on is no longer searching taxonomy terms. I've not upgraded, but my hosts have made changes to the mysql databases.

I've read of a few people facing similar problems and the response has simply been to point out that taxonomy_search is no longer being maintained. What I really need to know is *why* it stopped working and if it's possible to tweak it. (The ability to search taxonomy is vital to the site and upgrading to 4.7 is not an option.)

Can I add something which isn't a node to the create content page?

As per subject, my module requires that I add an entry to the create content page but its not a normal node - it's a completely separate set of module functions and CANNOT be a node. It wouldn't make logical sense (plus it'd mean a whole lot of recoding!) Anyways, I've added an entry to hook_menu for 'node/add...' which works fine, but this doesn't automatically produce an entry on the actual create content page, obviously only in the menu? I've created the entries in hook_help, but as I expected - that wasn't the answer either...

related_nodes & i18n

The related_nodes module is not i18n-compliant.

It looks possible to cheat with language-dependant taxonomy in order to link only to content from the same language, but the block title is not multilingual.

Changing line 100 of related_nodes.module to :
$blocks['subject'] = t(variable_get('related_nodes_block_title', 'Related Nodes'));
instead of
$blocks['subject'] = variable_get('related_nodes_block_title', t('Related Nodes'));

solves the problem.

IRC chat module for drupal anyone!!!

I want to start this subject , irc module for drupal, i find a java applet that use eirc applet, it works fine and its easy to use, i am not a programmer so i can't convert this to work with drupal, but i think its easy for a module dev to convert, check out here

http://www.coolsmile.net/chat/home.php

I think it needs a username call , age sexe location to be written to the file ...

looking for a contributor for the invite module..

Hi there,

There is a serious bug with this module and noone has assumed the job of fixing it. I'd love to do it if I knew how, but I have the programming skills of a retarded chipmunk.

I just thought posting a message here would get some attention to the issue.

http://drupal.org/node/55342

Thanks in advance..

tinymc

I have installed drupal 4.7 via fantastico but I upload to public_html modules \tinymc but tinymc is not show and run what can I do for tinymc?

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions