I've been banging my head against a wall for a few days trying to come up with a solution for searching over the contents of node attachments. I need to be able to index MS Word, Excel, PPT, PDFs, etc.
There are a number of different approaches. Search API Attachments seemed like the correct option since it supports using Tika for the document processing.
Has anyone gotten Search API Attachments (http://drupal.org/project/search_api_attachments) work? Is there a better solution for attachment searching?
Drupal Post Installation
Anyone have Search API Attachments working with Drupal 7.12?
Drupal Post InstallationCMIS API and access to Alfresco: How to keep it secure?
Drupal Post InstallationWe're excited about the possibilities offered by the CMIS API (http://drupal.org/project/cmis) to allow Drupal to access the contents in our Alfresco repository.
Unfortunately, we're having a little trouble figuring out how to do so in a secure manner, and I'm hoping someone here might.
A little background on our setup:
We're running Alfresco EE 3.4.7 and it's set up to allow users to connect using their single sign on credentials. It autoprovisions an account the first time a user logs in. We do have the ability to create local-to-alfresco accounts, but we *really* don't want to do that (what with all the "I forgot my password" misery).
Should I be using the relation module?
Drupal Post InstallationI think I'm missing something with the relation module. I have an entity type set up called certifications. I then have bundles set up for each certification type. Cert A, cert B, etc. Each bundle has a field called Certification Number. Then I have a directional relation set up from all User bundles to all Certification bundles. When I want to add a certification to a user I first have to add an entity to the appropriate certification bundle. Then I have to go into the /user/%/edit page and using the Relation select, add the appropriate entity. THEN, to fill in the Registration Number field for that entity I have to view the user's account, click on the link to the certification entity, click the edit tab, and fill in the field and save.
WYSIWYG and page options fail to load unless page registry or theme cache is cleared - UGH. help.
Drupal Post Installationthis started a few weeks back and i have no idea how to handle this. i need to clear cache every single time i go into edit mode on a page in order to get the wysiwig or page options to load. every time. it's amazing. it's driving me nuts. it's making me seriously consider giving up drupal once and for all.
i've attached a screenshot of what the initial edit screen looks like.
if i flush theme registry or page requisites everything is fine. otherwise, that's what i get.
help!
Change behavior of login and "My Account"
Drupal Post InstallationHello,
is it possible to change two things:
- After successful login, the user should get redirected to front-page
- On clicking the "My Account" link the user should directly come to the Edit-page and the "Overview"-Tab should disappear
Is that possible?
Thanks :)
Can't get ctools_ajax_associate_url_to_element to work
Drupal Post InstallationCan (will) anybody tell me what's wrong with the following code? I am trying to get ctools_ajax_associate_url_to_element to work on a select element.
function ajax_url_to_element_test_menu() { $items['ajax_url_to_element_test'] = array( 'title' => 'ajax_url_to_element_test', 'page callback' => 'ajax_url_to_element_test_page', 'access callback' => TRUE, 'type' => MENU_CALLBACK, ); $items['ajax_url_to_element_test_color/%ctools_js/do_color'] = array(
Using rules to delete published content when a user "upgrades" account.
Drupal Post InstallationOkay I have looked in many places and haven't come up with an answer. So I am going to try here. I am using D6, Ubercart, and a few other million modules (ok not that many).
What I need to do is a find a way for this to happen:
- The user registers for free on my site and gets their very own shiny profile (using content profile)
- User wants to upgrade from free to premium to have more stuff on said profile without losing the content already on there. Like adding more videos, music files, pictures, extra contact info etc.
- User is happy and now has a feature rich profile.
What is happening now?:
Need module for mapping address in content type in D7
Drupal Post InstallationI am looking to add a "street address" field type and correlating map to a custom content type in Drupal 7.
I am having difficulty finding a module or set of modules that could help me with this that are compatible with D7.
Any suggestions?
What is the code for attachments?
Drupal Post InstallationI need to track down what is the code that shows core uploaded attachment files. My content type has this for the content and footer:
<div class="content clear-block"> <div class="single_image_right"> <div class="thumb t<?php print $node->field_single_img_align[0]['value']; ?>"> <div class="thumbinner" style="width: <?php print ($imgsz + 2); ?>px;"> <a class="image" title="<?php print $img_alt; ?>" href="http://drupal.org/taxonomy/term/22/0/<?php print $clink; ?>"> <img class="thumbimage" width="<?php print $imgsz; ?>" src="http://drupal.org/taxonomy/term/22/0/<?php print $node->field_single_img_link[0]['value']; ?>" alt="<?php print $img_alt; ?>"/> </a> <div class="thumbcaption"> <!-- <div class="magnify"> <a class="internal" title="Enlarge" href="http://drupal.org/taxonomy/term/22/0/<?php print $node->field_single_img_link[0]['value']; ?>"> <img width="15" height="11" alt="" src="http://drupal.org/taxonomy/term/22/0/<?php print path_to_theme(); ?>/images/magnify-clip.png"/> </a> </div> --> <?php print $node->field_single_img_caption[0]['value']; ?> </div> </div> </div> </div><?php print $node->content['body']['#value']; ?> </div> <div class="block_spacer_small"></div> <div class="clear-block"> <div class="meta"><?php if ($taxonomy && $print_tax): ?> <div class="bottom_row_terms"><?php print $terms ?></div><?php endif;?> </div><?php if ($links): ?> <div class="bottom_row_links"><?php print $links; ?></div><?php endif; ?> </div>
which apparently does not include the line for attachments. Thanks!
The quest for per-user gallery
Drupal Post InstallationHi,
I'm looking for a per-user gallery (or photo album) solution. A module where each user can:
- load images (even one by one)
- regroup them in albums
- comments on images
- the possibility to control the size of uploaded images (to prevent «fulling» servers)
- robust and node_limite_limit possibility.
There are somes D6 solutions:http://drupal.org/project/media_galleryhttp://drupal.org/project/node_galleryhttp://drupal.org/project/advimage