como mostrar el contenido de un nodo en colorbox-node inline desde views-link-field-settings
Pregunta: como mostrar el solo el contenido de un nodo en colorbox-node inline desde views-link-field-settings? he leido muchos ejemplos para hacer esto, pero todos hablan de poner los links a mano y no desde views link field settings in override settings, tengo habilitado colorbox, colorbox-node y dentro de este habilitado colorbox-load y colorbox-inline, al desplegar el nodo via colorbox-load lo hace bien, pero esto tambien despliega el header, footer, menus, links, etc y yo solo quiero mostrar el contenido del nodo.
Read moreError creating Product Display node - Drupal Commerce
I follow the instructions at the documentation in Drupal.org by letter and also in drupalcommerce.org user guide...
I created a content type called Product Display (also when renamed it, the problem persists) through "structure>content types>Add content type" and after the content type is created, I start adding content through "content>add content>product display"
Read moreLatest D7 security update changes to htaccess. How to implement in nginx configuration
The 7.22 security update for D7 includes some interesting and challenging modifications to the standard drupal distributions .htaccess file.
Read moreBasic rewrite issues - lighty newbie!
Hi all
I have an ASUS Transformer T700 running Android 4. I have installed an app called KSWEB which has MySql, php5 and lighttp.
I have downloaded d7 and it installs fine, and i have exported my site database from my laptop and imported to the 'droid ok.
When i go to the localhost via the pad browser, the home page is served but anything else fails with a 404 error. If i use the '?q=' in the url, then the sub page loads. I cannot get it to work with clean urls.
There is only 1 site, no virtual hosts or anything like that.
Any help in working out a rule would be great!
Read moreDisplay Suit Theme Search Output
Does anyone knows how i can theme the output of ds search?
now prints raw nodes and i want the result to be on a unorder list or like a view output.
example
<ul class="results">
<li class="first">
<div class="node....">....</div>
</li>
<li class="">
<div class="node....">....</div>
</li>
etc
</ul>thx
Read moreBaseline Drupal performance expectations
UPDATE: Make sure that your Drupal settings.php connection string uses the IP address of your MySQL server (e.g. 127.0.0.1 for your local Windows machine), not 'localhost'. This change brought the execution time of a barebones Drupal install down from ~800-900ms to ~60-90ms.
Original post follows -----------------------
Fairly new to Drupal, trying to determine what kind of performance we should expect from a stock Drupal install, with the optional modules (not the barebones option).
Read moreVarnish 3 can't cache, all MISSed. Using Drupal 7
Hello
My stack:
- Ubuntu / LAMP
- Drupal 7.14
- Varnish 3.0.2
- HTTP port 8080 / varnishd port 80
varnishd is running in front of backserver.
Basically, X-Varnish-Cache = MISS in header for ALL the pages, not caching anything at all.
I also tested in http://www.isvarnishworking.com , the result confirmed, please see my screenshot below
HTTP header screenshot:

www.isvarnishworking.com test result screenshot:
Read morenginx: The page you are looking for is temporarily unavailable
I am using nginx, with php-fm. I am using webform module. when I try to add components to a webform nginx redirects to this page:
The page you are looking for is temporarily unavailable.
Please try again later.
nginx error log:
Read moreD7 directions: Community Media?
The D7 Community Media project, http://groups.drupal.org/community-media, (previously Open Media Project in D6, http://groups.drupal.org/open-media-project) is an end-to-end suite of modules for managing Public Access TV station assets relevant to producers: shows, airings, scheduling, video media assets, transcoding, playback server integration, media archiving, producer projects, physical and studio inventories, and continuing education classes.
Read moreProblem with theme_render_template() and custom Display Suite tpl.php-file
I'm new to display suite and ran surprisingly into a problem that occurs only when trying to preview a page based on a content type using display suite. I got two warnings, that files that are "obviously" there are not found by the theme_render_template()-routine in theme.inc (line 1382).
One could maybe ignore the problem since the site is working except for previewing. But I was a bit worried.
Apparently the function searches for a file using "-" in the file name where I used "_".
Ergo: NEVER use underscores in the filename of the customname.tpl.php.
My path structure was
Read more

