Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am looking for someone who may be able to take on a job. We have two websites hosted on different servers, our main Drupal powered website and our forums powered by IPB forum software.
We don't want our users to have to login and register twice for both sites, so we want a single login that works for both, ideally the forums being the primary database.
So we need someone to create a module that allows our Drupal login to accept username/passwords from our IPB forums database.
Need a developer to help integrating multiple user profiles (Profile2) into a site. Also need highly qualified drupal expert that can provide technical question/guidence support with a 24 hr turn around.
If this describes you then please contact me with your rates and a bit about your qualifications.
Hey I know there is a support ticket system module.
But I decided to create my own ticketing system using content types and views.
My only problem is that for the content type title field I would like it to be a ticket number. (ex. #0012929)
I am using Automatic Node Title module to accomplish this.
hi i am new in drupal 7 ,the problem is i have delete my wsyiwyg (dev) editor which has came by default in drupal 7 and install new wsyiwyg editor 7.x-2.1.but after enable this module i got the error
" PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'sgspacific.wysiwyg_user' doesn't exist: SELECT format, status FROM {wysiwyg_user} WHERE uid = :uid; Array ( [:uid] => 1 ) in wysiwyg_user_get_status() (line 754 of D:\wamp\www\sgspacific\sites\all\modules\wysiwyg\wysiwyg.module).
The website encountered an unexpected error. Please try again later. "
I'm new to Drupal, so sorry if I've missed something really obvious.
I'm using the revisioning module to enforce moderation of content. I'm also using a taxonomy to display the content to end users. I'm finding that teasers for unpublished content are displayed to users who are not logged in when they click a taxonomy term.
I'm using a form_alter hook to add some data to an exposed filter in my view. The data i want to add is based on the nodes that are shown in the view.
The problem is that the results of the view are not yet available when the hook_form_alter is called.
I tried to fix this by calling views_get_view_result($name, $display_id = NULL), but then it just goes into a infinitive loop. Part of the views_get_view_result() is calling the hook_form_alter() so i just keeps calling itself.