I've implemented a view in Drupal, with 'Ajax' option enabled.
How could I increase the speed of this website ?
it is a bit too slow... is this a normal speed for drupal ? (to open an article, load the content, filter the content...)
Update:
1) Also, saving the view settings from the back-end seems to be very slow
2) Filters (the fi...
Hello there, i was wondering if there by any chance is possible to implement an exposed filter in views that either sets the SELECT DISCTINCT() on or off. Does anyone know if that is possible?
...
I'm trying to integrate a javascript library for drag&drop on tables into one page of my custom Drupal module. I've included the js file using drupal_add_js, but I don't know how to initialize it.
The documentation for that library states that an init function should be called like
<body onload="REDIPS.drag.init()">
How would I do th...
So I have been reading all i can for the last 2 hours and have not a solution.
I moved my drupal site from one host to another, all works well minus:
images in the the 'sites/defualt/files' folder are in the FTP and i can priview them there but when got to the URL I just a page not found message.
example image URL: http://www.example....
I am creating a website with Drupal 6.x that will have several content editors and several menus. I would like to somehow lock down their ability to add a piece of content as a top level navigation item. Is there a way to accomplish this?
Additionally, are there any modules that make the menu drop down in the content creation page a b...
Hi i am working with drupal 7 and trying to import data from xml by parsing it using php and later on creating nodes with node_save($node).
So far i have been succeeded to create nodes from xml without any images. I want to attach image to the node while i am importing it.
I know drupal 7 is still in alpha 6 but its good. node_save($n...
Is there a hook that I can implement in my module so that I can run some clean up code when my module is uninstalled. I create a number of variables using variable_set() and I would like to delete these variables when the module is uninstalled.
...
I have a drupal module that requires other files from the web. Is it possible for the module to download these files as its being activated?
...
Hello Everybody,
I have a website developed on Drupal. I use a module called collapsiblock (it is basicly a JQuery plugin) to achieve accordion like effect. It is working fine with me (although it is in Beta). But I want to modify it so that when the user clicks on one item of the accordion the other items will collapsed.
In its curren...
Hi,
I have a set of records which 1 column called "Site" (I used CCK for this)
I want some user to access Site A data while others just access Site B
I enabled Profile module, add a custom field called Site, then for user 1, I set the value of that Site field to A, and for user 2, I set it to B
However, I don't know how to specify th...
Hi every one,
is it possible in joomla to make pages and users like drupal?
in drupal there is an option called taxonomy by which we can create tags which are similar into a group and can create user groups who can use a particular group of tags. and those group of users can manage pages created under those taxonomy group.
i want to d...
I am currently starting a blog on drupal and on every page they have authorName's blog. I don't want it to display my name I want it to display my websites name as I won't have anyone else logging in.
Is there a simple way to either change my username or to change the name that the website displays?
If it helps the blog is here, but b...
I just started a drupal blog, found here but extremely rudimentary, and I want to display the last X blogs on pages other than the homepage.
Basically for the drupal site I downloaded the ability to add blog posts. Right now when I got the site's homepage it shows the last 5 blogs that were added (I know where to change the number of b...
The simple versoin of my question: I need a CCK Node reference field to search on two different fields in a node. What's the best way to do this?
Some Background
I run a calendar for a physical therapy program. Each lecture has a reading list. Readings are their own content type and the lecture has a autosuggest node reference field th...
HI. i am working on a project to import xml contents into drupal 7. i have parsed all the data in php. so far i have been succeded in importing node body and its title. There is no documentation for drupal 7 on how to attach image to the node and tags. i really need help i have spend two days finding it tried a lot. i will be very thank ...
Hi, I have installed jQuery_update for Drupal because I needed an up to date version of the library. In my theme I have this line adds the scripts to my page:
It works perfectly when I am logged in as an administrator. jQuery_update will appear in the source code and take control. The problem is when I am not authenticated: no jQuery ...
A question about Panels in Drupal:
Due to a good workflow, i need the possibility to add create New Content while editing the Panel Content.
Until now there is just the possibilty, to "Add Existing Node".
Does anyone has experience how to Add New Content to a Panel during editing the Panel?
Thanks.
...
I am looking for a way to utilize an exposed views filter for a cck node reference field. I have tried a couple of items that just don't seem to cut or I have not been able to configure them.
The goal would be when creating a page the nodereference field would not be a select field with hundreds of options, but would be an exposed filte...
I am trying to populate nodes by writing a script...i am using following code
$node->field_tags['und'][0]['textfield'] = 'first_tag';
$node->field_tags['und'][0]['textarea'] = 'This is tag';
$node->field_tags['und'][0]['tid'] = 2;
node_save($node);
whatsits doing is nothing and the term is not being added to vocabulary named tag...if ...
Using the pathauto and token module in Drupal 6 allowed you to create url aliases using a pattern like so: [termpath-raw]/[title-raw].
However, this is not the case in Drupal 7. I understand that D7 is still in alpha, but the beta looks to be here pretty soon and it is soooo much nicer that D6 IMO.
Is this functionality not available y...