Hello,
In my Drupal Site, i will be having two categories of users,say Category A and Category B. When a person wants to create an account on the site, i want to ask them which category they belong to and based on that show the fields on the User Account Form.
The fields shown depend on the category selected. The Drupal user account fo...
I am a bit confused. I have created a simple form with a one text box and a submit button. Now I want to add a select/option dropdown box of taxonomy terms, using the taxonomy_get_vocabularies() function.
$vocabularies = taxonomy_get_vocabularies('my_type');
My question is how do I get vocabulary list onto form "the Drupal way". T...
Hello, i'm trying to create nodes and taxonomy terms through a custom php script by using the node_save() function.
I'm working on drupal 6.
It's working well (thanks to previous questions on stackoverflow) except for accented letters.
Indeed, when a title or a taxonomy term contain "é", "è" or "à", the sentence is cut before those sp...
I installed drupal-6.16.
I applied the patch from the post http://drupal.org/node/222926#comment-930745.
It works correctly in simple cases.
But following code of counter is handled incorrectly and counter is now displayed on the page after drupal.
Drupal modifies the string
"alt='1Gb.ua counter'><\/a>")</script>
to
"alt='1Gb.ua co...
When I have a custom node type and I want to create a page, can the link be something other than what Drupal automatically assigns?
i.e. Currently to add a node-type it is: www.example.com/node/add/node-type
but can it be customized to just www.example.com/node-type ?
...
I have a really silly problem that has cost me a load of time already.
I have created a content template with a URL in there. When I look at the HTML code for it, I see a big fat "maxlength=256" in the form tag. I'd like to expand the length of this field, because my customer wishes to enter really long links (over 500 characters). Any...
i would like to have a block on my drupal site(latest version) that displays most read pages on the website
is there any module/code available to achieve this?
-Vivek
...
I am working with CCK/Views for the first time, and I am stuck on a detail...
I have created a custom type called Outlet (as in Retail Outlet).
I added 5 new fields to my new custom type.
I created some content in my new Content Type.
Then I went to Views to Add a new "Node" type View for my New Content Type.
I click on Fields to sele...
I have a blog, which is on Drupal v6.14. Recently I changed my web hosting provider. My new hosting provider does'nt support MySQLi. So I have to use MySQL instead of MySQLi. All things worked fine for some days. But on a very fine morning, I found my blog is down and the error message was Mysql: Too Many Connections to the server. And t...
I would like to have external proofreaders to work directly inside my Drupal site.
Basically they should be able to create new revisions, annotate,
comment etc without affecting what users see without my approval.
Particularly the node might already be public.
"Revision Moderation" module sounds a bit like what I want, but it seems no...
I'm trying to place my own theme settings into a drupal subtheme. i've used the forms API in theme-settings.php but they are not showing up in admin/build/themes/settings/$mytheme. my theme-settings.php is uploaded here in case you'd like to see it.
what it does is choose vocabularies for categories and tags, making it easier to port wor...
I want to use a view to select nodes in a content type field. This view must receive an argument that is another field of the content type.
Can someone explain me how to pass the argument from the field to the view?
Excuse my poor english
...
I am building a DMS for our intranet and use a taxonomy hierarchy because we need access control that way. All company locations manage (upload,edit) their own documents but should be able to access all. This is inherited to the child terms and works fine.
Additionally we want simple 3-step workflow (draft,published,archived). So i intr...
This is what I have typed in the footer message section from the site configuration, sight information page:
Copyright Sage 2010 | Contact Us: < a ="mailto:[email protected]" >[email protected]< / a> | < a="www.mysite.org/contactoptions" >other contact options< / a>
However, when i click on the links nothing happens. I was told all I nee...
I'm having a little trouble controlling page-specific block display in Drupal...
My URL's will be of this typical structure:
http://www.mysite.co.uk/section-name/sub-page/sub-sub-page
The 'section-name' will effectively be fixed, but there will be many sub-pages (far too many to explicitly reference).
I need to somehow control block ...
Example:
$arr = array('apple'=>'sweet','grapefruit'=>'bitter','pear'=>'tasty','banana'=>'yellow');
I want to switch the positions of grapefruit and pear, so the array will become
'apple'=>'sweet','pear'=>'tasty','grapefruit'=>'bitter','banana'=>'yellow')
I know the keys and values of the elements I want to switch, is there an eas...
I have a Drupal content type that has unlimited photo, textbox, and external link CCK fields, but while fields themselves can be reordered via drag-drop (i.e. photo B before photo A), I can't arbitrarily order amongst fields (i.e. photo B, link A, photo A, text A, link B).
Panels is awesome, with its drag and drop, and just what I'm loo...
Some nodes are showing a 404 status when they exist in the database. You also get a 404 if you type in the url to edit that node in the admin page.
These nodes are being created in an automated fashion in the database, from CSV files. What I'd like to ask is which db fields would trigger a 404 on a node?
I have checked the url_alias ta...
The back-end admin interface informs me that there is a new security patch for Drupal 6, but I can find any information about ho wto install it.
...
I have a Drupal website. I want users to create pages that sometime has images in it. Is there a module that:
can integrate with the ck editor
lets the user upload images
lets the user browse uploaded images and select and include them in the page they create?
Thanks
-Vivek
...