DevHeads.net

Support

Watch Wales vs Scotland Live Stream Free Six Nations Rugby

Watch Wales vs Scotland Live Rugby Streaming Online free Six Nations
Wales vs Scotland
Match Scheduled 12-02-2012 from 15:00 GMT
Location Millennium Stadium
Six Nations Rugby Live

Watch Wales vs Scotland Live Stream TV Online Six Nations Rugby

Wales vs Scotland Live Online TV Streaming Rugby Six Nations
Italy vs England
Match Schedule 12th February 2012,15:00 GMT
Stadium Millennium Stadium,Cardiff
Six Nations Rugby
When will start Wales vs Scotland streaming six nations rugby online 2012.And how can watch online streaming Wales vs Scotland live rugby tv match.In the world six nations rugby are famous to all.And more exciting game is Wales vs Scotland rugby stream match.Both teams are ready to play their important rugby match Wales vs Scotland online rugby stream.
Watch Wales vs Scotland Live Stream

Looking for a module to display 2/3 line of information on clicking a button/link

Hi All
I am looking for a module to display just 2/3 lines of text when user
clicks on a link without changing the site link.

Please see the attached image , in that you can see on pressing View
Contact button , some contact information is shown, without affecting
current page.

Please suggest if a similar facility is available in drupal 7.

Many thanks
-kamal

Password in clear text

I just got a reminder from the <a href="mailto:mailman- ... at drupal dot org">mailman- ... at drupal dot org</a> about my account settings for this mail group.

The email contained my password in clear text!!! This is completely unacceptable.
you should never save my password in clear text
you should never never send it anywhere!

This is something I'd expect from bad practices of the last century.

User ID in users table

Hi Folks
In our development environment I created few users after quite long. I see
the user ids are not increasing monotonically.
I had around 5/6 users in development environment. Suddenly the UID
allocated to new user is 26. Next user , UID allocated is 33.

Can somebody tell how the UID is decided, I checked the table "users",
there uid is not auto_increment one.
On what basis UID is decided?

Thanks
kamal
necs, bangalore

unknown problem after doing drush up

Dear All,
Just tried to update core thru drush AND GET THIS: (where's that bottle of
single malt?).

<a href="mailto:tonymacc@tony-mac.com">tonymacc@tony-mac.com</a> [~/public_html/drupal]# drush dl entity entity_token
require_once(/home3/tonymacc/public_html/drupal/modules/entity/includes/entity.controller.inc):[warning]
failed to open stream: No such file or directory bootstrap.inc:3088
Drush command terminated abnormally due to an unrecoverable error.

Drupal 7 Control file download

Hi All
This is a simple problem, please let me know how to go about it.

In a custom module, depending on search keywords, I show number of
documents in a table to users. When users click on document link, the
document gets downloaded.

For me, I have set a download limit for each user as 10. So one user can
download maximum of 10 documents per day.

When user clicks on document link, file is getting downloaded.

Confirmation page

We (<a href="http://drupalistasgroup.com" title="http://drupalistasgroup.com">http://drupalistasgroup.com</a>) an online study group are trying to learn
the form api. We have been able to construct a form and enter data, send an
email with the form contents, and create and fill a dab table with the form
data. Now we are looking for a way of constructing a confirmation page,
which will basically confirm the form data entry and display a message to
the form filler outer/user.
We can't do it with set_message I don't think. What is the Drupal way to do
this?
Thanks

Problems with core update

Sorry if this is a repeat, not sure if my list membership was set up correctly.

I'm doing a standard core update but update.php does not complete properly. It shows me the updates to perform but the submit spins for a short while (doesn't look like a timeout) then stays on the page. There are no errors reported on the update page. Also the log page contains no errors and I can't find anything in the MySQL or Nginx logs.

One hint that might help me is, what script is executed and what is the url displayed *after* the "update" button is clicked?

Content type creation drupal 8

Hello
I have a suggestion for the layout/design of creating content types and
associated fields for Drupal 8 and would like to know where development
ideas could/should be posted for discussion
Arel

Facebook (likebox) plugin per node

Hello,

I'm looking for a way to set a facebook page on a per node basis (i.e. when
editing the node) and display it in a block next to the node.

How would i go about this? How can i set the facebook plugin based on the
node field holding the facebook reference?

Any ideas greatly welcomed!

Best,

Toon

Multilingual fields in D7

Hi folks,

I encountered a weird issue. Create a node programmatically:

$gloss = new stdClass();
$gloss->type = 'term';
node_object_prepare($gloss);

