Hi,
can I add suffix to field value in D7? I created field (type list of text values) And I want to add them some suffix (for instance "years" or "kg"). (field have to be text, not an integer)
Is this possible in D7?
In my module I create Views dynamically. When I do this, the view appears under the Views administration list and seems to be enabled.
However, the view's URL leads to nowhere and the menu entry the view should create does not appear, UNTIL I:
- Go to Administration » Configuration » Development and click the magic "Clear all caches" button.
OR alternatively:
- edit the view, change nothing, and save it.
I've been using the Tweet module since I started my site a few weeks ago. It was working perfectly well.
Today I decided to enable the Drupal tag to Twitter hashtag function. After I saved I got a blank page with the message:
Fatal error: Call to undefined function taxonomy_node_get_terms_by_vocabulary() in /home/abstractmindz/streetsinc.org/sites/all/modules/tweet/tweet.module on line 186
I found general requirements for Drupal 7 which I met but I'm still not able to install Drupal 7 without error and when I transfer Drupal 7 to my domain from another there are still some errors during administrating.
My question is: Which are the most important parametres of mysql and php and what are their values. I mean values in php.ini and my.cnf.
Hi
I have a working Drupal 7 with Janrain module which provides login using Facenook connect and others. What I would want it to integrate the Drupal login form in the lightbox used to log in using Janrain.
Has anybody already done that and how ?