I am developing a module to display video. I have created a view so-called navigation for the user to select a video from a list.
Now I want o add this navigation to every node with type = 'video'. I don't know whether I should create a template for it ( then I have to put the template file in theme folder which is not so good ) or use ...
I've noticed the images in the products content type in ubercart shop have 2 description fields:
http://dl.dropbox.com/u/72686/doubleDescription.png
I was wondering if I can do this only with programming or there is some module to do it.
Also, it would be nice to have a text area instead of a single line text field for the description....
I've created a variable in template.php that let's me print terms by vocabulary. The problem is that I want to be able to pass in a vocabulary id to select a specific vocabulary. My code looks like this:
function xnalaraart_classic_print_terms($node, $vocabularies){
foreach($vocabularies as $vocabulary){
if($terms = taxonomy...
I would like to have a different image for the thumbnail than the what the customer sees when he clicks on it.
For example: In my color attribute I want to upload color samples and a preview of that product in that color. I'm sure this is possible somehow but I can't seem to find the proper module or feature. If I have to I will create...
Can anyone tell me how to make Gallery Formatter open a Colorbox modal when the slide is clicked? I have both modules installed as well as CCK, etc... Also, I have made sure that the colorbox library is properly installed, too! I know it is probably something simple, but it has eluded me up to this point! I am using the Drupal Colorbox m...
Hi
Iam very new to drupal.
And i have drupal site. I am adding images through admin side(crate content->image).
Where can i see this image on client side ?
I dont know the url of the image displaying section.
Can any one please help?
...
Can I make impossible for people to recognize I'm using Drupal framework behind my website ?
In other terms, can somebody easily see I'm using Drupal from the generated html code ?
I would to know all the strategies to detect it.
thanks
...
Hi,
I've created a couple views showing e.g. the latest news and events. However, when the username contains "special characters" (but still common in Finland), for example 'ä' or 'ö', the view shows the empty text instead of the real data.
For example my events view has two fields (node title and time of the event) and three filters (...
I have a node with the following content (input mode: php code):
this is a <?php echo "test" ?>
If I output node->body, the output is
this is a <?php echo "test" ?>
What I want is:
this is a test
What is the easiest way to do this?
(I don't want all the default divs and other structural stuff coming with it when I call node_vie...
The teaser divider <!--break--> shows up in my full text RSS feed. How can I remove it?
...
I'm working in Drupal 6.
I have a requirement to add a particular block when the user is on a blog page. Sounds simple enough, but it's been driving me mad.
The block needs to be shown when the user is viewing a blog overview or an individual blog entry.
I initially thought I could filter it by page name so it only appears when page =...
hi,
i use to use views_embed_view API function to load views automatically. now i need to load a panel content problematically; but i could not find a function like views_embed_view.
is there such a thing at all?
is there something like panels_embed_page or is it related to ctools?
...
Hello,
I'm trying to get the jquery draggable function to work, particularly the stacking feature, in Drupal. I've got the JQuery UI module installed and it works fine with a hide/reveal sliding box but not for the draggable?
Here's what I've got in the body of my page:
<?php
drupal_add_js('
$(document).ready(function drag() {
$(".c...
Is there a module in Drupal to enable or not a text field or more in general a CCK field? For example a check box option: when this is checked a textfield appears below, otherwise it is not visible.
Is there a module to switch between 2 CCK fields? For example I have 2 text areas, and I can only fill one (the others should be automatica...
In my drupal installation I have created two type of nodes.
Free access (non - registered users)
Only member access (registered users)
I used a content access module to set permissions.
Now I have created a list of these nodes using views, the problem is that when free user sees that list, they are not shown the list of nodes access...
My question is related to a performance issue I'm experiencing using the context module with a large number of menus. The performance issue may be a result of a module I created to import a menu structure from a different CMS into Drupal. I programatically created the menu items using menu_link_save(), passing in the menu_name, link_path...
I installed Drupal 7 but the only access control option available is for viewing published content. I want to be able to set different access control options for the different content I create. Some pages should be viewable by some people and other pages shouldn't.
Drupal 6 has the Node Access module which is capable of this but it's ...
I'm using content access module to restrict certain nodes and node types for un-registered users.
But I would like to create a view where unregistered users can also see titles of those restricted nodes.
How can I do this ?
...
I'd like to hear your thoughts on the best approach for migrating content from TeamSite to Drupal.
Thanks!
...
I have a live drupal website community. I have gone ahead to host the project publicly on Google code. Due to slow internet connectivity, I have not been able to successfully upload my initial copy to the repository (I've also tried svn import).
So I thought, I will write a script that backs up my entire site excluding the database, sa...