$gloss->title = "default title";
$gloss->language = "en";
$gloss->field_description['und'][0]['value'] = "Some description";
node_save($gloss);

So far, everything is ok. The node is created correctly. Then I intend
to get field_description specified a language, like English.

D7 - EntityFieldQuery: Load all revisions

Hi,

I have a self-defined entity with revisions called command. The
instance with id=1 has 3 revisions. Now I want to load all these
revisions. Tried this:

$query = new EntityFieldQuery();

$query
->entityCondition('entity_type', 'command')
->propertyCondition('id', 1)
->age(FIELD_LOAD_REVISION);

$result = $query->execute();

but it gives me still only one revision, the current one. There's no
difference to calling it without
->age(FIELD_LOAD_REVISION).

What am I doing wrong?

WSOD

HI
I have this problem:

I have inserted in my index.php at beginning of page,

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);

but my drupal web site still returns a white blank page.

Can anyone help me?

Enrico

Strategy for converting a site to drupal

Let's say I have an existing website and want to convert that site
to drupal.

What I have done in the past is something like this :

Where my original site is <a href="http://www.mydomain.com" title="www.mydomain.com">www.mydomain.com</a>, create
<a href="http://www.mydomain.com/new" title="www.mydomain.com/new">www.mydomain.com/new</a>, require authorization and go to work. when
done, move files form <a href="http://www.mydomain.com/new" title="www.mydomain.com/new">www.mydomain.com/new</a> to <a href="http://www.mydomain.com" title="www.mydomain.com">www.mydomain.com</a>,
presumably overwritting the original directory.

What would be the 'drupalist' way to do that?
URLs to topics on this subject would be perfectly fine.
thanks

D6 Content type structure generated from an XSD schema

Dear list,

I would like to ask you whether is possible to create a contentType
structure importing a particular XSD schema?

Thank you very much in advance fro any response,
Tomas

Drupal 7 performance and Facebook HipHop

Hi All,
I was browsing through how to improve performance of Druapl.
Then I came across FB hiphop can be used to build an exe file for Drupal.
I am planning to build an exe of Drupal 7.14 + custom modules code base.
If we can build exe, it will serve two purpose.
1. It will be faster by 6 times (not verified yet, thats what is mentioned
in some site). Looks it can server more requests per second.
2. The source code (custom modules) is safe. When we host either in a
shared environment or in a dedicated server,
still there is a chance, people may get access to your custom modules.

304 Errors

I've just set up a local copy of a D7 site that works fine. On my local copy, the site seems to be fine until I try to get to the modules admin page (and now the Performance clear cache). When I go there, I get the beginnings of the overlay (graying out, etc.) but the page never comes up. There is nothing unusual in the Drupal error log, but the Apache log shows a 304 error. Given that the site never existed at this URL before, it can hardly be in the browser cache to be "Not modified."

Does anyone have any ideas? I've done several searches but found nothing useful.

Creating multiple nodes at the same time

Hi,

I am using drupal 7. I want users to be able to create multiple nodes
(products) at the same time on the same "page"

Is this possible?

Site attacks

I'm using Drupal 7 and our live site is under attack as usual.
The [Reports] [Recent Log Messages] provides IP addresses which I run
thru whois but with limited success.

Is ther a way to use Views to filter log messages and provide a print out?
TIA
Roger

How To See Number Of Stories Posted By An Author

Hi,

I need to figure out a way to fine the number of stories posted by an
author during a period. I want to use a filter where I can give a date
range, for example, 1 Sept - 1 Oct to find the number of stories posted
by a particular author.

I have also posted a question here:
<a href="http://drupal.org/node/1843268" title="http://drupal.org/node/1843268">http://drupal.org/node/1843268</a>
Best
Arnie

D7 - Hiding Main Menu / Menu-Items

Dear All
In Drupal 7, one can hide the main menu items with proper permission
setting.

In a typical job recruitment site, I have 4 kind of roles

1. Anonymous users
2. Authenticated users
3. Employers
4. Administrator

I want to show some menu , menu-items to only authenticated users but not
to employers.
With current setup and permission tweak this is not possible.

Lets take an example. I have a job_search module. It provides only two
pages for job search.
The first page is just a form, and other page just shows result.

Multisite Broke After Drush 'archive-restore'

[ Ubuntu-12.04; Drupal-7.17; Drush-5.8 ]

I backed up a copy of my (multi-site) using Drush's 'archive-backup'.
The 'tgz' file was transferred to another machine and "installed" with
the 'archive-restore' command.

The site basically works except for one important aspect: multi-site.

