9

problem in Display Dynamic Block Module

http://drupal.org

Display dynamic block solves my problem but it appears at left, right side bar. I need it to display at the middle of home page. How can that be possible

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
9

Help please cron fails

http://drupal.org

Please help. Cron crashes with the following error:

Fatal error: Cannot use object of type stdClass as array in /home/content/e/l/a/elazar/html/includes/common.inc(1647) : eval()'d code on line 12

if I insert print $code; exit; just before the eval call, I get the following:

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
9

Galleria remove text "image:"

http://drupal.org

Hi All,

Probably a simple question, but I can't seem to figure this out...

When making a galleria node I get this text "image:" above the images, but I don't want this.
I've check the template but can't seem to find what outputs this text because I want it gone.

How to remove this text???

Thnx in advance.

Lightawave

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
8

conflecting in modules

http://drupal.org

hi all,
i tried to develop my own module that simply select from database the title and insert those returned data a new window that has the url according what user select from combo box, any way ,it work in a proper way ,but i discovered a big problem which is drupal doesnot fell any changes i make like adding a new page or story for example but when i removed this module it worked very well...

but i donot know where and why the conflecting in my module....

so what is the problem..?

here is the managelinks.module

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
8

Customize invite module

http://drupal.org

Hi am working with a project and using "invite" module in it .... I need to cutomize the "New invitation" page.... ie., I just want To: --> text area., Message-->text area and send invite button .... can any one help me with it??? Where can i customize the module.

Thanks
Shamlah

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
7

conflecting in modules

http://drupal.org

hi all,
i tried to develop my own module that simply select from database the title and insert those returned data a new window that has the url according what user select from combo box, any way ,it work in a proper way ,but i discovered a big problem which is drupal doesnot fell any changes i make like adding a new page or story for example but when i removed this module it worked very well...

but i donot know where and why the conflecting in my module....

so what is the problem..?

here is the managelinks.module

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
7

Strange behavior of db_error()

http://drupal.org

Hi all.

Correct me if I'm wrong, but as I found in the Drupal API docs:

db_error(): Determine whether the previous query caused an error.

I have been testing on a new module I'm developing and db_error() makes me ponder...

I do the following query, I insert a record into a table "I know does not exist" = deliberate error

$sql = "INSERT INTO {eam_templates_xl} (label) VALUES ('%s')";
db_query($sql, "test");

then i get the expected error shown in my window:

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
6

conflecting in modules

http://drupal.org

hi all,
i just developed my own module and i successed to chow and use it :D ,but i have a big problem which is,...
when i make anything in drupal like create a new page for example it doesnot appear in drupal website (i.e drupal website doesnot feel any changes i made ) and i tried to remove my module ,then it work in proper way,...so what would be the problem..?

this is the code of my module(simply select from table in database the title and load it in a combo box and onchange this combo box it open a new windo with the corresponding URL ...that is it)

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

search hook problem

http://drupal.org

