I am trying to create a user in netForum from a Drupal Webform.
Using a webform hook, I am calling two functions to take a users email address and first and last name, and create a netforum account when a user submits basic webforms.
However, the form times out when I hit submit, and the watchdog error from Netforum is 'could not fetch...
What is the best way to create two dynamic unordered lists in Drupal 6.x using Views? I know how to create one dynamic list in Views but not two. I also know that one can create two separate blocks to create this output, but I do not know how to make the blocks dynamic.
Example Gallery:
// Fullsize Images
<ul class="gallery-output">
...
I've installed the mail editor module for drupal in order to edit the templates for emails that my site sends out and I get this message after enabling the module: "This version is incompatible with the 6.16 version of Drupal core." How do I work around that? Do I just keep trying older versions of the plugin or is there another plugin I...
I'm having some problems creating a view for a node within my website.
The content has a path of 'content/%' where % is the title of the node.
What I tried to do is to create a page view in the Views2 module, but to no avail.
When I attempt to preview with the name of one of my nodes, nothing appears, and when I visit the node live, it ...
I have a custom content type in drupal that I'm allowing even anonymous users to create. I would like to also give them the ability to come back and edit their creations after they've first published it, but that's the challenge.
Since they are "anonymous", I would guess there's no way for the drupal permissions system to tie the conten...
I've seen numerous posts in random places about how to set up a WYSIWYG editor for Drupal 6. I've had luck with CKEditor and FCKEditor via the WYSIWYG Drupal module. All is well there, but I hit a breaking point when I try to add on syntax highlighting and image upload functionality. Any procedure I try is very cumbersome and ends up not...
hi,
I have an old website and I've been asked to implement a small forum to display in a specific website block.
I've implemented this forum with Drupal and now I need to integrate it into the old website.
I was wondering how to integrate it:
should I just create a 1 to 1 copy of the old website page and add the Drupal forum
or shou...
hi,
I've a menu item linking to a page that requires authentication to be visited.
If I'm not logged-in, Drupal hides the menu item, beucase I cannot visit the page.
I would like to change this setting, and display the menu item also to guests with a link to the login page instead.
Thanks
...
is there any option in the drupal settings to hide the node titles ?
I usually comment the code in my theme template, but I was wondering if I can do it from drupal back-end. (For all nodes, or some content-types.. (even better)).
Thanks
...
Hi,
I've noticed that on my drupal site when I click a form submit button, the button's text shifts by about 1px to the right in firefox(PC), and 1px to the right and to the bottom in IE and Opera. In Chrome this does not happen at all. This looks sloppy. Anyone know why this is happening and if it's possible to prevent?
I'm using the ...
How can I affect the delta parameter value? Where it can be set?
I'm beginner with Drupal but know my way around PHP and other CMS apps e.g. Joomla. I've working on my first drupal module and need to create a module with multiple blocks. I know how to switch based on the $op parameter but the $delta value seems always to be the default ...
hi,
I've created for the first time a forum in Drupal. I've added some nodes (posts).
I would like to customize the order of the node components.
For example see this image: http://dl.dropbox.com/u/72686/forum-node.png
I would like to move the "Previous post - Next post" to the top, and move "Login to answer" on the bottom etc..
Is ...
Hi there,
I'm trying to get my view to work correctly using a taxonomy argument. My taxonomy has a hierarchy so if I supply the main taxonomy term (which has various sub-terms), I want it to show results for the main term plus all the sub-terms. However, at the moment it is only supplying results for the main term and excludes it's sub-...
My fivestar rating has stopped working. I'm using views to display both average user rating and user rating.
Strange thing is my old views which have ratings do work and user rating areinteractive. I've created new views and the user rating isn't interactive.
This happened a while ago when I updated core to 6.16 and some other modules...
I've played with this for quite a while but am at a bit of a loss as to what to do. I'm using APC 3.1.3p1 on CentOs 5 with PHP 5.2.5. APC is acting as both the opcode cache and user cache. Mostly this server runs Drupal 6 sites using the CacheRouter module for APC cache support. I was running APC 3.0.19 for a while but it was causing...
Hello,
I have two page template files, one that is just 'page.tpl.php' and another for a subset of pages.
How can I apply this other template for only certain pages and the rest just default to page.tpl.php?
Thanks! I am on Drupal 6.
...
I am new to Drupal and I am trying to figure out how to theme a Content Type. I am building a Realtor site for a client whereby my main content type will be something like 'Property Listing'. I have installed all the necessary modules to help me upload images and everything works properly. I need to be able to display BOTH the Fullsize a...
I created a view that uses exposed filters in order to allow the user to search. The problem is that each form appears one after another and I would like to place them vertically - i.e.
--
--
--
[Search]
Instead of -- -- -- [Search]
How can I can achieve this using admin panel or css?
Any help will be appriciated.
...
My drupal site gets very heavy and slow as new modules are loaded. Some of these modules aren't needed except for the store section of the site.
I'm thinking to create a store sub-domain and somehow load those modules only in that sub-domain.
Does that mean that I have to install drupal twice, once on store.mydrupalsite.com and once ...
I may be missing something obvious here, but in the devel module settings I have checked "Collect query info" and "Display query log", and saved. Where does this information show up? I don't see anything different when I load pages. Is there a variable that I need to inject somewhere in my templates that I missed? I would like to view wh...