I've checked that the multiple databases were created, enabled Apache2's
'mod_rewite', and made sure each site's "settings.php' had the right
content and permissions, but "no go". :(

The odds are high that I've just "forgotten to do something", but can't
remember what it is!

Any ideas?

Thanks,

Enabling jquery/AJAX (unknow is not a function)

Using drupal 7.16 on Mac OSX 107, bitnami install.
I have created a test page with just the following :
[code]
<DIV ID="content"></DIV>
<a href="#"
onclick="$('#content').load('http://localhost/cgi-bin/cgitest.py');">Take
me away</a>
[/code]
When I click on the rendered link, I get the following javascript
error:
"Uncaught TypeError: undefined is not a function onclick"
from Chrome.

Being a drupal noob but familiar with javascript issues in CGI
programming, I infer that the jquery code for 'load' et al is not
being sourced and that perhaps the correct module is not enabled?

I have derived

Drupal commerce

Hello
I need to get financial reports out of Drupal 7 Commerce module data.
mysql displays the data from:
select * from commerce_paypal_ipn;
select * from field_data_field_donation_amount;

I have problems getting views to provide the same data.

Better select in Drupal 7

Hi All
As per <a href="http://drupal.org/node/488520" title="http://drupal.org/node/488520">http://drupal.org/node/488520</a> , I downloaded betterselect and
patched using git for Drupal 7 support.
Then when I checked site, I found better select is working, but look wise
looks bit odd. All the items it shows up in site.
Normally one will expect it should have a vertical scrollbar and only few
items it should show.

Connecting to a non-system-wide drupal database

I'm a total drupal noob, but a long-time CGI/Web/database
programmer. When I installed drupal, the first things I wanted to do
was to understand drupal in terms of the file structure and also to
access the drupal MySQL database independent of drupal itself -
I.E. - from either bash via mysql client or via an API.

module

Dear All

Could you please tell me "Is there a way to import an image URL instead of
the actual image in node import module drupal6?" csv files includes full
paths to the product images.

*Regards*

*Selvaraj.C*

New to Views

Hi to all.
Please, take a look at <a href="http://www.europeanfootballschool.com/" title="http://www.europeanfootballschool.com/">http://www.europeanfootballschool.com/</a>
On the right side on the home page, there are Testimonials. How can I
remove "Submitted by / on..." part? Actually, I would like to remove the
linked title too. I would like to have just a testimonial and the name
as a part of the testimonial.
View setting you can see on
<a href="http://www.europeanfootballschool.com/sites/default/files/images/testimonials1.jpg" title="http://www.europeanfootballschool.com/sites/default/files/images/testimonials1.jpg">http://www.europeanfootballschool.com/sites/default/files/images/testimo...</a>

Thanks,
Afan

installation profile -- configure i18n

Hi!

I'm writting an installation profile for my website. I would like to enable
4 languages (en, fr, es and de).

I've added .po files in translations directory of my profile, now, i would
like enable french by default (hide the "Language selection" step in
installation) and enable spanish and german.

In a second time, i would like to enable browser selection / URI prefix
selection for i18n in the installation process.

Anyone has some tips about this subjet ?

Thank's

Theme migration and regions

Hi,

I'm currently migrating a Drupal website from Chameleon to a Zen
sub-theme.

Under Chameleon there are two regions called left and right. Under Zen
there are two called sidebar_first and sidebar_second.

I'd like that all the blocks that go in left (resp. right) under
Chameleon go in sidebar_first (resp. sidebar_second) under Zen.

I'm wondering how to achieve this.

multisite on shared hosting

Hi,
Does anyone has experience with Drupal multi-site on shared hosting. How it
is in terms of RAM consumption.Is it better than several standalone Drupal
installations, or just opposite. Will it improve performance, I have
reached RAM limit recently, got rid off some useless installs ,got better
but still poorly. I am not talking about heavy traffic websites.

Tom

hosting of Drupal 7 sites

We are hosted on GoDaddy, the "web grid" -whatever that means. The
sites seem slow to me and I wonder what experience others have with
other hosting companies? How much support to expect and speed.

thanks,

Pia

Drupal Commerce with Boost

Hello,

I'm not much an expert when it comes to caching, and I want to increase the
speed of a Drupal Commerce site.
I was thinking of using boost. are there any side effects or problems with
using Boost with a commerce site?

Also I have a random sort view on my homepage, I imagine that won't quite
work right?

Thanks

Idan

Filtering Results by Zip Code

I am developing a website for a national organization. Their "chapters" are set up by regions of the country and they've done the hard work of listing out which zip codes correlate with each region/chapter.

I have installed and configured Location and Gmap but now how do I have them enter their zip code and have the page for their specific Chapter show up?

I can't seem to get my mind around this one at all!

Thank you!

Jessica Hannan - Halo Digital Design
<a href="http://halodigitaldesign.com/" title="http://halodigitaldesign.com/">http://halodigitaldesign.com/</a>
815-545-5541
Join us on Facebook!
<a href="https://www.facebook.com/halodigitaldesign" title="https://www.facebook.com/halodigitaldesign">https://www.facebook.com/halodigitaldesign</a>

GIT and SSH and Remote

Run 'git help <command>' to display help for specific commands.

administrator@POLAMLAPTOP-HP ~
$ ssh <a href="mailto: ... at polam dot org"> ... at polam dot org</a>
The authenticity of host 'polam.org (66.147.244.79)' can't be established.
RSA key fingerprint is 56:7b:96:50:57:7c:3d:e2:21:1d:3c:a2:24:08:58:16.
Are you sure you want to continue connecting (yes/no)?

Strange access denied Error

I have a Drupal 6.26 site on a VPS. At random, pages return WSOD and no log
in Apache. Whenever this happens I see an access denied error in the log
from user Anonymous and the URL I just tried and the time etc.

The hostname there is the IP of the server itself. That's what's bizarre.
Also that it's anonymous. I am logged in as user #1.

I can't find any report of this issue. Anyone ever see such a thing?

Thanks,
Fred

running drupal 7.16 on readynas nvx business adition

Hi, has anyone done this and how hard is it to setup? If you could give me
some steps that would be great. I'd love to have my test sites running
locally on the nas here if I can. What would be ideal is to have the
following scenario

1. duplicate of productions sites on the nas that update themselves from the
production hosting company could use remote backup for this
2. test environment for updating and testing of things.
3. way to update production sites when things prove to be stable in the
testing area.

Web Application Administrator (LAMP) | TRUGlobal Software India Pvt Ltd - At a product Development Company

Hi All,

We have a job proposition for those who are in India and are okay to
relocate to Pune.

Position Title: Web Application Administrator (LAMP)

Description/Qualifications:

A suitable candidate must have at least five years' experience installing,
configuring, troubleshooting and maintaining applications and systems in
high traffic volume web sites.

Problem with recreating the site

Hi to all,
I had some issues with hosting company and had to leave them. But I did
download all files and made mysql dump (using phpMyAdmin). The site was
made with Drupa 6.
I tried to recreate the site on my mac mini (MAMP) but wasn't
successful. I copied all Drupal files inside MAMPS/htdocs (didn't forget
.htaccess) and created a database with the same name and imported mysql
dump (using also phpMyAdmin).
Then made the change in settings file (line 92: $db_url =
'mysqli://root:root@localhost/mydbname';)
Result is completely blank page.

What am I doing wrong?

Thanks for any help,
Afan

database schema error - what to do???

Hello All,

I have a d7.15 site under development.

Need a module for charting

Is there a module for D7 that enables me to enter data and create a chart?
The 'enter data' seems to be the issue. I see no shortage of modules that
provide graphing/charting api's and engines, but I don't want to create a
module to chart or use views, I just want to enter data and be able to
display a chart.

Where are services resources files to be saved at?

Hi :
I'm completely new to drupal, but have been doing CGI and web
development for 17 years, the last 12 on *nix workstations and
servers.

Using drupal 7.16 on OS X 10.7

I am viewing a tutorial on creating services at
<a href="http://drupal.org/node/783460" title="http://drupal.org/node/783460">http://drupal.org/node/783460</a>

It is very thorough, but strangely, the tutorial makes no reference
to where the services resoure files are to be saved/stored at.

Can anyone please tell me where to save those files?
thanks

SOLR: Filter By Type

One of the blocks that come pre-built with Solr is "Filter By Type" which
give you
list of all of type that you have on your site.

Currently I am getting a list :
o Feed Item (23)
o News Release (116)
o Page (200)
o FAQ (99)
o Videos (213)
o Top Issue (67)
o Mobile app (45)
o Multimedia (37)
o Photos (76)
o Webform (84)

Is there a way to choose how the list is display?

My company wants it sort as fallow:
o Page
o New Release
o Top Issue
o Mobile App
o FAQ
o Multimedia
o Photos
o Videos
o Webform
o Feed Item

Any ideas are welcome.

Thanks!!!

Mollom and Captcha issue?

Last Sunday morning I changed to Mollom from Captcha to stop spam
from our webforms. Spam had slowly grown and we seemed to get a few
each day. I installed Mollom (free account) and the module told me
that all was OK. However, by morning of Wednesday, we had received NO
inquiries from the website whatsoever, and also no spam. Since we
have at least 2-6 inquiries each day, I was alarmed and thought it
must be the Mollom set-up preventing emails.

drupalcommerce

Hi, I would like to use drupalcommerce, I have this setup on one site and
the drupalcommerce kickstart on another and I am having trouble getting my
head wrapped around getting this to work.
I am using drupal7.16:

I want to create a simple store selling basic computers for example, so I
would want a product to display several things about the product such as
memory, processor etc.

I've created a product type 'computer', added several fields, but things
just are ot working in either case.

Approaches to project documentation

Hi all,

I have to create a complete documentation of a rather huge Drupal based web project. My first idea has been to use the API module to use in-code comments to create an easy way to step through the code. I really like this in the drupal API documentation.

sending blank emails

All the emails that my drupal 7 site send are now blank. They were working before my ISP shut down my shared account for too much memory usage.

The site is back up now but now all emails sent during user registration and by rules are now blank.

Any ideas what might have changed?

Thank you,
Tracey

Content image as Background

So what i want is a image in background using css or whatever. I can put an
image in the content but the text is at above or down the image. I mean
text on top is normal text written on top of image

Image as background in the content

Hello I'm using drupal fresh install,. I need to know if anyone can help
whith this subject. An image as a background with text on top, not on side
above or down. What i need is text on top.

Thanks

Drupal based site login not working

Dear All
We use Drupal to host <a href="http://www.netcloudsystems.com" title="www.netcloudsystems.com">www.netcloudsystems.com</a> .

At thr right upper corner we have links for Login and Create user.
Those were working previously. Today we observe that those links are not
working.
When we click on those links it only goes to home page only.

Did anybody experience this problem anytime.
Pls guide me to unblock this issue.

Thanks a lot.
Kamal
NECS

Booking module

Hi!

I'm writing a drupal 7 module for an hostel.

I've to manage some entities :
- room categories
- rooms (one room is attached to a category)
- prices (a price is attached to a category ; several prices could be
attached to one category with different time periods)
- services (service room, ironing, breakfast...) : one or several services
could be attached to a category

Each of these entites must be translated in four languages : en / fr / de /
es.

If I a create one "Content type" for each of these entities, i'll be able
to manage my entities instances.

For example, i've a Content ty

Spammers

I have several drupal sites and I constantly get barraged with requests for accounts.  I have Image CAPTCHA setup on all these sites and still I'm still getting 20 requests a day, mostly from China.  Anyone able to share what these people/automatons are trying to do?  How are they getting through CAPTCHA?  How can I stop them?  I am running a pretty old version of Drupal on a couple of sites, but even with almost current versions they flood in. 

Thanks for any help you can offer.

Re: [support] localization

Hello Benj. Thanks for your response. I am using Drupal 7,
specifically version 7.16. It reports that everything is up-to-date.

But, it seems the only version of the en-GB localization is a file
that was intended for Drupal 5.20. So, I guess I'm out of luck. Ah
well, I think either WordPress or Joomla have support for en-GB
localization.

Mark

localization

Hello. I have installed drupal successfully on a localhost running
Vector Linux (similar to Slackware). I use lighttpd.

I installed a British language package, specifically
drupal-5.20.en-gb.po, which I put in the profiles/standard/translations
directory. This seemed to work during the installation, but all words
are spelled with en-US (IE, "color"). Is there something else I need
to do? I tried running various things in Home » Administration »
Configuration » Regional and language (IE, the Translate interface),
but this did nothing.

All suggestions appreciated.

Mark

Pager Query D7

I have a pager query ("$query = $query->extend('PagerDefault')->limit($limit);") coded and it is working fine. However, the theme('pager') is doing nothing. It returns a null string, so I am not getting a pager on the page. I have searched all over D.O, but am apparently missing the solution.

 
Nancy
 
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.

Drupal File Operations (D715)

Dear All
I have some basic question in regard to file operations.

*1. file_manage table*
Whenever we use file_save_upload api to upload a file, I can see one
corresponding row is added to file_manage table.
My question is, the row in file_manage table is temporary one or it will be
there always. I am planning to read some information from file_manage table
afterwards, if it is just a temporary entry, probably I will be in trouble.

*2. File / directory permission*
My hosting is a linux based hosting.

Syndicate content