I'm looking for a google search module that uses the 'Google Custom Search API' so that I can pull the results and theme them on my page.
I know about the google_cse module. But that module does not let you customize the look of the results pulled because it's doing it via an iframe. What a I'm looking for is more like what you s...
Hi,
I have legacy database and tables that I would like to try to import in Drupal. Here's an example table structure :
Table : Projects
ProjectID
ProjectName
CountryID
TypeID
ProjectID is primary key, CountryID and TypeID are foreign keys which point to Countries and Type tables , respectively.
I think I would make a Projects co...
My site is to have a section for normal users, a section for managers, and a section for use only by anonymous visitors. Each section of the site requires changes to Drupal settings for using a different theme, changing the Primary & Secondary links, changes which blocks are used, etc. In other words, the user experience changes signific...
We have to have a "register" method available via web service that is written in java so hence forth we do not have access to the Drupal API. But we need to be able to register a user successfully. Simply adding a user to the users table will not do it as the newly created users are never able to login successfully. Again I love the Drup...
I am returning my views in the style draggableviews. At the bottom you have a save order. This obviously must set the CCK field I have for weight. Would it be possible to update over columns as well? Ideally you would be able to edit the columns returned either by free text or drop downs.
By the sounds of it I think I may need to code s...
Using Drupal 6, I'm trying to create a page with views that shows something like the following:
-Taxonomy Term 1
-- Title and description of a node that contains this term
-- Title and description of a node that contains this term
-Taxonomy Term 2
-- Title and description of a node that contains this term
-- Title and descr...
Hi,
I upgraded a module from 5 to 6. I only have one problem:
I can access the settings page for it, but can not see the contents of it.
This is my code:
function agbnagscreen_menu() {
global $user;
$items = array();
if (agbnagscreen_nag($user)) {
// var_dump($_GET['q']); die();
drupal_goto(sprintf('%s/%s', AGBNAGS...
I am creating a drupal cck field that allows you to create an audio recording and then display that recording immediately. After uploading the file to the server, I can't seem to figure out how to give the formatter the name of the file in order to play it back. Is there an easy way to store the file name with a tag specific to each reco...
In the performance settings when Optimize CSS files is selected, I get a 404. The reports section shows a 404 for example sites/default/files/ctools/css/588b003a48050c4e59cbeba2b453cb92.css not found.
I have the site running on a Mac without any issues.
It's on Ubuntu.
It's not a permissions issue (files dir and sub dirs have chmod 777...
Hello guys
I would like to separate administrator menus (the menus that appear after login as admin) from normal menus. I have to show admin menus in some other blocks. I don't like to use any modules for this, let me know how can done this with code,
Thank you
...
I've got the weirdest glitch. I'm using nodeapi and targetting the story node type. I have insert case before the presave case, where presave is being used instead of update.
switch ($op){
case 'insert':
//do some stuff
break;
case 'presave':
//do some stuff
break;
}
The weird thing is that when a story n...
I need to manipulate parts of a form in Drupal 6 based on the contents of a file field.
For example:
if the form shows and there is a file, do x
if the form opens without a file, do y
if a file is uploaded, do z (as soon as the upload is finished)
if a file upload fails, or the uploaded file is deleted, do xyz (whether ahah is used o...
I am very curious to know how a Drupal module can be dis-integrated into multiple include files. A number of hook support to link include components, like hook_menu, hook_theme etc.
Once I planned to simplify one of my complex module that have reached to 2.3K of lines with half of its feature set. I have to roll back all those steps due...
Can I apply "Custom formatters" presets to Ubercart cart ?
I need to customize the html code of the images in the cart.
I'm trying to do it with hook_form_alter but what I get is the output html and it is too late to modify it:
[#value] = > < a
href="/website/node/87">< img
src="http://localhost/website/path/to/picture
1.png...
I have a Taxonomy View with all nodes having a specific taxonomy term.
At the top of the view I can read the term name.
If the term is a children of another term, I would like to display the parent as well on the top of the View
parent > children
How can I make it ?
Thanks
...
I'm using Taxonomy Manager module to manage my Taxonomy vocabularies.
How can I restrict the parents of the items to 1 ? I don't want my customer being able to add more than 1 parent to a taxonomy term.
thanks
...
I'm using a View (grid with 4 columns).
I need to customize the pager at the bottom to see the next pages.
I want a pager like this: "< 1 2 3 4 >", each number is a View page.
The arrows should slide the numbers to right or left.. i.e. "< 3 4 5 6 >" and they should not have any effect on the pages.. the user can change page only when ...
I would like to change menu labels for different user roles. For example: admin can create different content types so the default label - create content is okay, but for a standard user who can create just one type content I would like to have something like 'Post Article'. Any advice will be appreciated.
...
how could I concatenate 3 views in one page ?
Should I use blocks ?
...
There's a login page at http://site.com/user/login Is there a clean way to change the the path of that page to something like http://site.com/log so that /user/login leads to a 404 page.
...