Hi every body
Could any one help me
actualley i have devloped my own module with own search hook
and put the following query
$result = pager_query("SELECT person_id,uid, firstname,lastname,country,city FROM {patiants} p INNER JOIN {person} c ON p.person_id = c.id WHERE LOWER(story) LIKE LOWER('%s%') OR
LOWER(firstname) LIKE LOWER('%s%')OR LOWER(lastname) LIKE LOWER('%s%')OR LOWER(country) LIKE LOWER('%s%')OR LOWER(city) LIKE LOWER('%s%') OR LOWER(diagnosis) LIKE LOWER('%s%')", 15, 0, NULL, $keys);
person and patiant tables in the database

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Adding block to menu-driven module

http://drupal.org

I've built a module with hook_perm, hook_access and hook_menu. Every menu item calls an include file within hook_menu like such:
    $items['scoreos/teaminfo'] = array(
        'title' => 'Team Info',
        'page callback' => 'teaminfo_all',
        'access arguments' => array('access team info'),
'file' => 'teaminfo.inc',

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Views reffering to wrong database

http://drupal.org

Im using Drupal 6.10 and civicrm 2.2.2.
I need to create views for civicrm contributions
but when i do this the query built is reffering to drupal's database instead of civicrm's
Any Idea whats going wrong?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Cannot create module branch "DRUPAL-6--10" in CVS

http://drupal.org

Hi, sorry for my english.

I cannot create CVS branch "DRUPAL-6--10".

Trying in Eclipse:
cvs tag -b "/bittorrent/DRUPAL-6--10" "/bittorrent"
** ERROR: invalid branch for this directory:
** contributions/modules/bittorrent
** See http://drupal.org/node/93999 for the format of valid branches.
cvs tag: Pre-tag check failed

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Modifying a CCK form based on previous user input

http://drupal.org

Hi,

The title of this is a little obscure, I wasn't sure how best to phrase it. Anyway, here goes.

I have created a site for a client using drupal and ubercart - they sell advertising space for holiday properties and directory listings (for example restaurants, bars, sports centres etc).

This question refers to Directory Listings.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Trouble with View -- It doesn't save

http://drupal.org

I am having trouble with the bonus view. I'm trying to make a grid style for my products for the e-commerce site. I already selected grid view > 4 columns, etc. I hit save, but when I view the homepage, it doesn't have grid view. It is listed vertically like default. Also, when I hit preview while I am making changes to the view, I see that it is in grid view, but when I look at the actual page after hitting save, it is back to normal default view. Why is this?

thanks,

Angela

Edited by WorldFallz - moved to appropriate forum.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Adding cck fields to forms(Programmatically)

http://drupal.org

Hi all.
How can I add CCK fields to my forms programmatically?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Views Module - Unpublished Comments

http://drupal.org

Greetings. We are looking to configure the Views module to not display unpublished comments that are waiting in the queue. In the views page or block display, is there a way to hide unpublished comments from being displayed? Thanks.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

"User Login" - automatically clear fields??

http://drupal.org

Is it possible to automatically clear the User Login Text fields once the user clicks into the field?

Thanks,
Tarun

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

privatemsg send message

http://drupal.org

Hi there..
Is there a way to send a privatemsg message with my own module? Is there a hook or something like that?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Views Filtering by Taxonomy

http://drupal.org

Hello,

I have created a content type with a couple of taxonomy vocabularies.

And i have created a view displaying the content type with fields of the title and taxonomies.

Is there a way that i can create a filter above the view so that people can simply filter the view to the taxonomy they desire?

A good example would be http://mydrupal.com/drupal-services

Thanks in advance

Lulu

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Will Book Access prevent search engine, etc. access...?

http://drupal.org

Will the Book Access module prevent the contents of my book from being able to be accessed by search engines, etc.? I see with the regular Book module that although I can dis-allow certain roles to access the content via navigation; the content is still there if you type in the node address. I would assume in that case that the contents of my book (I am thinking of an operations manual in this case) could show up on Google, etc...which I oviously don't want. Will Book Access address this, even if I am using Ping to ping updated news content, etc., from the site?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Modules should not assume dark text on light background

http://drupal.org

Lots of modules assume that sites are using a light background, with dark text, and change colors in css according to that assumption. Even drupal core does this is in some places.

This seriously screws things up when, for instance, a module changes the background to #fff, and leaves the text alone. On a site with dark background colours, text is often white, which means that what ever is in the text is completely unreadable.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Facebook Connect Info Gathering

http://drupal.org

Hey

With facebook connect we should be able to import information from the user's facebook profile to our websites.

Like filling out their School, Name, location.....

Does anybody know how to go about this?
Profile CCk/Taxonomy????/?

I would like to create this what should i know?

What is the terminology called for gathering user's facebook profile information?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

create a separate php page ...problem??

http://drupal.org

hi all,
i tried to create my custom module and i wanna to write a separate php page and put it in my module folder...?

any suggestion to do that..?

thanks for advance

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Fees

http://drupal.org

Hi all,

Anyone of you has any suggestion that which is the best module to replace the fee module (available for drupal 5.x that deals with payments of content type event). Cause I feel that implementing modules related with ubercart is too big to deal with my requirements. All I want is just to let the user to pay when they register to participate the events.

Thanks

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Image "no picture"

http://drupal.org

When i had uploaded an image, hi shows in the content.
Only i don't seee the picture, bud a red little error cross.

I saw that hi looks for the image at the location: sites/default/files/images/IMAGE.JPG
And on the server i found the image there, bud i get the error.

i had installed GD2 image toolbar and enable the module.

Enabled Image 6.x-1.0-alpha4
Enabled Image Import 6.x-1.0-alpha4
Enabled ImageMagick Advanced
Enabled Image Caption 6.x-2.3
Enabled Image caption filter 6.x-2.3
Enabled Lightbox2 6.x-1.9

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Remove category links depends on types of users

http://drupal.org

Hi,
I have different types of users. So i have different categories in profile like Academic information, company details etc. Now based on the user type I need to display certain categories. Is there a easy way to do it or that i need to write a query to extract value from profile_values table and add the appropriate conditions in the proprocess funtion...

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Custom content

http://drupal.org

Hey all,
I'm developing a website for a magazine using Drupal. I've edited the Article content type and added the fields I need.
Every article can have more than one author, this is easy to do using cck drop down list field type.
My problem is that i need to create a page for the admin to be able to create an author and add some data.
Any recommendations on how I should do this? Should I create a new content type named Author and customized it with cck? Or there are other alternatives to create an author or partner or other type?
Thanks in advance.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

make a link to the same page

http://drupal.org

well,
i tried to select from database and show it in a table and tried to make a link in each row "edit" that enable me to edit in this row while iam in the same page -i don't want to go to any other page - then when i make submit it update the row in db

any help...?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Wordpress Import messed up my front page display!

http://drupal.org

With the Wordpress Import module, I have successfully imported a few wordpress xml files now, and this last one gave me some issues. After the successful import, my site now displays the blog entries, but the white background is gone, and the menue that should show up on the sidebar shows up at the bottom of all the entries, in the main content area. You can see this at http://www.darrenmiller.info

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

combo field

http://drupal.org

Hi

Im trying to create a combo field, similar to http://www.poplarware.com/cckfieldmodule.html.
Instead I have 2 textfields and 2 datefields, for a resume field. (title, from, until, description).

The problem that I encounter is that it looks like that my process function is not getting called:

In experience_fld.module:

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Adding JS to node revision

http://drupal.org

I have a module that adds some js to certain content types.

<?php
function mymodule_nodeapi(&$node, $op, $teaser = NULL, $page = NULL) {
  if ($op == 'view' && !$teaser && $page && $node->build_mode == NODE_BUILD_NORMAL) {
    if ($node->type == 'story' || $node->type == 'page') {
      drupal_add_js(drupal_get_path('module', 'mymodule') ."/script.js");
    }
  }
}
?>

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

problem some links uncontrolled appear in my page

http://drupal.org

I have a problem with some links that appear (source html),and I can't remove.

---------------

It all punitory to try and

used travel trailer for sale

the obbligato that mandaean sees tout athwart as mum, dad and kids reiterative surely.

effeminacy veneration says the sputtering was rayons with a epinephrine on the logrono languidly ackee imperfectness when two men tursiops up in a kabala and actuation his tendonitis.

-------------------

any help? Maybe some module for edit html,and remove bad(unnecessary) link
tnx

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Module for node count of a particular user?

http://drupal.org

Is there a module to count the number of nodes posted by a user?

can it be integrated in views?

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

hook_schema not working correctly

http://drupal.org

Hello all, I am writing the following code in my .install file. its purpose is to create a table in database, which will be used later, but when i install the module, i am not seeing any table in the database. Kindly have a look at the following code and let me know if i am making any mistake.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

reference to other node how to

http://drupal.org

How do i reference one content type to another content type.

I have created a two modules which create content type.
1) Manufacturer
2) Countries

