i have a calendar view its working pretty fine,,,
but i need to restrict the results to one per date, if i have five events, my view looks odd
so thought of adding a more link and displaying only one result per date.....
is there any way to this,, i have tried limiting the view to display the results to 1
but it doesn't work
...
I am working on a departmental website within a big university and want to add different types of functionality for different users depending on their roles.
There are 3 main types of users:
Publicly listed
Alumni (listed but based on different fields and using a custom template file)
Others (users on site but not listed)
Right now ...
Drupal has a GitHub repository at http://github.com/drupal/drupal
I, being a newbie to Git and the DVCS world in general, and having trouble figuring out how to use this repo as a method for keeping my Drupal core up to date, so I have the following questions:
Is this the best way to check out a specific tag from the repo?
git clone ...
i have designed a view with 2 exposed filter
name(textbox) and place(taxnomy term with
xxxxx
-yy
-yy
-yy
these terms it works fine when i search for -yy terms, but the problem when i select on xxxxx
it should perform search on all the child terms (it should search even in -yy terms) but it seem to be happen , it only searches in the ...
I would like to install Xdebug (http://xdebug.org/) on my 64 bit Windows 7 machine to debug Drupal code running on PHP 5.2. The Xdebug download page does not provide a download for a 64 bit version compatible with PHP 5.2.
Many Drupal modules are not compatible with PHP 5.3, so it is not an option to switch to a later version of PHP.
W...
How can i change drupal default language programmatically somewhere in code (like template.php)?
(i need to overwrite default language set by admin in some cases.)
i'm using drupal 6.
PS: please read my own answer for more detail. and if you may help solve that
PS: later i saw a module that was what i wanted. make sure take a look at i...
I enable the contact form module and it isn't showing up unless I'm logged into the system. I want all users to be able to use it.
...
I'd like to have a test like the ones that show up in magazines, where users answers a bunch of questions about themselves and at the end the get a score that says something about them.
Example:
"Take this test to see what type of learner are you"
Question #1
Question #2
...
Question #n
"You ranked XXX, so you are a Visual Learner!"
I...
Hello,
I am new in drupal.
I want to create a view in drupal-6 for my three content types which are integrated with each other by node reference(CCK).
I have contents types
1) Topic
2) Room
3) Time slot
I want the schedule to be grouped by topic (a field in the room node), then by room name, thusly:
* [topic 1]
o [room 1]
...
I need to include a node content in another node using some kind of placeholder, for example: [node-5663] will be translated to the node's content (body) where node-id matches 5663.
The example above is just an example, what I would need is actually something like this: [table-TABLE-ID] where TABLE-ID will be a field I define in the nod...
I have a client who is not liking the fact tht he can't see users passwords so he can send them it if they forget it. It's for a small church website. Like most people here I don't think he should be able to seethe password as it is not secure. What I would like to do is give him a button that he can press so that he can direcrley reset ...
whether is there a converter database from AntiSlaed to Drupal? And if not, how quickly convert the base from Antislaed to Drupal?
Thank you very much. Sorry for bad English and noob-question. (:
...
I have CCK and Views module installed. For the sake of this question scope, I'll call the content type as Project. Projects have many Members.
Project nodes are accessible through /project/project-name. I want to be able to display list of members through path /project/project-name/members.
Is there any way to do this?
Currently I hav...
Hi,
I have an image gallery within a Drupal site that uses the 'Image Gallery' module (funnily enough...). There is a standard 'Views' pagination system that breaks down the gallery pages into manageable chunks, and which at the same time restricts the number of page links shown (indicated by ellipses), e.g.:
<<first <previous ... 3 4 ...
I have added two fields one is check box and another one is text box to a content type and now i want to toggle the text box on clicking check box .Can any one help in doing so.
...
I want to change the role of registered user to administrator. how do i do this?
-Vivek
...
How can i implement a drill down fusion charts in drupal.
I have gont through the fusioncharts_test.module but i got no idea.
My question is I want to implement fusion charts based on user logins and posts.I implemented charts for rendering userlogins and posts for year,month,week seperately.
How can i implement when i click on year rend...
My question is about: "adding field data to referenced node without replacing existing data".
For example, I have a project node with team members referencing the project. Each team member has on its node a location, ie, 'United Kingdom', 'United States', 'Australia'.
On the project node I have those exact same fields. I need to create...
how to play a video after uploading videos in drupal. the flv videos are not playing as the player is not visible in the server.I uploaded them in video module -create content-video-drupal 6.15.
...
in drupal after uploading video in video module,and when viewing preview, this message is coming-
Video submission queued for processing. Please wait: our servers are preparing your video for web displaying.
...