Hi guys!
Im new to drupal (just finished my first web site with it), i found it very simple and powerfull to use.
Recently, i've been asked to build a community with Zikula.
They prefer to use zikula becose it is the 'evolution' of phpnuke, that is the cms that they currently use (i have 'restayling and rebuild' it).
Moreover, I want...
I have several Drupal 6 sites which use the WYSIWYG module along with TinyMCE. For one of my sites, whenever I use the Paste From Word icon, it adds a < pre > tag with the class "mceItemHidden".
In addition, if the text is long enough, it does this strange thing where I click the "Insert" button in the Paste from Word window, the text ...
I've been dipping my toe into web development technologies for fun (ya, i should get out more), and am a little shocked at the lack of clear support for production staging (i.e. development, testing, performance, and production environments). Actually support isn't the word; Content Management Systems seem to actively work against effort...
I need the node titles to be able to display some text formatting.
As far as I understand, Drupal's title field is just plain text, it doesn't allow html or any other input format.
Is that true? Is there a way to override this, or another solution?
I am working with Drupal 6.
...
In Drupal I wish to create a content type as a bio for a user. When you click on a a user name on the site it takes you to there bio. An example I have found online is below.
This article has the authors name Jeff Robbins. Jeff Robbins name links to his profile. How would you go about doing something similar? It does not seem be using t...
The following array is produced by converting xml to a array (using xml2array). However its not the exactly the right format I need for a optgroup in a Drupal 6 form.
Array (
[root] => Array ([attr] => Array ([id] => 1) [label] => Array ([value] => My Root)
[node] => Array (
[0] => Array ([attr] => Array([id] => 2) [la...
I am trying to add the functionality of driving directions to my map
but I am at a loss on how to implement it. When I try to incorporate the driving directions code into the rest of my javascript the directions don't show up.
If anyone has some advice on how to fix this problem I would greatly appreciate it.
Also its a Drupal based we...
I want to theme the template for edit or add a node for a specific content type.
For example, to theme all the content type forms I use the file page-node-{add|edit}.tpl.php (depending what I need to do add or edit).
But I didn't found the template name for a custom node type, for example Products.
I need to theme only for Products, bu...
how can I disable automatically converting WWW.SOMETHING into a link in Drupal?
I just want to display URL , don't create a like.
This must be done per page, as some of the pages need to have it works as links.
so is there a special TAG or something to tell DRUPAL not to convert it to linkable text?
...
We currently use an SVN repository to ensure everyone's local environments are kept up-to-date. However, Drupal website development is somewhat trickier in that any custom code you write (for instance, PHP code written for a node body) is stored in the DB and the changes aren't recognized by the SVN working copy.
There are a couple of d...
I want to know if there's a way to print an undefined variable in the body of a node, with PHP input filter, something like:
<?php
print $foo;
?>
And then, in another node define the values of the variables in the body, like:
<?php
$foo = 'bar';
?>
and embed the previous node in it with PHP or other method and print in it the varia...
I've embedded a YouTube video onto a site (built in drupal) using the embed code from the video's YouTube page.
If I visit that page on an iPhone, it picks up the fact that there is a YouTube video and displays the icon that you click to pop open the video and watch it.
If I visit the same page on a Palm Pre it just displays a blank ...
I am trying to change the HTML that is output when I print $search_box in my page.tpl.php file. I understand the process of overriding something in drupal but I have no idea how to do it for the search box.
This is the only bit of information that I have found that seems related but I don't known how to apply it to solving my problem: h...
I'm building a freelance job site using d6. I've created a new content type called "Freelance Jobs" using CCK which contains various fields such as Job Description, Skills, Start Date, End Date etc.
I want to display the most recent jobs on front page in a listing manners as it is displayed on most job sites.
Following is an example of...
Hi guys,
I need to remove the border of one block from the rest of the right sidebar blocks but I don't know how to do that. I already tried to do it like this:
#sidebar-right div#block-block-14 {
border:1px dashed orange !important;
text-align:center;
}
div#block-block-14 is the drupal generated id of the block:
<div id="bl...
I'm a beginner to drupal and try to use drupal contact form module but it restricts user at-least for an hour to send second post. Is anyway to overcome this limitation?
...
In my template.php i have a function_name($form) with some basic html markup and a drupal_render($form['mail']) and drupal_render($form) that returns $output;
I'd like to include this small snippet & form in my page.tpl.php. Everything else in page.tpl.php is printed out as a single variable, so I'd like to do that for the $output of th...
Hi,
I used both flash and drupal for creating websites. Now what i will like to achieve is to create fully functional website in flash and use drupal for creating users, roles etc.
Does any one has any idea?
...
The print $content statement in node.tpl.php is causing my whole layout to break probably due to incorrect nesting of DIVs.
I want to check and fix that but I can't figure out what/where is the source of the $content variable in node.tpl.php file.
I'd appreciate any help. Thanks.
...
I created a new content type, so it wants me to rebuild content permissions. I clicked the link to do so. It progressed through but seemed to get hung up towards the end. It stayed in the same position for 20 minutes, so hit refresh. I got the following error message:
The content access permissions have not been properly rebuilt.
What ...