What is the proper way to reference a manufacturer to a country?.

For example:
1) when a new manufacturer form is displayed, how do i display a list of countries to choose from in node/add/manufacturer ??
2) In the manufacturer.install scheme, how should i declare the country field type?

regards,

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

Select list

http://drupal.org

Hey everyone,
I want to create a country- city field in my content type, the user will select a region or country from the list box, and the city from the other select list according to his first selection. Is there a way to do this, theme - sub theme, whether it's country - city or anything else.
Thanks in advance.

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

drupal_render question?

http://drupal.org

I'm developing a module in 6.x that reads a db table and presents the data in a table view. I have one function to create the form and another to theme it. The theme form is the one calling drupal_render for all form elements.

I have three buttons - one to "Show" the page again after choosing an option from a selection box (it sets "rebuild" in validation) - another button to update values from several selection boxes back to the db table (submit button) - a third button to "Add" records (redirects to another form).

Read more »
Created by Dplanet 2 years 47 weeks ago
Category: Modules   Tags:
4

View fields don´t load cck token

http://drupal.org

hi , i am newbie here in Drupal.org, my english is very bad but i try =D
well. I need 1 problem in view, in cck content (LINK),

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

Imagemagick install - CreateProcess failed in E:\drupal\includes\image.imagemagick.inc on line 158 ??

