Hi, all, I hope you can either help me, or direct me the the easy-to-find-in-retrospect answer which is already out there.
I have had two drupal RFPs in the past month where the admins maintains content, but wants users to be able to mark nodes for viewing later in their own custom view.
in both cases, the user should be logged in, and...
Hello guys,
I have a quick question I am currently running a test site of Drupal. I have a module that was written and supported for versions up to 6.16 the test site that I would currently like to use this module in crashes when I enable the module.
I would like to know what basic elements can I look at to ensure that the code is comp...
I have a set of Lightbox images that load as thumbnails on the page dynamically from Drupal. It's working fine.
However, I'd like to have a seperate 'View Slideshow' button on the same page that opens to the first image in the set, without having to reference the first image with the img tag, etc, as the image will change from time to t...
Posted on Ubercart forums. Hoping to get better response here.
Background
I am trying to setup shipping rules to handle domestic (US) and international (not US). I am using the Weight Quote module with WorkFlow-ng.
I have 2 weight quotes set up as follows for testing.
Name, Base Rate, Rate per lb
Domestic Shipping, 3.00, 1.00
...
Hello guys,
I really need help on this, please. I've tried everything I can think of.
For some reason... a facebook share box that pops up after clicking the "like" button on a blog I am fixing is not showing completely. It seems as if the wrapping div's were hiding it, but I have tried everything, with no luck.
Here is a screen shot...
I am building a Drupal module that (among other things) creates multiple nodes of type 'individual_match' when a node of type 'team_match' is created. A team_match is a collection of related individual matches.
I used the method explained on Advomatic, which I found in an old Stack Overflow post. It works great (meaning it creates the n...
How can i display content nodes in blocks depending on the selected language by the user?
I already know how to do it for 'normal' nodes, just not in blocks.
Edit: I tried to do this with views. Filtering on a node and content translation: language. The problem is, i don't know how to filter two id's (of the nodes), just one.
...
Is there any function in Drupal like get_module_info('MODULE_NAME') or I should parse info file?
...
hey all, throwing this one out there... hope it's a simple one.
using the drupal module user relationships i can see my relationships by going to
site.com/relationships
i need a page that displays the relationships of a different user.
is that available?
...
I'm building a form in Drupal that needs to submit to a 3rd party website. Within the form API it seems like this is not really possible as you register form submission handlers to do all of the processing. I need to have the form method to to POST and it needs to be submitted to this website as it is a 3rd party hosted ordering system. ...
Hi there,
I'm new to Drupal and am experiencing this strange problem with my testing Drupal 6.19 site:
I've installed and enabled some custom theme ("acquia_marina"), and now strange things happen:
1) I can login/logout both as admin and as normal users
2) I can access Forums/Blogs from the primary links, and by clicking on them I can...
I have created a custom module and am using hook_block to programmatically create some blocks.
My question is how can I access field values including CCK fields for the current node within my module?
I basically want to get a value from a CCK field and use the value when building my block for that page.
...
hi , am exploring drupal 6.15 ,
am going to do the DB migration ,plain db to drupal db ,
what is vid field in node_revision table in drupal cms ,
i thing vid not an vocabulary id, but plz clear it
...
This week, I want to start a web mapping and data visualization site for my work.
Unfortunately, I just found out my work place will be using Drupal in a few months down the road. (Most of my web development experience is with App Engine.)
My problem is that I need to make sure my web application embeds nicely into the larger Drupal s...
i have installed the fbconnect module under drupal 6.
i have added
<html xmlns:fb="http://www.facebook.com/2008/fbml"
xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>"
lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
to every pag...
I'm creating a site where user can create a node with multiple images attached. For that matter, I have installed image attach module. I also have view and view slideshow module installed so that user can see the uploaded images attached to this particular node in slideshow style.
The problem I'm facing right now is that view does not ...
I'm looking for a Joomla or Drupal software product site theme(preferably Drupal and free)? I have no problem if the theme needs some css hacking. Any suggestions?
Thanks
...
Hi,
I started a small web project and used Drupal to build it. So far, so good: you can quickly set up a nice CMS oriented site, add social features via modules, and you have an extensive API to do the customizations in a nicely architected platform.
The problem comes now: the site is growing beyond what was originally planned and I fi...
I want to display a different set of 2 or 3 images in a block on each page. So far, I have:
Added images to each page using CCK and filefield.
Removed the images from $content.
Created a view with node ID (Nid) as the argument, and added the field created with CCK, and added display type of Block.
When I try the Live Preview, it wil...
Hi All,
I am an experienced Java developer and have developed many enterprise applications. Recently I decided to develop a website that has lots of images and videos. The website should also be easily updatable and all type of contents (e.g. images, videos, songs) should be uploaded.
I searched a lot on this forum and other pla...