Anthony | 10 Feb 01:37

Omega theme grid system

Dear All,
I am trying to change the grid in Omega from 960 to 1024px. I have found these 2 pages for help: http://drupal.org/node/1321098
and http://groups.drupal.org/node/164684. Am struggling to understand it all. Does anyone here have experience dealing with this?
Or can someone point me to more resources to understand this?  The internal structure of the theme. There is not too much detail in the theme's docs.
Thanks in advance for any help.
Tony

--

-- 
[ Drupal support list | http://lists.drupal.org/ ]
John Mitchell | 8 Feb 00:22
Picon

Drupal 6: How can I create a Drupal "Page" (not a block) without any theme?

Drupal 6: How can I create a Drupal "Page" (not a block) without any theme? I do not want this "Page" to include any header / footer / left / right column and also no content. My understanding is that this isn't possible but could I create an additional theme for my site which is just completely blank, and apply this to the appropriate pages? We have a salesman that wants to build his own set of pages within Dreamweaver and then I would apply this blank theme against just these pages without impacting the existing theme that is utilized for the other pages.

--

-- 
[ Drupal support list | http://lists.drupal.org/ ]
Anthony | 7 Feb 21:00

Download site

Hi All,
I have a remote site set up on Bluehost. Now I have finally got around to setting up wamp, drush etc on the local machine. What is the best way to import/download/migrate the remote site to the local server?
Thanks for any help.
Tony



--

-- 
[ Drupal support list | http://lists.drupal.org/ ]
Joe Corneli | 7 Feb 20:45
Picon
Gravatar

retrieving latest page XHTML during update process

Hello:

We're trying to grab the page XHTML each time the user presses save.
Unfortunately, when we run cURL within hook_entity_update, we are
getting old values.

Sample code is below.  Can someone suggest how to get the latest page
source, not some cached value, just after the user presses "save"?

Thanks,
Joe

function pyrdfa_entity_update($node){

  if ($node->type=="article"){
    drupal_set_message('pyrdfa_entity_update hook invoked!');

    // Extract RDF metadata
    $ws_endpoint =
"http://www.w3.org/2007/08/pyRdfa/extract?uri="."http://beta.planetmath.org/".$node->uri['path'];
    $returnXML = curl_post($ws_endpoint);

    // this will display OLD metadata
    drupal_set_message('<h2>Returned RDF/XML</h2><pre>'.
htmlspecialchars($returnXML) .'</pre>');
  }

}
--

-- 
[ Drupal support list | http://lists.drupal.org/ ]

Selvaraj Chnnasamy | 7 Feb 12:27
Favicon

five starting

Vote API module

Anonymous vote rollover Immediately5 min15 min30 min1 hour3 hours6 hours9 hours12 hours1 day2 days4 days1 weekNever
The amount of time that must pass before two anonymous votes from the same computer are considered unique. Setting this to 'never' will eliminate most double-voting, but will make it impossible for multiple anonymous on the same computer (like internet cafe customers) from casting votes.


This is not working .Could you please tell for solution for this


Regards
Selvaraj.C
--

-- 
[ Drupal support list | http://lists.drupal.org/ ]
Selvaraj Chnnasamy | 7 Feb 11:56
Favicon

Five Rating

Hi All
             Five star rating module anonymous user should rate only one time.more than one time should not rate.

Could you please tell me how do work on it.while using ip address also problem is there .Because some other person same system can not rate


Regards
Selvaraj.C

--

-- 
[ Drupal support list | http://lists.drupal.org/ ]
Roger | 7 Feb 07:00
Favicon

When is a cck field not a cck field?


Now to dispel another myth. CCK is not needed in D7 at all, except to migrate fields from D6.

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

Thank you Nancy.
I didn't mention CCK as in the D6 module, I asked about cck fields.
I do not know the correct terminology for the fields formerly known as 
cck fields which as I understand it are now core - so if they are not 
cck fields what are they? How should Drupalisters who know not such 
vagaries refer to that which is not a cck field?

Injustice

Roger
--

-- 
[ Drupal support list | http://lists.drupal.org/ ]

Nikhil Kala | 7 Feb 05:05
Gravatar

Drupal 7 multi site and multilingual tutorial

Hello All,

I am looking for the documents / tutorial for Multi-site and Multilingual using Drupal 7. I have searched but did not find any information for Drupal 7, can any one point me towards the link for the same?

 

Thanks in advance,
Nikhil Kala
Web: http://www.nikhilkala.com 
Cell : +91-9822602183 | Twitter - http://twitter.com/nikhilkala

--

-- 
[ Drupal support list | http://lists.drupal.org/ ]
Roger | 6 Feb 23:25
Favicon

cck title field

Drupal 7

cck requires a Title field for all content types. Pages, articles, etc.
I have a  need to limit possible titles in 3 content types to a 
predetermined list.
Is there any way to have the input for the title field selectable from a 
taxonomy list?
Thanks
Roger
--

-- 
[ Drupal support list | http://lists.drupal.org/ ]

Kim, Soonho (IFPRI | 6 Feb 17:07

How to find the value of checkbox in a form

Dear all;

How are you?
I have a problem to find a checkbox value in a form.
Here is the page I am working on.

http://www.hyalina.com/event/building-and-updating-social-accounting-matrix-0

In the bottom of page, there is collapsed form ("Sign up for Building and Updating a Social Accounting
Matrix"). Inside, there is "Data" section. Inside "Data" section, I added a checkbox (Supply and Use
Tables/Input-Output Table). What I want to do is that if the checkbox is checked, then one textfield
(year) is shown. If unchecked, then one textfield (year) is removed.

I can get some data from $_POST. (See the above link with DSM ($_POST or See the attached). I can see the
element (data1_checkbox) of the form, but I can not find the value of the checkbox (checked or not
checked). Do you know how to find the value? 
I guess that I might get the value from  " $form_state['values'][data1_checkbox] " but I don't know how to
get the $form_state from $form..

Could you help me out?
Thanks so much!!


Best Regards,
Soonho



--

-- 
[ Drupal support list | http://lists.drupal.org/ ]
Broyhill, Gary | 6 Feb 16:23
Favicon

Menu for Kodaly

I may have fixed the disappearing menu ... I noticed that in the menu
settings it was spelled koday (lower case k). I added "Kodaly" to the list
(along with "kodaly"). Our server, which is Linux/Apache, is case
sensitive on URLs so that may have been the problem. That's why I
recommend making all URLs lower case even if they include a proper noun.

Let's see if this fixes it.

Gary

--

-- 
[ Drupal support list | http://lists.drupal.org/ ]


Gmane