Support

[support] Child terms in a popover/popunder/etc.?

Hello

Googling has come up very sparse on this one...

I have been asked to cause product categories on an UC site, to display a
dropdown/popover/etc. list of subcategories (child terms) when they are
hovered over.

Is there some good way to do this?

I read of maybe creating hidden divs of subcategories, with a mouseover to
display them or something, but that seems like a boat load of extra
coding, and probably a custom view attached to every page where one might
want the catalog sidebar to appear.

Thanks

Luke

[support] Displaying content for one user

Hi, I'm new to this list but have been using drupal for about a year now.

I have a question on creating views.

My site is a game site that allows users to post stories of their
characters. This is done be allowing each user to post their story as
a blog. The site also uses a custom content type along with Author
Taxonomy and Content Access modules to allow users to have joint
authorship of post.

What I would like to do would be to find to display all content by a
given user whether it be a blog post or one of our custom content
types.

[support] Error on when creating image content "the selected file could not be copied"

Hello all!

I've been running drupal 6.15 for a few weeks now, using it to learn
the system, having had no previous experience of drupal. I have just
tried to create an image node by going to "create content" and then
selecting "image".

[support] Block view result on a page

Hello All,

I have created a block using view and have exposed node title field in
the block.
Now I want show search result of the block to a particular page, How
this cab be done ?

Please help ...

[support] I need some module for Oekaki BBS

Hi i installed Drupal 6.16 for my club people. Nowdays i'm wondering
there is some good Drupal's module for Oekaki BBS, which is a online
borard to draw hand by hand. At once i did googling. But no result for
it.

Sincerely,

[support] Audio playlist

Hello, I'm creating a site with D6 with audio nodes.
I need to feed an http://xspf.org XML to put random songs on a Flash Player,
I'd tried the module XPSF playlist but doesn't work.
Any idea/experience on how to do it?

Thank's!

Pol Maresma
Enginyer Tècnic en Informàtica de Gestió
PolNetwork.com / Serveis d'Internet
msn: marolijo

[support] CCK - how to make a customised search form

Hi,

Can someone give me hand CCK??

I want to setup a custom search form that looks like this:

Name: [textbox]
Type: [textbox]
Colour: [textbox]

[Search]

I have installed the CCK module and created a custom content type.

Whats the next step to creating a custom form? Do I need to make a new
module for this
or can I do it just in a standard page using a PHP block?

Any advice much appreciated.

Paul

[support] View or no view based on argument? Or: overriding UC Catalog for certain TIDs?

Hello

The UC catalog module provides a display of categories and subcategories,
and ultimately a list of nodes.

I need to change the way it displays lists of nodes for certain catalog
categories (taxonomy terms), but otherwise it should use the default. In
other words, if the path is:

catalog/1
catalog/2
...

Do whatever it would normally do. However if it's

catalog/25
catalog/30
catalog/31
catalog/37
catalog/38
...

I want a view to take over.

Sadly, UC does all of this in code, with no actual "catalog" view--it's in
the UC Catalog module.

Is there some way to get this behavior?

[support] MIME Detection

I am seeing this on status pages. Have been on several versions, but now
on 6.16, I thought I'd ask:

MimeDetect is using the browser supplied filename for file extension
lookups. It is strongly recommended that you install and configure the
PHP
Fileinfo Extension or the UNIX 'file' command to provide more accurate
severside mime type detection.

Now, other than not knowing that server has an "r", what's the deal with
this?

root at atlas:~# which file
/usr/bin/file

Which path, presumably, PHP or Drupal would know or guess.

So why can't it find it?

Luke

[support] nodetype module: safe to uninstall?

I am more interested in why this error is happening, than whether it is
actually safe to remove nodetype.
However, it would be good to have confirmation that I can just blow away
the directory.

drush dis nodetype
Nodetype is already disabled.
[warning]
There were no modules that could be disabled. [ok]
root at atlas:/var/www/sites/all/modules# drush uninstall nodetype
The following modules will be uninstalled: nodetype
Do you really want to continue? (y/n): y
nodetype is not disabled.

[support] Using Views relationship to create a events block

Hi guys,

I have two content types: Events and Course. Both has a taxonomy field
to a Tags vocabulary.
I want to create a block, and put inside the Course node view, that
show all events that have the same tags of my Course.
I'm trying solve this with the Views relationship, but I'm not having success.
Have anyone a ideia on how could I solve this problem?

Pablo Lacerda
<...> at gmail dot com

[support] View that renders multiple object types. Possible?

Dear All,

We are trying to build a page where a user can SEARCH for (at least) the
following object types: USERS, COMMENTS and NODES.

Ideally we would like to use ONE VIEW only which renders ALL of these
mentioned TYPES.

How could we achieve this? Would anyone suggest module(s) or technique(s)
to get this working?

Thank you so much,
unai

[support] Ubertcart, userpoints and buy userpoint

