Chris,
You’ll need something custom, at leeast that’s how I solved it
I added an extra file field so people could upload the file, using
hook_node_insert/hook_node_update I intercepted the upload, converted it, and
store the result in the other file field.
You could do it using a custom file f
Hi,
Check to cookie that gets set by Drupal, check the expire time
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of Nam PHAM
Sent: vrijdag 6 juli 2012 13:00
To: development@drupal.org
Subject: Re: [development] Auto logout when users close browser.
Hi,
Hi,
Are you sure you are allowed to change the setting, if you go to
admin/reports/status/php is the cookie_lifetime set to 0?
Cheers
Peter Droogmans
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of Nam PHAM
Sent: vrijdag 6 juli 2012 12:31
To
Hi,
Check your settings.php file, drupal is setting the cookie lifetime as well
using ini_set<http://php.net/ini_set>('session.cookie_lifetime', 200);
Cheers
Peter Droogmans
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of Nam PHAM
Sam,
I would opt for option 2, it's the most flexible in the long run.
We have one client with 65.000 nodes (25 fields each) and they are using views
+ exposed filters to search them, but it's an internal site so only a couple of
users, the site is still quick (results are shown in less than a
Dear,
This list is for Drupal core development, regarding your question: this is
possible with standard cck module.
Cheers
Peter Droogmans
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of ??
Sent: zondag 26 februari 2012 16:22
To: development
Hi,
My 2 cents, give nginx a try, I started using it with
http://drupal.org/project/barracuda and I'm now using it in combination with
aegir for my remote servers and to be honest it was one of the best decision
ever ;p
Cheers,
Peter
From: development-boun...@drupal.org [mailto:development-b
Hi,
You can use %get[campaign] as default value for a web component, so the easiest
is to add a hidden component to store this, for the redirect you need a custom
module with a hook-form-alter, see http://drupal.org/node/952342#comment-4134176
Best regards,
Peter Droogmans
Attiks
Ketsstraat
ut it can't be that hard to
add ;p
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
Belgium
32 3 288 61 17
32 497 44 44 77
-Original Message-
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of Steven Jones
Sent: donderdag 2
Isn't it safer to just provide another backend logging module, that does nothing
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
Belgium
32 3 288 61 17
32 497 44 44 77
-Original Message-
From: development-boun...@drupal.org [mailto:development-boun...@drupa
On windows I'm using http://sourceforge.net/projects/gitextensions/ for the
moment and pretty happy about it
Met vriendelijke groeten,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
03 288 61 17
0497 44 44 77
-Original Message-
From: development-boun...@drupa
There is a module that makes one table for each content type, much like cck
worked in drupal 6
met vriendelijke groeten,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
03 288 61 17
0497 44 44 77
-Original Message-
From: Jamie Holly [hovercraf...@earthlink.net]
Received: Friday, 11
for desktop machines, better have a look at a real server.
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
Belgium
32 3 288 61 17
32 497 44 44 77
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of Kamal Palei
Sent: vrijdag 11 februari
Brice,
Did you have a look at features, it can export fields on users
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
Belgium
32 3 288 61 17
32 497 44 44 77
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of Greenman
Sent: donderdag
y rand().You can always extend the
subquery with the same WHERE as the parent, but it will slow down the whole
thing.
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
Belgium
32 3 288 61 17
32 497 44 44 77
-Original Message-
From: development-boun...@drupal.org [
Peter,
You can do this with rules, it has support for scheduled actions
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
Belgium
32 3 288 61 17
32 497 44 44 77
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of Greenman
Sent
Nancy,
You had a look at http://drupal.org/node/401622
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
Belgium
32 3 288 61 17
32 497 44 44 77
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of nan wich
Sent: vrijdag 15 oktober 2010 2
Earnie,
I think you still can use og, but only use it for the user management not for
the posts. Just create a dummy node type (my_people) so admins can add, edit,
remove users.
Other solution would be to add a profile field (admin only) and use it to store
the creating user. Afterwards build
Bob,
1. Have a look at aegir (http://groups.drupal.org/aegir-hosting-system) and
combine it with some install profiles
2. You can set the themes per site
3. Have a look at context module, it includes an editor to drag and drop blocks
4. Users are set per site, so no worries
-Original Mess
Mike,
Easiest way (at least for me) is to use jQuery to change the textfield to a
combobox.
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
Belgium
32 3 288 61 17
32 497 44 44 77
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of
We solved this problem by using tablewizard (tw) to make the data available to
Drupal and views. If you combine it with bef and views_savedsearches you can
accomplish the same.
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
Belgium
32 3 288 61 17
32 497 44 44 77
Hi,
You can also use cck permission, it’s part of the cck package. Define three
fields and assign permissions accordingly
Cheers
Peter
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of Lee Rowlands
Sent: maandag 15 februari 2010 8:59 PM
To: development@
It doesn't exist
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of Gastón Pablo Pérez
Sent: maandag 25 januari 2010 8:49 PM
To: development@drupal.org
Subject: Re: [development] Drush consulting
On Mon, Jan 25, 2010 at 4:45 PM, Justin Gruenberg
mailto:jus
Try drush sm -pipe
It gives a list of enabled modules, space separated so you can use the output
as input for drush dl
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
Belgium
32 3 288 61 17
32 497 44 44 77
From: development-boun...@drupal.org [mailto:development-boun
You can do the opposite, define a tt function if the module doesn't exist, it
keeps your code cleaner
Met vriendelijke groeten,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
pe...@attiks.com
03-288 61 17
0497-44 44 77
-Original Message-
From: mark burdett
Sent: woensd
You can also have a look at the webfm project.
Met vriendelijke groeten,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
pe...@attiks.com
03-288 61 17
0497-44 44 77
From: Ken Winters
Sent: zondag 13 september 2009 18:37
To: development@drupal.org
Subject
This has not much to do with Drupal, since you're using a non standard web font
the best you can do is convert it using textimage to convert the text to an
image using your ttf file (see http://drupal.org/project/textimage)
If you're using this font for the body text, you better provide an alter
t new page
i just wanted to know why drupal is saving all the page content in database ..
if we have many pages then it may slow down the database and also page loading.
On Fri, Jul 31, 2009 at 12:14 PM, Peter Droogmans
mailto:pe...@attiks.com>> wrote:
What you want to do is possible
What you want to do is possible, have a look at hook_menu, this defines the
path for your page, but I don't really understand what's your objection to
saving your data in the database. What is it you want to achieve?
Best regards,
Peter Droogmans
Attiks
Ketsstraat 94
2140 Borgerhout
The weight of modules can be found in the system table
From: development-boun...@drupal.org [mailto:development-boun...@drupal.org] On
Behalf Of nan_w...@bellsouth.net
Sent: vrijdag 24 juli 2009 18:40
To: development
Subject: SPAM --- [development] Howto: Override $node_url in theme
My modul
You can also have a look at the combo field, see http://drupal.org/node/119102
and http://groups.drupal.org/node/14009
I tried the patch last week but you may run into problems if files get removed,
see the comments at the end of the thread.
Cheers,
Peter Droogmans
32 497 44 44 77
You can have a look at coder (http://drupal.org/project/coder) and deadwood
(http://drupal.org/project/deadwood and http://boombatower.com/tools/deadwood),
the first one gives you pointers on how to convert, the second one tries to
convert it for you.
If all other modules are available for D6 1
32 matches
Mail list logo