Drupal

Events happening in the community are now at Drupal community events on www.drupal.org.
lorlarz2's picture

Want to add Easy pop-up 'tooltips' on Any Page?

Easiest way to have pop-up "tooltips" ANYWHERE.
Procedure to do it:

  • Find the Drupal folder with your theme's .info file and
    add stylesheets[all][] = mytooltip.css (under other similar lines)
  • In Notepad (or any raw text editor) make the following file :

    span.tooltip span
    {
    

    display:none;
    }
    span.tooltip:hover span
    {
    display:inline;
    position:absolute;
    background:#FFFF99;
    border:1px solid silver;
    color:maroon;
    width:200px;
    margin-top:20px;
    margin-left:-5px;
    font-size:smaller;
    line-height:1em;

Read more
python1340's picture

Omega template.php vs. preprocess/process

From what I understand, the proper place to put code to alter a form is in hook_form_alter. So I created a function mytheme_alpha_form_alter() and put it in template.php. Everything works fine, however the comments in template.php suggest that I should keep that file "as clean as possible" and to use the preprocess and process subfolders instead. So in trying to do things the proper alpha/omega way, I created a file preprocess/preprocess-page.inc and did the form modification code inside mytheme_alpha_preprocess_page(). This also works, but sure seems ugly.

Read more
kyk36's picture

busqueda de archivos en drupal7

hola buen dia

estoy adjuntando archivos en paginas de mi proyecto, manejo drupal 7 si me hace la busqueda pero al buscar archivos adjuntos no me muestra ninguno, sólo el contenido que esta escrito dentro del mismo drupal.

alguna ayuda? o comentario? :O

gracias

Read more
python1340's picture

Can I sell SaaS based on Drupal?

Is it possible to sell an online service (SaaS) that is based on Drupal without being forced to distribute my PHP module source code?

Read more
kyk36's picture

lector pdf

Hola buen dia

Estamos utilizando filedepot en drupal 7 para la gestion de archivos pdf, pero uno de los requerimientos del cliente es poder visualizar sin descargar ese archivo, alguien podria orientarnos en saber qué modulos hay? ya sea para drupal 6 o drupal 7 que puedieran servir como lector de los archivos pdf?

Hay la posibilidad de que nos cambiemos a drupal 6 si asi se requiere, lo que queremos es que ya se puedan visualizar los archivos pdf :-(

su ayuda nos serviría mucho ;-)

gracias

Read more
artemboiko's picture

Drupal QA cheklist

I make checklist, but i don't confident this list is right,

Drupal QA
Cheсklist
Functional
Security
Load & Performance
Localization
Usability

1.Functional
check functional on server phpmail, and other functions and apps for server
check watchdog
check version module drupal.org on site.
test developer modules (write test by simple test).
Automated Functional Testing Selenium , Windmill etc

2.Security
check configure on server (rewrite for module, files private etc), security file permission
check security review, (drupal module)
delete files in “/”

Read more
dsqmoore001's picture

Would Bath, ME be a spot people can make it to?

Bath would be fine.
25% (1 vote)
Brunswick works better for me.
50% (2 votes)
Freeport?
0% (0 votes)
I have a great spot! Here it is!
0% (0 votes)
Portland, why anywhere else!
25% (1 vote)
Total votes: 4
kwattro's picture

Reading the Drupal Ladder

Hello,

We organize next saturday a learn sprint in belgium at the BrainDUG meeting.

I've read the ladder till the "Write tests" chapter and I have some suggestions / remarks for helping organizers .

  1. Getting started in the issue queue

I think this chapter go too fast comparing on the two next ones, people have to directly submit an issue. If think regarding the name of the chapter, it could be the place to explain how is organized the Drupal issue list, what are the meaning of the different status, prios, ... Explain what is shown when we choose an issue page.

Read more
adamevertsson's picture

Schemat för DrupalCamp Göteborg är klart!

O'hoj drupalvänner!

Nu på lördag är det dags för det första DrupalCampet i Göteborg! För er som missat vad det är så kan det sammanfattas med en hel dag fylld med föreläsningar om och kring Drupal med en avslutande middag och fest på kvällen. Allt detta för bara 100 kronor!

Följ följande länkar för att läsa mer:
Schemat med alla sessioner
Middag efter campet ingår

Read more
svettes's picture

PM BoF Notes are online!

For those interested, I've posted the notes from a PM BoF I held at Drupalcon Denver! Some really great content came from that meeting, and I'm excited to share with you all and get your feedback :)

Here's a link: http://www.bluesparklabs.com/blog/project-mgmt-ops-bof-denver-drupalcon-...

Read more
Subscribe with RSS Syndicate content