Hi all. I have installed end enabled Ubercart, userpoints and
userpoints_ubercart.

Now I need to create a product that permit to buy userpoints.

I have searched and searched, without a way to make this. But I know
that this possibility is real.

So, where is my error ? Why I can not found a Docs/Howto that explain me
this ?

Tnx.

[support] sanitizing text box input for sql searches (custom search)

Hello,

I want to use the data from a textbox input to do a select statement on a
sql db.

Are there any inbuilt methods that drupal uses to sanitize textbox inputs?
I'm worried if I accept data in a textbox and apply it to an sql command it
will do bad stuff (tm).

Is there a simple code snippet or module for sanitizing?

Paul

[support] Opening menu links in new windows?

Hello

I have a client who wants a couple of the primary links to open in a new
window.

I looked through the various menu modules, but none seem to have the
capability to allow target element manipulation.

Is there some known way to do this?

I thought also of making a frameset in a static HTML file, linking the
menu to that, and keeping the source site open that way, but that is
clugie, and non-drupal-esq, at least I think.

Thanks

Luke

[support] creating drop down menu on a page

Hi,

I am having problems setting up a drop down menu on a page.

The page content is PHP.

I would like to have a drop down menu with a few fields (ie name/date/size)
that people can choose from. This selection would then be stored as
DROP_DOWN_FIELD
below.

