Are there any options for beefing up Drupal Search WITHOUT using Solr?

I've had numerous clients complain about Drupal's built-in search engine.

In one case, searching for a taxonomy term produces significantly less results than the number of nodes with that term attached. Does Drupal search not even take taxonomy terms into account? That in itself is baffling to me.

I haven't been able to find any Drupal 7 options to improve built-in search without going crazy and setting up Solr or something similar.

Has anyone else run into this issue and if so, how did you solve it?

Where is node reference field

Where is node reference field.
I have use drupal 6 with node reference to create site.
Now I tried to make the same but i cant. Is there any ather module like node reference to make a node type to reference to an ather and show it with views?

Fatal error: Call to undefined function wysiwyg_profile_load()

Hello,
I've searched and can't find... BRAND new to Drupal.

I am getting the following error: Fatal error: Call to undefined function wysiwyg_profile_load() in install directory of Drupal 7.10

/includes/menu.inc on line 593

The site won't load.

Prior to this error, I tried to install CKEditor, which went fine. However, there was an error that popped up later in browsing admin panel which alluded to default WYSIWIG and CK Editor being on at same time.

I am using OpenPublish.

Any tips?

custom node.tpl.php - display content of referenced node

hi all,
I'm trying to write a custom node--.tpl.php for a complexer rendering of a content type.

The content type owns a field of type "node reference".

I can get the ID of the referenced node:
$artist_id = $node->field_release_kuenstler_ref['und'][0]['nid'];

How can I render the content of the referenced node? Is there a chance to get the node by id?

In this case I just need the "title" of the node.

Sorry, couldn't find anything in the api reference...

thx in advance.
mudds

Store data into profile values and profile fields table

Hi all,
I want to store the user registration data into the 'profile_values' and profile_fields' table in drupal 7.
Please tell me how can i do that.

How to use an external url on Drupal's Views jQFX Cycle?

Hello,

I am using JQFX on a view on Drupal 7. It basically slides three images in a row and when you click on the image it goes to corresponding node. However, I would like to override this and use an external url instead so that when user clicks on the image he goes to the external url. Unfortunately, I couldn't be able to figure this out for JQFX. I can easily do this with other views' types.

Any ideas? If it is not possible, can I redirect a node to an external url somehow?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x