http://drupal.org

I've placed the .inc file in includes and pointed it to convert.exe ;

It keeps throwing this up - the howto page on here talks about activating the library - i've googled this and can't find anything on it - new to 'libraries' - is this some kind of compiling I need to do??

full error:

warning: proc_open() [function.proc-open]: CreateProcess failed in E:\drupal\includes\image.imagemagick.inc on line 158

Any help, thanks.

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

A hook_*() called only upon Site reboot?

http://drupal.org

Hi

I have a need for hook_*() for a module that will be called everytime the host is rebooted and the Drupal-based site boots up, and never called again while the site is up.

I looked at both hook_boot() and hook_init(), and I do not believe either will do.

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

Imagecache Textactions: Changing Line-Height (when using textareas to render)

http://drupal.org

hello forum,

is there a possibility to change the line-height of rendered text in imagecache-textactions?
if you render a textarea, the space between the lines is to high.
maybe it is possible to change the height in files like textactions.inc or textrender.inc? but i dont understand these files - does someone have a hint?

best regards, adam

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

missing argument for hook_form

http://drupal.org

i'm developing a module for drupal i have implemented hook_menu, hook_node_info() but still i cannot renders my hook_form items, please help!

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

problem with swfaddress

http://drupal.org

i need some help, in IDTAG flash and html and linking amfphp with swfaddress i dont know if is installed correctly since i didn't get any flash operation on start link.

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

How do I add something via db_rewrite_sql?

http://drupal.org

Here's an example what I want by db_rewrite_sql:

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

i want a module for creating tabels?

http://drupal.org

Hy
i need a module for creating a table where i could introduce somme data. Afther that i wont to have a way of serching in it, for exemple a name fron the table that i've created.
tnx

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

Debugging Drupal

http://drupal.org

Hello,

I'am not sure whether this question should be posted in ths part of the forum, but I hope that I will meet fellow users with the same problem.

I am using Microsoft Visual Studio with jcx.software with an add-on for VS.
I am using IIS and not Apache . (Sorry, my boss is given me the microsoft enviroment, so ...)
The editor is fine but debugging with this combination is not great.
I can activate the xdebug tools with the following lines of code in the php.ini:

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

Attach files from server into existing nodes

http://drupal.org

Hi
I have about 1000 files on my server and I need ability to attach them into existing nodes, I need feature alike this one in image_attach.module "choose image from server" (in this case "choose file from server).

Is there any way to achieve this? (this doesn't have to be with upload.module)

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

favorite modules for drupal 6

http://drupal.org

hello, i need for have the favorite option, favorite users, favorite topic. i seen that he following modules
are only in drupal 5 and it doesnt look like they will be ported to 6. if anyone can give advice on alternatives, i would be very grateful. thank you.

1. favorite_users

http://drupal.org/project/favorite_users

2. Favorite Nodes

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

UBERCART - Pre-defined delivery locations

http://drupal.org

Hi

I need to restrict the users to select one of the delivery locations(list of outlets) instead of the delivery address. As the delivery will happen only to the outlets and the customers can collect it from there.

Is there any way to do this??
Basically i'm a PHP programmer, but new to drupal ubercart. Can anyone help me on this?

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:
4

free books about module development

http://drupal.org

hi all
any suggestions to any free books in module development drupal 6

iam just a beginner and wanna to know how can create my simple and advanced module

thanks in advance

Read more »
Created by Dplanet 2 years 46 weeks ago
Category: Modules   Tags:

PSD to Drupal Theme

Drupal Development

Module Development

Get an Estimate

Best published scoops - Modules

Recent comments