<?php
$result = db_query("SELECT * FROM {fruits} ORDER BY $DROP_DOWN_FIELD
DESC");
while ($row = db_fetch_object($result))
{
$fields = array(); // define empty array
array_push($fields,$row); // push row object onto the array
print_r($row); */
?>

Can anyone provide any help??

[support] Theme Like This Site?

I am wanting to duplicate (not by choice) the layout and design elements
of this site:

http://www.charliegracie.com

Does anyone have any recommendations for themes or a theme which might put
me on the right track?

My ability to find one is hampered by my vision problems, which makes it
very hard to know, without reading hundreds of lines of CSS, whether a
theme aligns with what is needed.

Thanks in advance for any ideas.

Regards,

Luke

[support] training options in the Pacific Northwest

Good morning,

Does anyone have any recommendations for training options in either Washington or Oregon, US?

Also, I've seen the info for the 2010 Drupalcon in San Francisco. Is this an annual event that is only held in one location? Or might there be a later one scheduled in either Portland or Seattle?

Thanks in advance,

Leslie Friesen
Polk County, OR
friesen.<...> at co dot polk.or.us

[support] Blocks and views or coding in page-front.tpl.php

Hi all,

I have a HTML design and I am transferring it into Drupal templates.
There is a table with four cells on the homepage (and on the homepage
only). In each cell there are a maximum of three titles of the most
recent items. Each of the four cells represent a different contenttype.

I created a block with the right content for the first cell, but I got
stuck constructing the table and its content with templates.

[support] Panels or block ?

Hi all. I'm rebuilding site and I have a "performance problem" with a page.

This page needs to contain text (node body) and a block from a view.
Now, I can link the block in the "content" region and via block's
settings I can say Drupal to display this block only when the users are
viewing that page.
But I could have the need to have some other pages of this type (with
other blocks).

[support] New User Registration to Webform Field

I've got a website where people can sign up for a newsletter mailing
list two different ways. I used Webform Module for the first method
because we were already using it elsewhere on the site and because the
client wants the email address collected in the database with a Drupal
interface that lets them download them as an Excel file and clear it
periodically.

The second way is upon registration there is a checkbox that signs
them up.

[support] Checkbox on view results

Hi List,

consider this scenario:

I've a custom content 'Product' with CCK fields like:

* name;
* unit of volume (kg, lt);
* quantity;
* price;
* ...

then I list all products in a table with a view.
Is there any way to permit users to:

* select any single products with a checkbox;
* specify for each product selected a quantity to order;
* send all data by mail (I suppose to pass data with POST method and
catch them in Webform module);

something like a basket?

More details:
* Drupal 6.15;
* Content 6.x-2.6;
* Views 6.x-2.8;

Any help or tips would be appreciated.
-f

[support] customfilter and css

Hi,

I'm trying to implement Google Code WikiSyntax using customfilter.

I'm stuck at tables.

Even if I specify a CSS class to

or
, it gets escaped and
visible as code instead of getting rendered.

How to do I put in a style or css class to work with this ?

[support] rescrit access to a subdomain

Hi,
I don't know if this is a drupal issue, so I apologize if this request is
made in the wrong place.I have my website, www.example.com.
I create a subdomain and it is properly running, with help of domain module.
http://subdomain.example.com

this subdomain is a service for a customer that has his own website, not
with drupal, but wants a particular service and I make it for him. He wants
that:
http://subdomain.example.com
is accessible only from its link in his homepage, not from external user.

[support] Weird Memory Issue on an Install

When I clear cache via Drush, I get a memory error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to

The same error comes up over and over but references different modules, so I
think the module listed here is irrelevant.

I have a dedicated server and I do not experience this problem on other
sites installed on the same server. The php.ini file sets the memory limit
at 256M for this site.

Cache clears via the Drupal UI but, takes a really long time (like 30 sec).

Turning Views and modules dependent on it OFF fixes the problem.

[support] Advanced-blog - sql error

Hi,

I've just installed advanced_blog.

[support] Social bookmarking with drupal

Hi,

Searching for social bookmarking module on drupal yields many results but
all of them (untill i missed any) integrate a 3rd party service like share
this, add to any etc etc.

[support] nid token does not work in filefield path module

Hello

This work few month ago :
CCK + Filefield + Filefield path
I defined for the file path :
[nid]
when node was saved, [nid] was replaced with the node id.

Today, this token does not work.
And files stay in the files/[nid]/ folder.

I don't know if the issue is in token, filefield or filefield path module.
This [nid] token does not appear in the tokens list.

All my modules are uptodate.

Do You encounter the same issue ?

Thanks.

David.

[support] Apply CSS to Parent on a Hover State for a Child

Gang,

I'm using nice menus. Primary nav has a background for a hover state. Some
of the primary navs have children which are drop-downs as implemented via
Nice Menus.

The problem I am having is that I want the hover state for the primary nav
to stick when using the drop down.

[support] JQuery plugin in module

Hello,

I would like to enable http://drupal.org/project/uicarousel in my custom plugin by default.
But due to lack of documentation it is quite difficult to grasp main things.
Ui carousel gives just one line:
$('#carousel-basic').carousel();

Thank you in advance for any pointers.
Kioshin

[support] I Need List Position Integer for Class Names for Dynamically Generated List Items

Gang,

I'm overriding the function theme_item_list() and I want to output (in
addition to $classes) something like:

  • At first I thought that the lists I needed this for were going to be
    generated by Views, which would have made this task a snap because Views
    comes with views/theme/views-view-list.tpl.php which has row number
    available as a variable.

    But the content is being delivered by the Related content module (
    http://drupal.org/project/relatedcontent) and doesn't make it's data
    available to Views.

  • [support] Faceted Search and Lucerne Search modules

    Good morning,

    I'm interested in the Faceted Search and Lucerne Search modules, but am having a difficult time visualizing how they will display. Does anyone have any links of these two modules being used so I could see a live demo?

    Thanks,

    Leslie

    Leslie Friesen
    Polk County Information Systems
    Friesen.<...> at co dot polk.or.us
    503-623-0713

    [support] delete leading and trailing spaces from user input (on title, etc.)

    Hi All,

    I tried to google this but found all php and C++ tricks to trim leading and trailing spaces from a given string, which I already knew of (for a change).

    In drupal I tried adding a new CCK node with a title having quite a few spaces at the start, in between words and at the end as well.

    As expected the visible output is nicely trimmed, but the variable value itself stored contains exactly how I entered it (with spaces and all). How do I store the desired trimmed data into my database?

    Regards
    - Ben

    [support] Gmap + location marker error

    Hi,

    I've enabled gmap+location modules and created a bunch of nodes with
    location defined for them. I'm using views to generate a map on which these
    nodes are shown as markers. However, the fields I want to show up inside the
    marker popups are empty. Only the label for each field comes through. For
    example, if I want the title of a node, only "Title:" shows up on the marker
    popups. Please see the dev site below for clearer understanding.

    http://studiomhotel.adwright.com.sg/location

    Any ideas?

    Cheers
    Alex

    Re: [support] Limiting a term to a type

    That I could. If it would solve the need described, I would be set.
    However, it doesn't, as the question states that I need term level type limitations, not vocabulary level limitations.
    Sorry If My examples were unclear.

    Regards,

    Luke

    -----Original Message-----
    From: Brian Choc <<...> at t4tcolorado dot org>
    Sent: Wednesday, February 24, 2010 17:41
    To: <...> at drupal dot org
    Subject: Re: [support] Limiting a term to a type

    In to /admin/content/taxonomy you can "edit vocabulary" and have a chosen vocabulary  apply to only certain types of nodes.

    [support] Admin login with login block disabled

    Hi everybody,

    i have a weird problem, i installed drupal 6.15 and the actual
    7.02alpha release and within both i get the same results. I do a clean
    install, and then, according to the docs, i removed the user login
    block from blocks under site building.

    [support] Forms and coresponding .PDFs

    Hello List,
    Does anybody know of a good module to for creating forms and generating
    corresponding .PDF's? I have a client with a rather lengthy .PDF
    questionnaire which they are looking to recreate in an online format. I
    googled around and did find a Webform module that sorta does that - but only
    for D5. I'm looking for a D6 (even D7 if it exists yet) module. Anybody
    know of any such thing?

    If not, I've never tried printing out a CCK form, or creating a print style
    sheet for a CCK node.

    [support] Limiting a term to a type

    Is it possible to limit a taxonomy term to a content type?

    Example: I have a "catalog" taxonomy.
    Its types are "product", "foo product" and "bar product".

    It has a term "level a foos", containing 50 foo products. It also has "level B foos", containing 100 foo products.
    It has other terms which include only bar products, etc..

    How to make sure that an authorized user doesn't accidentally put a bar product under term "level A foos"?

    Luke
    Luke (Drupical)

    [support] Taxonomy, url and multilanguage site

    Hi all. I have a multilanguage file. In this file there are node linked
    to a taxonomy term (part of a taxonomy vocabulary tree).
    .
    This term is writed/stored in Italian Language. Now I need to transled
    it to English, Spanish, and other languages.

    My problem are the urls. How can I configure my drupal site to permit me
    to have this type of url:
    /catIT/subcat1IT/mynode
    /catEN/subcatEN/mynode

    I don't want to have twho taxonomies (vocabularies and terms) but only 1
    transleted taxonomy.

    Tnx in advance.

    M.

    [support] translate long month names

    Hi there,

    using drupal 6 and want to print out created date with full month name
    in Dutch.

    I tried using format_date($node->created, 'custom', 'd F', null, 'nl'),
    but that doesn't seem to work, except for manually translating the month
    name through the translation interface, with the downside that we can
    only find month names that are already displayed (March is nowhere to be
    found in the system).

    Other funny thing is that when adding a custom date format and setting
    it e.g.

    [support] Create a bilingual gallery using Galleria module

    Dear Drupal community!

    I am trying to setup a bilingual gallery with separate imagefield
    descriptions for each language,
    using the i18n and Galleria module.

    [support] Views broken

    Dear All,

    I installed the invisimail module - and all the pages I have embedded
    views on stopped functioning.
    I deleted the module from the filesystem and the views have not returned.

    I cannot even access /admin/build/views

    Any suggestions appreciated
    Thanks,
    Dave

    [support] Backup/Restore strategy

    I have a site that has become too large to effectively use the backup
    and Migrate module. I've just finished updating the site from my
    development platform and in order to migrate the latest version of the
    database I had to exclude the search_index table from the backup. To
    get around this I did backup the search_index table using phpmyadmin and
    importing it separately. Neither drupal nor phpmyadmin would restore
    the entire database as a single file. Does anyone have any
    recommendations to improve this situation?

    Thanks in advance, Scott

    [support] Search Tool question

    Hi, everyone,

    In preparation of Phase II of our website redesign, I have a question
    regarding searching tools. Say a person wants to search for "permit" on
    the website, hoping to find information regarding a driveway access
    permit. Right now, the search results bring up not only that info, but
    every time the word "permit" has been mentioned in any way, shape or
    form for the last ten years * including an obscure reference found in
    the middle of .pdf minutes from old commission meetings, etc. The list
    results maybe ten pages long and only a few references are actually
    relevant.

    [support] how to reset the visit counter? always 125 visitors online!

    Hi,
    I have a serious problem with my d6.15, because yesterday our service
    provider made some strange things with date, they installed a plesk update
    that caused problems to many users.
    In particular, my problem is that the drupal counter is always showing me
    that there are 125/140 anonymous visitors, that is simply impossible!
    and, cron doesn't start any more, I have poorman's cron module, and I must
    run cron.php in order to run it properly.
    Any hint on how reset the visit counter?
    I tried to clean the cache, to put website in offline mode and then online,
    run update.php, nothing1 always

    [support] Collapsible Field Groups Based on Entry Point

    Hey Drupal Community,

    We are looking to create a module that will based on configurable entry
    points (e.g. node/20 or /node) than you get a form with different field
    groups collapsed or expanded. Our use case is for user creations coupled
    with node profile module and we are prepared to consider writing a custom
    module but we want to see if there is a module out there that we are missing
    as this is a relatively significant undertaking.

    [support] How does boost determine what URLs to crawl?

    Hi,

    I've installed Boost for a site that I have that will have quite a few
    different URLs (in the millions) as there are going to be cross
    referencing of taxonomy terms for a classifieds type of site (i.e. I
    have a URL like business-finance/insurance/insurance-brokers and you can
    "cross reference" this on a region, i.e. vic/melbourne-city/richmond to
    get a URL
    business-finance/insurance/insurance-brokers/vic/melbourne-city/richmond).
    I am generating these URLs on the fly in a custom module as there is 500
    terms in one vocabulary and 30k in the other.

    [support] Taxonomy Paths

    Hi

    am having problems with my taxonomy url instead of the taxonomy term i get
    this www.my-site.com/taxonomy/term/5 97 100 98 99 102 103 101
    is this what am supposed to see help out

    am using drupal 6.14 with

    Advanced Taxonomy Blocks 6.x-1.8
    Taxonomy Export 6.x-1.1
    Taxonomy Title 6.x-1.1
    Taxonomy Vocabulary Relate 6.x-1.0
    TVI: Taxonomy View Integrator 6.x-1.0-beta4
    Taxonomy Image 6.x-1.6 U
    Taxonomy Image Attach 6.x-1.6
    Taxonomy Image Blocks 6.x-1.6
    Taxonomy Image Link Alter 6.x-1.6
    Taxonomy Image Node Display 6.x-1.6
    Taxonomy Menu 6.x-2.3
    Taxonomy Menu Custom

    [support] Blank Page Overriding Taxonomy Term Page With Views

    I'm trying to create a custom taxonomy listing page using Views and pathauto, and I'm running into something wierd that I can't figure out. Here's the steps I took:

    1) Set URL alias pattern of so that for taxonomy terms, it generates an alias of category/termname (i.e. in my case category/news, category/reviews, etc.)
    2) Create a taxonomy view with a block display listing the Taxonomy:Term field as a link to its taxonomy term page
    3) Created a new display in the default taxonomy_term view with a path of category/%.

    So my block works fine, where each link is mysite.com/category/termname.

    [support] pass array to form

    Hello,

    Is there any method to pass array to form values?

    Thank you in advance,
    Ktt

    [support] How to diagnose available updates check failure on fresh install

    Hi there

    I'm brand new to Drupal and have only just in the last day installed a
    fresh copy and I'm going through the stages of setting it up. So far
    everything is working OK except the check for available updates.

    [support] Redirecting Taxonomy Links through a view

    I need a pointer or two on the best way to do this in D6.

    I am making a view (which so far doesn't work), to handle the display of a
    node list by taxonomy.
    I.E. a replacement for taxonomy/term/TID.

    Since I only want this to apply to a single taxonomy, I did not want to
    replace the whole taxonomy/term core functionality, so I have given the
    view a different path.

    [support] Showing same block in different regions.

    Hi,

    Its interesting how drupal use cases stumps you even after years. I was
    wondering how would one place the same block (lets say user login block) in
    different regions on different pages (block visibility) in the same theme of
    course.

    [support] Link to selected nodes in VIEWS

    Hello All,

    I have created a content type called news and I am showing all the news
    on page that is created using views module.
    Now I want to allow the user to see selected the News in detail which is
    set by the site administrator out of all news.

    So is there any way to control the link of node in views that
    Administrator can set?

    [support] Making drupal use custom template for cck node

    I'm sure there's a simple answer for this but it just isn't working
    for me. I've seen lots of posts that say you can just create your own
    node-[typename].tpl.php file alongside node.tpl.php and the system
    should pick up your custom node theme instead of the default one. I've
    done this, and it just won't pick up the custom one for me.

    I have Themer info display module installed. I'm using the garland
    theme. In the garland theme directory I have copied node.tpl.php to
    node.podcast.tpl.php.

    [support] Views Question - Adding Tabs to a View

    In OG (Organic Groups), the og path displays a list of all available
    groups. The "group title" on the groups (og) page is a link. This link
    links to the group home page by calling the og_ghp_ron (Organic Groups
    River of News) view.

    By default the og_ghp_ron view does not have a Path Display associated
    with it. I need to override the Default Display and add a Page Display
    to the view, because I want to customize the og_ghp_ron view in order to
    add tabs at the top (such as Tab A, Tab B, etc.).

    [support] forward module not working

    Hi

    Forward module not functioning for the aliased articles ,

    for example Click the link

    Forward module working here IF
    URL IS node/7 , then working fine

    forward module not
    working
    IF URL IS simplecheckout/7 , not working ,

    But i need the solution in the simplecheckout/7 ,

    how to fix the issue,

    thanks

    [support] Single Vocabulary Administration by Role?

    I would like to find a way to allow a certain role to add/edit/delete
    terms from a vocabulary, but only that vocabulary.

    In other words, I don't want to allow the users in that role to create new
    vocabs, delete vocabs, or any such things, just organize and add/remove
    terms in a defined vocabulary.

    Is there any way?

    Luke

    [support] Passing query with link

    Hello,

    I create a link :
    'data' => l($data[$c],$mypath,array('query' => $data[$c]))
    after clicking on it I get
    /admin/content/emol/contacts/edit?zet2zet
    How to pass "zet2zet" value to a function in a new page?

    Thank you in advance,
    Ktt

    [support] Changing List Style Image

    Drupalers,

    For a couple of menus I need the list-style-image to cycle through
    four different images within the same

      .

    I guess it's a matter of finding the right theme function and
    overiding it in template.php.

    Is that right, other ideas?

    Shai

    [support] Activating new user accounts.

    I have a site that allows potential users to register. By default they
    are blocked and need to be set to active by the administrator. This
    cannot be done without resetting the password. What is the standard
    procedure for this. I note that drupal creates a default password that
    is sent out when no approval is required.

    Is it the usual practice for the administrator to create a new password
    at the time an account is activated?

    [support] lightbox2 opening a modal inside a modal

    Hello,

    I'm creating a website where when clicking on an image a lighbox2 iframe
    modal opens with the node inside. so far so good...

    I'd like to have a thumbnail image gallery inside the node (in the modal).
    and when you click on any image you get a full version in a lightbox modal.

    my issue here is that the 2nd modal opens inside the first one.

    is there any way to have them both open on the main document and about the
    same size? or something along those lines.

    any ideas or suggestions would be great.

    thank you.

    Idan

    [support] Comment Moderation

    How to enable moderation of comments by a role ?
    Is granting administer comments safe for that purpose ? (I don't think so).

    [support] View with default argument does not display when using PHP

    Hello Drupal gurus,
    Newbie drupal user trying to set up a website for a non-profit org.

    I am using Content Profile to capture a Member Account Number field in
    a CCK text field.
    I have a Content Type for Contributions which basically lists each
    contribution received, it has CCK fields for amount, check#, date, and
    Member Account Number (shared field with Content Profile)

    I want to add a menu option called "My Contributions" that will
    display a table listing the contributions for the current user for a
    given year (exposed filter on year) i.e.

    [support] Add fields on node view

    Hi ,

    How to add the field in the node view,

    Please find the screen shot , i have clearly mentioned , what i want,

    How to insert the form , in the content view,

    The form is not much more fields,

    Simply two fields,

    mail to address Textfield,

    Title text field,

    Body as textarea,

    One submit button ,

    Once user submitte the form ,

    i have send mail ,

    what we hold in the textfield and textarea,

    For clear understnd check screenshot

    Thanks

    [support] new node

    Hi ,

    am displaying A to Z, in the verticle,

    i have another block , when the user click the a or b or c,

    i want to pass these query string as argument for the function ,

    but when i click the a, it goes to pagenot found, why ?

    i nothing we to do some stuff in the node or somewhere ,

    Can u guess and tell me , what i have to do now,,

    This is my block

    <?php

    function alphabeticalsearch_block($op = 'list', $delta = 0, $edit =
    array()){

    if($op == "list") {
    $block = array();
    $block[0]["info"] = t('Alphabetical Search');
    return $block;
    }
    elseif($o

    [support] Error when execute query

    Hi i got error

    recoverable fatal error: Object of class mysqli_result could not be
    converted to string in
    F:\wamp\www\vijaishopping\themes\garland\block.tpl.php on line 10.

    Hi i tried custom module, it through the error ,

    What i do now,

    my snippet below

    <?php

    function alphabeticalsearch_block($op = 'list', $delta = 0, $edit =
    array()){

    if($op == "list") {
    $block = array();
    $block[0]["info"] = t('Alphabetical Search');
    return $block;
    }
    elseif($op == 'view'){
    $alphabetical_search_result = db_query("SELECT node.nid AS nid,
    node.title AS node_

    [support] dynamic generation

    which can then be populated. I'll be using ModalFrame for this action.
    I was going to do this along the lines of adding a block view using views
    arguments.
    Is this the right train of thought here?

    [support] Alphabetical View drupal

    Hi

    How to create the Alphabetical View in drupal 6 ,

    what is url for view alpha pager in drupal6

    Thanks
    Bharanikumar

    [support] Loading data from database to form fields

    Hello,

    I would like to load data from database to form fields. Is there any particular method?

    Thank you in advance,
    Ktt

    [support] Hit Count

    HI,

    I am displaying  two articles and two blogs in a separate blocks .I want to know how many had viewed that both article and blogs separately.Can any 1 tel me how to get that hit count for each article as well as blogs in frond end .But I don want the hit count at the admin side.

    Thanks In Advance,

    regards

    Ram Prasath

    Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/

    [support] D5: profile_values

    If I have 19 profile fields and 600k users, that's 11.4 million rows in the profile_values table? Is that right? Seems crazy large. Is there a discussion about this somewhere I can find? Just inherited a site that was built some time ago. D5.10.

    Thanks,
    -Dom

    [support] Internal Server Error

    Hello,

    I have a strange problem. When a user tries to create an account on my
    Drupal site he always gets an "Internal Server Error":

    ====
    Internal Server Error

    The server encountered an internal error or misconfiguration and was
    unable to complete your request. Please contact the server administrator
    and inform them of the time the error occurred, and anything you might
    have done that may have caused the error. More information about this
    error may be available in the server error log.
    ====

    Strangely, I cannot reproduce the error. Neither can my coworkers in the
    UK.

    [support] how to make Drupal look at a DB table for searching vs custom search

    Hi

    I am trying to implement an internal search function.

    [support] paging in d6

    Hi,

    I am trying to set up paging in D6 but dont actually have a pager ;)
    In my example below I use the page as inline PHP code with no modules or
    anything.

    I want to have a pager after every 10 results displayed.

    How can I do this? theme_pager??

    Please help,

    Paul

    <?php

    $sql="SELECT * FROM {catalog}";
    $result = pager_query($sql, $limit = 10, $element = 0, $count_query = NULL);

    while ($row = db_fetch_object($result))
    {

    $fields = array(); // define empty array
    array_push($fields,$row); // push row object onto the array
    print("Print Object

    [support] CCK Node not showing up in node/add

    Folks,

    I have three CCK data types - skill, exercise, session. When I go to node/add "skill" isn't an option. Authenticated
    users have the permissions to add/edit/delete. This happens with an authenticated user as well as the admin user, so I
    don't *think* it is a permissions issue - you can go to node/add/skill and add the node. I've looked through the CCK
    tables in MySQL but nothing jumps out at me. I have not done anything to modify the node type outside of the CCK admin
    interface.

    Thanks,

    Dan

    [support] Aggregated map

    I see there are many Google Maps (or Yahoo!, Bing, ..) modules out there,
    what I need to do is something where users select a point, an address, on
    the map (done by many modules) and, then, I will have a page with an
    autogenerated map of all the points selected

    is there any module ready for this? or just any tips to "aggregate"
    everything?

    thanks

    [support] Date Popup in Exposed Filter

    I have a View with an Exposed Filter of "Node: Post Date." I have
    jQuery UI and Calendar Popup and Date Popup modules installed. For
    editing a node, the popup works fine, for a CCK field. But in the
    exposed filter I don't get any popup.

    Is there something else I must do?

    Thanks.

    [support] Notifcations when someone post

    Hi all. I have installed notifications module but this module have a
    problem for the client requests. Notifications use private_message
    module to notify users.

    Ok, a step back. I have a social network site and user can be
    notificated when a new post is created (call userB an subscribed user).
    The problem is that this message is sended and saved with the user that
    create the post (call is userA) and seems the userA send a message to
    userB, but this is not true. So now I need to found a way to make this
    steps:

    userA insert a new post.

    [support] How to backup and restore drupal site

    Hi

    I develop one drupal site in my system, it is running in my localhost. I
    have to take backup of the site and will run on another system. How to do
    that?

    Thanks in advance.

    [support] batch node_import

    Is there such a thing as a batch way to import nodes?

    Marty

    [support] uberpos credit card support

    Hi all,

    I am new to Drupal and i have been designing POS based website with the
    help of "uberpos" module

    Ubercart supports credit card payment, where as i could not find a way to
    use it from uberpos.

    Does uberpos support credit card payment ?, else, is there a way to use
    usercart's feature for my need ?

    FYI: Uberpos uses ubercart module.

    [support] Module for import paths

    Hello
    I'm trying to import some information node_import an Excel
    spreadsheet. These nodes come from a content type that I created with
    CCK. One area of this content is to upload a.
    So far everything runs perfectly, but the task I need to do now is
    more complicated. I need to import the file path in these nodes.
    There any module that allows me to import the paths of files on a node?

    Best regards!.

    Gustavo.-

    [support] Views 2 and Reverse node reference

    Hi,

    I have 3 content types Album, Artist, Audio (from audio module) I have
    added node reference in the following order:

    Artist is referenced from Album and Audio
    Audio is referenced from Album

    When I try to retrieve a list of all albums in the sytem with Album and
    Artist info as I have artist referenced from Album, its straight forward.
    Where as When I wish to list Albums per Artist on view of artists, I dont
    get anything back as artist is referred by album and not vice versa.

    [support] can't install date or date_api module

    I've downloaded the date module, but it just comes out as one file
    and not in a folder like other modules, and I've tried copying it
    into my sites/all/modules folder on it's own and also have made a
    folder named "dates" and put it here, and nothing makes it so my
    drupal installation can "see" the dates module so I can activate it.

    http://drupal.org/project/date

    Thanks,

    Tina

    [support] Drupal Module

    I was wondering if anyone knows if there is a module that will allow me to
    set up a virtual time card. I need to give employees the ability to clock
    in and out, over a two week period and then I can go in and get a total of
    their times.

    Thank you,

    [support] TAXANOMY REDIRECT

    HI Friends,

    I have a taxonomy count near 200 in my server,When I edit that taxonomy and I clicked Save

    its becoming blanking But values is getting update in database.Can you plz tel me how to

    recover from that.

    regards

    Ram Prasath

    Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/

    [support] Custom cck date values

    HI Friends,

    I had created  two fields for date as From Date & To Date. I had given a date value for From date Field only.But To Date field is also taking the same value of from date .If I had given

    only Form Date & To Date as null .The To Date taking the value of From Date while it getting Inserted.

    I want to insert the date what I had given for both the fields.If any thing is left empty I want null value to be inserted .

    Thanks.

    Regards

    Ram Prasath

    Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/

    [support] add side to theme/region

    Hello,
    I have inherited a project with a custom theme that was developed by a third
    party. Basically it is a two column layout, the left side is the content and
    the right is a side bar with a number of blocks down the column. The client
    is now requesting a similar side bar on the left side with some blocks down
    the column.
    I have read a number of pages on drupal.org with no luck, aside from
    redesigning or buying a book on themes, is there anyone who has any ideas or
    tuts I can review?

    Thanks

    [support] Images

    I have two new sites I'm developing on 1&1 accounts...on neither one will an image display within a node.

    I am trying this using the Image and img_assist modules...

    Any help would be greatly appreciated.

    Ethan

    [support] Action on user activation?

    Hello,

    i setup a drupal application where a users can register themselves
    and get access after activation.
    Now i need to perform additional actions right after the activation took
    place.

    The user_hook as no op for activation, also thought about adding a rule
    to the user/reset form but could not find a way to it.

    Any hints are appreciated.

    Thanks in advance
    Jens

    [support] Problems with date and node_import...

    Hello
    I have a small problem with the modules "node_import" and "date", is
    that I have a CCK content with different fields among which is a cck
    date field. When I intend to import a CSV file to that type of
    content, it does not gives me the option of choosing the cck date
    field. It does not appear anywhere. Can you tell me if it's a bug of
    the modules or something?

    Thank you very much, I need this because I am blocked.

    Regards!

    Re: [support] Must separate or same node?

    Dear Anthony,

    Thanks for the referring.
    At this moment perhaps, that is what I need.
    Even I must put all field.
    Hope the drupal 7 will release the stable version so the performance will increase.

    Best regards,

    Pipit.

    [support] Must separate or same node?

    Dear all,

    If I create node with cck for home/building and land,
    must assign as one node type, or diffrent?
    Because they have similar (but not have all) fields.
    For example, land doesn't have size of building etc

    Second how to turn off/on, one/several field, based on the content of one field.

    For example, if status is sell, then enable several field of selling, and disable several fields of renting.

    If rent then disable several field of selling and enable several field of renting, etc..

    If possible not using form api. Any module for that?

    Best regards,

    Pipit.

    [support] Ubercart with custom price and attribute price multiplier

    Hello, I need to configure an attribute (a select width 0.25 0.5 0.75 1.0
    1.25 ... ) as a multiplier of the product price.
    I'd found info about this but can't get this to work (I'd checked
    permissions)
    http://www.ubercart.org/contrib/10772#comment-42778
    I'd installed uc_custom_price and can't see where to place the custom price
    calculator.

    Any idea?

    Thank's!

    [support] ticket tracking system in drupal?

    Hi,
    I'd like to have a simple ticket tracking system module for drupal, for
    example, a person open a ticket, this ticket can have various states
    (opened, solved, posponed etc) and people can give solutions and so on.
    I know there is the great project module with issues, that is also in
    drupal.org, but this module is especially for developers, cvs, etc.Is there
    some generic module that make a ticket system?
    thank you.
    for drupal6.

    [support] preg_match failes where egrep and PERL succeed?

    Hello

    I do not wish to say how long I have been trying to figure this out.

    I have a node with a CCK textarea, containing data like this:

    123|aabbcc
    456|10fe1c
    ...

    In other words, a three digit reference to a hex code.

    I am attempting to use a computed field to search that node for the
    reference (three digit code), and return only the hex value.

    I am using a regular expression to do this.

    [support] Form alter works only for Administrator

    Hi all. I have this code in my hook_form_alter:

    if ($form_id == 'XYZ')
    {
    $form['field_statename_value']['#autocomplete_path'] =
    'admin/pastai/views/regione';
    $form['field_county_value']['#autocomplete_path'] =
    'admin/pastai/views/provincia';
    $form['field_countryname_value']['#autocomplete_path'] =
    'admin/pastai/views/countryName';
    }

    This code works but only for Administrator. When I use a normal user I
    can not see the ajax's circle in those fields.

    In my hook_form_alter there is not check for user or roles or permission.

    Tnx.

    M.

    [support] Multisite Cron

    I have a runcron.sh like this -

    #!/bin/bash

    docroot=/srv/htdocs/main

    cronfile='supercron.php'

    cd $docroot

    export REMOTE_ADDR=127.0.0.1 REQUEST_METHOD=GET
    export SERVER_SOFTWARE=ShellScript

    /usr/local/bin/php $cronfile

    How do I accomplish for multi-site cron using this ?

    [support] Images on Site are Missing

    Dear Drupal Support Community,

    I am trying to figure out a problem that is vexing me. Last night I got a
    call from the ED of a nonprofit we work with that all the pictures on their
    site were disappearing. No changes have been made to the configuration,
    modules, the theme or to the servers file structure but nothing in the files
    directory is displaying anywhere. There is an image that comes from the
    theme directory and that is working just fine but any image that comes from
    the sites/default or sites/default/files etc. are not working.

    Syndicate content