| [00:00:11] | * negonicrac_ has joined #drupal-support |
| [00:00:53] | * negonicrac has quit (Read error: 104 (Connection reset by peer)) |
| [00:01:27] | * WT has quit ("x-chat") |
| [00:05:18] | * chendo[work] has joined #drupal-support |
| [00:05:33] | * naught101 has joined #drupal-support |
| [00:05:38] | <chendo[work]> | I have just installed the captcha module, but I can't seem to enable it for the user signup page |
| [00:05:54] | <chendo[work]> | I try to go to /user/register while logged in as an admin to enable it, but I get access denied |
| [00:06:13] | <hvgotcodes> | what does an invalid reply from an ftp client mean? It might mean time to switch hosting providers |
| [00:06:29] | <chendo[work]> | Since I have to go to a form to enable the captcha somehow |
| [00:09:26] | <lronPaw> | maaaan |
| [00:09:38] | <lronPaw> | anyone able to assist with ecommerce |
| [00:09:48] | <lronPaw> | also |
| [00:10:05] | <lronPaw> | anyone know if how you can specify no teaser for a particular node? |
| [00:12:19] | <sceo> | I just noticed my watchdog/logs are in GMT, is that configurable? |
| [00:13:58] | * cwgordon7 has quit (Read error: 110 (Connection timed out)) |
| [00:15:04] | * cwgordon7_ is now known as cwgordon7 |
| [00:16:28] | * thumb has joined #drupal-support |
| [00:16:32] | * maynards-girl has joined #drupal-support |
| [00:17:42] | * confetti has joined #drupal-support |
| [00:17:57] | * confetti has left #drupal-support () |
| [00:19:58] | * igor__ has joined #drupal-support |
| [00:21:00] | * thumb has quit (Client Quit) |
| [00:21:14] | * thumb has joined #drupal-support |
| [00:22:36] | * cpgeek has quit () |
| [00:26:02] | * koolhead17 has left #drupal-support () |
| [00:26:23] | * confetti has joined #drupal-support |
| [00:26:45] | * davidstrauss has joined #drupal-support |
| [00:29:57] | * confetti has quit (Client Quit) |
| [00:30:31] | <threexk> | does anyone know a way to inline CCK fields with CSS? the method I am using does not work well |
| [00:30:40] | * confetti has joined #drupal-support |
| [00:32:40] | * confetti has quit (Client Quit) |
| [00:32:51] | * confetti has joined #drupal-support |
| [00:33:43] | <level09> | node-ccktype.tpl.php |
| [00:33:57] | * jonhattan has quit ("Ex-Chat") |
| [00:34:05] | * UltimateBoy has joined #drupal-support |
| [00:34:17] | * hydrian has joined #drupal-support |
| [00:34:36] | <hydrian> | Ello all |
| [00:35:08] | <Michelle> | threexk - What do you mean by "inline" them? |
| [00:35:09] | * confetti has quit (Client Quit) |
| [00:35:17] | <level09> | foreach ($node->content as $key=>$field) { print <div class='inline'> $field['#value'] </div> } |
| [00:35:26] | <level09> | :D |
| [00:35:41] | <hydrian> | Does anybody know of a module that allows you to add a textarea (or any other type of HTML form element) to a specific type of node type? |
| [00:35:50] | <level09> | div.inline { display: inline; width: auto !important; } |
| [00:35:52] | <level09> | :D |
| [00:36:00] | <Michelle> | Why not just do it thru the UI? |
| [00:36:11] | <Michelle> | Click the dropdown and select inline |
| [00:36:38] | <level09> | c'mon I wrote all that code for nothing :D |
| [00:37:10] | * mortenq has joined #drupal-support |
| [00:37:32] | * thumb has quit () |
| [00:37:41] | <lronPaw> | anyone know if how you can specify no teaser for a particular node (ie, frontpage sticky?) |
| [00:38:13] | <Michelle> | lronPaw - The manual way would be to put <!--break--> at the end |
| [00:38:21] | * davidstrauss has quit () |
| [00:38:56] | <threexk> | level09, Michelle: sorry, I meant CCK node form fields |
| [00:39:22] | <Michelle> | Ah, I've been working on that myself. Haven't quite got there, but I used a module to start with... Hang on |
| [00:39:37] | <level09> | tweakbox? |
| [00:39:37] | <Druplicon> | tweakbox is a module for teaser management http://drupal.org/project/tweakbox |
| [00:39:58] | <Michelle> | http://drupal.org/project/wp_comments |
| [00:40:05] | <Michelle> | I stole the code from there |
| [00:40:05] | <level09> | hook_form_alter? |
| [00:40:06] | <Druplicon> | hook_form_alter: Perform alterations before a form is rendered. => hook_form_alter(&$form, $form_state, $form_id) => http://api.drupal.org/api/function/hook_form_alter/6 |
| [00:40:44] | * chendo[work] has left #drupal-support ("Leaving") |
| [00:41:44] | <lronPaw> | Michelle i tried what you suggest but its not having an effect |
| [00:42:08] | <Michelle> | Wierd... Always worked when I did that |
| [00:42:13] | <Michelle> | v? |
| [00:42:13] | <Druplicon> | What version of Drupal? The answer can vary widely depending on your version. |
| [00:42:20] | <lronPaw> | 5.7 |
| [00:42:39] | <lronPaw> | even the preview says the trimmed version shows where the break is but it doesn |
| [00:43:01] | * Ronin1234 has quit (Read error: 104 (Connection reset by peer)) |
| [00:43:03] | * RoninBaka has joined #drupal-support |
| [00:43:09] | <lronPaw> | hmm |
| [00:43:10] | <lronPaw> | works now |
| [00:43:12] | <lronPaw> | thakns! |
| [00:43:31] | <lronPaw> | now |
| [00:43:40] | <lronPaw> | ecommerce.. how can i config anon purchase |
| [00:43:53] | <lronPaw> | well i have it config for registred only but it allows anon |
| [00:43:55] | * e-anima has quit ("www.artwaves.de") |
| [00:43:56] | <lronPaw> | purchasing |
| [00:44:05] | <lronPaw> | client is getting shitty and so am i |
| [00:48:02] | * ekiczek has joined #drupal-support |
| [00:49:34] | * [alphex]_ has joined #drupal-support |
| [00:50:05] | * hvgotcodes has quit ("Leaving") |
| [00:51:56] | * Davea1 has quit ("Leaving") |
| [00:54:02] | * jonnyg has joined #drupal-support |
| [00:54:20] | <jonnyg> | where is the message "You are not authorized to access this page" printed from..? I'd like to enclose it in a div so I can style it |
| [00:57:15] | * thumb has joined #drupal-support |
| [00:57:50] | * [alphex] has quit (Read error: 110 (Connection timed out)) |
| [01:02:40] | * ComputerNap has joined #drupal-support |
| [01:02:52] | <ComputerNap> | Could someone help me with imagecache? |
| [01:03:00] | <ComputerNap> | It's not working at all |
| [01:03:02] | * Michelle has quit () |
| [01:03:26] | <ComputerNap> | I can't get it to create directories or images |
| [01:07:28] | * jonnyg has quit () |
| [01:08:30] | * thumb has quit () |
| [01:09:50] | * RoninBaka has quit (Read error: 104 (Connection reset by peer)) |
| [01:09:54] | * RoninBaka has joined #drupal-support |
| [01:10:46] | * igor_ has joined #drupal-support |
| [01:11:21] | <NateSide> | is there a way to clear the caches in drupal (5x) or do i have to use phpmyadmin? |
| [01:11:50] | <level09> | why |
| [01:11:59] | <level09> | what caches? |
| [01:12:06] | * utter_laptop is now known as utter_laptop|awa |
| [01:12:12] | <level09> | if u are creating modules, u can use devel |
| [01:12:17] | <level09> | devel? |
| [01:12:17] | <Druplicon> | Devel is a useful module for getting extra information about your site, such as database calls and form element names. It's useful for developing themes and custom modules. Download is http://drupal.org/project/devel and docs are at http://drupal.org/node/174575 |
| [01:13:36] | <NateSide> | page cache, ill just use phpmy admin, i just turned on javascript aggregation and its not happening, nor is my css aggregation happeing, im thinking i need to clear the cache |
| [01:16:47] | * bflora has left #drupal-support () |
| [01:17:28] | * Ronin1234 has joined #drupal-support |
| [01:20:30] | <hydrian> | NateSide: did you do the theme hack method or the "proper" way? |
| [01:21:06] | <hydrian> | Does anybody know of a module that allows you to add a textarea (or any other type of HTML form element) to a specific type of node type? |
| [01:30:32] | * Dreamhoster has joined #drupal-support |
| [01:30:57] | * igor_ has quit (Read error: 113 (No route to host)) |
| [01:32:13] | * igor__ has quit (Read error: 110 (Connection timed out)) |
| [01:34:19] | * stephthegeeky has joined #drupal-support |
| [01:36:52] | * negonicrac_ has quit (Read error: 104 (Connection reset by peer)) |
| [01:40:32] | * RoninBaka has quit (Connection timed out) |
| [01:43:12] | * brainycat has quit (Read error: 113 (No route to host)) |
| [01:43:16] | * Themselve1 has left #drupal-support () |
| [01:43:18] | * level09 has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040413]") |
| [01:45:53] | * nikkiana has joined #drupal-support |
| [01:47:25] | * nikkiana has quit (Client Quit) |
| [01:50:01] | * Themselves has joined #drupal-support |
| [01:51:19] | * Ronin1234 has quit (Read error: 104 (Connection reset by peer)) |
| [01:51:57] | * GGregg has left #drupal-support () |
| [01:53:07] | * mdlueck has joined #drupal-support |
| [01:53:08] | * Themselves has left #drupal-support () |
| [01:53:33] | * RoninBaka has joined #drupal-support |
| [01:54:43] | <mdlueck> | Anyone know what is contained in the variable $header? Does not seem to contain anything in several domains I admin, thus wondering its purpose in the theme. |
| [01:54:43] | * aim_pagan has joined #drupal-support |
| [01:56:25] | <NateSide> | This is nice, im using the gmap module, but users dont even ever see it, just admins, but every one downloads the javascript for it, on every page! |
| [01:57:22] | <ComputerNap> | I really need some help with imagecache. It's not producing anything at all. |
| [02:05:12] | * RobertMLaptop has joined #drupal-support |
| [02:05:49] | * Ronin1234 has joined #drupal-support |
| [02:08:13] | * mdlueck has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040414]") |
| [02:08:22] | * xur1z has joined #drupal-support |
| [02:09:14] | * Bunse1 has joined #drupal-support |
| [02:10:39] | * RoninBaka has quit (Connection reset by peer) |
| [02:10:43] | * RoninBaka has joined #drupal-support |
| [02:11:17] | * Ronin1234 has quit (Read error: 104 (Connection reset by peer)) |
| [02:12:39] | * btopro has joined #drupal-support |
| [02:12:51] | <btopro> | anyone here with d.o. administer nodes access? |
| [02:15:54] | * sean_s_oreilly has joined #drupal-support |
| [02:17:16] | * RobertLaptop has quit (Read error: 113 (No route to host)) |
| [02:19:09] | * Michelle has joined #drupal-support |
| [02:21:02] | * Samonoske has joined #drupal-support |
| [02:21:18] | * Thomas_Zahreddin has joined #drupal-support |
| [02:22:09] | * negonicrac has joined #drupal-support |
| [02:22:50] | * brainycat has joined #drupal-support |
| [02:23:03] | <sceo> | seen bshumate? |
| [02:23:03] | <Druplicon> | bshumate was last seen in #drupal 4 days 8 hours ago saying 'ha! my children frequently disassemble me!'. |
| [02:24:35] | * dchakrab has quit () |
| [02:24:44] | * btopro has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008061004]") |
| [02:24:59] | * RoninBaka has quit (Read error: 104 (Connection reset by peer)) |
| [02:25:09] | * RoninBaka has joined #drupal-support |
| [02:25:44] | * ComputerNap has quit () |
| [02:25:46] | * Bunse1 has left #drupal-support ("Leaving.") |
| [02:26:28] | * wojtha_ has quit ("Leaving") |
| [02:30:03] | * RoninBaka has quit (Read error: 104 (Connection reset by peer)) |
| [02:30:07] | * RoninBaka has joined #drupal-support |
| [02:30:53] | * RoninBaka has quit (Read error: 104 (Connection reset by peer)) |
| [02:30:59] | * RoninBaka has joined #drupal-support |
| [02:32:36] | * maynards-girl has quit () |
| [02:36:24] | * RoninBaka has quit (Read error: 104 (Connection reset by peer)) |
| [02:36:26] | * Ronin1234 has joined #drupal-support |
| [02:37:48] | * MattV has joined #drupal-support |
| [02:39:14] | * Davea1 has joined #drupal-support |
| [02:39:19] | * doopokko has quit (Read error: 110 (Connection timed out)) |
| [02:39:49] | * ceardach has joined #drupal-support |
| [02:43:16] | * Thomas_Zahreddi1 has quit (Read error: 110 (Connection timed out)) |
| [02:44:29] | <Travis_Carden1> | Hey, all. Does anyone know of a good way to do a podcast feed in Drupal 6? |
| [02:45:18] | * Jonathan_R has quit (Remote closed the connection) |
| [02:46:00] | * Jonathan_R has joined #drupal-support |
| [02:46:18] | * ipwa has joined #drupal-support |
| [02:49:03] | * ipwa_ has joined #drupal-support |
| [02:49:10] | * ipwa_ has quit (Remote closed the connection) |
| [02:50:26] | * alpritt has left #drupal-support () |
| [02:52:48] | * tz has joined #drupal-support |
| [02:53:08] | <tz> | hello everyone |
| [02:53:17] | <tz> | i need someone with exp in subform module |
| [02:53:19] | * sparr has joined #drupal-support |
| [02:53:31] | <tz> | i need to combin user_registration with a node_form |
| [02:53:36] | <tz> | any help would be appreciated |
| [02:59:09] | * thinkling has quit () |
| [03:01:27] | <tz> | guess everyone is sleep |
| [03:03:34] | <Crell> | What are you trying to do and why? |
| [03:03:50] | * ipwa__ has quit (No route to host) |
| [03:04:27] | <tz> | i am tring to make one form that will create a group with og groups and create a admin user at the same time |
| [03:04:59] | <tz> | group manager not admin sorry |
| [03:05:53] | * ipwa has quit (Read error: 110 (Connection timed out)) |
| [03:06:10] | <tz> | Crell: any ideas? |
| [03:06:27] | * DynV has joined #drupal-support |
| [03:06:45] | * Dreamhoster has quit (Read error: 110 (Connection timed out)) |
| [03:07:10] | <Crell> | Um. Don't do it. :-) OG is a wacky enough module as is without trying to create user accounts with it. |
| [03:07:38] | <tz> | i needs to be done for a project |
| [03:07:41] | <tz> | have to fig out away |
| [03:07:42] | <Crell> | The only thing I can think of is to use nodeprofile and make the OG node a user profile node, but that would expose an Og-per-user. |
| [03:07:53] | <tz> | I c |
| [03:07:59] | <tz> | very smart aproach |
| [03:08:06] | <tz> | I like it |
| [03:08:11] | <tz> | thx |
| [03:08:14] | * develCuy has joined #drupal-support |
| [03:08:16] | <Crell> | Not realy. :-) As I said, it means og-per-user. |
| [03:08:49] | * aaronwinborn has quit (Remote closed the connection) |
| [03:08:51] | * develCuy has quit (Read error: 54 (Connection reset by peer)) |
| [03:09:25] | <tz> | o yea that is a problem |
| [03:09:30] | <tz> | big one |
| [03:10:39] | <threexk> | is there a way to put comments in HTML that aren't transmitted? |
| [03:10:39] | * gusaus has joined #drupal-support |
| [03:10:40] | <tz> | any other ideas? |
| [03:11:23] | <threexk> | I guess I could just use PHP |
| [03:13:09] | <Crell> | tz: Do you want to create the OG first, or the user first? |
| [03:13:18] | * purserj has quit (Remote closed the connection) |
| [03:13:23] | * purserj has joined #drupal-support |
| [03:13:29] | <Crell> | And how's your PHP code? :-) |
| [03:13:39] | <tz> | i think i have to create OG first |
| [03:13:48] | <tz> | then a og and make the user a manager |
| [03:13:50] | <tz> | but anyway will be fine |
| [03:14:09] | <Crell> | Remember that the OG owner will be the user that created the node. |
| [03:14:17] | <Crell> | Then there's any number of additional admins. |
| [03:14:22] | <tz> | no um |
| [03:14:33] | <tz> | og creator will be a Administrator |
| [03:14:35] | <tz> | not group manager |
| [03:14:54] | <tz> | like super admin |
| [03:15:11] | <Crell> | OK, so you have to remember to only create OGs as uid 1. :-) |
| [03:15:17] | * Crell has a site like that. *shudders* |
| [03:15:25] | <Crell> | 2, actually. |
| [03:15:53] | <tz> | yea |
| [03:16:14] | <tz> | just need one form ...i tried to get pathauto to work but u can't call user_register |
| [03:16:27] | <tz> | or a wizard need to dummy proof the process |
| [03:16:42] | <Crell> | pathauto has nothing to do with it. |
| [03:17:12] | <tz> | was thinking of setting up the add user form then have it redirect to add group form and post the manager username |
| [03:17:14] | <Crell> | It sounds like you want to do some weirdness with hook_form_alter. Add your own fields to the OG node edit form, but only when adding a new OG, and then add a new submit handler that manually creates a user. |
| [03:17:27] | <tz> | yes |
| [03:17:32] | <tz> | that was my first approach |
| [03:17:37] | <Crell> | Didn't work? |
| [03:17:37] | <tz> | but was getting messy |
| [03:17:46] | <Crell> | What you are doing is messy. :-) |
| [03:18:04] | <tz> | well gettting it to submit user then group_node |
| [03:18:11] | <tz> | issues |
| [03:18:26] | <Crell> | No, it submits the OG first, then you manually create the user. |
| [03:19:01] | <tz> | yea but i need the not technical admin to do this in one step |
| [03:19:04] | <tz> | 2 max |
| [03:19:43] | <Crell> | Right. With hook_form_alter, you can basically code your own user creation routine and have it do as much or as little as you want. |
| [03:19:55] | <tz> | ok i will go back to that |
| [03:21:05] | <tz> | was haivng trouble decifering the user_regiester func |
| [03:22:15] | * Pingers27 has joined #drupal-support |
| [03:26:09] | * dragonwize has joined #drupal-support |
| [03:28:07] | <Crell> | Oh it's a nightmare. :-) |
| [03:28:10] | <Crell> | But you don't want to call that directly. |
| [03:28:23] | <Crell> | You can create a new $account object, populate it with the right fields, and call user_save() on it directly. |
| [03:28:39] | <Crell> | If you set that up properly, that will be the least-buggy approach. |
| [03:30:45] | <dragonwize> | Can you add custom submit functions to the content type admin forms? adding to the #submit array doesn't seem to work |
| [03:33:38] | * sceo has left #drupal-support () |
| [03:37:00] | <lronPaw> | hi |
| [03:37:23] | <Crell> | dragonwize: You definitely can. |
| [03:37:34] | <lronPaw> | can anyone help/suggest how to change links (create an account, forgot passowrd) with buttons? |
| [03:38:12] | <dragonwize> | Crell: how? |
| [03:38:38] | <dragonwize> | I can't find a module that actually does it |
| [03:38:44] | <Crell> | In hook_form_alter, $form['#submit']['your_function'] = array(); |
| [03:39:30] | <tz> | hum |
| [03:40:22] | <dragonwize> | that is D5 on am on D6 and it is $form['#submit'][] = 'fucntion_name'; however this does not work on these forms, I have a feeling it is because node_form_submit unsets the submit array along with several others during its call |
| [03:40:51] | <Crell> | Ah. I've not worked with FAPI 3 yet, honestly. |
| [03:40:54] | <Crell> | Try #Drupal for that. |
| [03:42:17] | * doopokko has joined #drupal-support |
| [03:43:39] | * renga has quit (Read error: 113 (No route to host)) |
| [03:46:02] | * renga has joined #drupal-support |
| [03:48:01] | * NateSide has quit () |
| [03:48:28] | * bshumate has joined #drupal-support |
| [03:52:44] | <tz> | man i don't have many options |
| [03:52:53] | * troythetechguy has quit ("Ex-Chat") |
| [03:53:00] | <tz> | but thanx Crell |
| [03:53:06] | <Crell> | Good luck, dude. |
| [03:53:26] | <tz> | u don't think subform will work |
| [03:53:30] | <tz> | with user_reg |
| [03:53:38] | <Crell> | Never tried it, honestly. |
| [03:53:39] | <tz> | then add a subform type |
| [03:53:41] | <Crell> | Well, not true. |
| [03:53:51] | * CrookedNumber has quit () |
| [03:53:52] | <Crell> | I did once before, over a year ago, and it scared me away. |
| [03:53:59] | <Crell> | But a year is a long time in Drupal. :-) |
| [03:54:04] | <tz> | i have noticed |
| [03:56:23] | * romunov has quit (Read error: 104 (Connection reset by peer)) |
| [03:57:03] | * threexk has quit (Read error: 104 (Connection reset by peer)) |
| [03:58:28] | * romunov has joined #drupal-support |
| [04:01:57] | * Moonshine_laptop has joined #drupal-support |
| [04:04:08] | * dragonwize has left #drupal-support () |
| [04:05:39] | * Michelle2 has joined #drupal-support |
| [04:06:04] | * Michelle has quit (Nick collision from services.) |
| [04:06:05] | * Michelle2 is now known as Michelle |
| [04:11:15] | * renga has quit (Read error: 113 (No route to host)) |
| [04:11:43] | * dchakrab has joined #drupal-support |
| [04:14:09] | * avolve has joined #drupal-support |
| [04:15:10] | * Nikki_ has quit (Read error: 113 (No route to host)) |
| [04:16:07] | * avolve has quit (Client Quit) |
| [04:16:12] | * dougvann_ has quit (Remote closed the connection) |
| [04:22:39] | * thinkling has joined #drupal-support |
| [04:23:32] | * yhager|away has quit (Remote closed the connection) |
| [04:29:47] | * Egyptian[Home1 has quit (Read error: 104 (Connection reset by peer)) |
| [04:36:10] | * bflora has joined #drupal-support |
| [04:36:19] | <bflora> | Can I call a module's function from my theme? |
| [04:36:27] | <bflora> | or do I have to add it to template.tpl.php? |
| [04:37:10] | <Crell> | Every time you call a function from a template file, god kills a kitten. |
| [04:37:22] | <bflora> | blah blah blah |
| [04:37:29] | <bflora> | in the meantime |
| [04:37:30] | <bflora> | :) |
| [04:37:55] | <bflora> | I'm trying to write a php snippet |
| [04:38:17] | <bflora> | that will tell me if current user has a pending buddy request with the author of whatever node they're looking at |
| [04:38:34] | <bflora> | there appears to be a function in buddylist that will return an array of all pending requests for a passed uid |
| [04:38:49] | * dchakrab has quit () |
| [04:38:59] | <Crell> | v? |
| [04:38:59] | <Druplicon> | What version of Drupal? The answer can vary widely depending on your version. |
| [04:39:11] | <bflora> | so it would seem that I could call that function, pass current UID through it and check to see if the node->uid is in the array |
| [04:39:13] | <bflora> | D6 |
| [04:39:15] | <bflora> | D5 |
| [04:39:16] | <bflora> | not 6 |
| [04:39:17] | <bflora> | 5 |
| [04:39:19] | <Crell> | :-) |
| [04:39:46] | <bflora> | but I'm trying just to call that function, and dpm() the array |
| [04:39:49] | <bflora> | and nothing's happening |
| [04:40:02] | <Crell> | What you want to do is model D6's preprocess functions, and then use that to add an extra variable from a preprocess function that you can just print in the template. |
| [04:40:18] | <Crell> | http://www.garfieldtech.com/blog/preprocess-drupal-5 |
| [04:40:31] | <bflora> | ok, I'll read that |
| [04:40:41] | <bflora> | but can I call a module function from my template? |
| [04:40:59] | <Crell> | It will execute, yes, assuming the module is enabled. |
| [04:41:04] | <Crell> | It's just an extremely bad idea. |
| [04:41:27] | <bflora> | is it a bad idea because "cool kids don't do it" or because there's tangible downside |
| [04:41:38] | <bflora> | right now I just want to make sure it works |
| [04:41:59] | <Crell> | Both. :-) |
| [04:42:23] | <bflora> | my php skills are really weak, so I can't exactly code up a whole module, I need ot test on a live site whre I can see if its working or not |
| [04:42:28] | <Crell> | The downside is that you are no longer separating logic and layout. That sort of thing will bite you later. |
| [04:42:33] | <Crell> | I speak from much painful experience. |
| [04:43:07] | <bflora> | see, I hear that all the time, but can you give a brief example of being bitten by that? |
| [04:44:28] | <Crell> | I had a site a colleague of mine built in Drupal in which he was putting all his PHP code into the template file, and then custom-printing bits and pieces of HTML to build up the result. |
| [04:44:37] | <Crell> | I was called in after he left to figure out why it was slow. |
| [04:44:48] | <Crell> | It was slow because he was doing 100 node_load() calls in the template. :-) |
| [04:45:07] | <Crell> | That should have been easy to fix, but because all of the code was intermingled it was a nightmare to unravel. |
| [04:45:18] | <bflora> | gotcha |
| [04:45:30] | <Crell> | I basically had to spend 2 days rewriting that entire page, the view that went with it, and the templates to make it not suck. |
| [04:45:47] | <Crell> | In its new, more well-factored form we can make changes to it in a quarter the time or less. |
| [04:46:00] | <bflora> | gotcha |
| [04:46:26] | <bflora> | well I'm just testing out some ideas now, but yeah, I'll keep that in mind if this goes into production or someone other than me plays around with it |
| [04:46:45] | * doopokko has quit (Read error: 110 (Connection timed out)) |
| [04:46:50] | <Crell> | That someone else is frequently you in 5 months, after you've forgotten what you're doing. :-) |
| [04:47:13] | * negonicrac has quit ("Ex-Chat") |
| [04:47:33] | <bflora> | true true |
| [04:50:33] | * Souvent22_ has joined #drupal-support |
| [04:51:51] | * davidstrauss has joined #drupal-support |
| [04:52:49] | * tourguide has joined #drupal-support |
| [04:52:55] | <tourguide> | seen Doug_Vann |
| [04:52:55] | <Druplicon> | doug_vann was last seen in #drupal-support 1 week 6 days ago saying 'Here's a more general web question, One of my clients really wants the "JI-Skinks" font for a header. Should I j_ust make an image with a good alt tag? or is there a way to embed fonts in Drupal? '. |
| [04:53:17] | * davidstrauss has quit (Remote closed the connection) |
| [04:53:20] | * tourguide has left #drupal-support () |
| [04:53:52] | * tourguide has joined #drupal-support |
| [04:53:57] | <tourguide> | seen amazon |
| [04:53:57] | <Druplicon> | amazon was last seen in #drupalcon 2 hours 33 min ago saying 'pwolanin: one approach that might help is to look at the groups which are really popular as an indicator of popular topics for Szeged'. |
| [04:54:05] | * tourguide has left #drupal-support () |
| [04:54:45] | <aim_pagan> | hello. all i had a quick question on menus |
| [04:55:49] | <aim_pagan> | i wanted to have a admin settings block and a sub admin setting item. and the link to that item goes to 2 tabs, the first one is default local menu task. but i wasnt sure how to set it up. let me put up code if anyone thinks they know the menu system well |
| [04:56:04] | <Crell> | v? |
| [04:56:04] | <Druplicon> | What version of Drupal? The answer can vary widely depending on your version. |
| [04:57:02] | <aim_pagan> | 5.7 |
| [04:57:46] | <Crell> | The menu system is black magic in that version. :-) |
| [04:58:47] | <aim_pagan> | http://cl1p.net/arian |
| [04:59:23] | <aim_pagan> | the comments say what id like to do. pretty simple. but it alludes. me the other modules i looking at dont set it how i would think its set |
| [05:00:27] | <aim_pagan> | the PDD book shows u how to do it if it was like a regular menu but this mixes admin menus with those. maybe the 2nd link should just be a MENU_CALLBACK like an example shows |
| [05:00:38] | <Crell> | Tabs are always icky. I always have to look up how to do it myself. |
| [05:00:49] | <Crell> | Perhaps check the errata for the book? |
| [05:02:16] | <aim_pagan> | k |
| [05:05:48] | * tourguide has joined #drupal-support |
| [05:05:56] | * ohhi has joined #drupal-support |
| [05:06:33] | <tourguide> | bflora, http://www.clydehost.com/2008/06/29/drupal5-permissions-check-roles |
| [05:06:38] | <ohhi> | i just migrated my drupal install to a different host, and its prefixing alot of my stuff to /~username -- where now it should just be /, where would i find this option? iwas thinking base_url in settings.php but it didnt work |
| [05:06:43] | * mstef has quit ("Ex-Chat") |
| [05:06:44] | * Souvent22 has quit (Read error: 110 (Connection timed out)) |
| [05:07:08] | * tourguide has quit (Client Quit) |
| [05:08:28] | * sodani has quit () |
| [05:09:14] | * McGo has joined #drupal-support |
| [05:09:21] | * Moonshine_laptop has quit (Read error: 110 (Connection timed out)) |
| [05:10:38] | * threexk has joined #drupal-support |
| [05:15:37] | * AndyHu has joined #drupal-support |
| [05:15:46] | * [alphex]_ has quit ("This computer has gone to sleep") |
| [05:23:40] | * tz_ has joined #drupal-support |
| [05:25:33] | * tz_ has quit (Read error: 104 (Connection reset by peer)) |
| [05:26:00] | * tz_ has joined #drupal-support |
| [05:29:29] | * vvit_ has quit (Read error: 110 (Connection timed out)) |
| [05:29:31] | * thespuky_ has quit (Remote closed the connection) |
| [05:29:33] | * _DT has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008061015]") |
| [05:41:55] | * tz has quit (Read error: 110 (Connection timed out)) |
| [05:42:28] | * mikl has joined #drupal-support |
| [05:42:42] | * mortenq has quit (Read error: 110 (Connection timed out)) |
| [05:48:29] | * negonicrac has joined #drupal-support |
| [05:48:31] | * negonicrac has quit (Read error: 104 (Connection reset by peer)) |
| [05:57:18] | <aim_pagan> | cool got it. looked at the workflowng module menu settings and figured it out |
| [05:58:17] | * aim_pagan has quit () |
| [06:00:33] | * jascott has quit ("Leaving") |
| [06:02:22] | * ulfk has quit (Read error: 60 (Operation timed out)) |
| [06:03:52] | * ulfk has joined #drupal-support |
| [06:06:26] | * Sero has joined #drupal-support |
| [06:07:46] | * cpgeek has joined #drupal-support |
| [06:08:27] | * gusaus has quit () |
| [06:11:34] | * veo[d3] has joined #drupal-support |
| [06:15:45] | * bflora has left #drupal-support () |
| [06:16:10] | * Samonoske has quit (Read error: 110 (Connection timed out)) |
| [06:18:10] | * sicjoy has left #drupal-support () |
| [06:21:32] | * matslats has joined #drupal-support |
| [06:23:15] | * NateSide has joined #drupal-support |
| [06:23:31] | <NateSide> | i need help, real bad, any one around? |
| [06:24:19] | * bertboerand has joined #drupal-support |
| [06:24:34] | <NateSide> | i had my theme perfect (i thought) and I went and watched a movie, now everything is screwed up, everything seems to be working in ie, but in firefox everything is squished into the header |
| [06:24:57] | * christefano has joined #drupal-support |
| [06:25:00] | <NateSide> | can any one go to www.locatemytree.com and try it in ie and firefox and let me know if anything is messed up? |
| [06:25:45] | * doopokko has joined #drupal-support |
| [06:30:40] | <NateSide> | ok, what the crap, everything is under control, mostly |
| [06:30:56] | * mikl has quit ("Leaving...") |
| [06:32:04] | * Placinta has joined #drupal-support |
| [06:33:18] | <Placinta> | If anyone could help me, it seems that panels2-beta5 doesnt want to show blocks. When I embed a block into a panel page, I get a WSOD |
| [06:37:19] | <NateSide> | firefox 3/2 arhg! |
| [06:38:23] | <Placinta> | Nvm, solved. It seems that panels doesnt want to load template.php, and it doesn't see a function in it. |
| [06:40:03] | * mortenq has joined #drupal-support |
| [06:40:57] | * mortenq has quit (Client Quit) |
| [06:55:40] | <Placinta> | Is it normal that template.php isnt included before a panel page is displayed? |
| [06:57:27] | * bertboerand has quit () |
| [07:03:20] | <NateSide> | arg, logo is perfect in IE, and firefox 3, but it ends up centered in firefox 2, but if I add css position:absolute left:0px everthing goes crazy |
| [07:03:25] | <NateSide> | WTF? |
| [07:03:25] | <Druplicon> | WTF is commonly an abbreviation for Whiskey, Tango, FoxTrot, but is also the only valid measurement of code quality. Observe: http://www.osnews.com/images/comics/wtfm.jpg |
| [07:04:18] | <NateSide> | ok, thats sorta funny |
| [07:08:46] | * Zitter has joined #drupal-support |
| [07:09:14] | * afief has joined #drupal-support |
| [07:10:25] | * igor_ has joined #drupal-support |
| [07:11:46] | * igor__ has joined #drupal-support |
| [07:11:51] | * Crell has quit (Remote closed the connection) |
| [07:14:49] | <NateSide> | what, no ones awake? |
| [07:15:58] | * mikl has joined #drupal-support |
| [07:16:19] | <afief> | NateSide, I am, but then again for me it's 10AM right now |
| [07:16:51] | <NateSide> | ahh |
| [07:18:02] | <NateSide> | well, im royaly pissed. i totally modified my theme because it looked ok in fiefox but sucked in ie, now its perfect in ie and firefox 3, but sucks ass in firefox 2 and opera |
| [07:18:35] | <NateSide> | and every fix i try only seems to f things up more |
| [07:19:06] | <afief> | NateSide, that's weird, I always thought things that work in FF2 work in FF3 and Opera too |
| [07:19:26] | * ca has joined #drupal-support |
| [07:19:43] | <afief> | NateSide, install FF2 and firebug and fix it in the browser, that's how I do it |
| [07:19:50] | <NateSide> | i know, i would expect it to be working in ff2 and opera, and broke in all else |
| [07:20:22] | <afief> | all else as in IE6/7, right? |
| [07:21:08] | <NateSide> | yeah, but arg |
| [07:21:36] | * igor__ has quit (Read error: 104 (Connection reset by peer)) |
| [07:22:31] | <NateSide> | site is locatemytree.com, the logo is centered in ff2 and opera, i atemped to set pos:absolute and left:0px and every element in the page jumps to top:0px |
| [07:23:34] | <modular^> | http://drupal.org/project/a3_atlantis |
| [07:23:38] | <modular^> | my new contributed theme |
| [07:23:48] | * Placinta has quit (Read error: 104 (Connection reset by peer)) |
| [07:24:32] | * besonen_mobile7 has joined #drupal-support |
| [07:25:01] | * doopokko has quit (Remote closed the connection) |
| [07:25:05] | * Themselves has joined #drupal-support |
| [07:25:07] | * Placinta has joined #drupal-support |
| [07:25:22] | * Themselves has left #drupal-support () |
| [07:25:33] | * cpgeek has quit () |
| [07:26:09] | <NateSide> | modular^: looks nice, was expecting something more stargate-ey tho |
| [07:26:21] | <modular^> | haha |
| [07:27:22] | <NateSide> | just watched the season 5 episode 1 preair, and im getting a little disturbed waiting for the new season to start |
| [07:28:13] | <NateSide> | speaking of preairs, lotta neat new shows this season about to come out |
| [07:29:58] | * JaskoOjO has joined #drupal-support |
| [07:29:59] | * igor_ has quit (Read error: 110 (Connection timed out)) |
| [07:30:24] | * JaskoOjO has quit (Client Quit) |
| [07:30:33] | <a_c_m> | any formAPI gods around, i've written a autocompelete function - but it acts strangely when there is more than one of the form on a page. All submit buttons submit the top form. http://drupalbin.com/2271 |
| [07:31:09] | * elv has joined #drupal-support |
| [07:33:22] | * fago has joined #drupal-support |
| [07:34:00] | * bshumate has quit (Read error: 110 (Connection timed out)) |
| [07:34:42] | * McGo_ has joined #drupal-support |
| [07:35:14] | * McGo_ has quit (Read error: 104 (Connection reset by peer)) |
| [07:35:20] | * McGo_ has joined #drupal-support |
| [07:36:00] | * McGo has quit (Read error: 104 (Connection reset by peer)) |
| [07:37:40] | * veo`on`heelys has joined #drupal-support |
| [07:38:24] | * nearlythere has joined #drupal-support |
| [07:38:41] | * gusaus has joined #drupal-support |
| [07:39:04] | * Gatonegro has joined #drupal-support |
| [07:39:09] | * elv has quit () |
| [07:43:03] | * guardian has quit () |
| [07:43:07] | * matslats has quit (Read error: 104 (Connection reset by peer)) |
| [07:46:43] | * ca has quit () |
| [07:47:16] | * veo[d3] has quit (Read error: 110 (Connection timed out)) |
| [07:47:49] | * bin has joined #drupal-support |
| [07:47:49] | <NateSide> | i need a css guru |
| [07:49:07] | <NateSide> | a_c_m needs a FormsAPI guru, I need a Theme/CSS guru, and modular^ just needs people to look at his theme |
| [07:49:32] | <NateSide> | modular^: you still around? |
| [07:49:38] | <modular^> | maybe |
| [07:50:04] | <NateSide> | i gotta ask, whats with the two blocks on the right |
| [07:50:24] | <NateSide> | ive always wondered why people would want both blocks on the right |
| [07:51:42] | <modular^> | it works better at more resolutions |
| [07:52:03] | * ca has joined #drupal-support |
| [07:52:09] | * greg has joined #drupal-support |
| [07:52:17] | <a_c_m> | ?can anyone help with http://drupal.org/node/127156#comment-901691 |
| [07:52:17] | <Druplicon> | http://drupal.org/node/127156 => Generate dynamic form multiple times on the same page. => 2 IRC mentions |
| [07:52:19] | <NateSide> | ohh |
| [07:52:34] | <modular^> | and the columns are optional, you don't have to use both |
| [07:53:32] | * ca has left #drupal-support () |
| [07:53:51] | * Amitaibu has joined #drupal-support |
| [07:53:53] | <NateSide> | ive always been a fan of left sidebars, and fluid layouts |
| [07:54:22] | <NateSide> | i havnt found a use yet for both sidebars on the right |
| [07:55:14] | * jackson- has joined #drupal-support |
| [07:55:28] | * hpnadig has joined #drupal-support |
| [07:55:38] | <modular^> | it's pretty common on a lot of blogs now |
| [07:56:31] | * stephthegeeky has quit ("Leaving") |
| [07:57:37] | * gusaus has quit () |
| [07:58:12] | <NateSide> | i love drupal, but i want my sites not to look like they are using drupal |
| [07:58:26] | * tassoman has joined #drupal-support |
| [07:58:31] | <bin> | friends, is there any shopping cart module available for drupal |
| [07:58:46] | <tassoman> | ubercart? |
| [07:58:46] | <Druplicon> | รbercart -- One cart to rule them all. -- Project page: http://drupal.org/project/ubercart -- Community page: http://www.ubercart.org |
| [07:58:57] | <NateSide> | bin: at least a couple |
| [07:59:15] | <NateSide> | ecommerce? |
| [07:59:15] | <Druplicon> | ecommerce is http://drupal.org/project/ecommerce; group: http://groups.drupal.org/e-commerce mail: http://lists.heydon.com.au/listinfo.cgi/ecommerce-heydon.com.au donate & api: http://drupalecommerce.org - also, consider http://ubercart.org |
| [07:59:22] | <bin> | thanks |
| [07:59:23] | <tassoman> | is there some kind of dopplr stuff for drupal? |
| [07:59:30] | <NateSide> | i like ubercart tho |
| [07:59:40] | <tassoman> | never tried ecommerce |
| [08:00:07] | <NateSide> | ecommerce was fist, then came ubercart |
| [08:00:26] | <NateSide> | both are great |
| [08:01:20] | <NateSide> | tassoman: what is dopplr? |
| [08:01:30] | <tassoman> | http://blog.dopplr.com/2007/10/08/dopplr-badge-for-your-blog/ |
| [08:01:38] | <tassoman> | it's a travellers social network |
| [08:01:56] | * sutha has joined #drupal-support |
| [08:02:31] | * tz_ has quit (Read error: 110 (Connection timed out)) |
| [08:02:43] | <bin> | thanks NateSide |
| [08:02:45] | <NateSide> | nothing yet, but we do have badges |
| [08:03:05] | <bin> | but i have a problem |
| [08:03:09] | <bin> | Fatal error: Call to undefined function product_get_ptypes() in C:\wamp\www\drupal\modules\ecommerce\contrib\shipcalc\shipcalc.module |
| [08:03:56] | <tassoman> | I'm collecting all social networks onto blog ... Something like diy facebook -_-' |
| [08:04:39] | <NateSide> | bin: make sure the products module is enabled |
| [08:06:10] | <bin> | this one Product API , right NateSide |
| [08:06:58] | * netron1234 has joined #drupal-support |
| [08:07:07] | <NateSide> | bin: not sure, i like ubercart better than ecommerce, buti just did a google search for "undefined function product_get_ptypes" |
| [08:07:23] | <bin> | ok |
| [08:08:36] | <NateSide> | 33 mins till my show is dled, arg, why is there nothing new on tv |
| [08:09:00] | <NateSide> | btw, i dont have a tv, i just download shows and watch them on my laptop |
| [08:10:38] | * Inferus has joined #drupal-support |
| [08:12:25] | * Zitter has quit (Read error: 110 (Connection timed out)) |
| [08:14:50] | * Roelven has joined #drupal-support |
| [08:16:10] | * Pingers27 has quit ("Leaving") |
| [08:17:21] | * thinkling has quit () |
| [08:17:36] | * Zitter has joined #drupal-support |
| [08:18:38] | * Sero has quit (Read error: 113 (No route to host)) |
| [08:18:59] | * guardian has joined #drupal-support |
| [08:21:10] | * Bes` has joined #drupal-support |
| [08:23:33] | * jascott has joined #drupal-support |
| [08:23:52] | <jascott> | anyone awake |
| [08:24:06] | <JLM`> | guys what is the name of that thing.. im searching through modules but i lost the word.. that gives you graphic options to click bold, italics, insert pics etc |
| [08:24:09] | <JLM`> | its all graphical |
| [08:24:17] | <jascott> | tinymce? |
| [08:24:17] | <Druplicon> | Tinymce is a WYSIWYG editor: http://drupal.org/project/tinymce |
| [08:24:30] | <JLM`> | jascott thanks!! yes wysiwyg thanks so much |
| [08:25:03] | <jascott> | watch greasemonkey with that im told |
| [08:25:19] | <jascott> | meaning, grease monkey may interfere |
| [08:25:28] | * bertboerand has joined #drupal-support |
| [08:25:37] | <JLM`> | ohhh thanks |
| [08:25:52] | <netron1234> | still trying to figure this one out... in D6, you can config a custom field to have "unlimited" values - this adds a "add more" to your custom form. is it possible have the "add more" apply to more than just the one field - as in a group of two or more fields? |
| [08:26:04] | <jascott> | anyone know the best way to redirect after a CCK node submittal |
| [08:26:05] | <jascott> | ? |
| [08:26:27] | <netron1234> | nodeapi i think... postsave option maybe (checking...) |
| [08:26:48] | <jascott> | i was looking at that.. didnt see postsave |
| [08:30:34] | * Arancaytar has quit (Read error: 104 (Connection reset by peer)) |
| [08:33:07] | * sarah_p has joined #drupal-support |
| [08:33:28] | * sarah_p has quit (Remote closed the connection) |
| [08:34:34] | * Hxh has joined #drupal-support |
| [08:35:15] | * naught101 has quit (Read error: 110 (Connection timed out)) |
| [08:35:50] | * Singularo has quit ("http://www.singularo.com/") |
| [08:36:41] | * flabberkenny has joined #drupal-support |
| [08:40:04] | * Gatonegro has quit (Remote closed the connection) |
| [08:40:13] | * swentel has joined #drupal-support |
| [08:41:49] | * realityloop has joined #drupal-support |
| [08:41:55] | <realityloop> | carrier |
| [08:43:08] | * AndyHu has quit () |
| [08:47:01] | <lronPaw> | hi |
| [08:47:01] | <Druplicon> | niihau |
| [08:47:14] | <lronPaw> | can anyone assist as to why my teaser isn't showing ANYTHING! |
| [08:47:17] | * lronPaw crys |
| [08:47:36] | <lronPaw> | i'm trying to use <!--break--> but nothing appears.. |
| [08:48:27] | <jascott> | hmm |
| [08:48:51] | * NateSide has quit () |
| [08:49:19] | <lronPaw> | its ok |
| [08:49:27] | <grabur> | IronPaw - have you got a if (page == 1) { } statement in your node.tpl.php, and nothing else |
| [08:49:29] | <lronPaw> | i just re-created it and it worked (used a different content type |
| [08:49:37] | <grabur> | sorry $page == 1 |
| [08:49:43] | <jascott> | speaking of content types |
| [08:49:43] | <lronPaw> | ive got if page==1 and page==0 |
| [08:50:01] | <grabur> | The $page == 0 is the teaser view |
| [08:50:04] | <jascott> | how do you redirect after content submission |
| [08:50:08] | <grabur> | I think! |
| [08:50:08] | <jascott> | im looking at nodeapi |
| [08:50:22] | <grabur> | jescott there is a drupal redirect |
| [08:50:22] | <jascott> | but there is no after 'save' that i can tell |
| [08:50:54] | <jascott> | how do i hook in though? |
| [08:51:20] | <jascott> | this one is D5 btw |
| [08:51:26] | <grabur> | you using a custom module - or you want a general approach? |
| [08:51:49] | * zmove has joined #drupal-support |
| [08:51:53] | <jascott> | yeah custom module but for a regular CCK content type (made through the menu) |
| [08:52:29] | <zmove> | Hi, I need to open my drupal website in maintenance mode to some others guy. I would like to open the website in maintenance mode with role based right.. it is possible to do that ? |
| [08:52:35] | * cwgordon7 has quit ("NULL") |
| [08:53:22] | <jascott> | ive got my CCK form good to go but I want to redirect after it is submitted |
| [08:53:44] | <grabur> | where does it go by default? |
| [08:53:52] | <jascott> | to the 'view' |
| [08:54:00] | <jascott> | imean |
| [08:54:13] | <jascott> | the node itself |
| [08:54:18] | <jascott> | not a view view |
| [08:54:40] | <grabur> | I see what you mean |
| [08:54:41] | <jascott> | you know, after you edit a node, it shows you the node |
| [08:54:42] | <grabur> | if ($node->nid) { if (node_access('view', $node)) { return 'node/'. $node->nid; } |
| [08:55:03] | <grabur> | You want a hook there |
| [08:55:29] | <grabur> | I think.... |
| [08:56:04] | <grabur> | can you hook into node_save? |
| [08:56:49] | <grabur> | Sorry ignore: if ($node->nid) { if (node_access('view', $node)) { return 'node/'. $node->nid; } |
| [08:57:12] | <jascott> | should be able to. if I had done it the actual form in a module, I assume I could just handle 'save' and then redirect |
| [08:58:01] | <jascott> | but it being in core.. i would think it would be nodeapi |
| [08:58:30] | <jascott> | but i dont want to handle saving the whole form manually in an override |
| [09:00:11] | <grabur> | I see your problem |
| [09:00:33] | * lyricnz has joined #drupal-support |
| [09:01:03] | <jascott> | does 'view' occur only after the Custom Content is created and saved? |
| [09:03:46] | * ipwa has joined #drupal-support |
| [09:04:04] | <jascott> | when you fill out a CCK form, is that 'edit'? |
| [09:04:22] | * babo has joined #drupal-support |
| [09:05:35] | <grabur> | How irritating - I'm lost |
| [09:05:35] | <jascott> | ah that would be 'create' i think |
| [09:06:08] | * swentel has quit (Read error: 104 (Connection reset by peer)) |
| [09:06:08] | * swentel_ has joined #drupal-support |
| [09:06:12] | * Singularo has joined #drupal-support |
| [09:06:31] | <grabur> | I wonder if you could just put a redirect in the view for that content type |
| [09:06:42] | <grabur> | If you never want it seen |
| [09:06:53] | <jascott> | well |
| [09:06:57] | <jascott> | basically |
| [09:06:59] | * Haza`` has joined #drupal-support |
| [09:07:09] | <jascott> | im using CCK where I should have used webforms i think |
| [09:07:28] | <grabur> | I see |
| [09:07:30] | <jascott> | beta group fills out a survey and ideally gets redirected |
| [09:07:36] | <grabur> | the webform module is very good |
| [09:07:39] | <jascott> | but admin needs to see them |
| [09:08:01] | <jascott> | its really ok for my purposes except for this |
| [09:08:25] | <jascott> | hey anyone here going to lullabot next week? |
| [09:08:33] | <grabur> | You can assemble the form and do redirect quite easily - I guess the downside to using the webform module - is storing the data as a node |
| [09:08:54] | <grabur> | I mean it doesn't |
| [09:08:55] | <jascott> | can i use cck fields in a webform? |
| [09:09:19] | <grabur> | It has a fair few fields not sure about CCK |
| [09:09:33] | <jascott> | got five-star right now.. |
| [09:09:55] | <jascott> | dont want to give that up |
| [09:10:10] | * milian has joined #drupal-support |
| [09:10:43] | * swentel_ is now known as swentel |
| [09:11:01] | <jascott> | hey maybe the load op |
| [09:11:08] | <jascott> | means it is being read from the db |
| [09:11:17] | <jascott> | therefore its already created i would think |
| [09:11:54] | * cabbiepete has joined #drupal-support |
| [09:14:07] | <nearlythere> | ... does anyone know a good site for "convincing skeptics that drupal really is a great option" |
| [09:16:00] | * greg has quit (Read error: 104 (Connection reset by peer)) |
| [09:16:41] | * greg has joined #drupal-support |
| [09:17:39] | * freescroll has joined #drupal-support |
| [09:17:50] | <netron1234> | you could perhaps point them to spreadfirefox.com - thats a drupal site. |
| [09:20:12] | <jascott> | nearlythere.. there is a huge list |
| [09:20:28] | <jascott> | Sony, Forbes, UN Food Program |
| [09:20:36] | <jascott> | certain sites of course |
| [09:20:48] | <jascott> | not their main sites |
| [09:21:05] | <nearlythere> | ah, thank you.. i am thinking more a "WhyDrupalIsGreat.com" or "WhyDrupalIsBetterThanYourCMS.com" |
| [09:21:52] | <nearlythere> | specifically, i am trying to convince a membership-based association to choose drupal over EZpublish and other random CMSs |
| [09:21:57] | <jascott> | http://drupaltutorials.com/books/why-drupal |
| [09:22:29] | <jascott> | considering its a drupal site, they might want something more independent |
| [09:23:29] | <freescroll> | can anyone tell me the easiest way to reset the system.css file? Do I have to manually reset each selector in my theme css file? |
| [09:23:33] | <nearlythere> | @jascott - that is a great link, yes! esp if they care about SEO... their main concerns are how difficult it will be to manage or use drupal, or how it will serve a membership-based group. |
| [09:24:40] | <netron1234> | http://drupal.org/node/263121 : recent example of a social networky/membership based drupal site |
| [09:24:40] | <Druplicon> | http://drupal.org/node/263121 => Sparkle*Shelf - Beauty & Style Community => 1 IRC mention |
| [09:24:44] | <nearlythere> | @netron1234 thank you, that is a good link to show how ppl organise there |
| [09:25:37] | * Ori_P has joined #drupal-support |
| [09:26:28] | <jascott> | whats the drupal redirect function? |
| [09:34:27] | * valcker has joined #drupal-support |
| [09:35:05] | * swentel has quit (Read error: 104 (Connection reset by peer)) |
| [09:35:05] | * swentel_ has joined #drupal-support |
| [09:35:08] | * cirotix has joined #drupal-support |
| [09:38:01] | * MattV has quit ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") |
| [09:39:00] | <JLM`> | guys is there a way to make image thumbnails show up in search results |
| [09:39:13] | <JLM`> | if they searched and found images |
| [09:40:12] | <netron1234> | maybe there's a hook for search that'll allow you to alter the search results in some way... ? |
| [09:40:26] | <swentel_> | JLM`, theming override |
| [09:40:33] | <swentel_> | JLM`, cf http://drupal.org/node/86987 |
| [09:40:37] | <Druplicon> | http://drupal.org/node/86987 => Customizing the search results => 2 IRC mentions |
| [09:40:53] | <JLM`> | ohh! thanks ill read up on this :D |
| [09:41:47] | <netron1234> | search functions in the api: http://api.drupal.org/api/functions?page=24 |
| [09:42:28] | * sean_s_oreilly has quit ("http://www.mibbit.com ajax IRC Client") |
| [09:43:35] | <JLM`> | thanks too netron1234 :D |
| [09:44:02] | * jonhattan has joined #drupal-support |
| [09:50:52] | * realityloop has quit ("Leaving") |
| [09:50:59] | * travisc has quit () |
| [09:51:07] | * Placinta has quit () |
| [09:51:27] | * afief has quit (Read error: 110 (Connection timed out)) |
| [09:52:30] | * _DT has joined #drupal-support |
| [09:56:34] | * ipwa has quit () |
| [09:56:41] | * psynaptic has joined #drupal-support |
| [09:56:50] | * ipwa has joined #drupal-support |
| [09:58:46] | * ipwa has quit (Client Quit) |
| [09:58:57] | * ipwa has joined #drupal-support |
| [10:05:51] | * SiouxChief has joined #drupal-support |
| [10:07:30] | * bin_ has joined #drupal-support |
| [10:08:46] | <bin_> | anybody here who knows ecommerce |
| [10:12:11] | * mikl has quit () |
| [10:12:54] | * RoninBaka has joined #drupal-support |
| [10:13:29] | <JLM`> | bin ive used ubercart a little |
| [10:14:01] | <bin_> | JLM`, howz ubercart compared to ecommerce |
| [10:14:32] | <JLM`> | ive never used ecommerce... ubercart was nice and did exactly what i wanted.. just list a bunch of items for sale |
| [10:14:43] | <JLM`> | i didnt actually set it up so users could buy things though |
| [10:14:47] | <JLM`> | i just listed some items |
| [10:14:51] | <stella> | bin_: i've used ecommerce and am now switching to using ubercart |
| [10:15:10] | <stella> | ubercart seems much nicer and easier to get working |
| [10:15:16] | <bin_> | ok |
| [10:15:26] | <stella> | ubercart has excellent docs at ubercart.org |
| [10:15:26] | <bin_> | can u tell me which one is the best |
| [10:15:47] | <bin_> | ste |
| [10:16:08] | * mikl has joined #drupal-support |
| [10:16:38] | <JLM`> | guys.. i forgot where the settings are that takes off the "posted by mike at 12:23" from different node types |
| [10:17:17] | <stella> | i prefer ubercart. It kinda depends on what you want to do though. Ubercart is easiest to get to grips with and can do most of what you should want. However, if you want a highly configurable/ customisable one, then some people prefer ecommerce - it takes longer to get running, but with some effort everything little thing can be modified |
| [10:17:52] | <bin_> | ok |
| [10:18:06] | <stella> | i also gave up on ecommerce because they haven't released a new version in ages, and the community just isn't as active |
| [10:18:46] | <stella> | bin_: if you google for it, you should be able to find some articles comparing the two in more detail |
| [10:19:08] | <bin_> | thanks stella |
| [10:19:14] | <bin_> | i will do it |
| [10:20:22] | <stella> | http://alligatorsneeze.com/diving-drupal-e-commerce-ubercart-vs-e-commer... |
| [10:20:43] | <bin_> | thank you very much stella |
| [10:21:05] | <SiouxChief> | Anyone know how to override the option names in mysite? For example, I just want "Add Posts by Type" to say "Foo Bar" |
| [10:21:42] | * Thomas_Zahreddi1 has joined #drupal-support |
| [10:22:34] | <JLM`> | SiouxChief administer>content types you can change "page" to "asdf" but not sure what you mean by add posts by type |
| [10:23:13] | <SiouxChief> | JLM`: If you go to administer mysite, it has a list of options for things you can do |
| [10:23:25] | <SiouxChief> | One of those is "Add Posts by Type"... |
| [10:23:39] | <SiouxChief> | Another is "Add Web Feed" |
| [10:23:53] | <SiouxChief> | "Add Post Comments", etc |
| [10:24:03] | <JLM`> | hmm i dont have mysite |
| [10:24:43] | <SiouxChief> | I found where in the mysite module this text is set.....but I don't feel right chaning the text directly in the module. I should hook it or something, right? |
| [10:24:52] | * bin has quit (Read error: 110 (Connection timed out)) |
| [10:25:10] | <JLM`> | oh its a module |
| [10:25:18] | <JLM`> | well if the text it hard coded in the module, it should be ok |
| [10:25:24] | <JLM`> | if the script isnt using variables |
| [10:25:42] | <JLM`> | i'd just assume change it.. if it is using variables for the text, find out where they are coming from |
| [10:25:48] | * bin_ has quit ("Leaving") |
| [10:25:51] | * bin_ has joined #drupal-support |
| [10:26:04] | * NikLP has joined #drupal-support |
| [10:26:09] | <SiouxChief> | there's a plugin for different content types. This one is for nodes. It's a function called mysite_type_node, and it sets a variable 'label' => t('Add Posts by Type'), |
| [10:26:20] | * Ronin1234 has quit (Read error: 110 (Connection timed out)) |
| [10:26:24] | <JLM`> | yeah thats just text |
| [10:26:51] | <JLM`> | i started to use mysite once it was pretty cool |
| [10:26:51] | <SiouxChief> | ok I thought it might be best to hook it somehow, but I really don't know how to do that in this case |
| [10:26:59] | <SiouxChief> | Yeah it's nice... |
| [10:27:10] | <SiouxChief> | until they said they don't like the option names :P |
| [10:27:21] | <JLM`> | hehe |
| [10:27:44] | <SiouxChief> | ok, thanks man |
| [10:28:16] | <JLM`> | yep, good luck |
| [10:28:18] | * JLM` sleeps |
| [10:34:53] | <ipwa> | if I apply a patch and then upload all the files to a different server, can I still revert the patch in the different server? |
| [10:35:57] | * SiouxChief has quit () |
| [10:37:32] | * nace has quit () |
| [10:37:49] | <bin_> | <stella> one more doubt |
| [10:37:51] | <_DT> | if it's still a cvs / svn / git checkout, then yes |
| [10:37:55] | <_DT> | ipwa^ |
| [10:38:38] | <bin_> | is there any option to upload the image of the product in eommerce |
| [10:38:43] | * Thomas_Zahreddin has quit (Read error: 110 (Connection timed out)) |
| [10:39:18] | <ipwa> | if its not, I better revert the patches and add them to the files once they're in the new server right? |
| [10:41:35] | <_DT> | so you do want to add the patches? |
| [10:41:55] | <stella> | bin_: to do that i think you must create a "image" node using the "image" module, and then when adding the image, check the this-is-a-product checkbox |
| [10:42:16] | <bin_> | ok |
| [10:42:38] | <ipwa> | yeah, but I want to be able to revert them |
| [10:42:49] | * Ronin1234 has joined #drupal-support |
| [10:42:57] | <bin_> | i added some products in the ecommerce stella |
| [10:42:59] | * JBlaze has joined #drupal-support |
| [10:43:26] | <bin_> | then goes logut. then try to add to cart |
| [10:43:33] | <bin_> | but its showing that Unable to find the correct product based upon the variation combination. |
| [10:43:57] | <bin_> | can u tell me what it means |
| [10:44:09] | <ipwa> | has anyone ever had a problem importing the cache_views table? I get some errors on that table when I try to upload all the tables together and when I try to upload just that one, my browser just keeps on loading |
| [10:44:24] | <stella> | i never got variation stuff working in ecommerce, one of the reasons i switched to ubercart, so no afraid I can't help you there |
| [10:44:48] | <bin_> | ohh |
| [10:45:13] | <bin_> | image option available in ubercart ? |
| [10:45:38] | <bin_> | means images of the product |
| [10:45:42] | <stella> | yes, using imagefields - see the docs on ubercart.org |
| [10:45:48] | <bin_> | ok |
| [10:46:00] | <longwave> | ipwa: if you are having problems with the cache_* tables you can just leave them empty, drupal will refill them as needed |
| [10:48:09] | <ipwa> | I emptied cache with Devel but it doesn't empty that table |
| [10:48:26] | <_DT> | views admin has a tab to clear the cache |
| [10:48:29] | <ipwa> | I also tried deleting it manually and still wouldn't empty |
| [10:48:43] | <_DT> | brb |
| [10:48:50] | <ipwa> | _DT: I have never seen that before, where? |
| [10:49:15] | <ipwa> | ah ok |
| [10:49:23] | <ipwa> | tools, had never gone to that tab |
| [10:53:50] | * RoninBaka has quit (Read error: 110 (Connection timed out)) |
| [11:00:27] | * Nikki_ has joined #drupal-support |
| [11:02:01] | * realityloop has joined #drupal-support |
| [11:02:19] | * realityloop has quit (Client Quit) |
| [11:02:33] | * jackson- has quit () |
| [11:03:38] | <netron1234> | i'm trying to figure out this blogpost about D6 ahah forms... what is this doing? http://www.nicklewis.org/node/967 |
| [11:04:08] | <netron1234> | single field ahah is built into D6... so i cant quite figure out what that blogpost is about.. |
| [11:04:54] | <_DT> | ipwa: yep, that's the one |
| [11:05:09] | <ipwa> | _DT: yeah that wasn't even working |
| [11:05:40] | <ipwa> | what I had to do was to revert the JavaScript aggregation patch and then I was able to delete the table manually |
| [11:06:17] | <ipwa> | this patch had caused some other problems before too, like exporting content types |
| [11:07:21] | <_DT> | yeh, I use the javascript aggregator module for 5.x |
| [11:07:35] | <_DT> | no problems so far, though I do exclude a couple of scripts for aggregation |
| [11:07:51] | <_DT> | like tinymce.js |
| [11:08:11] | <_DT> | you could probably exclude the cck one too for the export, if there's any there. |
| [11:10:46] | * Mek_ has joined #drupal-support |
| [11:11:14] | * Zitter has quit (Read error: 110 (Connection timed out)) |
| [11:11:23] | <ipwa> | yeah I'll think I'll use the module from now on intead of the patch |
| [11:12:02] | <ipwa> | but I want to start using support file cache to do aggregation of css andf js in bundles, once the problem with Zen gets sorted |
| [11:12:13] | <_DT> | javascript_aggregator? |
| [11:12:24] | <_DT> | javascript aggregator? |
| [11:13:21] | <_DT> | Druplicon: javascript_aggregator is a module to aggregate javascript files and serve as a single cached file. http://drupal.org/project/javascript_aggregator |
| [11:13:21] | <Druplicon> | _DT: Okay. |
| [11:13:53] | <ipwa> | I want to have a character counter in one of my drupal cck forms that is limited to 150 characters, I found a post on how to doit: http://www.johnandcailin.com/blog/john/adding-javascript-counter-your-dr... But it doesn't say how you can add the extra classes to the form |
| [11:14:17] | <_DT> | sounds like you might need to theme the form |
| [11:14:31] | <ipwa> | yeah I found this handbook page: http://drupal.org/node/101092 |
| [11:14:33] | <Druplicon> | http://drupal.org/node/101092 => HowTo: Theme a CCK input form => 38 IRC mentions |
| [11:14:59] | <ipwa> | ...but how can you add extra classes to the form you are rendering? |
| [11:15:52] | <_DT> | lots of ways |
| [11:16:31] | <_DT> | it's prob easiest to just make a function phptemplate_formid($form){} in template.php where 'formid' is the form's 'form_id' value |
| [11:16:56] | <_DT> | you can add a prefix and suffix div with the class, or just add it to an element etc... |
| [11:17:00] | * bin__ has joined #drupal-support |
| [11:19:46] | <ipwa> | thanks a lot _DT!! So if I wanted to add two new classes to the textarea how would I do it? Do you have maybe a handbook link I could look at? |
| [11:20:18] | * bin has joined #drupal-support |
| [11:20:28] | * Nikki_ has quit (Read error: 113 (No route to host)) |
| [11:21:08] | * setvik has joined #drupal-support |
| [11:21:34] | * Mek has quit (Read error: 110 (Connection timed out)) |
| [11:23:20] | * alleyoopster has joined #drupal-support |
| [11:23:55] | <setvik> | Drupal 6 Menu question: I want to create a 2-level tab menu system similar to the http://scribd.com/browse setup. i.e. Click on the "Browse" tab, and several 2nd-level sub-tabs appear ("Home", "From your friends", and "Tag Cloud") beneath. |
| [11:24:07] | <setvik> | I'm trying to do this in Drupal with the menu system. |
| [11:26:05] | * cmanns has joined #drupal-support |
| [11:26:05] | <setvik> | I created a simple 1st-level menu using the "Primary Links" menu. Now, I'm trying to add a 2nd level menu by adding additional primary links but making them children to existing primary links. |
| [11:26:05] | * bin__ has quit (Read error: 60 (Operation timed out)) |
| [11:26:05] | * lyricnz has quit (Remote closed the connection) |
| [11:26:10] | * bin__ has joined #drupal-support |
| [11:26:27] | <cmanns> | Hey guys I want to make a blog with drupal, anyway to have urls for something like blogs be /blogs/1 or the url automatically or do I always have to alias it? |
| [11:26:39] | * lyricnz has joined #drupal-support |
| [11:26:46] | <setvik> | cmanns: pathauto |
| [11:26:54] | <setvik> | cmanns: check out the pathauto moculde |
| [11:26:58] | <setvik> | whoops... "module" |
| [11:27:00] | <setvik> | pathauto? |
| [11:27:00] | <Druplicon> | pathauto is http://drupal.org/project/pathauto |
| [11:27:21] | <setvik> | It will automatically generate aliases for you. |
| [11:27:22] | <cmanns> | thx man |
| [11:27:36] | <setvik> | So, anyone know how to do a 2nd level menu system in Drupal? |
| [11:29:16] | * dougvann has joined #drupal-support |
| [11:29:31] | <_DT> | ipwa: you need to add something like '#attributes' => array('class' => 'myclass'), |
| [11:29:31] | <cmanns> | Anything else suggested for a multi-user blog? |
| [11:29:42] | <_DT> | ipwa: to the form element definition |
| [11:30:17] | <_DT> | but I gotta go to bed ;-) |
| [11:30:29] | <ipwa> | thanks a lot DT!!! |
| [11:30:42] | <ipwa> | nice one :) |
| [11:30:52] | <_DT> | you're welcome, good luck :-) |
| [11:30:56] | * _DT has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008061015]") |
| [11:31:06] | <netron1234> | has anyone got any examples on how to implement the multi-field Ahah stuff that you can see in poll.module? |
| [11:31:22] | * grndlvl____ has quit ("This computer has gone to sleep") |
| [11:31:34] | <netron1234> | i found this, but i'm not sure how to implement it in my own form http://www.nicklewis.org/node/967 |
| [11:32:01] | * alleyoopster has quit (Remote closed the connection) |
| [11:32:15] | * Thomas_Zahreddin has joined #drupal-support |
| [11:32:33] | * level09 has joined #drupal-support |
| [11:33:00] | <level09> | after moving a local install to a server my status report print the work "Array" instead of the usual report |
| [11:33:05] | <level09> | *word* |
| [11:33:46] | * Souvent22_ has quit (Read error: 110 (Connection timed out)) |
| [11:34:34] | * bin_ has quit (Read error: 110 (Connection timed out)) |
| [11:34:47] | * bin_ has joined #drupal-support |
| [11:37:19] | <netron1234> | where is the code for status report.. anyone know? |
| [11:37:29] | * matason has joined #drupal-support |
| [11:39:16] | * Thomas_Zahreddi1 has quit (Connection timed out) |
| [11:39:26] | * jscheel has joined #drupal-support |
| [11:40:53] | * bin has quit (Read error: 110 (Connection timed out)) |
| [11:41:01] | * setvik has quit () |
| [11:41:10] | * brainycat has quit (Read error: 113 (No route to host)) |
| [11:41:20] | * markos_ has joined #drupal-support |
| [11:43:28] | * Zitter has joined #drupal-support |
| [11:47:29] | * modular^ has quit () |
| [11:47:31] | * nimzie has joined #drupal-support |
| [11:47:52] | <nimzie> | hello |
| [11:49:41] | * bin__ has quit (Read error: 110 (Connection timed out)) |
| [11:50:51] | * sDaniel has joined #drupal-support |
| [11:51:36] | * aaronwinborn has joined #drupal-support |
| [11:53:05] | <nimzie> | I am trying to do somewhat of a sub-sort with views. I've got a node type which includes a cck date field. While showing the nodes all listed by date, I also want to show a summary of the dates. Those list items will be links to nodes which occur on that date... Has anyone done this kind of thing? The catcher may be where I want it to show on the site as well. I want them to appear as a list inside the respective view tab at the top (lik |
| [11:53:05] | <nimzie> | k: http://shorelineconsulting.ca/pix/viewmenu.jpg |
| [11:55:23] | * maynards-girl has joined #drupal-support |
| [11:56:11] | * scout_ has joined #drupal-support |
| [11:56:56] | * scout_ is now known as valberg |
| [11:57:35] | * jscheel_ has joined #drupal-support |
| [11:58:50] | * elv has joined #drupal-support |
| [12:00:16] | * elv has quit (Client Quit) |
| [12:02:26] | * Samonoske has joined #drupal-support |
| [12:02:39] | * realityloop has joined #drupal-support |
| [12:04:08] | * guardian has quit (Read error: 54 (Connection reset by peer)) |
| [12:04:36] | * jscheel__ has joined #drupal-support |
| [12:05:28] | * guardian has joined #drupal-support |
| [12:05:50] | * realityloop has quit (Client Quit) |
| [12:09:29] | * purserj has quit ("leaving") |
| [12:09:44] | * mukesh has joined #drupal-support |
| [12:10:06] | * flabberkenny has quit () |
| [12:10:32] | <mukesh> | how do i create a new page which contains all members info. |
| [12:12:13] | * bin_ has quit (Read error: 110 (Connection timed out)) |
| [12:13:27] | <level09> | views? |
| [12:13:27] | <Druplicon> | views is a query builder for Drupal that lets you control your content display. Project: http://drupal.org/project/views | API: http://drupal.org/handbook/modules/views/api | Theming: http://drupal.org/node/42597 | Snippets: http://drupal.org/node/47412 | 6.x version is in beta and available for testing; use on a live site only with caution. |
| [12:14:10] | * jscheel has quit (Read error: 110 (Connection timed out)) |
| [12:14:41] | * level09 has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040413]") |
| [12:18:15] | * mukesh has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [12:20:20] | * jscheel_ has quit (Read error: 110 (Connection timed out)) |
| [12:22:16] | * troythetechguy has joined #drupal-support |
| [12:23:54] | * DaveTarmac has joined #drupal-support |
| [12:24:12] | * utter_laptop|awa is now known as utter_laptop |
| [12:24:43] | <DaveTarmac> | Hi folks - I'm having some issues with the Event module and not being able to navigate back and forward in Month view - can anyone help? |
| [12:25:44] | * DarthclueWork has joined #drupal-support |
| [12:25:44] | * Gatonegro has joined #drupal-support |
| [12:25:51] | <DaveTarmac> | I've looked at 2 implementations of the same module and version and there are no obvious options in the settings that I can see - is there anything in the template files that I need to add in? |
| [12:26:42] | * Nikki has joined #drupal-support |
| [12:28:27] | * mqueiros has joined #drupal-support |
| [12:29:39] | * bshumate has joined #drupal-support |
| [12:30:04] | * [alphex] has joined #drupal-support |
| [12:31:28] | * Ned has quit (Connection timed out) |
| [12:32:05] | * amosquito has joined #drupal-support |
| [12:36:01] | * maynards-girl has quit () |
| [12:36:12] | <DaveTarmac> | anyone at all even alive who can shed some light on this question? |
| [12:36:30] | * joachim has joined #drupal-support |
| [12:36:42] | <lyricnz> | netron1234: grep for the URL, find the hook_menu |
| [12:38:40] | * sDaniel has quit (Read error: 110 (Connection timed out)) |
| [12:39:19] | * AlexUA has joined #drupal-support |
| [12:39:24] | <NikLP> | DaveTarmac: you should have back/forward arrows in the calendar display I thought? Personally I don't like those calendars tho... have you read the README? |
| [12:39:29] | <NikLP> | that's all I know btw :p |
| [12:39:56] | * sceo has joined #drupal-support |
| [12:40:35] | <DaveTarmac> | It used to have the arrows and the currently displaying Month, but since upgrading the site to 5.7 that information has gone away (the site was using 4.7 when it worked) |
| [12:40:42] | * flabberkenny has joined #drupal-support |
| [12:41:10] | <DaveTarmac> | NikLP: Nowt in the readme, sadly |
| [12:41:19] | <NikLP> | bugger :p |
| [12:41:49] | <NikLP> | checked for some random theme function...? you might have overridden it and busted summat |
| [12:41:59] | * mukesh has joined #drupal-support |
| [12:42:11] | <DaveTarmac> | yeah, I applied BlueMarine to it, but it still wasn't there |
| [12:42:24] | <mukesh> | how do i create a new page for member list? |
| [12:43:52] | <sceo> | when I delete a content type, does it delete all the nodes of that type? |
| [12:44:07] | <DaveTarmac> | NikLP: It would seem that the <caption> has vanished from the table setup |
| [12:44:21] | <DaveTarmac> | <caption> holds the Month and the arrows |
| [12:44:28] | <NikLP> | DaveTarmac: fark knows old man... :p |
| [12:44:39] | <NikLP> | check the new theme function I suppose... |
| [12:44:41] | <NikLP> | in the module |
| [12:45:45] | * fago has quit (Read error: 110 (Connection timed out)) |
| [12:46:17] | * jscheel has joined #drupal-support |
| [12:46:46] | <DaveTarmac> | NikLP: Looks like $caption handles that bit and from what I can see it's all being returned correctly :( |
| [12:47:16] | <NikLP> | wacky... :/ |
| [12:47:28] | * [alphex] has quit ("This computer has gone to sleep") |
| [12:47:34] | <NikLP> | drupal_set_message? |
| [12:47:34] | <Druplicon> | drupal_set_message: Set a message which reflects the status of the performed operation. => drupal_set_message($message = NULL, $type = 'status', $repeat = TRUE) => http://api.drupal.org/api/function/drupal_set_message/6 |
| [12:47:39] | * CKIDOW has joined #drupal-support |
| [12:47:43] | <NikLP> | ^ aka "debug" |
| [12:47:48] | <CKIDOW> | hello @ all |
| [12:47:50] | <DaveTarmac> | and not in a Zany way either... |
| [12:48:01] | <NikLP> | ooh actually, you could use devel to check for the variable(s) in the theme... |
| [12:48:07] | <DaveTarmac> | I can? |
| [12:48:31] | <CKIDOW> | is there anyone got http://drupal.org/project/quiz experiences? |
| [12:48:43] | * amosquito has left #drupal-support () |
| [12:49:50] | <CKIDOW> | created a quiz containing 30 multichoice questions... set results to the end of quiz... but there is only showing the user given answers without the correct or none correct choices |
| [12:50:29] | <CKIDOW> | want that the user can see which of his/her answer was correct or incorrect |
| [12:50:38] | * llang has joined #drupal-support |
| [12:51:47] | * greg has quit (Read error: 104 (Connection reset by peer)) |
| [12:53:22] | * cpgeek has joined #drupal-support |
| [12:55:37] | * swentel_ is now known as swentel |
| [12:55:39] | <NikLP> | devel? |
| [12:55:39] | <Druplicon> | Devel is a useful module for getting extra information about your site, such as database calls and form element names. It's useful for developing themes and custom modules. Download is http://drupal.org/project/devel and docs are at http://drupal.org/node/174575 |
| [12:55:56] | <NikLP> | or maybe not... not sure... |
| [12:56:45] | <DaveTarmac> | NikLP: Yeah, Devel is installed and I just checked, it does show variable contents - but not ones in the code in the true sense |
| [12:57:19] | <DaveTarmac> | NikLP: it did tell me that the links for the next and prev should work as they contain the correct info - they're just not displaying at all |
| [12:57:21] | <NikLP> | poop |
| [12:57:30] | <NikLP> | dunno then boss :p |
| [12:57:43] | <DaveTarmac> | Thought I might have hidden it in the CSS, but it doesn't even show up in FireBug |
| [12:58:31] | * _valcker has joined #drupal-support |
| [12:58:35] | * ins\away has joined #drupal-support |
| [12:58:46] | * Bes` has left #drupal-support ("power off") |
| [12:58:57] | * valcker has quit (Read error: 104 (Connection reset by peer)) |
| [12:59:17] | * Bes` has joined #drupal-support |
| [13:02:33] | * maynards-girl has joined #drupal-support |
| [13:03:15] | * ghassan-maroc has joined #drupal-support |
| [13:03:25] | <joachim> | ghassan-maroc: salut |
| [13:03:34] | <ghassan-maroc> | salut |
| [13:03:34] | <Druplicon> | hola |
| [13:03:41] | <joachim> | t'utilizes quel module pour les images? |
| [13:03:46] | <ghassan-maroc> | merci joachim |
| [13:03:50] | * cpgeek has quit () |
| [13:05:22] | <ghassan-maroc> | imagescache imageAPI IMAGEFIELD |
| [13:05:42] | <ghassan-maroc> | AND IMAGE |
| [13:06:10] | * cpgeek has joined #drupal-support |
| [13:06:18] | <joachim> | ok. imagefield & image marchent pas toujours bien ensemble |
| [13:06:22] | <joachim> | imageAPI je ne connais pas |
| [13:06:31] | <joachim> | t'essaie d'attacher quoi a quoi? |
| [13:06:53] | * cpgeek has quit (Client Quit) |
| [13:06:59] | <ipwa> | anyone use Flashvideo module? ffmpeg was working fine in the dev server, but not in the production one. |
| [13:07:28] | <ipwa> | in the dev server in the ffmpeg_data table I would get something, like: files/404_johnmostyn.mpg |
| [13:07:40] | <ghassan-maroc> | attacher une image dans un contenu dans body ou bien d'ajouter un champ image ร un contenu comme article par exemple |
| [13:07:54] | <ipwa> | now in the new server I'm getting this type of path: /home/custard/public_html/files/407_taj_2.mov |
| [13:08:20] | <ghassan-maroc> | donc il me faut supprimer image de mon serveur et laisser seulement imagefield |
| [13:08:23] | <ghassan-maroc> | ?? |
| [13:08:23] | <Druplicon> | que? |
| [13:08:23] | * jscheel__ has quit (Connection timed out) |
| [13:08:56] | <joachim> | imagefield et image sont 2 systems different |
| [13:09:25] | <ghassan-maroc> | ok |
| [13:09:30] | <joachim> | imagefield depend de CCK, et permet d'attacher 1 our + d'images a un node. |
| [13:09:31] | <CKIDOW> | created a quiz containing 30 multichoice questions... set results to the end of quiz... but there is only showing the user given answers without the correct or none correct choices |
| [13:09:39] | <CKIDOW> | want that the user can see which of his/her answer was correct or incorrect |
| [13:09:45] | <CKIDOW> | is there anyone got http://drupal.org/project/quiz experiences? |
| [13:09:52] | * Dreamhoster has joined #drupal-support |
| [13:09:57] | <joachim> | image permet de creer des nodes qui eux-memes SONT les image. la reutilization des images est plus facile avec image, de mon point de vue |
| [13:10:02] | * bin has joined #drupal-support |
| [13:10:32] | <joachim> | mais avec Image et image_attach, une seule node image peut etre attachee a un autre node -- bug de longue haleine, limitation plutot peinante |
| [13:10:39] | * tmclaugh1 has quit (Read error: 104 (Connection reset by peer)) |
| [13:11:12] | <joachim> | a toi de choisir |
| [13:11:36] | <joachim> | tu peut utilizer un system pour un lot d'images, et sur le meme site utilizer l'autre |
| [13:11:54] | <bin> | hi freinds |
| [13:11:55] | <joachim> | mais dans le meme node les systemes ne vont pas ensemble -- j'ai entendu parler de bugs etc |
| [13:12:01] | * frostburn has joined #drupal-support |
| [13:12:47] | <bin> | i have a fresh drupal installation .. is it possible to add more fields in the registration part |
| [13:13:04] | <ghassan-maroc> | moi j'ai besoin seulement d'attacher des images ร mes contenu. non pas creer un contenu image avec le module image |
| [13:13:14] | <bin> | now when iam trying to create a new user then only username and email is asking |
| [13:13:20] | <Bes`> | bin use profile |
| [13:13:29] | <bin> | is it possible to give more fieldin this area |
| [13:13:30] | <netron1234> | profile? |
| [13:13:30] | <Druplicon> | profile is http://drupal.org/handbook/modules/profile |
| [13:13:46] | <bin> | yes <Bes`> , |
| [13:13:48] | <ghassan-maroc> | donc je dรฉsinstalle image et je laise seulement imagefield??? |
| [13:13:57] | <bin> | i enabaled the profile module |
| [13:14:03] | <joachim> | ben ca depends de tes besoins |
| [13:14:28] | <ghassan-maroc> | ok merci beaucoup |
| [13:14:29] | <bin> | and then try to create the user once more |
| [13:14:47] | <joachim> | essaie les deux |
| [13:14:47] | <ghassan-maroc> | j'ai une derniรจre question |
| [13:14:52] | * amarrero has joined #drupal-support |
| [13:14:59] | <bin> | then only those fields( username and email) coming nothing more |
| [13:15:02] | <bin> | Bes` |
| [13:15:19] | <ghassan-maroc> | pour dรฉsinstaller image je veux savoir la methode la plus securisรฉe ร suivre |
| [13:16:12] | <ghassan-maroc> | je supprime directement le module image de mon serveur, est ce que c'et pas dangereux |
| [13:16:29] | * cpgeek has joined #drupal-support |
| [13:16:30] | * [alphex] has joined #drupal-support |
| [13:16:37] | * cpgeek has quit (Client Quit) |
| [13:16:37] | <bin> | Bes` what may be the problem |
| [13:16:44] | <Bes`> | bin http://drupal.org/node/31411 |
| [13:16:53] | <Druplicon> | http://drupal.org/node/31411 => HowTo: Make a field part of the registration process => 3 IRC mentions |
| [13:16:59] | <Bes`> | you have to check the box 'Visible in user registration' |
| [13:17:08] | <bin> | ok |
| [13:19:08] | <netron1234> | has anyone figured out Ahah stuff in D6 forms? the docs are sparse... |
| [13:19:44] | <bin> | thanks <Bes`> and <Druplicon> |
| [13:19:54] | <bin> | the problem was with visibility |
| [13:20:03] | * antgiant has joined #drupal-support |
| [13:21:20] | <DaveTarmac> | hmm - Still can't figure this problem with Events module |
| [13:21:26] | * trevortwining has joined #drupal-support |
| [13:22:34] | <Dreamhoster> | DaveTarmac: what problem? |
| [13:22:47] | <DaveTarmac> | Dreamhoster: http://drupal.org/node/276738 |
| [13:22:48] | <Druplicon> | http://drupal.org/node/276738 => Event module not displaying Prev link, month or next link => 1 IRC mention |
| [13:23:21] | <DaveTarmac> | Dreamhoster: figured that was the easiest way of displaying the problem... |
| [13:25:30] | <DaveTarmac> | Dreamhoster: any ideas about it? |
| [13:25:32] | * zmove has quit (Read error: 104 (Connection reset by peer)) |
| [13:25:48] | * dougvann has quit (Read error: 110 (Connection timed out)) |
| [13:26:56] | <Dreamhoster> | that's strange |
| [13:27:30] | <DaveTarmac> | Dreamhoster: that's very strange - and I have no idea why it's refusing to display the contents of <caption> |
| [13:27:51] | <DaveTarmac> | well, display <caption> at all as the tags aren't even showing up |
| [13:27:55] | <Dreamhoster> | DaveTarmac: maybe this will help: http://drupal.org/node/249099 |
| [13:28:09] | <Druplicon> | http://drupal.org/node/249099 => many problems upgrading from 4.6 to 4.7 or 5.7 => 1 IRC mention |
| [13:28:09] | <joachim> | ghassan-maroc: unselect it on the module page first |
| [13:28:13] | <joachim> | then go to the Uninstall tab and uninstall it |
| [13:28:19] | <joachim> | and finally remove the files from the server |
| [13:29:34] | * ins\away has quit (Read error: 104 (Connection reset by peer)) |
| [13:29:49] | * mortendk has joined #drupal-support |
| [13:30:09] | <joachim> | I am perhaps blind, but I can't see where to set a path for Views 2 |
| [13:30:39] | <joachim> | oh there it is |
| [13:30:42] | <joachim> | on the built-ins |
| [13:30:46] | <DaveTarmac> | Dreamhoster: it's not really a database problem I think |
| [13:31:01] | <Dreamhoster> | ah.. you think which means you are not sure. |
| [13:31:29] | * sirkitree has joined #drupal-support |
| [13:31:38] | <ghassan-maroc> | joachim: ok merci bcp |
| [13:31:38] | * marvil07 has joined #drupal-support |
| [13:31:46] | <joachim> | :) |
| [13:31:57] | * zwiep` has joined #drupal-support |
| [13:32:03] | * marvil07 has quit (Read error: 104 (Connection reset by peer)) |
| [13:32:12] | <DaveTarmac> | dreamhoster: well as I mentioned in the post on the forum, the variables are being filled with the correct information, it's just not displaying when it renders the page out |
| [13:32:17] | * marvil07 has joined #drupal-support |
| [13:32:31] | <DaveTarmac> | I tried to reinstall the module, but it came back and said 'Page not found' |
| [13:32:53] | <DaveTarmac> | might give it another try... |
| [13:34:33] | <antgiant> | What is considered the best way to create a multi-page form to collect user data? |
| [13:36:49] | <nimzie> | I Would like to add some links like the setup and ical links in this link : http://shorelineconsulting.ca/pix/viewmenu.jpg . I have created a node type which includes a date. I would like to have a list of all the dates used and have it display in the view just as setup and iCal are in this image .. has anyone done this and can help? |
| [13:39:13] | * Zitter has quit (Read error: 110 (Connection timed out)) |
| [13:39:27] | * cafuego has quit (Remote closed the connection) |
| [13:40:11] | * fredo_ has joined #drupal-support |
| [13:40:22] | * Zitter has joined #drupal-support |
| [13:42:24] | * nicjasno has joined #drupal-support |
| [13:42:41] | <netron1234> | antgiant > pretty somebody else asked the very same question on here last week... |
| [13:42:44] | <nicjasno> | how would i make expandable menus in the sidebar? |
| [13:42:59] | <netron1234> | nic> nice_menu module. |
| [13:43:07] | <nicjasno> | k |
| [13:43:11] | <nicjasno> | tnx |
| [13:43:19] | <netron1234> | nice_menu? |
| [13:43:29] | <netron1234> | nicemenu? |
| [13:43:38] | <netron1234> | hmmm... lemme get the url |
| [13:43:42] | <antgiant> | netron1234 > where could I find their question and the answer? |
| [13:44:01] | <netron1234> | nice_menus? |
| [13:44:01] | <Druplicon> | nice_menus are suckerfish menus for drupal http://drupal.org/project/nice_menus |
| [13:44:28] | <nicjasno> | got it |
| [13:44:32] | <nicjasno> | thanks |
| [13:44:34] | <netron1234> | maybe this is chat is archived somewhere antg |
| [13:44:47] | * nimzie has quit (Read error: 104 (Connection reset by peer)) |
| [13:44:59] | <antgiant> | thanks |
| [13:47:14] | <sceo> | ping bshumate |
| [13:47:34] | <bshumate> | sceo: pong |
| [13:47:38] | <bshumate> | sceo: pm |
| [13:48:46] | <Dreamhoster> | sceo: pong |
| [13:49:03] | * dchakrab has joined #drupal-support |
| [13:49:14] | * fago has joined #drupal-support |
| [13:49:35] | * cYu has joined #drupal-support |
| [13:50:18] | * dtaylormi has joined #drupal-support |
| [13:50:36] | <nicjasno> | hm... nice menus does seem to work only with the navigation menu |
| [13:51:05] | <nicjasno> | let's see what views says on this |
| [13:51:22] | <DaveTarmac> | ah ha! |
| [13:51:37] | <DaveTarmac> | does anyone know where I can set the URL for the page I want events to go to? |
| [13:53:19] | * MarioS has joined #drupal-support |
| [13:53:34] | <MarioS> | Hey all, i need some help because my help hook does not seem to work right. |
| [13:54:59] | * Michelle2 has joined #drupal-support |
| [13:55:46] | <DaveTarmac> | Can anyone tell me where I set the URL for the Events calendar? I've just reinstalled the module and it's fixed whatever the problem was, but now I can't see it on the same URL |
| [13:56:11] | <DaveTarmac> | it's defaulted to /event whereas the menu and everything else goes to /events |
| [13:56:32] | * ynn has joined #drupal-support |
| [13:56:40] | <Inferus> | DaveTarmac, under admin -> URL Aliases |
| [13:57:04] | * egoleo has joined #drupal-support |
| [13:57:18] | * Semhirage_ is now known as Semhirage |
| [13:57:57] | <DaveTarmac> | Inferus: they're all set up for /events - I want to change the event page to be eventS |
| [13:58:21] | <Inferus> | Is there no listing in there for just event? |
| [13:58:27] | <Inferus> | Ok, go to views, is it set by the view? |
| [13:58:30] | <egoleo> | hello how can i get teaser length for different nodes types |
| [13:58:43] | * Michelle has quit (Nick collision from services.) |
| [13:58:44] | * Michelle2 is now known as Michelle |
| [13:59:05] | <Inferus> | egoleo: teasertype |
| [13:59:12] | <DaveTarmac> | nope - no alias for /event |
| [13:59:21] | <Inferus> | http://drupal.org/project/teaserbytype |
| [13:59:35] | <egoleo> | ok thnx |
| [13:59:49] | <Inferus> | DaveTarmac: go on Admin -> Menu then |
| [13:59:59] | <egoleo> | and can i specify more than 1 teaser lengths |
| [14:00:00] | <DaveTarmac> | Inferus - nor is it set by views |
| [14:00:02] | <egoleo> | for a type? |
| [14:00:36] | <Inferus> | egoleo: Never used it |
| [14:00:38] | <Inferus> | egoleo:http://drupal.org/node/226999 |
| [14:00:53] | <Druplicon> | http://drupal.org/node/226999 => Teaserbytype: specify teaser length for each content type => 1 IRC mention |
| [14:00:53] | <ynn> | i'm seeing a strange error when users hit back on this one page... its http://pastebin.com/d72db9ab8 anyone have any ideas? |
| [14:00:53] | <Inferus> | DaveTarmac: Look at admin -> menu |
| [14:00:56] | * alvin_2 has joined #drupal-support |
| [14:01:00] | <egoleo> | will try it |
| [14:01:02] | * luison has joined #drupal-support |
| [14:01:02] | <DaveTarmac> | Inferus: up - I'm there |
| [14:01:11] | <alvin_2> | how can i add a similar block like "New Custom Content" on panels2 ? |
| [14:01:17] | <alvin_2> | anyone here familar with panels api? |
| [14:01:20] | <Inferus> | Sorry DaveTarmac, I appear to have *some* lag |
| [14:01:33] | <DaveTarmac> | Inferus: no worries, mate |
| [14:01:40] | * _valcker is now known as valcker |
| [14:02:05] | <Inferus> | DaveTarmac: is events listed in your menu? |
| [14:02:18] | <DaveTarmac> | Yes it is |
| [14:02:28] | <Inferus> | click on edit |
| [14:02:40] | <DaveTarmac> | yup |
| [14:04:51] | <Inferus> | Is there anything in there you can chanve |
| [14:04:52] | <Inferus> | change |
| [14:04:58] | <Inferus> | ie, path |
| [14:05:56] | <egoleo> | is it also possible to get summary of a post through views? |
| [14:06:27] | <DaveTarmac> | yeah, I can change the path, but all of the CSS is setup to use events, rather than event. Is there no way of doing it so that I can change the path of the calendar rather than just changing menus to get my result as it also requires a lot of CSS changes |
| [14:06:46] | <Inferus> | CSS? |
| [14:06:46] | <Druplicon> | CSS is #css |
| [14:06:53] | <Dreamhoster> | lol |
| [14:07:00] | <Inferus> | Why are you using paths with css |
| [14:07:13] | <netron1234> | botslap? |
| [14:07:13] | <Druplicon> | Ouch! |
| [14:07:21] | <Inferus> | just do find and replace if you really don't want to do it |
| [14:07:26] | <Inferus> | DaveTarmac |
| [14:07:31] | <Inferus> | the only other option you have is to create a url alias |
| [14:07:39] | <Inferus> | that also points to the same place as event |
| [14:08:44] | <MarioS> | Hey all, i need some help because my help hook does not seem to work right. |
| [14:08:54] | * samtresler has joined #drupal-support |
| [14:09:10] | * utter_laptop is now known as utter_laptop|awa |
| [14:09:51] | * utter_laptop|awa is now known as utter_laptop |
| [14:10:05] | * brainycat has joined #drupal-support |
| [14:12:02] | * veo[d3] has joined #drupal-support |
| [14:12:21] | <valberg> | hi is it possible to chose Node Title instead of Node ID in panels2 context ? |
| [14:12:32] | <valberg> | choose* |
| [14:12:46] | <nicjasno> | hm... |
| [14:12:59] | <nicjasno> | nice menus makes a nice menu only from the navigation |
| [14:13:05] | * joachim has quit ("ChatZilla 0.9.82.1 [Firefox 3.0/2008052906]") |
| [14:13:06] | * MarioS has quit () |
| [14:13:37] | <nicjasno> | ah... |
| [14:13:39] | <nicjasno> | got it |
| [14:13:40] | <nicjasno> | :) |
| [14:14:49] | * negonicrac has joined #drupal-support |
| [14:15:55] | * negonicrac has quit (Read error: 104 (Connection reset by peer)) |
| [14:16:09] | * ghassan-maroc has quit ("Leaving.") |
| [14:16:22] | * dougvann has joined #drupal-support |
| [14:18:38] | <ynn> | what would cause a taxonomy term that was linked from a post to not show any content when the term is clicked on? |
| [14:18:46] | * Moonshine_home has quit () |
| [14:19:09] | * davexoxide has joined #drupal-support |
| [14:20:15] | <nearlythere> | sounds like a theme template problem? |
| [14:21:09] | <ynn> | its just for the one content type |
| [14:21:14] | <ynn> | everything else works fine |
| [14:21:32] | * sdboyer-laptop has joined #drupal-support |
| [14:21:36] | <netron1234> | just wondering if someone can give us some pointers on Ahah form stuff. i have a question on the forum here: http://drupal.org/node/276755 i need to do this in a demo for a client, to show off Drupal's ahah library.. but i'm getting stuck. very little documentation on it. |
| [14:21:47] | <Druplicon> | http://drupal.org/node/276755 => Ahah "Add more" for two fields or more - is there a guide? => 1 IRC mention |
| [14:22:01] | <netron1234> | botslap? |
| [14:22:01] | <Druplicon> | Ouch! |
| [14:22:49] | * veo`on`heelys has quit (Connection timed out) |
| [14:24:30] | * gagan555 has joined #drupal-support |
| [14:25:10] | * samtresler_ has joined #drupal-support |
| [14:25:20] | <alvin_2> | anyone here familar with the panels api? |
| [14:25:28] | <gagan555> | Hello all. two questions from me: 1. How to fetch the links of latest x nodes from a particular category on homepage as Blocks using views. Any thread on drupal.org for this. |
| [14:25:50] | <gagan555> | Question 2: how to fetch the rss feeds on homepage of drupal. |
| [14:25:51] | <alvin_2> | panels? |
| [14:25:51] | <Druplicon> | http://drupal.org/project/panels |
| [14:25:56] | <nicjasno> | hm... |
| [14:26:07] | <nicjasno> | any ideas how to make a nice menu out of taxonomy terms? |
| [14:26:07] | <ynn> | gagan555: what drupal? |
| [14:26:27] | <ynn> | nicjasno: like a tag cloud? |
| [14:26:28] | <gagan555> | ynn: i mean on my homepage.. |
| [14:26:37] | <nicjasno> | tag cloud? |
| [14:26:44] | <gagan555> | ynn: did you ask my drupal version.? |
| [14:27:01] | <ynn> | gagan555: just add the recent posts block |
| [14:27:28] | <gagan555> | ynn: from where can i add recent posts block? |
| [14:27:51] | <ynn> | from the blocks menu |
| [14:27:58] | <ynn> | site building -> blocks |
| [14:28:03] | * Anti73 has joined #drupal-support |
| [14:28:20] | <ynn> | nicjasno: it displays tags based on usage |
| [14:28:36] | * level09 has joined #drupal-support |
| [14:28:38] | <ynn> | nicjasno: so ones used more frequently will be larger |
| [14:28:49] | * mdlueck has joined #drupal-support |
| [14:28:57] | <level09> | very strange issue here |
| [14:28:59] | <gagan555> | ynn: i want to list only the recent nodes from a particular category. can i do this? |
| [14:29:05] | <level09> | my theme is preventing status report form showing up |
| [14:29:19] | <ynn> | gagan555: you'll have to edit the view |
| [14:29:35] | <level09> | I'm getting the word *Array* instead of the status report |
| [14:29:39] | * fredo_ has quit (Read error: 104 (Connection reset by peer)) |
| [14:29:46] | * amarrero has quit (Read error: 104 (Connection reset by peer)) |
| [14:29:49] | <level09> | what in my theme could possibly cause that :D ? |
| [14:29:53] | <nicjasno> | gagan: not based on usage |
| [14:30:00] | <nicjasno> | like a nicemenu |
| [14:30:36] | <gagan555> | ynn: yesss thats exactly what i wanted to ask. how to configure this on views module. i had seen a good thread about using views on drupal.org forum. do u have any url for tutorials. |
| [14:30:37] | <nicjasno> | where you have the content type |
| [14:30:46] | <nicjasno> | and then the terms open up in the expanded menu |
| [14:30:53] | <Anti73> | anyone have any experience using the Advanced Theme Construction Kit? |
| [14:31:09] | <nicjasno> | er.. the category |
| [14:31:10] | <mdlueck> | What should be in the variable $header? On a couple of sites I admin, that var does not seem to have anything, so wondering what purpose that serves in the themes. |
| [14:31:16] | <ynn> | gagan555: http://drupal.org/handbook/modules/views |
| [14:31:19] | <nicjasno> | like category > term |
| [14:31:28] | <ynn> | gagan555: its pretty straight forward |
| [14:31:42] | <nicjasno> | only the category is visible in the menu, and when you click on it a list of terms opens |
| [14:31:50] | <gagan555> | ynn: can i add a feed as a block using views module? tutorial url plss |
| [14:31:59] | <Anti73> | Can someone look @ this in IE and tell me what's going on? http://karma.dyndns.org |
| [14:32:34] | <Anti73> | I'm being told that it's the height of the viewport is going crazy |
| [14:32:38] | * mukesh has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [14:32:49] | * luison has quit (Connection reset by peer) |
| [14:33:03] | * apalazzolo has joined #drupal-support |
| [14:33:31] | <ynn> | gagan555: let me look around a little |
| [14:33:34] | <Dreamhoster> | Anti73: all of sudden, i'm hungry for a Burrito |
| [14:34:00] | <Anti73> | Dreamhoster: they are good |
| [14:34:41] | <Anti73> | Dreamhoster: I have very ugly debug colors going to try to narrow down the problem....but not really helping |
| [14:35:20] | <Dreamhoster> | Anti73: looks fine in IE8 |
| [14:35:29] | * monk12 has joined #drupal-support |
| [14:35:38] | <Anti73> | well...that's a good thing....IE 7 looks like crap |
| [14:36:10] | <Anti73> | Dreamhoster: it doesn't have a ton of space under the labeled footer sections? |
| [14:36:15] | <pixel> | Anyone know if there is a way for a webform component to access the data for the full form? |
| [14:36:40] | * amarrero has joined #drupal-support |
| [14:36:46] | <monk12> | hello all,is there any module which allows u to set your password on registrarion page |
| [14:36:53] | * fredo_ has joined #drupal-support |
| [14:37:01] | <Dreamhoster> | Anti73: looks very similar to how Firefox 3 renders it |
| [14:37:17] | <trevortwining> | Anti73: which version of IE is causing the problem? |
| [14:37:25] | <Anti73> | ehh...I'm still using ff2 |
| [14:37:29] | * daYZman-w has joined #drupal-support |
| [14:37:31] | <daYZman-w> | hi |
| [14:37:31] | <Druplicon> | hello |
| [14:37:41] | <ynn> | gagan555: can't really find anything sorry |
| [14:37:53] | * luison has joined #drupal-support |
| [14:37:57] | <daYZman-w> | does anyone know of a good module for private messaging in d6? |
| [14:38:38] | * samtresler has quit (Read error: 110 (Connection timed out)) |
| [14:38:47] | <Dreamhoster> | Anti73: LOL renders INCORRECTLY in IE7 (IE7 emulation mode for IE8) |
| [14:38:50] | * apalazzolo is now known as binarybill |
| [14:39:09] | <Dreamhoster> | Anti73: are you rendering specifically for IE? |
| [14:39:27] | <gagan555> | ynn: its ok for feeds. can u tell me some exact steps how to fetch the latest nodes from a particular category as a block using views. |
| [14:39:44] | * veo[d3] has quit (Connection timed out) |
| [14:39:49] | <Anti73> | Dreamhoster: I'm trying to make as browser compliant as possible....IE6 > and all ff and safari |
| [14:40:49] | <ynn> | gagan555: just select the filter by node type |
| [14:41:06] | <ynn> | gagan555: i don't know what version of drupal you're using so i can't really help too much |
| [14:41:15] | <gagan555> | im using drupal 5x |
| [14:41:42] | <ynn> | gagan555: see the filters field? |
| [14:41:54] | * McGo_ has quit () |
| [14:42:12] | <gagan555> | ynn: yesss |
| [14:42:35] | * level09 has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [14:42:42] | <ynn> | gagan555: make it node: type then "is on of" and select your node type |
| [14:42:54] | <trevortwining> | Anti73: seems to look ok in IE7 and IE6. It at least looks the same as what shows in FF2 & FF3 |
| [14:42:56] | * mdlueck has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040414]") |
| [14:43:15] | <ynn> | gagan555: probably should clone the view first from a recent posts default |
| [14:43:51] | * nicholasThompson has joined #drupal-support |
| [14:44:00] | * nicholasThompson has quit (Client Quit) |
| [14:44:19] | * alleyoopster has joined #drupal-support |
| [14:44:39] | <Anti73> | trevortwining: can you scroll past the footer in any of them? |
| [14:44:58] | <ynn> | nicjasno: http://drupal.org/handbook/modules/taxonomy read the using categories in menus |
| [14:45:00] | <gagan555> | ynn: when i applied filter for "node type", i got page, story, blog etc. But i want to display a particular taxonomy |
| [14:45:18] | <gagan555> | ynn: shall i use "taxonomy term filter" |
| [14:45:28] | <ynn> | gagan555: sorry yeah |
| [14:47:00] | <nicjasno> | thanks |
| [14:49:26] | <Dreamhoster> | trevortwining: Check the bottom of the page. If there's a huge section of white space then it is rendering incorrectly |
| [14:51:05] | <gagan555> | ynn: thanks for the help.. now i also found a way to fetch RSS links.. The option is there in blocks field. |
| [14:51:14] | <gagan555> | ynn: again THANKS for the help. |
| [14:51:22] | <ynn> | gagan555: nice cool np |
| [14:54:26] | * e-anima has joined #drupal-support |
| [14:54:37] | * Mek has joined #drupal-support |
| [14:54:40] | * Mek_ has quit (Read error: 104 (Connection reset by peer)) |
| [14:57:33] | * veo[d3] has joined #drupal-support |
| [14:58:32] | * ricardoom has joined #drupal-support |
| [15:00:09] | * antgiant has left #drupal-support () |
| [15:00:13] | * DaveTarmac has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040413]") |
| [15:01:09] | * davidstrauss has joined #drupal-support |
| [15:02:21] | * Zarabadoo has joined #drupal-support |
| [15:03:00] | * daYZman-w has quit (Read error: 104 (Connection reset by peer)) |
| [15:03:03] | * cirotix has quit (Read error: 113 (No route to host)) |
| [15:03:20] | * lyricnz has quit () |
| [15:06:02] | <utter_laptop> | I'm baffled by forums.. |
| [15:06:48] | <utter_laptop> | there seems to be a default node view that is themed like a normal forum post but I can't build a similar themed view using views itself... |
| [15:08:21] | <utter_laptop> | and since I'm using OG Forum I can't seem to link directly to the group forum at all |
| [15:08:24] | * gagan555 has quit ("Get out of that boring IRC client! It's no good for you. Bersirc 2.2 is your answer! [ http://www.bersirc.org/ - Open Source") |
| [15:09:23] | * cYu has quit (Read error: 104 (Connection reset by peer)) |
| [15:09:26] | * cYu has joined #drupal-support |
| [15:10:11] | <monk12> | anyway to hide locked menu like My Blog |
| [15:11:17] | * ins\away has joined #drupal-support |
| [15:11:41] | * ceardach has quit () |
| [15:12:18] | <Inferus> | monk12, disable it? |
| [15:13:58] | * Zarabadoo1 has joined #drupal-support |
| [15:14:06] | * Zarabadoo has quit (Read error: 54 (Connection reset by peer)) |
| [15:14:16] | <netron1234> | anyone done any ahah form work... the documentation is a bit lacking to say the least (for D6) |
| [15:15:06] | <egoleo> | is there a way to get only summary of body in a view? |
| [15:15:21] | * ins\away is now known as ins\ |
| [15:15:26] | <Dreamhoster> | Zen? |
| [15:15:26] | <Druplicon> | Zen is the ultimate starting theme for Drupal. If you are building your own standards-compliant theme, you will find it much easier to start with Zen than to start with Garland or Bluemarine. http://drupal.org/project/zen |
| [15:15:36] | * milian-laptop has joined #drupal-support |
| [15:15:36] | <Dreamhoster> | zen is awesome |
| [15:15:41] | <netron1234> | trying to follow this example http://www.nicklewis.org/node/967 but the solution isnt fully complete. like "be sure to set your form ahah wrapper" - yeah, like where to i do that? |
| [15:15:44] | * sirkitree has quit () |
| [15:15:57] | * CKIDOW has quit ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") |
| [15:17:05] | <monk12> | InferusK: That item is locked, u mean diaable thw blog module? |
| [15:17:52] | <monk12> | sorry for spelling mistakes, on cell phone |
| [15:19:09] | * Zarabadoo has joined #drupal-support |
| [15:19:55] | <ynn> | anyone have an idea why the tags on http://140.174.72.121/filmazing/hello-hollywood/afis-ten-top-tens work, while the tags on http://140.174.72.121/filmazing/the-latest-and-greatest/real-life-myster... dpm |
| [15:20:00] | <ynn> | dont* work |
| [15:20:33] | * maynards-girl has quit () |
| [15:21:18] | * Moonshine|afk is now known as Moonshine |
| [15:21:58] | * milian-laptop has quit (Remote closed the connection) |
| [15:22:13] | * emmajane has joined #drupal-support |
| [15:22:19] | * gagan555 has joined #drupal-support |
| [15:22:55] | * e-anima has quit (Read error: 110 (Connection timed out)) |
| [15:23:16] | <gagan555> | hello all. how to fetch the feeds of some other site as links into drupal blocks using views. |
| [15:23:39] | * xraver has joined #drupal-support |
| [15:24:48] | <monk12> | gagan y not just use core feed aggregator module |
| [15:25:23] | * daYZman-w has joined #drupal-support |
| [15:25:38] | <xraver> | hi @ll |
| [15:25:53] | <Dreamhoster> | xraver: h3ll0 |
| [15:26:06] | <gagan555> | monk12: fetching the feeds as blocks feature is not available on drupal5x? |
| [15:26:19] | <xraver> | i have created some nodes as user1 - now, i want modifi the nodes as user3 - but i cant. |
| [15:26:35] | <xraver> | i have change the uid to user3, bur he cant modifi the node |
| [15:27:23] | <xraver> | i have created a admin group. but this cant edit the node from user1 but node from user2- N |
| [15:27:26] | <xraver> | any ideas? |
| [15:27:31] | * jredding has joined #drupal-support |
| [15:27:33] | <Dreamhoster> | xraver: what groups are user1 and user3 in? |
| [15:27:57] | <xraver> | Dreamhoster: admin with right to edit any content |
| [15:28:03] | <Dreamhoster> | both? |
| [15:28:11] | <jredding> | seen michelle? |
| [15:28:11] | <Druplicon> | Michelle was last seen in #drupal 28 min 10 sec ago saying '(AFK until this afternoon)'. |
| [15:28:13] | <xraver> | it works, user 3 can edit the content from user2 - but not 1 |
| [15:28:34] | <gagan555> | hello anyone can tell me how to fetch RSS feeds from other sites as blocks. |
| [15:28:42] | <xraver> | user1 have no groups - its is the drupal master account |
| [15:29:04] | <Dreamhoster> | "user1 have no groups - its is the drupal master account" |
| [15:29:30] | <jredding> | gagan555: use the aggregator module. |
| [15:29:36] | <jredding> | aggregator? |
| [15:29:37] | <xraver> | i just move the user1 to admin group to |
| [15:29:44] | * kenois has joined #drupal-support |
| [15:29:56] | <xraver> | it will not work |
| [15:30:33] | <xraver> | i change the author to user2, but user2 cant edit this. i try the change the uid in the database, but it will not work |
| [15:31:37] | * swentel has quit (Read error: 104 (Connection reset by peer)) |
| [15:31:38] | * swentel_ has joined #drupal-support |
| [15:33:28] | * sirkitree has joined #drupal-support |
| [15:34:04] | * zwiep` has quit ("this laptop has gone to sleep") |
| [15:34:15] | * ynn has quit () |
| [15:34:52] | <gagan555> | jredding: yes just now i found out that the aggregator module does the work for me. |
| [15:35:19] | <xraver> | Dreamhoster: the filter option was the issue |
| [15:35:41] | <netron1234> | anyone done work in ahah forms in D6? anyone? |
| [15:35:45] | * gonzorob has joined #drupal-support |
| [15:35:49] | <gonzorob> | hey folks |
| [15:35:56] | <utter_laptop> | talking of forums... |
| [15:36:02] | * Zarabadoo has quit ("Leaving.") |
| [15:36:03] | <gonzorob> | just started using Drupal, its ace |
| [15:36:33] | * JohnAlbin has joined #drupal-support |
| [15:37:02] | <utter_laptop> | gonzorob: you wait til you're half-way through a site and THEN realise you haven't a clue what's going on :) |
| [15:37:10] | * ricardoom has quit (Read error: 110 (Connection timed out)) |
| [15:37:17] | <gonzorob> | im using it for my company game website... we're letting users sign up and (once we're ready) giving some members the 'role' of beta tester. This will give them access to the beta tester forums |
| [15:37:41] | <gonzorob> | however, we're also writing the game engine so it checks user names and passwords from a mysql database |
| [15:37:44] | * jredding has quit () |
| [15:38:02] | <utter_laptop> | I'm building a replacement Facebook for eco warriors |
| [15:38:04] | <gonzorob> | what im trying to do is have the users 'role' put along side his/her name in the mysql database |
| [15:38:22] | * Zarabadoo1 has quit (Connection timed out) |
| [15:38:37] | <gonzorob> | so then the masterserver can easily look at teh database and only allow users with the 'beta test' role access onto our game server |
| [15:38:57] | * egoleo has quit (Read error: 104 (Connection reset by peer)) |
| [15:38:58] | <gonzorob> | currenyl the database doesnt have user roles.... can i change this ? |
| [15:38:58] | * Zarabadoo has joined #drupal-support |
| [15:39:22] | <Dreamhoster> | gonzorob: the drupal database or your game database |
| [15:39:23] | <Dreamhoster> | ? |
| [15:39:50] | <gonzorob> | drupal database |
| [15:40:03] | * mstef has joined #drupal-support |
| [15:40:06] | * daYZman-w has quit (Success) |
| [15:40:07] | <netron1234> | utter_laptop> sounds interested. would be interested in seeing the final result... |
| [15:40:15] | <mstef> | how do you get rid of the " Attempting to re-run cron while it is already running." error ? |
| [15:40:17] | * koolhead17 has joined #drupal-support |
| [15:40:17] | <utter_laptop> | netron1234: me too :) |
| [15:40:34] | * koolhead17 has left #drupal-support () |
| [15:40:37] | <gonzorob> | by using the drupel database we can just add / remove beta testers easily |
| [15:40:54] | <Dreamhoster> | gonzorob: have you added drupal roles to the site? |
| [15:41:07] | * netron1234 wishes forum questions would get at least one answer.. the amount of unanswered forum posts is annoying (esp when your googling...) |
| [15:41:11] | <gonzorob> | yup, ive added a role for 'beta test' |
| [15:41:30] | <gonzorob> | but im looking at teh data within the mysql database, and cant see the the 'role' in the 'users' table |
| [15:41:32] | <tjazzvibe> | hi, everyone. i have a node-profile question. i made the node and used pageroute and i have a view in user account, but the select list is not showing. all the text fields are. would anyone have any ideas what's up? |
| [15:42:42] | <gonzorob> | does drupal just assign a number as a role? |
| [15:44:08] | <Dreamhoster> | gonzorob: i believe so. Researching |
| [15:44:34] | <gonzorob> | ah ha ! |
| [15:44:35] | <gonzorob> | got it |
| [15:44:48] | * gagan555 has quit ("Bersirc 2.2: All the original sexiness of Bersirc, open to the world. [ http://www.bersirc.org/ - Open Source IRC ]") |
| [15:44:51] | <gonzorob> | in the user_roles table... it has User ID and Role ID |
| [15:44:54] | * patchak has joined #drupal-support |
| [15:44:56] | * sirkitree has quit () |
| [15:44:59] | * ynn has joined #drupal-support |
| [15:45:02] | <gonzorob> | my beta test role ID = 3 |
| [15:45:10] | <patchak> | cck question... is it dangerous to let users add text in "plain text" form?? |
| [15:45:21] | <patchak> | does that mean they can add any kind of scrips in there ?? |
| [15:45:22] | <gonzorob> | so, i just get the game engine to check that table for user ids first |
| [15:45:32] | * ynn has quit (Client Quit) |
| [15:45:34] | <gonzorob> | :D |
| [15:46:10] | <Dreamhoster> | gonzorob: you may want to create a view that identifies the ID with the Name of the row |
| [15:46:27] | * ynn has joined #drupal-support |
| [15:46:40] | <netron1234> | patchak... no the the drupal validation stuff takes care of it. |
| [15:46:40] | * Bes` has quit ("power off") |
| [15:46:49] | <patchak> | netron1234: ah ok thanks |
| [15:47:03] | <Dreamhoster> | gonzorob: if say, allah forbid, someone changes the name of that role and create a new role that is the new "beta tester" then you shouldn't have to worry about finding out which id belongs to which role |
| [15:47:05] | <patchak> | netron1234: so I can safely use single row text fields without specific input format ?? |
| [15:47:06] | <netron1234> | think lego bricks. and you're nearly there. |
| [15:47:08] | <utter_laptop> | netron1234: I'm also having issues with forums - but simpler ones than yours I guess |
| [15:47:44] | * negonicrac has joined #drupal-support |
| [15:48:59] | <utter_laptop> | netron1234: maybe you can help... I need to show forums in a OG group context - but OG Forums doesn't really work properly |
| [15:49:43] | <utter_laptop> | I need to roll a custom view that collects the forum posts from a goup context and show then in a page... |
| [15:50:08] | * jscheel has quit (Read error: 60 (Operation timed out)) |
| [15:50:24] | <utter_laptop> | but I can never get the normal system themed view of a forum post, the one in a table with the little mail icon and so forth |
| [15:51:04] | * ynn has quit (Client Quit) |
| [15:51:13] | <utter_laptop> | it just seems you can't see the ystem themed view unless you view posts in the actual container list |
| [15:51:14] | * stompeers has joined #drupal-support |
| [15:51:26] | <utter_laptop> | and that seems inaccesible via OG Forums OR Views |
| [15:51:34] | * negonicrac has quit (Client Quit) |
| [15:53:10] | * cabbiepete_ has joined #drupal-support |
| [15:53:12] | * RMuilwijk has joined #drupal-support |
| [15:53:56] | * jscheel has joined #drupal-support |
| [15:54:48] | * Inferus has quit ("sleep") |
| [15:59:56] | * cYu has quit (card.freenode.net irc.freenode.net) |
| [15:59:56] | * dtaylormi has quit (card.freenode.net irc.freenode.net) |
| [15:59:56] | * valcker has quit (card.freenode.net irc.freenode.net) |
| [15:59:56] | * Thomas_Zahreddin has quit (card.freenode.net irc.freenode.net) |
| [15:59:56] | * tassoman has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * ohhi has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * manuee has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * mstef has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * alvin_2 has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * DarthclueWork has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * Hxh has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * tjazzvibe has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * trew has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * Shiny has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * zostay has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * selmanj has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * trippo_ has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * ragas has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * axolx has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * fr_ has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * luison has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * fredo_ has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * bshumate has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * aaronwinborn has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * ipwa has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * psynaptic has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * murth has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * Pyth_ has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * grabur has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * msbhvn has quit (card.freenode.net irc.freenode.net) |
| [15:59:57] | * vipe has quit (card.freenode.net irc.freenode.net) |
| [15:59:58] | * Ricoshady has quit (card.freenode.net irc.freenode.net) |
| [15:59:58] | * Genie has quit (card.freenode.net irc.freenode.net) |
| [15:59:58] | * Mez has quit (card.freenode.net irc.freenode.net) |
| [15:59:58] | * cabbiepete_ has quit (card.freenode.net irc.freenode.net) |
| [15:59:58] | * JohnAlbin has quit (card.freenode.net irc.freenode.net) |
| [15:59:59] | * kenois has quit (card.freenode.net irc.freenode.net) |
| [15:59:59] | * davidstrauss has quit (card.freenode.net irc.freenode.net) |
| [15:59:59] | * Mek has quit (card.freenode.net irc.freenode.net) |
| [15:59:59] | * samtresler_ has quit (card.freenode.net irc.freenode.net) |
| [15:59:59] | * xraver has quit (card.freenode.net irc.freenode.net) |
| [15:59:59] | * brainycat has quit (card.freenode.net irc.freenode.net) |
| [15:59:59] | * nicjasno has quit (card.freenode.net irc.freenode.net) |
| [15:59:59] | * Zitter has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * mortendk has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * patchak has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * Gatonegro has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * troythetechguy has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * matason has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * JBlaze has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * mikl has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * jonhattan has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * bertboerand has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * sutha has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * hpnadig has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * romunov has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * DynV has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * sparr has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * Jonathan_R has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * xur1z has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * hydrian has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * corsair_ has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * bryanUC has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * grugnog has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * ellyjonez has quit (card.freenode.net irc.freenode.net) |
| [16:02:16] | * Nightlurker has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * utter_laptop has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * lisppaste6 has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * c3 has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * re1263_ has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * lronPaw has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * verifier has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * spiderman has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * webavant has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * taddis has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * sarts has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * popey has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * foo has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * stompeers has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * fago has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * flabberkenny has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * netron1234 has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * threexk has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * CroX has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * cheater has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * BrightLoudNoise has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * designerbrent has quit (card.freenode.net irc.freenode.net) |
| [16:04:35] | * gonzorob has quit (card.freenodNOTICE AUTH :*** Looking up your hostname...) |
| [16:05:01] | * Drupl208 has joined #drupal-support |
| [16:05:01] | * davexoxide has joined #drupal-support |
| [16:05:01] | * [alphex] has joined #drupal-support |
| [16:05:01] | * llang has joined #drupal-support |
| [16:05:01] | * Haza`` has joined #drupal-support |
| [16:05:01] | * Singularo has joined #drupal-support |
| [16:05:01] | * allisterb has joined #drupal-support |
| [16:05:01] | * _CitizenKane_ has joined #drupal-support |
| [16:05:01] | * Druplicon has joined #drupal-support |
| [16:05:01] | * Dieterbe has joined #drupal-support |
| [16:05:01] | * TomvB has joined #drupal-support |
| [16:05:01] | * dirkgomez has joined #drupal-support |
| [16:05:04] | * sepeck_ has joined #drupal-support |
| [16:05:05] | * Druplicon has quit (Remote closed the connection) |
| [16:05:05] | * Dieterbe has quit (Remote closed the connection) |
| [16:05:05] | * TomvB has quit (Remote closed the connection) |
| [16:05:05] | * dirkgomez has quit (Remote closed the connection) |
| [16:05:05] | * TomvB has joined #drupal-support |
| [16:05:06] | * dirkgomez has joined #drupal-support |
| [16:05:09] | * Dieterbe has joined #drupal-support |
| [16:06:36] | * Druplicon has joined #drupal-support |
| [16:07:03] | <Dreamhoster> | ynn: when i click on the links it just shows /taxonomy/#### |
| [16:07:31] | <ynn> | on both of them? |
| [16:07:32] | * nikkiana has joined #drupal-support |
| [16:07:37] | <Dreamhoster> | ynn: all of them |
| [16:07:51] | <Dreamhoster> | ynn: i'm assuming you have information already classified for those terms? |
| [16:08:10] | * freeswonk has joined #drupal-support |
| [16:08:11] | <ynn> | Dreamhoster: yeah |
| [16:08:21] | <ynn> | Dreamhoster: what browser are you using? |
| [16:08:49] | * steepleone has joined #drupal-support |
| [16:08:56] | * sDaniel has joined #drupal-support |
| [16:09:14] | * steepleone has left #drupal-support () |
| [16:09:16] | * koolhead17 has joined #drupal-support |
| [16:09:17] | <ynn> | Dreamhoster: nothing on this page? http://140.174.72.121/filmazing/tag/afi |
| [16:09:19] | * cabbiepete has quit (No route to host) |
| [16:09:37] | <patchak> | when using token module, what is the difference between raw and filtered tokens ?? |
| [16:09:58] | <Dreamhoster> | ynn: i have somethign on this page |
| [16:10:19] | <Dreamhoster> | ynn: i meant to say it shows the layout and structure |
| [16:10:25] | * guardian has quit () |
| [16:10:26] | <Dreamhoster> | ynn: just nothing within the content area |
| [16:10:32] | <ynn> | hmm |
| [16:10:34] | <Dreamhoster> | except the taxonomy term information |
| [16:10:45] | <Dreamhoster> | ynn: i do get information for AFI |
| [16:10:46] | * cgardner has joined #drupal-support |
| [16:11:05] | * koolhead17 has left #drupal-support () |
| [16:11:17] | * Roelven has quit () |
| [16:11:21] | <Dreamhoster> | ynn: digipubco1.securesites.net |
| [16:12:54] | <Dreamhoster> | ooh new christian invoices |
| [16:13:07] | <Dreamhoster> | oops i mean voices |
| [16:13:08] | * cgardner has left #drupal-support () |
| [16:13:11] | * cgardner has joined #drupal-support |
| [16:13:17] | * bin has quit ("Leaving") |
| [16:13:20] | * Rob_Feature has joined #drupal-support |
| [16:13:23] | <ynn> | Dreamhoster: yup... all our sites |
| [16:13:36] | <Dreamhoster> | ynn: very great work in design |
| [16:13:46] | <ynn> | Dreamhoster: terrible work in drupal |
| [16:13:53] | <Rob_Feature> | i must not be alone on this....my node-custom.tpl.php files aren't working in drupal 6. A little help on what's up? |
| [16:14:43] | <ynn> | Dreamhoster: i was hired to fix these drupal bugs they are having and i have no idea why taxonomy is blank |
| [16:14:54] | <ynn> | Dreamhoster: in the news section |
| [16:15:16] | * gonzorob has quit () |
| [16:16:13] | * christefano has joined #drupal-support |
| [16:16:33] | <amarrero> | help |
| [16:16:49] | <ynn> | Dreamhoster: maybe it has to do something with spaces in tag names? |
| [16:17:00] | <Dreamhoster> | ynn: i think so |
| [16:17:56] | * RMuilwijk has quit (Read error: 104 (Connection reset by peer)) |
| [16:18:13] | <Dreamhoster> | amarrero: i'm not sure what help you need |
| [16:18:18] | * freescroll has quit (Read error: 110 (Connection timed out)) |
| [16:18:26] | * fago has quit (Read error: 110 (Connection timed out)) |
| [16:18:49] | * penn1 has joined #drupal-support |
| [16:18:56] | <nearlythere> | this is my 2nd time- setting up a new site. 1st time, installation of modules failed- site became unreachable. i didn't know what went wrong so i set up another DB, and found out it imagecache... again the 2nd site is unreachable.... |
| [16:19:14] | <nearlythere> | how can i remove that module - imagecache? when site is unreachable? |
| [16:19:21] | <penn1> | Can anonymous users under the same IP (in a wifi network) vote for the same poll question? |
| [16:19:43] | <ynn> | penn1: depends, are you using voting api? |
| [16:19:48] | <Dreamhoster> | nearlythere: what are you using as your host? |
| [16:20:11] | <penn1> | ynn: i have poll, advanced poll and the pollfield modules installed :) |
| [16:20:20] | <nearlythere> | dreamhoster: it's just a shared hosting system. i've installed image cache several times on other sites on same host with no trouble |
| [16:20:32] | <Dreamhoster> | nearlythere: name of the host |
| [16:20:42] | <Dreamhoster> | nearlythere: i had problems with Yahoo downing my site |
| [16:20:45] | * christefano has quit (Client Quit) |
| [16:20:48] | <ynn> | penn1: i don't think so.. check out those modules setting pages |
| [16:21:17] | <nearlythere> | @dreamhoster it's register365.ie ... are you going to sell me your hosting services? |
| [16:21:19] | <ynn> | penn1: it may be something you can modify to allow or disallow |
| [16:21:52] | <penn1> | ynn: ok |
| [16:22:39] | <Dreamhoster> | nearlythere: i'm a dreamhost user not faciliator or sales agent |
| [16:22:46] | <Dreamhoster> | hence Dreamhoster and not Dreamhost |
| [16:22:48] | * Chriswaterguy has joined #drupal-support |
| [16:23:10] | * dru has joined #drupal-support |
| [16:23:22] | * jayboodhun has joined #drupal-support |
| [16:23:24] | <nearlythere> | @Dreamhoster a, okey |
| [16:23:48] | <Dreamhoster> | nearlythere: are you using drupal 6? |
| [16:23:57] | * kvanderw has quit (Read error: 110 (Connection timed out)) |
| [16:24:03] | <nearlythere> | @dreamhoster newp... sadly |
| [16:24:16] | * Haza`` has quit (Connection timed out) |
| [16:24:53] | <dru> | quick question: on one of my sites, the user registration guidelines dropped below the "account information" box on the registration page. Any idea what might have caused this/? |
| [16:25:08] | <nearlythere> | maybe if i rephrase... the site won't load- i get a white screen after uploading a problematic module. how can i disable the module when i can't access the module list page? |
| [16:25:17] | <ynn> | dru: is it a block? did you move it? |
| [16:25:46] | <Chriswaterguy> | How do I install Java Runtime Environment? i need it for something in OpenOffice. (running 2008 Spring One Gnome) |
| [16:26:39] | <Dreamhoster> | nearlythere: do you have access to phpMyAdmin to admin your database? |
| [16:26:45] | <Chriswaterguy> | I get a few hits for Java in the installer, but i don't know what they are. |
| [16:27:00] | <nearlythere> | @dreamhoster yeah i am in phpmyadmin now |
| [16:27:07] | <jayboodhun> | seen ipwa? |
| [16:27:08] | <Druplicon> | ipwa was last seen in #drupal-peru 8 min 56 sec ago saying 'yo puedo armar una buena presentacion de performance y de theming'. |
| [16:27:32] | * nicdc has joined #drupal-support |
| [16:27:40] | <jayboodhun> | ajax_views? |
| [16:27:40] | <Druplicon> | ajax_views is a module that provides a mechanism for a View block to have AJAX based pagination http://drupal.org/project/ajax_views |
| [16:27:46] | <Dreamhoster> | nearlythere: try (in SQL) UPDATE `system` SET `status` = '0' WHERE `name` = 'module_name' LIMIT 1; |
| [16:28:00] | <jayboodhun> | botsnack |
| [16:28:00] | <Druplicon> | thanks jayboodhun. never trust a dog to watch your food. |
| [16:28:44] | * Haza` has quit (No route to host) |
| [16:28:58] | * dru__ has joined #drupal-support |
| [16:29:15] | <nearlythere> | @dreamhoster : will do, tnx! |
| [16:29:32] | <Dreamhoster> | nearlythere: source http://www.neohide.com/disable-drupal-module-using-phpmyadmin |
| [16:30:13] | * andreasma has joined #drupal-support |
| [16:30:25] | * ricardoom has joined #drupal-support |
| [16:31:34] | * llang has quit (Connection timed out) |
| [16:32:08] | * JBlaze has quit () |
| [16:32:54] | <nearlythere> | @dreamhoster ah thanks! that is exactly what i could not find. |
| [16:33:40] | * Mek_ has joined #drupal-support |
| [16:34:33] | <Dreamhoster> | nearlythere: glad I could help ^_^ |
| [16:34:39] | * Mek has quit (Read error: 104 (Connection reset by peer)) |
| [16:34:59] | * sutha has quit () |
| [16:35:39] | <andb> | patchak: get your token answer? Raw is exactly what the user entered, filtered takes out anything possibly malicious, as I understand |
| [16:36:25] | * liveoutloud2day has joined #drupal-support |
| [16:36:48] | * jmwhitco has joined #drupal-support |
| [16:40:51] | * liveoutloud2day has quit (Client Quit) |
| [16:40:53] | * swentel_ has quit ("Leaving") |
| [16:41:00] | * harurenu has joined #drupal-support |
| [16:41:19] | <a_c_m> | is there a way in D5 views to get just the teaser of the body not including the CCK fields and links and everything else? |
| [16:42:06] | * liveoutloud2day has joined #drupal-support |
| [16:44:23] | <ynn> | what could cause taxonomy to output http://pastebin.com/d1b7c23a1 without the node text? |
| [16:45:49] | * sicjoy has joined #drupal-support |
| [16:46:33] | <andb> | a_c_m, see calendar module. It does exactly this |
| [16:47:30] | * dru has quit (Read error: 110 (Connection timed out)) |
| [16:47:32] | <andb> | hmm, actually, not. I remember now, it's "teaser" is a collection of non-title fields. |
| [16:48:00] | * Arancaytar has joined #drupal-support |
| [16:49:31] | * e-anima has joined #drupal-support |
| [16:49:46] | * ipwa has quit (Read error: 113 (No route to host)) |
| [16:50:56] | * alleyoopster has quit (Read error: 110 (Connection timed out)) |
| [16:50:57] | * dru__ has quit (Read error: 104 (Connection reset by peer)) |
| [16:51:02] | * dru has joined #drupal-support |
| [16:51:32] | * jscheel has quit (Read error: 104 (Connection reset by peer)) |
| [16:52:02] | * jscheel has joined #drupal-support |
| [16:52:51] | * sdboyer-laptop has quit (Remote closed the connection) |
| [16:54:17] | * penn1 has quit ("http://www.mibbit.com ajax IRC Client") |
| [16:54:55] | * Bigmack83 has joined #drupal-support |
| [16:55:12] | * ipwa has joined #drupal-support |
| [16:55:20] | * xraver has quit ("Leaving") |
| [16:55:24] | * babo has quit ("Leaving") |
| [16:55:58] | * murphy has joined #drupal-support |
| [16:56:31] | <murphy> | hi! |
| [16:56:32] | <murphy> | need help with views pager |
| [16:57:27] | <murphy> | i would like to land on the last page os a view when vissiting the default url, and only see the first page when page=0 |
| [16:57:28] | * RoninBaka has joined #drupal-support |
| [16:57:30] | * Ronin1234 has quit (Read error: 104 (Connection reset by peer)) |
| [16:57:49] | * jscheel_ has joined #drupal-support |
| [16:57:50] | * ricardoom has quit (Remote closed the connection) |
| [16:59:28] | * e-anima has quit ("www.artwaves.de") |
| [16:59:44] | * ynn has quit () |
| [16:59:58] | * adminGuy has joined #drupal-support |
| [17:00:23] | * Rob_Feature has quit () |
| [17:00:49] | * sDaniel has quit (Connection timed out) |
| [17:00:52] | * jayboodhun has left #drupal-support () |
| [17:01:49] | <murphy> | where (in code) can i change the default page when loading a view? |
| [17:02:44] | * bertboerand has quit () |
| [17:03:22] | * [alphex] has quit ("This computer has gone to sleep") |
| [17:03:41] | * dru__ has joined #drupal-support |
| [17:03:54] | * dru__ has quit (Client Quit) |
| [17:04:16] | <liveoutloud2day> | murphy: I am not totally sure, but I don't think you want to change it in code. I think it is the sort order at the bottom of views - ascending or descending. |
| [17:05:43] | * chrisbray has quit ("byeeee") |
| [17:05:45] | * tomdeb_ has joined #drupal-support |
| [17:06:22] | * guardian has joined #drupal-support |
| [17:06:45] | * canen has joined #drupal-support |
| [17:07:44] | * [alphex] has joined #drupal-support |
| [17:08:29] | <liveoutloud2day> | murphy: I am assuming views 5.x |
| [17:08:49] | <murphy> | yes, views 5.x |
| [17:09:14] | <murphy> | but i need to land on the last page, it's a client who asks.. |
| [17:09:32] | <murphy> | and the url must be clean |
| [17:09:37] | <liveoutloud2day> | murphy: yeah at the bottom is the sort criteria |
| [17:09:55] | * guest602 has joined #drupal-support |
| [17:09:56] | <murphy> | i already created a reverse pager ( 56 55 54 1) |
| [17:10:01] | <guest602> | hello everyone |
| [17:10:11] | <liveoutloud2day> | that should allow the default view to be as you wish. |
| [17:10:31] | <guest602> | how do you set a file upload quota in fckeditor version 5.x |
| [17:11:43] | <murphy> | no, the sort criteria is already established, and the pager is in reverse order, thats why i need to land on the last page, with a clean url (its kind of crazy, but itยดs what they want..) |
| [17:11:56] | <murphy> | guest602: lifetime :) |
| [17:12:24] | <murphy> | ah! how? not how often.. sorry, let me check |
| [17:13:15] | * e-anima has joined #drupal-support |
| [17:13:17] | * xtr has quit (Read error: 110 (Connection timed out)) |
| [17:13:19] | * e-anima has quit (Remote closed the connection) |
| [17:13:50] | * jscheel has quit (Connection timed out) |
| [17:14:56] | * e-anima has joined #drupal-support |
| [17:16:13] | <murphy> | guest602: quota? |
| [17:16:13] | * ipwa has quit (Read error: 113 (No route to host)) |
| [17:16:13] | <murphy> | its an editor |
| [17:16:13] | * adminGuy has quit () |
| [17:16:25] | * sicjoy has left #drupal-support () |
| [17:16:25] | <murphy> | you can set quota for images uploaded through IMCE |
| [17:16:46] | * tomdeb has quit (Read error: 110 (Connection timed out)) |
| [17:16:54] | * McGo has joined #drupal-support |
| [17:16:59] | <murphy> | guest602: you can even upload other document types with IMCE |
| [17:17:42] | <guest602> | i am using the builtin file manager in fckeditor |
| [17:18:29] | <guest602> | how do i set it with that |
| [17:20:43] | <murphy> | with IMCE? |
| [17:21:26] | * MattV has joined #drupal-support |
| [17:21:59] | <guest602> | with the built in file manager in fckeditor |
| [17:23:00] | * dru has quit (Read error: 110 (Connection timed out)) |
| [17:23:18] | <murphy> | no idea guest602, not sure that u can... |
| [17:23:20] | * develCuy has joined #drupal-support |
| [17:23:56] | * Gatonegro has quit (Read error: 110 (Connection timed out)) |
| [17:25:58] | * jscheel has joined #drupal-support |
| [17:27:31] | * bigLanky has joined #drupal-support |
| [17:27:40] | <bigLanky> | can someone help me getting clean url's enabled ? |
| [17:27:51] | <bigLanky> | ive done this before by putting something in .htaccess file |
| [17:28:17] | <longwave> | if you are using a fairly standard setup the .htaccess that ships with drupal should work for you |
| [17:28:23] | <longwave> | what happens when you run the clean url test? |
| [17:28:33] | <bigLanky> | page not found |
| [17:28:50] | <bigLanky> | the .htaccess file that comes with it is blank |
| [17:29:52] | <longwave> | the drupal 5.7 and 6.2 tar.gz files definitely come with a default .htaccess.. |
| [17:30:11] | <bigLanky> | hmm |
| [17:30:25] | * cabbiepete_ has quit () |
| [17:30:26] | <bigLanky> | i think im going to upgrade this site to drupal 6 |
| [17:30:55] | <longwave> | if you are on linux and you unpacked then moved the files maybe you missed the .htaccess, i have done that before |
| [17:31:04] | * gusaus has joined #drupal-support |
| [17:31:04] | <threexk> | is it possible with the actions module to send an e-mail upon account approval? |
| [17:31:24] | * Haza`` has joined #drupal-support |
| [17:31:37] | <threexk> | I am trying to send an e-mail once an account is approved, but not to the user who is approved (I use User Status Notifications for that) |
| [17:31:37] | <threexk> | D5 |
| [17:33:00] | * bigLanky has quit ("Leaving") |
| [17:33:44] | * markos_ has quit (Remote closed the connection) |
| [17:34:09] | * sirkitree has joined #drupal-support |
| [17:34:51] | * ynn has joined #drupal-support |
| [17:35:47] | * Michelle2 has joined #drupal-support |
| [17:35:57] | * matason has quit () |
| [17:36:10] | * Michelle has quit (Nick collision from services.) |
| [17:36:12] | * Michelle2 is now known as Michelle |
| [17:39:18] | * valcker has quit (Remote closed the connection) |
| [17:39:47] | * hpnadig has quit ("Ex-Chat") |
| [17:40:39] | * Samonoske has quit (Read error: 110 (Connection timed out)) |
| [17:40:45] | * ins\ is now known as ins\away |
| [17:41:43] | * jenlampton has joined #drupal-support |
| [17:42:24] | * jscheel_ has quit (Connection timed out) |
| [17:42:32] | * ins\away is now known as ins\ |
| [17:44:15] | * guest602 has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040413]") |
| [17:44:27] | * phillipfry has joined #drupal-support |
| [17:45:04] | * Chriswaterguy has quit (Read error: 104 (Connection reset by peer)) |
| [17:45:26] | * Chriswaterguy has joined #drupal-support |
| [17:46:17] | * [alphex] has quit ("This computer has gone to sleep") |
| [17:47:09] | * murphy has left #drupal-support () |
| [17:47:48] | * thinkling has joined #drupal-support |
| [17:48:42] | * ekiczek has quit () |
| [17:49:46] | * negonicrac has joined #drupal-support |
| [17:49:46] | * Chriswaterguy has left #drupal-support () |
| [17:50:48] | * aimee_dog has quit (Read error: 110 (Connection timed out)) |
| [17:51:30] | * Sero has joined #drupal-support |
| [17:51:55] | <tassoman> | how to theme trackbacks ? |
| [17:52:08] | * dereine has joined #drupal-support |
| [17:52:16] | <tassoman> | it has theme_overrides? |
| [17:53:25] | * veo[d3] has quit (Read error: 110 (Connection timed out)) |
| [17:54:57] | * Chriswaterguy has joined #drupal-support |
| [17:56:09] | <Chriswaterguy> | How do I install Java Runtime Environment? i need it for something in OpenOffice. (running 2008 Spring One Gnome) |
| [17:56:20] | <Chriswaterguy> | I get a few hits for Java in the installer, but i don't know what they are. |
| [17:57:06] | * sicjoy has joined #drupal-support |
| [17:58:31] | * coder1 has joined #drupal-support |
| [17:59:33] | * guest607 has joined #drupal-support |
| [17:59:36] | <guest607> | hey people |
| [17:59:38] | <coder1> | anyone know why 'Media Files' shows up in the RSS feed on a custom node I made? It only has a title and body. uploads and image assist is enabled. For every node, there's a Media container with only a link to my files directory. |
| [17:59:39] | <guest607> | have a quick question |
| [17:59:54] | <guest607> | can i add a #redirect with form_alter to user_registration |
| [18:03:55] | * [alphex] has joined #drupal-support |
| [18:05:23] | <Anti73> | why would my blocks page be broken when using a custom theme? Broken being that it has no drag and drop ability, nor drop down boxes to spec weight |
| [18:05:25] | * mortendk has quit (Read error: 113 (No route to host)) |
| [18:05:31] | * guest602 has joined #drupal-support |
| [18:05:53] | * bjfresh has joined #drupal-support |
| [18:05:58] | <guest602> | hello everyone |
| [18:05:59] | <guest602> | does anyone know how to customize fckeditor toolbar (arranging the buttons) |
| [18:06:08] | * qasimvirjee has joined #drupal-support |
| [18:06:28] | <bjfresh> | Has anyone any experience with an issue I'm having with the Link module for CCK? http://drupal.org/node/259036 |
| [18:06:29] | <Druplicon> | http://drupal.org/node/259036 => "Unknown column..." when submitting link => Link, Code, critical, closed, 3 IRC mentions |
| [18:06:35] | <qasimvirjee> | hey all, anyone know a good module to display cck image field items as a slideshow? |
| [18:06:40] | <bjfresh> | Note that I'm using d5, not d6 |
| [18:06:47] | <bjfresh> | but the symptoms are the same |
| [18:06:59] | <bjfresh> | essentially, I add link fields to my content type and the fields show up in the "Add Content" page for the content type, but the columns are never created in the database |
| [18:07:04] | <qasimvirjee> | (for d5) |
| [18:07:31] | <bjfresh> | CCK and Link modules are both up to date |
| [18:08:25] | <qasimvirjee> | oooh - looks like this will do the trick http://drupal.org/project/slideshow |
| [18:08:32] | <guest602> | does anyone know how to customize fckeditor toolbar (arranging the buttons) |
| [18:08:38] | * Bigmack83 has quit ("Leaving.") |
| [18:09:13] | * nrpil has quit (Client Quit) |
| [18:09:13] | * phillipfry has quit ("Leaving") |
| [18:09:33] | * nrpil has joined #drupal-support |
| [18:09:55] | * daniel-san has joined #drupal-support |
| [18:10:35] | * sutha has joined #drupal-support |
| [18:12:07] | * Zitter has quit (Read error: 110 (Connection timed out)) |
| [18:12:35] | * ekiczek has joined #drupal-support |
| [18:15:56] | * YossiN has joined #drupal-support |
| [18:16:15] | <nicdc> | Im using the flashvideo module and when ever i try to upload a video all it says "Attack New File field is required" This never happend before it was all working untill now. Anyone know what it could be? |
| [18:16:19] | <YossiN> | can I use drupal as my web calendar? is there a module for that? |
| [18:18:09] | * schuyler1d_ has joined #drupal-support |
| [18:18:54] | <schuyler1d_> | Is there a way to provide a 'create content' link which prepopulates choices for categories? |
| [18:19:56] | * ipwa has joined #drupal-support |
| [18:20:46] | * eafarris_ has joined #drupal-support |
| [18:22:12] | <guest607> | I need help with OG groups |
| [18:22:16] | <guest607> | anybody |
| [18:23:53] | * Thomas_Zahreddi1 has joined #drupal-support |
| [18:24:02] | <Dreamhoster> | guest607: oggroups? |
| [18:24:09] | <guest607> | yes Dreamhoster |
| [18:24:25] | * lefnire has joined #drupal-support |
| [18:24:29] | <guest607> | i need to find away to create a group and manager easily |
| [18:24:32] | * ipwa has quit (Client Quit) |
| [18:24:32] | <guest607> | dummy proof |
| [18:24:33] | * samtresler_ has quit (Read error: 104 (Connection reset by peer)) |
| [18:24:38] | <guest607> | like one step or wizard style |
| [18:24:47] | <Dreamhoster> | guest602: ah |
| [18:25:04] | <Dreamhoster> | oops |
| [18:25:07] | <guest607> | subform--no luck |
| [18:25:08] | <Dreamhoster> | guest607: ah |
| [18:25:17] | <guest607> | alter no luck |
| [18:25:24] | <guest607> | pageroute no luck |
| [18:25:24] | <lefnire> | anyone have ecommerce/ubercart recurring payments working? dunno which has better support for recurring payments, and where to find such a module (google-wrought threads are outa date) |
| [18:26:16] | * fuzzplugjones has joined #drupal-support |
| [18:26:32] | <guest607> | $10 dollars to the person with the winning idea |
| [18:26:39] | <Dreamhoster> | guest607: are you trying to create a wizard or are you wondering if there is a wizard-like completion availabl? |
| [18:26:39] | <guest607> | sry i am a broke student |
| [18:26:40] | * YossiN has left #drupal-support () |
| [18:26:57] | <guest607> | Dreamhoster: really i can settle on wizard style yes |
| [18:27:03] | <guest607> | i perfer one page |
| [18:27:12] | <stephthegeek> | guest607, maybe the answer is in education. create a series of help blocks that show up on the creation pages |
| [18:27:13] | <fuzzplugjones> | what's the proper way to grab a list of nodes, in php, out of the database? i'm trying to put the code for it right in a particular template (i've weighed the alternatives and this is the best solution for me right now) |
| [18:27:19] | <Dreamhoster> | guest607: give me 30 minutes. I'm going to install this module on my experimental site |
| [18:27:20] | <guest607> | hum |
| [18:27:22] | <guest607> | ok |
| [18:27:23] | * kmonty_work_afk is now known as kmonty_work |
| [18:27:33] | <guest607> | fuzzplugjones: that is the last resort |
| [18:27:37] | <stephthegeek> | fuzzplugjones, views? |
| [18:27:48] | <stephthegeek> | you can embed a view in a page template |
| [18:27:59] | * sammyfung has joined #drupal-support |
| [18:28:41] | <fuzzplugjones> | let me rephrase. i know that i can pull a query out of the drupal db and display records like any other db. what is the proper way to do it? i can't find much on db_query and there are few examples as to the db structure |
| [18:28:43] | <liveoutloud2day> | guest607: create an og on user creation or allow users to create og? |
| [18:29:06] | <guest607> | create a og and user at same time that is the manager |
| [18:29:10] | <stephthegeek> | fuzzplugjones, that's because most people use views :) |
| [18:29:11] | <stephthegeek> | views? |
| [18:29:11] | <Druplicon> | views is a query builder for Drupal that lets you control your content display. Project: http://drupal.org/project/views | API: http://drupal.org/handbook/modules/views/api | Theming: http://drupal.org/node/42597 | Snippets: http://drupal.org/node/47412 | 6.x version is in beta and available for testing; use on a live site only with caution. |
| [18:29:26] | * fuzzplugjones has quit (Client Quit) |
| [18:29:58] | * patchak has quit () |
| [18:30:06] | <liveoutloud2day> | So basically when a new user is created, create their own group that they are admin of, correct? |
| [18:30:36] | <guest607> | yes basicly i still need to create regular users too |
| [18:30:52] | <Dreamhoster> | liveoutloud2day: don't forget the dummy proof creation aspect |
| [18:31:17] | * sicjoy_ has joined #drupal-support |
| [18:31:40] | * sicjoy has quit (Remote closed the connection) |
| [18:32:32] | * Dreamhoster is 1/2 done on adding og to his experimental site |
| [18:32:33] | * sicjoy_ is now known as sicjoy |
| [18:32:40] | <guest607> | Thx Dreamhoster |
| [18:32:56] | * freeswonk is now known as freescroll |
| [18:33:10] | * Kaaskop has joined #drupal-support |
| [18:33:14] | <Kaaskop> | DynV: ping |
| [18:33:25] | * lefnire has left #drupal-support () |
| [18:33:38] | <DynV> | Kaaskop: with i18n, you can make multilingual blocks |
| [18:33:54] | * jt_jones has joined #drupal-support |
| [18:34:09] | <Kaaskop> | DynV: i18n is far from stable, if you don't mind me saying |
| [18:34:10] | * erifneerg has joined #drupal-support |
| [18:34:15] | <DynV> | Kaaskop: and with the i18n setting determine what happen so a language version isn't available |
| [18:34:18] | <Kaaskop> | DynV: for D6, that is |
| [18:34:20] | * ynn has quit () |
| [18:34:35] | * harurenu has quit ("Leaving") |
| [18:34:39] | <DynV> | Kaaskop: sad to hear that, roll back to D5 ? |
| [18:34:44] | <Arancaytar> | JS experts, what's wrong with this line? cookie = /dhtml_menu=(.*);/.match(document.cookie); |
| [18:34:47] | <guest607> | DynV: yes i installed it was very messy had to let it go for now till i have more time |
| [18:34:47] | <DynV> | Kaaskop: very stable on D5 |
| [18:35:09] | * jt_jones has quit (Client Quit) |
| [18:35:10] | <Kaaskop> | DynV: Can't go back, I'm already using some stuff not available for D5 |
| [18:35:12] | <Dreamhoster> | FileZilla + Drupal Site .. a winning combination |
| [18:35:36] | * jyg has joined #drupal-support |
| [18:35:40] | * ipwa has joined #drupal-support |
| [18:35:41] | <DynV> | Kaaskop: I really don't know then ... |
| [18:35:49] | <Kaaskop> | DynV: Seriously, I hope that tall core developers will think twice before launching D7, something they didn't do when launching D6 |
| [18:35:53] | <DynV> | Kaaskop: you could make some JS scripts |
| [18:35:56] | * samtresler has joined #drupal-support |
| [18:36:06] | <DynV> | Kaaskop: but PLEASE consider not everyone use JS |
| [18:36:08] | <Kaaskop> | DynV: Hell no. JS is _not_ the right solution for this |
| [18:36:12] | <Kaaskop> | DynV: exactly |
| [18:36:30] | <DynV> | Kaaskop: it's still *a* solution ... not a goood one |
| [18:36:32] | <Kaaskop> | DynV: on top o that: it would be easier writing my own module for this than using JS :P |
| [18:36:32] | * mikl has quit () |
| [18:36:54] | * eafarris_ has left #drupal-support ("Ex-Chat") |
| [18:36:59] | <DynV> | Kaaskop: the guy that made i18n was his whole thesis ! |
| [18:37:09] | <erifneerg> | so I'm having a problem with Admin_menu where the menu go away once I roll off the the hotspot |
| [18:37:12] | <Dreamhoster> | DynV: where did he go? |
| [18:37:16] | <DynV> | Kaaskop: I had a good look, it's thorough |
| [18:37:18] | <jyg> | when you create two panel pages from the same layout, you chould be able to create contexts for each panel page, right? When I create a context for one panel page, my other panel page from the same layout has all its contexts removed and has the new one added to it |
| [18:37:20] | <Kaaskop> | DynV: I'm not complaining about i18n, but about core. |
| [18:37:24] | <jyg> | this seems like a bug, no? |
| [18:37:35] | <nicdc> | If i have a drupal running on PHP4 can i switch my server to PHP5 with out any problems? |
| [18:38:04] | * KentStation has joined #drupal-support |
| [18:38:07] | <DynV> | Kaaskop: haven't tried D6 yet, I'll keep it on your word |
| [18:38:39] | <Dreamhoster> | omg.. to add OG takes Panels and Views |
| [18:38:43] | <Kaaskop> | DynV: Core isn't as multilingual as it should be. What I'm complaining about is that D6 was launched with 'great multilingual features'. Great features my arse. It shouldn't have been released then, but it should have been merged with i18n or something. The current multilingual features in D6 are so poor they're not usable in 99,99% of all cases |
| [18:38:49] | * Dreamhoster is 2/3 done. This is fun! |
| [18:39:15] | <DynV> | Kaaskop: holly molly ! |
| [18:39:18] | <Dreamhoster> | nm Panels is behind |
| [18:39:24] | <Dreamhoster> | they don't have a 6 version yet |
| [18:39:40] | * tassoman has left #drupal-support () |
| [18:39:44] | * Chriswaterguy has quit (Read error: 104 (Connection reset by peer)) |
| [18:40:12] | <Kaaskop> | DynV: It's not buggy, just not complete. I hope the developers are going to think twice befre launching D7 and that they're going to make the existing Drupal features faster and more complete rather than adding loads of new stuff |
| [18:40:57] | * Chriswaterguy has joined #drupal-support |
| [18:41:35] | <KentStation> | I'm trying to figure out the best way to implement a data structure. The concept is simple: there is a rock band with many recordings. Each recording has one or more tracks. A track can belong to many recordings. I figure I can use CCK to create Track and Recording content types. Should I use Taxonomy? I've tested a solution that does not use taxonomy using nodereferences from Recordings to... |
| [18:41:36] | <KentStation> | ...Tracks and views to display all recordings a track belongs to. Any thoughts? |
| [18:42:04] | * djohnson has joined #drupal-support |
| [18:42:25] | <liveoutloud2day> | guest607: On D5, I have done "add an og on account creation" trick by following d.o/103768 |
| [18:42:36] | * loadstr has joined #drupal-support |
| [18:42:38] | * guest602 has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040413]") |
| [18:43:21] | * Thomas_Zahreddin has quit (Connection timed out) |
| [18:43:21] | <djohnson> | Hello: i just installed buddylist2, however when i try to show the Buddylist block, nothing shows up. Any ideas? |
| [18:43:41] | * sicjoy has left #drupal-support () |
| [18:43:47] | <liveoutloud2day> | 103768 |
| [18:43:47] | <Druplicon> | http://drupal.org/node/103768 => Automated creation of a group on account creation => 1 IRC mention |
| [18:43:58] | <guest607> | ok |
| [18:44:05] | <Kaaskop> | KentStation: An easy solution would be to create track nodes and to use terms for recordings. It would be very limited too, as term descriptions can only contain plain text. That means you won't be able to include a cover picture e.g. |
| [18:44:22] | <Kaaskop> | KentStation: Can't use Book module? afaik books can be children of multiple parents |
| [18:44:56] | <guest607> | liveoutloud2day: this may be a good start |
| [18:45:34] | <guest607> | will cause me to rethink my my site a bit tho |
| [18:45:35] | * sammyfung has quit ("Ex-Chat") |
| [18:45:40] | <guest607> | I am still open to ideas |
| [18:45:49] | * PaulATL has joined #drupal-support |
| [18:46:17] | <KentStation> | Kaaskop: Thanks. I'll look into the book module |
| [18:47:01] | * samrose has joined #drupal-support |
| [18:47:25] | <PaulATL> | In Drupal 5.7 CCK, I am unable to change the weights of the title, taxonomy, and body fields - only the fields I explicitly create in CCK. Is there some other way for me to change the weights of title, taxonomy, and body? |
| [18:47:37] | * Kaaskop has left #drupal-support () |
| [18:47:50] | * sicjoy has joined #drupal-support |
| [18:48:01] | * milian-laptop has joined #drupal-support |
| [18:48:30] | <samrose> | Looking for advice about how to pass variables from http://drupal.org/project/clickpath to a view |
| [18:48:38] | <samrose> | reading http://drupal.org/node/99792 right now, and other views module api docs |
| [18:48:39] | <Druplicon> | http://drupal.org/node/99792 => Tables part 2: Handlers and Option fields => 5 IRC mentions |
| [18:48:45] | * Excallibur has joined #drupal-support |
| [18:48:48] | <Excallibur> | seen TBarregren |
| [18:48:49] | <Druplicon> | Sorry, I haven't seen TBarregren. |
| [18:49:29] | <loadstr> | Is there a way to make drupal use secure url's (https) after a user logs in? So that I can use my ssl cert for ubercart.. |
| [18:49:39] | <freescroll> | what's the easiest way to add a new js <script> in the <head> other than modifying my page.tpl? |
| [18:50:19] | <PaulATL> | freescroll: if you have a module, you can use drupal_add_js() in your module code |
| [18:50:38] | <samrose> | The variable that contains the data that I need from clickpath module is $links so far as I can tell |
| [18:50:39] | <guest607> | Dreamhoster: any luck |
| [18:50:43] | <PaulATL> | or in your template.php file in your theme |
| [18:51:06] | * egoleo has joined #drupal-support |
| [18:51:14] | <freescroll> | PaulATL: tah, i'll check it out. |
| [18:51:32] | * Haza`` has quit (Read error: 113 (No route to host)) |
| [18:51:43] | * travisc has joined #drupal-support |
| [18:51:52] | * trevortwining has quit ("what does this button do?") |
| [18:53:26] | <PaulATL> | In Drupal 5.7 CCK, Is there some other way for me to change the weights of title, taxonomy, and body? I am unable to change the weights of these fields from "Manage Fields" - only the fields I explicitly create in CCK. |
| [18:53:59] | <Excallibur> | does anyone here have experience with downld.module? |
| [18:54:16] | <Excallibur> | or is anyone a .htaccess ninja? |
| [18:54:27] | <Excallibur> | I'm having some trouble... |
| [18:54:28] | * djohnson_ has joined #drupal-support |
| [18:55:51] | <guest607> | Excallibur: sup |
| [18:55:55] | <guest607> | i know a few things |
| [18:56:05] | <utter_laptop> | PaulATL: what do you want to change the weight of the fields for...? |
| [18:56:06] | * daniel-san has quit (Read error: 110 (Connection timed out)) |
| [18:56:13] | <Excallibur> | well downld.module allows public and private files to coexist in drupal |
| [18:56:23] | <PaulATL> | utter_laptop: my client wants the title to appear below the taxonomy and other fields, but above the body |
| [18:56:30] | <egoleo> | is there a way to get summary of the body of a post? |
| [18:56:32] | <Excallibur> | the way it works is you have a subdir in your files folder that is configured with a deny all |
| [18:56:35] | <egoleo> | in a view |
| [18:56:39] | <guest607> | yup |
| [18:56:48] | <egoleo> | u mean yes? |
| [18:57:21] | <egoleo> | i want to be able to have more than 1 teaser length for a specific node, is that possible? |
| [18:57:21] | <guest607> | ? |
| [18:57:26] | <Excallibur> | then (according to the directions) in your "drupal home directory" which I take to mean drupal root you add ErrorDocument 403 /index.php to the htaccess |
| [18:57:49] | <guest607> | Excallibur: Yes is that where u are having trouble |
| [18:58:01] | <Excallibur> | when I do that I am getting a 404 error on the ErrorDocument to handle the request |
| [18:58:05] | <Excallibur> | oh? |
| [18:58:05] | <egoleo> | anyone to help me? |
| [18:58:12] | * djohnson__ has joined #drupal-support |
| [18:58:15] | <guest607> | # no one gets in here! |
| [18:58:16] | <guest607> | deny from all |
| [18:58:29] | <guest607> | # quick custom error "document".. |
| [18:58:31] | <guest607> | ErrorDocument 404 "<html><head><title>NO!</title></head><body><h2><tt>There is nothing here.. go away quickly!</tt></h2></body></html> |
| [18:58:33] | <guest607> | one way to do it |
| [18:58:49] | <PaulATL> | utter_laptop: if I could swap the weights of taxonomy and title, I'd have what I need. Looks like I may need to use hook_form_alter, as I can't find anything else to do this. |
| [18:59:07] | <Excallibur> | guest607: but i don't want to serve up a custom denied page |
| [18:59:14] | <Excallibur> | I want drupal to handle the denial |
| [18:59:19] | <guest607> | o i c |
| [18:59:24] | <Excallibur> | i want drupal's index.php to handle it |
| [18:59:44] | <Excallibur> | as per the instructions here: http://drupal.org/project/downld |
| [19:00:03] | <Excallibur> | this is for a site that will sell certain files but will also have views with 50 or 100 different files |
| [19:00:17] | <Excallibur> | i can't have drupal bootstrap on every one of those, it'd be a performance nightmare |
| [19:00:38] | <Excallibur> | downld lets you bootstrap for the permission only of files in a given dir. |
| [19:00:57] | <guest607> | according to the directions u just create ur 404 as a drupal page |
| [19:01:00] | <Excallibur> | but I don't know a lot of apache and I'm not sure how to trouble shoot these directions not working... |
| [19:01:07] | <guest607> | and set ur .htaccess to point to it |
| [19:01:17] | <Excallibur> | ...the directions at that link? |
| [19:01:19] | <guest607> | and set the node page in error reporting admin section |
| [19:01:41] | <Excallibur> | i don't want a custom permission denied page for files in that directory. |
| [19:02:05] | <Excallibur> | I want hook_file_download to fire when file's in that directory are requested. |
| [19:02:08] | <guest607> | Hum i will probabaly have to install this to see if i have any advice |
| [19:02:46] | <Excallibur> | guest607: I guess the real question is why I'm getting a 404 from /index.php |
| [19:03:15] | <Excallibur> | egoleo: what are you trying to do? |
| [19:03:30] | <guest607> | thats a good one r u using a subdir |
| [19:03:45] | * kthomas_vh has joined #drupal-support |
| [19:03:47] | <PaulATL> | Looks like hook_form_alter solved my problem. And surprisingly the new weight shows up in CCK's "Manage Fields" |
| [19:03:48] | <Excallibur> | if I comment out my "ErrorDocument 403 /index.php" then I just get a standard apache permission denied |
| [19:04:03] | <egoleo> | i want to have have different teaser length for different views |
| [19:04:08] | <Excallibur> | if I don't then I get 404 on the error handling |
| [19:04:14] | <egoleo> | instead of the defualt teaser |
| [19:04:26] | <Excallibur> | egoleo: the teaser is stored separetely from the body in the db |
| [19:04:40] | <egoleo> | ok |
| [19:04:42] | <Excallibur> | it doesn't just chop the body at the time of display |
| [19:04:51] | <egoleo> | so plse check this |
| [19:04:57] | <egoleo> | newsafrican.com |
| [19:04:58] | * jscheel_ has joined #drupal-support |
| [19:05:14] | <Excallibur> | egoleo: what I would do is add another field via CCK that is just a text field |
| [19:05:22] | <Excallibur> | then you can put your alt length in there |
| [19:05:39] | <egoleo> | but will be too much for my users |
| [19:05:44] | <egoleo> | bcos is a news site |
| [19:05:45] | <guest607> | egoleo: how did u do the tabs in the right of ur page |
| [19:05:56] | <egoleo> | and i want users to be able to load news item |
| [19:06:10] | <Excallibur> | egoleo: what you could do is write a simple module that does just that |
| [19:06:13] | <Excallibur> | wouldn't be hard |
| [19:06:20] | <erifneerg> | anyone use the admin menu module? |
| [19:06:22] | <egoleo> | hmm |
| [19:06:30] | <Excallibur> | there are a couple ways to do it actually |
| [19:06:30] | <egoleo> | is quicktab module |
| [19:06:38] | <egoleo> | so can u help me |
| [19:07:14] | <Excallibur> | you could probably do it with a views plugin or you could use hook_nodeapi to save variations into your modules own db table and then offer those fields up to views |
| [19:07:43] | <Excallibur> | egoleo: I'm afraid I don't have the time to volunteer to put that together for free |
| [19:07:52] | * develCuy has quit (Remote closed the connection) |
| [19:07:57] | * schuyler1d_ has quit ("ChatZilla 0.9.83 [Firefox 3.1a1pre/2008063005]") |
| [19:08:02] | <Excallibur> | but I can link you to the docs pages that have the relevant info if you know some PHP |
| [19:08:07] | <egoleo> | yeah |
| [19:08:14] | <egoleo> | ok |
| [19:08:15] | <Excallibur> | egoleo: ever code a drupal module? |
| [19:08:18] | <egoleo> | so point me |
| [19:08:21] | <egoleo> | no |
| [19:08:37] | <Excallibur> | well the curve might be a bit steep for you |
| [19:08:46] | <egoleo> | hmm |
| [19:08:55] | * Mek_ has quit (Read error: 60 (Operation timed out)) |
| [19:08:58] | <Excallibur> | D5 or D6? |
| [19:08:59] | <guest607> | yea i would take sec to get into the api |
| [19:09:23] | <guest607> | but u can use<!break > thing |
| [19:09:42] | <Excallibur> | guest607: he wants different teaser lengths for different parts of the site |
| [19:09:45] | <Excallibur> | that wouldn't cut it... |
| [19:09:46] | <egoleo> | D5 |
| [19:09:52] | * jscheel has quit (Connection timed out) |
| [19:09:53] | <Excallibur> | *he or she |
| [19:10:05] | <Excallibur> | http://api.drupal.org/api/function/hook_nodeapi/5 |
| [19:10:06] | <egoleo> | he |
| [19:11:01] | * jayboodhun has joined #drupal-support |
| [19:11:07] | * level09 has joined #drupal-support |
| [19:11:20] | * flabberkenny has quit () |
| [19:11:28] | <level09> | Strange issue here , Status report returns the word *Array* |
| [19:11:29] | <jmwhitco> | I am having an issue with FCK Editor and the 'Paste from Word' button. I am using Word 2007 and when I paste text, and check both ignore Font Face Definitions and Remove Styles definitions. I am still left with some unwanted M$ coding from the document. Is this and FCK thing with the new version of Word, or input filters (everything works with full HTML vs Filtered HTML, so I assume that... |
| [19:11:30] | <jmwhitco> | ...is it)? |
| [19:11:31] | <Excallibur> | egoleo: that's the function you'll probably need |
| [19:11:36] | <Excallibur> | to do a lot of the work |
| [19:11:43] | * jscheel has joined #drupal-support |
| [19:11:49] | <Excallibur> | I'd highly recommend picking up a copy of pro drupal development |
| [19:11:53] | <Excallibur> | pro drupal development? |
| [19:11:53] | <Druplicon> | pdd? |
| [19:11:57] | <Excallibur> | pdd? |
| [19:11:57] | <Druplicon> | Pro Drupal Development book. http://drupalbook.com (free theme chapter http://www.drupalbook.com/node/15) or (http://www.apress.com/book/downloadfile/3486) |
| [19:12:15] | * djohnson has quit (Read error: 110 (Connection timed out)) |
| [19:12:17] | <Excallibur> | egoleo: it has everything you'd need in there |
| [19:12:20] | * djohnson has joined #drupal-support |
| [19:12:23] | <egoleo> | ok |
| [19:12:27] | * Criticality has joined #drupal-support |
| [19:12:32] | <Excallibur> | but it would take some time to get proficient enough to do what you're looking for |
| [19:12:43] | <Excallibur> | or you could just hire someone/offer a bounty on d.o etc |
| [19:12:45] | <Excallibur> | :-D |
| [19:12:45] | <Criticality> | I asked this on #drupal but I think it might have been too noob to get any traction... if it's too noob, feel free to shout noob at me ;) --- I've got a CCK node at /products/productname and I want to pass theme the page differently by appending another path element, for example /products/productname/details... is there any way to show the node at the "main alias" /products/productname when the URL is /products/productname/details? |
| [19:12:59] | <level09> | how does the theme affect the status report ? |
| [19:13:09] | <level09> | noob |
| [19:13:13] | <level09> | lol |
| [19:13:15] | <Criticality> | thx level09 |
| [19:13:17] | <Criticality> | ;) |
| [19:13:24] | * Mek has joined #drupal-support |
| [19:13:40] | <level09> | no i'm just foolin around :D |
| [19:13:41] | <Excallibur> | egoleo: http://api.drupal.org/api/function/node_teaser |
| [19:13:48] | <Criticality> | I was thinking either multiple aliases to the same node or some crazy stuff with views (like a view that shows a single node and allows me to thus pass args) |
| [19:13:54] | <Excallibur> | node_teaser can be given a length and can chop the teaser on display |
| [19:14:04] | <egoleo> | ok |
| [19:14:05] | <level09> | Criticality: do u want different pages based on url aliases ? |
| [19:14:13] | <egoleo> | but that seems for all throughout |
| [19:14:25] | * djohnson_ has quit (Read error: 110 (Connection timed out)) |
| [19:14:26] | <egoleo> | i wish thumbnail teaser is fixed |
| [19:14:35] | <Excallibur> | you may also be able to write a views plugin to provide a configurable body output using this function |
| [19:14:55] | <Excallibur> | egoleo: http://drupal.org/handbook/modules/views/api |
| [19:15:01] | <Excallibur> | that's the views api docs |
| [19:15:14] | <egoleo> | thnx so much |
| [19:15:26] | <Excallibur> | pretty helpful but they may loose you if you don't know a bit of sql (joins etc) |
| [19:15:29] | <Excallibur> | no problem :) |
| [19:15:31] | <Criticality> | level09: I'd like to consolidate all my product details into a single node for ease of management/versioning/editing, and then display only subsections of the full node content based on different urls... different url aliases I guess (unless this could be done without explicitly creating aliases?) |
| [19:15:33] | <samrose> | hmmm...here is a different way to ask my question: is it possible to use hook_views_default_views() to create a view from the data in http://drupal.org/project/clickpath using views 1? |
| [19:15:45] | <Excallibur> | downld |
| [19:15:48] | <Excallibur> | downld? |
| [19:16:04] | * Hxh has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [19:16:07] | <Excallibur> | can anyone give me a pointer on configuring D for downld.module? |
| [19:16:24] | * Hxh has joined #drupal-support |
| [19:16:45] | <level09> | Criticality: so you have one cck type for your product ? |
| [19:16:57] | * Hxh has quit (Remote closed the connection) |
| [19:17:19] | <Criticality> | level09: exactly. lots of groups in the single product node (i.e. one group for "details", one group for "basics") |
| [19:17:27] | <level09> | ok this can help |
| [19:17:28] | <level09> | http://drupal.org/node/117491 |
| [19:17:29] | <Druplicon> | http://drupal.org/node/117491 => Different node templates depending on URL aliases => 11 IRC mentions |
| [19:17:43] | <erifneerg> | anyone have any tips on how to reorder items in a views? |
| [19:17:58] | <level09> | Criticality: you can use views as well |
| [19:18:04] | <stephthegeek> | erifneerg, reorder how? date? random? of your choosing? |
| [19:18:45] | * KentStation has quit (Read error: 110 (Connection timed out)) |
| [19:18:49] | <Criticality> | yeah, i was thinking of using views too. I don't like the idea of views as much since it seems a bit kludgy to do that, but I was running out of ideas. |
| [19:18:55] | <guest607> | liveoutloud2day: That like has some problem |
| [19:18:57] | * esmerel-laptop has joined #drupal-support |
| [19:18:58] | <samrose> | erifneerg: I am also exploring this, ways to create a weighted ordering in views |
| [19:18:59] | <Criticality> | level09: do you recommend multiple aliases then? |
| [19:19:10] | <guest607> | wif if i approach it this way then all users will have a group |
| [19:19:11] | <erifneerg> | stephthegeek: your choosing choicing |
| [19:19:21] | <erifneerg> | samrose: yea that's what im thinking |
| [19:19:22] | <stephthegeek> | erifneerg, look at the nodequeue module |
| [19:19:26] | <level09> | Criticality: probably multiple views would be a better solution |
| [19:19:27] | <samrose> | erifneerg: I have not yet made any progress, because I am still trying to get my data into views |
| [19:19:30] | <samrose> | :) |
| [19:19:34] | <level09> | Criticality: or |
| [19:19:48] | <level09> | why dont u just create a view with arguemnts and special arugment handling code |
| [19:19:49] | <stephthegeek> | that's another one of merlin's modules that does exactly what you're looking for... integrates nicely and powerfully with views |
| [19:20:00] | <level09> | for example product/full will display everything |
| [19:20:12] | <level09> | product/mini_details will display less features |
| [19:20:20] | <esmerel-laptop> | panels? |
| [19:20:20] | <Druplicon> | http://drupal.org/project/panels |
| [19:20:27] | <erifneerg> | stephthegeek: thanks |
| [19:20:29] | <samrose> | erifneerg: I am trying to figure out if I need to create a views handler, or what the best approach will be to get my data into a view |
| [19:20:30] | <esmerel-laptop> | right, the one time I forget the bot does that. |
| [19:20:36] | <Criticality> | level09: yeah, i had suspected that might be the best route. a view that would take /products/%productname%/%sub-view% (more or less) |
| [19:20:39] | <Dreamhoster> | http://groups.drupal.org/files/DrupalUsabilityResearchReport.pdf |
| [19:20:44] | * jmwhitco_ has joined #drupal-support |
| [19:20:44] | <liveoutloud2day> | guest607: what problem does it have? |
| [19:20:56] | <level09> | yeah exactly , u can pass multiple arguments as needed |
| [19:21:02] | <erifneerg> | I would almost think that you would need a cck field and the sort by that in the view |
| [19:21:07] | <erifneerg> | samrose: |
| [19:21:25] | * nearlythere has quit () |
| [19:21:28] | * guest607_ has joined #drupal-support |
| [19:21:31] | <samrose> | erifneerg: I have figured out how to make a default view in the module, but I am trying to figure out how to pass data from the module to the view |
| [19:21:32] | * bertboerand has joined #drupal-support |
| [19:21:50] | <samrose> | erifneerg: for weighted sort order, I think we are going to have to write a function |
| [19:21:51] | * nearlythere has joined #drupal-support |
| [19:22:19] | * nonsie has joined #drupal-support |
| [19:22:23] | <Criticality> | level09: I had found this http://drupal.org/node/267328 (How to autocreate multiple alias for one node?) previously and thought about trying something along these lines, but that technique also seems fraught with potential trouble. |
| [19:22:24] | <Druplicon> | http://drupal.org/node/267328 => How to autocreate multiple alias for one node? => Pathauto, Code, normal, active, 2 IRC mentions |
| [19:22:34] | <egoleo> | is anyone using teaserthumbnail module? |
| [19:22:58] | * RMuilwijk has joined #drupal-support |
| [19:23:09] | <samrose> | erifneerg: for weighted sort order, I think we are going to have to write a function.... in particular, I think it will need to be a handler function http://drupal.org/node/99793 but I am not yet sure and hope someone here would pipe up and give a clue |
| [19:23:25] | <Druplicon> | http://drupal.org/node/99793 => Tables part 4: Sort criteria => 6 IRC mentions |
| [19:23:25] | <Criticality> | level09: anyhow, your advice is much appreciated... i'll try to implement this with views :) |
| [19:23:26] | <level09> | no worries :) |
| [19:23:36] | <erifneerg> | hmmmm |
| [19:24:39] | <samrose> | erifneerg: in your case, this could be simple module that creates your view as a default view, and adds this weighted sorting as a custom handler function (I think) |
| [19:24:53] | <erifneerg> | isn't there away to place a view in a node via cck? |
| [19:24:54] | <level09> | guys, any 1 has an idea what in my theme could disable the display of status report ? |
| [19:25:09] | <Excallibur> | seen elliotttt? |
| [19:25:09] | <Druplicon> | elliotttt was last seen in #drupal-support 14 weeks 4 days ago saying 'gnat_x: that worked beautifully, thanks!'. |
| [19:25:17] | <level09> | views_print_view? |
| [19:25:23] | <samrose> | erifneerg: yes, you can use embedded views module |
| [19:25:32] | <erifneerg> | nice thanks |
| [19:26:09] | * djohnson__ has quit (Read error: 110 (Connection timed out)) |
| [19:26:49] | * samtresler_ has joined #drupal-support |
| [19:26:54] | * harurenu has joined #drupal-support |
| [19:27:22] | * jscheel_ has quit (Read error: 110 (Connection timed out)) |
| [19:27:27] | <samrose> | erifneerg: http://drupal.org/project/insert_view |
| [19:28:12] | <samrose> | erifneerg: not exactly via cck, but that is one way to place a view in a node |
| [19:28:42] | <stephthegeek> | http://drupal.org/project/viewfield |
| [19:28:45] | <stephthegeek> | there's the cck version |
| [19:29:54] | * Arancaytar has quit (Read error: 110 (Connection timed out)) |
| [19:30:32] | * evenix has joined #drupal-support |
| [19:30:33] | <evenix> | Hi all |
| [19:30:38] | <samrose> | stephthegeek beat me to it... |
| [19:30:48] | <_CitizenKane_> | seen dopry |
| [19:30:48] | <Druplicon> | dopry was last seen in #drupal 2 weeks 9 hours ago saying 'but if you want to be such a high strung ninny you can take you toys an play in your own sa_ndbox.'. |
| [19:31:04] | <evenix> | Does someone know how to sell digital poduct with ecommerce ? |
| [19:31:09] | <guest607_> | hey any nodequeue tutorials out there |
| [19:31:16] | <guest607_> | nodequeue? |
| [19:31:16] | <Druplicon> | Node Queue allows an administrator to arbitrarily put nodes in a group for some purpose. See more at http://drupal.org/project/nodequeue . |
| [19:32:02] | * jrglasgow_afk is now known as jrglasgow |
| [19:32:22] | <level09> | check the demo site |
| [19:32:42] | <level09> | the one that demonstrates panels and node queue |
| [19:32:59] | <stephthegeek> | yeah that's the url i was just looking for.. http://nodequeue.demo.logrus.com/ |
| [19:33:05] | <Amitaibu> | Why when I use node/1/view (i.e. with more args) I don't see the comments of the node? |
| [19:33:06] | * catch has joined #drupal-support |
| [19:33:11] | * protitude has joined #drupal-support |
| [19:33:44] | * Gatonegro has joined #drupal-support |
| [19:34:21] | <level09> | because the view is set not to show them |
| [19:34:22] | * aleagi has quit (Read error: 104 (Connection reset by peer)) |
| [19:34:26] | <level09> | probably :D |
| [19:34:49] | * samtresler_ has quit ("Konversation terminated!") |
| [19:35:44] | <Amitaibu> | level09, well I figured that out ;) how do i change it then? |
| [19:35:52] | * mikl has joined #drupal-support |
| [19:35:56] | <Amitaibu> | I guess commenets.tpl isn't called... |
| [19:36:01] | <Amitaibu> | but $page is TRUE |
| [19:36:57] | * samtresler has quit (Connection timed out) |
| [19:38:05] | * milian has quit (Remote closed the connection) |
| [19:38:26] | * jugglerpm has joined #drupal-support |
| [19:38:37] | <guest607_> | thx |
| [19:39:19] | * xushi has joined #drupal-support |
| [19:39:33] | * guest607 has quit (Read error: 110 (Connection timed out)) |
| [19:39:52] | * phillipfry has joined #drupal-support |
| [19:40:04] | * phillipfry has left #drupal-support () |
| [19:40:26] | * nearlythere has quit (Read error: 110 (Connection timed out)) |
| [19:40:26] | <level09> | I'm stuck with the most stupid issue on earth :D |
| [19:40:34] | <level09> | my status report prints the word *Array* |
| [19:40:50] | <level09> | instead of showing the table with information |
| [19:41:15] | <bjfresh> | Has anyone any experience with an issue I'm having with the Link module for CCK? http://drupal.org/node/259036 |
| [19:41:16] | <Druplicon> | http://drupal.org/node/259036 => "Unknown column..." when submitting link => Link, Code, critical, closed, 4 IRC mentions |
| [19:41:20] | <bjfresh> | Note that I'm using d5, not d6 |
| [19:41:23] | <bjfresh> | but the symptoms are the same |
| [19:41:30] | * jmwhitco has quit (Read error: 110 (Connection timed out)) |
| [19:41:32] | <bjfresh> | essentially, I add link fields to my content type and the fields show up in the "Add Content" page for the content type, but the columns are never created in the database |
| [19:41:40] | <bjfresh> | CCK and Link modules are both up to date |
| [19:42:49] | * hewhocutsdown has joined #drupal-support |
| [19:43:12] | * jayboodhun has left #drupal-support () |
| [19:43:49] | * McGo has left #drupal-support () |
| [19:47:26] | * hwcd has joined #drupal-support |
| [19:47:49] | * Samonoske has joined #drupal-support |
| [19:49:16] | * andreasma has quit ("Verlassend") |
| [19:53:23] | * emmajane_ has joined #drupal-support |
| [19:53:23] | * emmajane has quit (Read error: 104 (Connection reset by peer)) |
| [19:53:35] | * konordo has joined #drupal-support |
| [19:53:47] | * Gatonegro has quit (Read error: 104 (Connection reset by peer)) |
| [19:54:34] | <level09> | oh that was really lame, having a theme called *db* prevented my status report from showing |
| [19:54:56] | <level09> | this shoule be mentioned somewhere in the docs |
| [19:55:46] | * Michelle2 has joined #drupal-support |
| [19:56:00] | <stephthegeek> | level09, having a theme name the same as a module name does Bad Things too, afaik |
| [19:56:07] | <stephthegeek> | but yeah.. that's not really mentioned often :) |
| [19:56:09] | * Michelle has quit (Nick collision from services.) |
| [19:56:11] | * Michelle2 is now known as Michelle |
| [19:56:26] | <level09> | is there a db module :D ? |
| [19:56:28] | * ttbailey has joined #drupal-support |
| [19:57:03] | * sicjoy has quit (Read error: 104 (Connection reset by peer)) |
| [19:57:22] | * xur1z_ has joined #drupal-support |
| [19:57:53] | <level09> | but that was really driving me crazy, glad that I figured that out :D |
| [19:58:01] | <ttbailey> | I created a new role called 'admin' and selected every box for the user permissions. I then assigned my admin account to the admin role (I'm doing this to try to make the default navigation window available only to me and not to the other types of users). Then I saved the changes and now, it seems I don't have any admin privileges. It keeps saying 'You are not authorized....' I was unable to... |
| [19:58:03] | <ttbailey> | ...find a relevant help node on drupal's support forums, but I'd be glad to look there if anyone knows of one with this issue |
| [19:59:20] | <level09> | are u using admin UID.1 ? |
| [19:59:23] | <level09> | v? |
| [19:59:23] | <Druplicon> | What version of Drupal? The answer can vary widely depending on your version. |
| [20:00:19] | <ttbailey> | @level09 - yes |
| [20:00:39] | <ttbailey> | @Drupilcon - 5.7 |
| [20:01:36] | * ins\ has quit (Read error: 104 (Connection reset by peer)) |
| [20:01:53] | <level09> | that's strange |
| [20:02:36] | <level09> | i've made similar stuff on my site and it worked |
| [20:02:37] | * matslats has joined #drupal-support |
| [20:02:40] | <level09> | admin_role? |
| [20:02:45] | <level09> | adminrole? |
| [20:03:20] | * modular^ has joined #drupal-support |
| [20:04:02] | * McGo has joined #drupal-support |
| [20:04:13] | * hewhocutsdown has quit (Read error: 110 (Connection timed out)) |
| [20:05:00] | * egoleo has quit (Read error: 110 (Connection timed out)) |
| [20:05:06] | <matslats> | How do I make a link to do a call back function and end up on the user/ page? Do I need a command something like redirect, at the end of my function? |
| [20:05:15] | * nonsie has quit ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") |
| [20:05:18] | * Zitter has joined #drupal-support |
| [20:05:33] | <evenix> | hey all |
| [20:05:39] | * ins\ has joined #drupal-support |
| [20:05:43] | * McGo has quit (Client Quit) |
| [20:05:54] | <evenix> | is there a way to sell downloadable file with ecommerce ? like Ubbercart work ? |
| [20:06:15] | <evenix> | or is there a way to work with these two together |
| [20:06:25] | <ttbailey> | It's just called admin |
| [20:06:30] | <ttbailey> | and I assigned user 1 to the role |
| [20:06:36] | <ttbailey> | and... I agree, it seems like it should work :) |
| [20:07:20] | <ttbailey> | it's auto-assigning me to another role... hmmm - I just enabled the auto-assign module so people could sign up under one of the roles directly |
| [20:07:46] | * xur1z has quit (Read error: 110 (Connection timed out)) |
| [20:08:47] | * balzac has joined #drupal-support |
| [20:09:19] | * RandomCake has joined #drupal-support |
| [20:09:22] | <balzac> | where do I find the logs which are generated by the "Log message:" field in a content create/edit form |
| [20:09:23] | <balzac> | ? |
| [20:09:26] | <ttbailey> | oh weird - so it logged me out of the admin account and logged me into a secondary account - but without the nav block, I couldn't logout... that's why I didn't have permissions |
| [20:09:28] | <ttbailey> | bleh |
| [20:09:34] | <ttbailey> | thanks level09 |
| [20:09:42] | * Bes` has joined #drupal-support |
| [20:09:45] | * gusaus has quit (Read error: 104 (Connection reset by peer)) |
| [20:09:47] | * gusaus_ has joined #drupal-support |
| [20:11:34] | * Xenguy has joined #drupal-support |
| [20:11:53] | <level09> | NP :) |
| [20:12:49] | * ingo86 has joined #drupal-support |
| [20:14:10] | * grugnog_office has joined #drupal-support |
| [20:14:24] | <evenix> | mayne nobody is reading me lol |
| [20:15:26] | <protitude> | Does anyone know if there is a module that helps make "administer site configuration" more granular in Drupal 6? Specifically I'd like to revoke most of the site configurations with few exceptions like 'site information'.... |
| [20:18:26] | * dereine has quit (Read error: 104 (Connection reset by peer)) |
| [20:19:24] | <_CitizenKane_> | evenix, yes you can with ubercart |
| [20:20:11] | * djohnson has left #drupal-support ("Leaving") |
| [20:20:13] | <evenix> | _CitizenKane_ : my question is : how can i do the same thing with ecommerce ? |
| [20:20:26] | <_CitizenKane_> | no idea |
| [20:22:29] | * kthomas_vh_ has joined #drupal-support |
| [20:23:07] | * Criticality is now known as Criticality|away |
| [20:31:14] | * llang_ has quit ("Trillian (http://www.ceruleanstudios.com") |
| [20:31:52] | <utter_laptop> | how do i override the template for a panels2 page |
| [20:31:54] | <utter_laptop> | ? |
| [20:31:56] | * vordude has joined #drupal-support |
| [20:34:31] | * loadstr has quit ("i am signing off") |
| [20:35:13] | * dtaylormi has quit ("Leaving") |
| [20:35:36] | * Amitaibu has quit (Read error: 104 (Connection reset by peer)) |
| [20:39:57] | * kthomas_vh has quit (Read error: 110 (Connection timed out)) |
| [20:39:59] | * emmajane_ has quit ("kaybai") |
| [20:40:16] | * NateSide has joined #drupal-support |
| [20:40:39] | <level09> | layout ? |
| [20:41:08] | <level09> | u can create your own layouts by duplicating these three files in the layout dir |
| [20:43:05] | * threexk has quit ("Leaving.") |
| [20:43:05] | * Ned has joined #drupal-support |
| [20:43:36] | * boobaa has joined #drupal-support |
| [20:43:56] | * erifneerg has quit (Read error: 104 (Connection reset by peer)) |
| [20:44:00] | * danilo__ has joined #drupal-support |
| [20:44:08] | * nearlythere has joined #drupal-support |
| [20:44:27] | * bshumate has quit ("Uhm, there's like a snake, so totally in my boot!") |
| [20:46:26] | * bangpound has joined #drupal-support |
| [20:46:34] | * Anti73 has quit ("Ex-Chat") |
| [20:46:38] | <Excallibur> | anyone in here familiar with downld.module? |
| [20:47:16] | * m0oman has joined #drupal-support |
| [20:48:14] | <bangpound> | i need to develop a module to migrate content from article manager 2 to drupal 6. does anyone have recommendations for modules that i can imitate? |
| [20:48:52] | <level09> | check the node import module |
| [20:48:55] | <level09> | and the import export api |
| [20:49:01] | <Excallibur> | http://drupal.org/project/Modules/category/64 |
| [20:49:03] | <level09> | import HTML module |
| [20:49:27] | <level09> | yeah that's a full list ;D |
| [20:49:28] | <Excallibur> | bangpound: that whole category is import/export modules |
| [20:49:31] | <Excallibur> | :-D |
| [20:49:47] | <NateSide> | hey guys, whats up |
| [20:49:48] | <bangpound> | thanks for the tip level09, but i'm looking for a little higher level than that. i want to be able to connect to the artman2 database. |
| [20:50:05] | <kthomas_vh_> | admin users cannot access /user/register ? |
| [20:50:11] | <level09> | what kind of database is that ;D ? |
| [20:50:13] | <bangpound> | i'd like to migrate nodes as needed during development, and when the site is done, flip the switch and migrate everything one last time. |
| [20:50:18] | <kthomas_vh_> | "not authorized ot see this page" |
| [20:50:47] | <kthomas_vh_> | *to |
| [20:50:57] | <bangpound> | it's mysql. i'm confident i can handle the DB connections. i'm really just looking for a good pattern to follow for a migration module, so that i can contribute it back to drupal for future artman2 defectors. |
| [20:51:07] | <level09> | bangpound: I'd write a small php script for that |
| [20:51:35] | * aZ-1314 has joined #drupal-support |
| [20:51:45] | <guest607_> | hello can someone tell me how this can translate to D5 http://drupal.org/node/103768 |
| [20:51:46] | <Druplicon> | http://drupal.org/node/103768 => Automated creation of a group on account creation => 2 IRC mentions |
| [20:51:47] | <bangpound> | import export api is drupal 5 only so far that i can see. |
| [20:52:18] | * [1]esmerel-lapto has joined #drupal-support |
| [20:52:18] | * esmerel-laptop has quit (No route to host) |
| [20:52:34] | * [1]esmerel-lapto is now known as esmerel-laptop |
| [20:52:35] | <bangpound> | the site has almost 10,000 articles currently, so i really want to be hooking into the DB itself rather than re-parsing the HTML output from the artman publisher. |
| [20:52:51] | <nicdc> | What do i need to edit on my drupals .htacsess file to it to treat .php as php5? |
| [20:53:03] | <NateSide> | any one have a link to a guide on how to build a custom module? |
| [20:53:32] | <level09> | NateSide: check the handbooks |
| [20:54:04] | <level09> | what do u mean treat .php as php5 ? |
| [20:54:24] | <aZ-1314> | guys, i have a font file (.ttf) that i want to use for my sites name |
| [20:54:40] | <aZ-1314> | can i add the .ttf file into css? |
| [20:54:46] | <level09> | no |
| [20:54:46] | <nicdc> | I need to add this: AddHandler application/x-httpd-php5 .php to my drupals .htacsess file... I dont know were to put it... |
| [20:54:51] | <level09> | sifr? |
| [20:54:51] | <Druplicon> | http://drupal.org/project/sifr and http://www.mikeindustries.com/sifr |
| [20:55:10] | * cgardner has quit () |
| [20:55:25] | <NateSide> | nicdc: just put "AddType x-mapp-php5 .php" at the top |
| [20:55:37] | * maroach has joined #drupal-support |
| [20:55:42] | <vordude> | I'm trying to figure out how to prevent multiple submissions from forms... I've found http://tedserbinski.com/2007/01/11/how_to_prevent_duplicate_posts but am having problems with it. Is the syntax groovy? Do I just wrap it in a drupal_add_js() function? |
| [20:55:56] | * utter_laptop has quit ("Leaving...") |
| [20:56:21] | <RobertMLaptop> | NateSide there is some info in the documention aka handbooks and api.drupal.org but save some headaches goto http://drupal.org/handbooks and select either the Drupal 6 book my person fav or Pro Drupal Development a good refernce book. |
| [20:56:33] | <nicdc> | ok, do i need to include a # before i add the text? |
| [20:56:56] | <aZ-1314> | http://drupal.org/project/sifr seem to only support swf fonts |
| [20:57:00] | <aZ-1314> | any others? |
| [20:57:14] | <RobertMLaptop> | NateSide and buy the books. Drupal 6 Module Devel is like $40.00 and it includes a pdf version. |
| [20:57:18] | <level09> | ask in #css |
| [20:57:27] | <bangpound> | in my experience, sifr's results are never as great as you'd want them to be. the fact that it substitutes a flash region for the same size "block" on the screen means that if your preferred font is wider or taller than the screen font it's replacing, you'll get absurdly small output. |
| [20:57:36] | * nonsie has joined #drupal-support |
| [20:57:56] | <bangpound> | sifr's kerning and leading are also not nearly as nice as the web browser's. |
| [20:57:57] | <aZ-1314> | solved it with Textimage, thanks |
| [20:58:20] | <boobaa> | how can I grant permission for a user/group to be able to add/remove users to/from groups, _without_ granting him/her/them privilege to alter the privileges themselves? |
| [20:58:45] | <level09> | og? |
| [20:58:45] | <Druplicon> | og is Organic Groups (http://drupal.org/project/og). |
| [20:59:03] | * Zitter has quit (Read error: 110 (Connection timed out)) |
| [20:59:05] | * dougvann has quit (Read error: 110 (Connection timed out)) |
| [20:59:33] | <guest607_> | lol |
| [21:00:04] | <guest607_> | i will be having the same problem soon |
| [21:00:08] | <boobaa> | og seems to be a bit overkill, I think |
| [21:00:17] | <guest607_> | email me when u figure ti out level09 |
| [21:00:23] | <guest607_> | tommyz4#gmail.com |
| [21:00:29] | <level09> | why ? its just a node access module |
| [21:00:43] | <level09> | guest607_: what problem |
| [21:00:49] | <guest607_> | please i am working on create group/groupmanager user same time |
| [21:00:52] | <guest607_> | now |
| [21:00:57] | <DarthclueWork> | anyone here that can tell me what the A, I, and D stand for in Taxonomy access control? |
| [21:01:20] | <level09> | its in the docs |
| [21:01:23] | <level09> | open the readme file |
| [21:01:34] | * danilo__ is now known as Zitter |
| [21:01:50] | * Bunset has joined #drupal-support |
| [21:01:57] | <DarthclueWork> | what? you expect me to read that? well, if you insist. :) |
| [21:02:19] | <level09> | lol yeah I insist |
| [21:02:43] | <level09> | I get paid to let people read the docs :D |
| [21:03:11] | <level09> | but for me og could be a better solution than TAC |
| [21:03:35] | <boobaa> | hmm |
| [21:03:50] | <guest607_> | it is not in the docs |
| [21:03:51] | <boobaa> | looks like I just found a solution |
| [21:03:56] | * RobertLaptop has joined #drupal-support |
| [21:04:00] | <guest607_> | u have to modify the user_reg form |
| [21:04:02] | <DarthclueWork> | hmm ... well, for the record, AID isn't defined in the README but is found on the help page. Imagine that, a help page that was actually helpful. |
| [21:04:04] | <guest607_> | or group node |
| [21:04:07] | * RobertMLaptop has quit ("Leaving") |
| [21:04:50] | <boobaa> | grant him the administer permission (or how it's in English), and deny the access to admin/user/access by the means of path_access.module |
| [21:05:21] | <boobaa> | guest607_: ^ does this solve your problem? |
| [21:05:32] | * coryb has joined #drupal-support |
| [21:05:57] | <level09> | aah right, it comes with the module's help |
| [21:06:38] | * Bojhan has joined #drupal-support |
| [21:07:27] | <guest607_> | nope |
| [21:08:04] | <guest607_> | was thinking of something like this http://drupal.org/node/103768 but with a perm condition |
| [21:08:20] | <Druplicon> | http://drupal.org/node/103768 => Automated creation of a group on account creation => 3 IRC mentions |
| [21:08:20] | * PatMac has joined #drupal-support |
| [21:08:24] | <guest607_> | so only user of a certain role group creator will see it |
| [21:08:28] | <NateSide> | i wanna use hook_taxonomy in my custom module, should my fuction name be custommod_taxonomy or custommod_hook_taxonomy ? |
| [21:09:10] | <level09> | comstom_taxonomy |
| [21:09:17] | <level09> | replace hook with ur mod name |
| [21:09:35] | <level09> | unless your module name is custommod_hook :D |
| [21:10:09] | <NateSide> | hehe |
| [21:11:23] | * jmwhitco_ has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [21:12:22] | * elv has joined #drupal-support |
| [21:13:05] | * MediaDoneRigh1 has quit ("I'm no quitter... just had other things to do") |
| [21:13:44] | * MediaDoneRight has joined #drupal-support |
| [21:15:21] | * Alex_UA has joined #drupal-support |
| [21:15:36] | * AlexUA has quit (Read error: 104 (Connection reset by peer)) |
| [21:15:37] | * cgardner has joined #drupal-support |
| [21:15:45] | * bangpound has quit () |
| [21:16:39] | * sutha has quit () |
| [21:18:02] | * nearlythere has quit () |
| [21:19:39] | * bertboerand has quit () |
| [21:19:40] | * [alphex] has quit ("This computer has gone to sleep") |
| [21:20:16] | <boobaa> | ohmy, path_access-5.x-1.1 seems to be broken :S |
| [21:21:01] | * jackson- has joined #drupal-support |
| [21:21:45] | * Bes` has quit ("Quitte") |
| [21:23:12] | * nearlythere has joined #drupal-support |
| [21:24:15] | <Travis_Carden1> | Does anybody know how to override the output of an RSS feed as one might theme any other node display? http://drupal.org/node/276586 |
| [21:24:16] | <Druplicon> | http://drupal.org/node/276586 => Overriding Feed Output => 1 IRC mention |
| [21:25:02] | * vg__ has joined #drupal-support |
| [21:26:52] | <matslats> | ?How do I make a link to do a call back function and end up on the user/ page? Do I need a command something like redirect, at the end of my function? |
| [21:27:17] | <boobaa> | Travis_Carden1: if you want to include the image thumbnails in the rss like in http://csecsy.hu/frontpage_kepek/feed I can give you the actual code |
| [21:27:20] | <vg__> | hi all, anybody knows how one can create linked content |
| [21:27:38] | <boobaa> | matslats: drupal_goto |
| [21:27:50] | <matslats> | boobaa wow! thanks |
| [21:27:55] | * grim_fandango has joined #drupal-support |
| [21:28:09] | <matslats> | vg__ that's not a very clear question |
| [21:28:33] | <Travis_Carden1> | boobaa: Thank you. What I'm actually looking to do is to use a CCK link field as my feed enclosure. (I'm remotely hosting Mp3's for my podcast.) |
| [21:29:06] | * daniel-san has joined #drupal-support |
| [21:29:34] | <boobaa> | bin? |
| [21:29:44] | <boobaa> | er |
| [21:29:45] | <Travis_Carden1> | drupalbin? |
| [21:29:45] | <Druplicon> | drupalbin is a PasteBin for Drupal, by Drupal! See more at http://drupalbin.com . |
| [21:29:47] | * negonicrac has quit (Read error: 60 (Operation timed out)) |
| [21:30:13] | * RandomCake_ has joined #drupal-support |
| [21:30:43] | * tmclaugh1 has quit (Read error: 104 (Connection reset by peer)) |
| [21:30:57] | <boobaa> | Travis_Carden1: http://frugalware.org/paste/2701 <- here is the code that does the trick for me, should be obvious how to change it to suit your own needs |
| [21:31:22] | <Travis_Carden1> | boobaa: Sweet. THank you, boobaa. :) |
| [21:31:35] | * MediaDoneRight has left #drupal-support ("Leaving.") |
| [21:31:36] | <boobaa> | nm |
| [21:32:24] | <vg__> | matslats: I want to be able while creating a page be able to create new page. Say, I have a book, and there, in the book add images, so that they a linked in the book |
| [21:32:36] | * MediaDoneRight has joined #drupal-support |
| [21:33:41] | * nearlythere has quit () |
| [21:33:52] | * alpritt has joined #drupal-support |
| [21:34:25] | * tech9iner has joined #drupal-support |
| [21:35:15] | * tech9iner has left #drupal-support ("Konversation terminated!") |
| [21:36:13] | * davidstrauss has quit () |
| [21:36:24] | * samtresler has joined #drupal-support |
| [21:36:31] | <boobaa> | vg__: did you have a look at image_attach and/or nodereference module? (can't remember which does the trick for me) |
| [21:37:03] | * sicjoy has joined #drupal-support |
| [21:37:29] | * jscheel_ has joined #drupal-support |
| [21:39:03] | * matslats has quit ("Leaving.") |
| [21:39:17] | <vg__> | boobaa: yes, I did. The porblem with image_attach - you can just add one uploaded image. Problem with nodereference - you can reference your - existing node. |
| [21:39:43] | <boobaa> | ah, I get the point |
| [21:40:55] | <vg__> | boobaa: actually, I wanna be able to add a gallery to each node |
| [21:41:09] | <vg__> | ...linked gallery |
| [21:41:33] | <boobaa> | a multiple imagefield? |
| [21:41:58] | <boobaa> | iirc flashgallery/lightbox2 can handle those as well |
| [21:42:27] | <boobaa> | (tbh, haven't used it that way yet) |
| [21:42:41] | <Bojhan> | seen boombatower |
| [21:42:41] | <Druplicon> | boombatower was last seen in #drupal 2 hours 23 min ago saying 'webchick, hey!'. |
| [21:44:49] | * jugglerpm has quit () |
| [21:45:18] | * Zitter has quit (Read error: 110 (Connection timed out)) |
| [21:45:35] | * gusaus_ has quit (Read error: 104 (Connection reset by peer)) |
| [21:45:40] | * Bunset has left #drupal-support ("Leaving.") |
| [21:46:03] | * gusaus has joined #drupal-support |
| [21:46:10] | * RandomCake has quit (Connection timed out) |
| [21:47:19] | * ynn has joined #drupal-support |
| [21:47:35] | * gusaus is now known as gusaus_lurk |
| [21:47:43] | <ynn> | anyone know how to solve thickbox youtube overlay issues? |
| [21:49:39] | * nearlythere has joined #drupal-support |
| [21:51:27] | * nicdc has quit ("Gone") |
| [21:52:50] | * RobertMLaptop has joined #drupal-support |
| [21:53:03] | * jscheel has quit (Read error: 110 (Connection timed out)) |
| [21:53:35] | * RobertMLaptop has quit (Client Quit) |
| [21:54:00] | * RobertMLaptop has joined #drupal-support |
| [21:55:57] | * psynaptic has quit () |
| [21:56:21] | * gonzaloaf has quit (Remote closed the connection) |
| [21:56:38] | * marvil07 has quit ("Abandonando") |
| [21:57:11] | * milian-laptop has quit ("So long and thanks for all the fish.") |
| [21:58:14] | * ynn has quit () |
| [21:58:42] | * dereine has joined #drupal-support |
| [21:59:08] | <dereine> | is there a social bookmarking service, which takes a lot of social bookmarkings together? |
| [21:59:09] | <dereine> | hi |
| [21:59:19] | * DarthclueWork has quit () |
| [21:59:30] | * RobertLaptop has quit (Read error: 113 (No route to host)) |
| [22:01:04] | * dirkgomez has quit (Read error: 113 (No route to host)) |
| [22:01:22] | * liveoutloud2day has quit (Connection timed out) |
| [22:01:45] | * nicjasno has quit ("Leaving") |
| [22:03:16] | * dchakrab has quit () |
| [22:03:18] | * nicdc has joined #drupal-support |
| [22:03:33] | * e-anima2 has joined #drupal-support |
| [22:03:45] | * vordude has left #drupal-support () |
| [22:05:31] | * Alex_UA has quit (Read error: 110 (Connection timed out)) |
| [22:07:33] | * binarybill has quit () |
| [22:07:34] | * liveoutloud2day has joined #drupal-support |
| [22:07:55] | * RMuilwijk has quit (Remote closed the connection) |
| [22:08:40] | * ingo86 has quit () |
| [22:08:52] | <PatMac> | Is there a way to get a view to show revisions for a specific node? |
| [22:08:59] | * davexoxide has left #drupal-support () |
| [22:09:08] | <PatMac> | the revisions tab is nice, but I need to place this view in a specific area. |
| [22:09:14] | * ins\ is now known as ins\away |
| [22:10:33] | * davexoxide has joined #drupal-support |
| [22:10:41] | * davexoxide has quit (Remote closed the connection) |
| [22:12:12] | * sdboyer-laptop has joined #drupal-support |
| [22:12:25] | * level09 has quit (Remote closed the connection) |
| [22:12:48] | * dirkgomez has joined #drupal-support |
| [22:14:04] | * e-anima has quit (Read error: 110 (Connection timed out)) |
| [22:14:16] | * Thomas_Zahreddi1 has quit ("Leaving.") |
| [22:14:17] | * cYu has left #drupal-support () |
| [22:14:50] | <Travis_Carden1> | boobaa: I assume you implemented that nodeapi code in your theme's template.php? |
| [22:16:34] | * daniel-san has quit (Read error: 104 (Connection reset by peer)) |
| [22:16:46] | <NateSide> | can any one take a look at my custom module code here http://www.drupalbin.com/2277 I'm trying to use hook_taxonomy to automaticaly set the weight for terms with no partents to 1, but nothing is happening at all |
| [22:18:37] | * nicdc has left #drupal-support () |
| [22:18:39] | * ekiczek has quit () |
| [22:19:08] | * AlexUA has joined #drupal-support |
| [22:19:52] | * cwgordon7 has joined #drupal-support |
| [22:21:49] | * nearlythere has quit () |
| [22:21:54] | * gusaus_lurk has quit (Read error: 104 (Connection reset by peer)) |
| [22:22:10] | * gusaus has joined #drupal-support |
| [22:22:56] | <vg__> | boobaa: lightbox can show the existing images, I wanna first add them to the page... to the linked page |
| [22:24:05] | * nrpil has quit ("leaving") |
| [22:24:24] | * nrpil has joined #drupal-support |
| [22:25:47] | * hwcd has quit ("Leaving") |
| [22:26:19] | * Dreamhoster has quit ("Offline for now") |
| [22:26:33] | * grndlvl____ has joined #drupal-support |
| [22:27:10] | * catch has quit (Remote closed the connection) |
| [22:27:13] | * Nikki has quit (Nick collision from services.) |
| [22:27:27] | * Nikki_ has joined #drupal-support |
| [22:28:01] | <boobaa> | Travis_Carden1: nope, but a site-specific custom module |
| [22:28:24] | * alvin_2 has quit ("This computer has gone to sleep") |
| [22:28:36] | <boobaa> | anyway, it could be done in a theme as well, I think |
| [22:28:39] | <Travis_Carden1> | boobaa: Thanks. That's where my failed attempts in template.php were leading me. :-P |
| [22:29:06] | * catch has joined #drupal-support |
| [22:30:50] | * cgardner has quit () |
| [22:32:42] | <bjfresh> | Has anyone any experience with an issue I'm having with the Link module for CCK? http://drupal.org/node/259036 |
| [22:32:43] | <Druplicon> | http://drupal.org/node/259036 => "Unknown column..." when submitting link => Link, Code, critical, closed, 5 IRC mentions |
| [22:32:46] | <bjfresh> | Note that I'm using d5, not d6 |
| [22:32:55] | <bjfresh> | but the symptoms are the same |
| [22:32:59] | <bjfresh> | essentially, I add link fields to my content type and the fields show up in the "Add Content" page for the content type, but the columns are never created in the database |
| [22:33:07] | <bjfresh> | CCK and Link modules are both up to date |
| [22:34:30] | * harurenu has quit ("Leaving") |
| [22:34:33] | * sirkitree has quit () |
| [22:34:53] | * lurkrbot has joined #drupal-support |
| [22:36:35] | * qasimvirjee has quit () |
| [22:36:51] | * matason has joined #drupal-support |
| [22:37:39] | <guest607_> | why won't this work for D5 http://drupal.org/node/103768 |
| [22:37:39] | <Druplicon> | http://drupal.org/node/103768 => Automated creation of a group on account creation => 7 IRC mentions |
| [22:38:45] | * lurkrbot has left #drupal-support ("Konversation terminated!") |
| [22:39:22] | * nearlythere has joined #drupal-support |
| [22:41:36] | * xushi has quit (Read error: 104 (Connection reset by peer)) |
| [22:42:14] | * xushi has joined #drupal-support |
| [22:43:52] | * brainycat has quit (Read error: 110 (Connection timed out)) |
| [22:47:37] | * sparr has quit (Read error: 104 (Connection reset by peer)) |
| [22:48:06] | * sparr has joined #drupal-support |
| [22:49:21] | * jaacob has quit () |
| [22:49:32] | * elv has quit () |
| [22:49:51] | * fredo_ has quit (Read error: 104 (Connection reset by peer)) |
| [22:50:11] | * fredo_ has joined #drupal-support |
| [22:50:21] | * [alphex] has joined #drupal-support |
| [22:51:15] | * [alphex] has quit (Client Quit) |
| [22:52:24] | * jscheel_ has quit (Read error: 104 (Connection reset by peer)) |
| [22:52:35] | * jscheel has joined #drupal-support |
| [22:54:55] | * cgardner has joined #drupal-support |
| [22:55:08] | * jscheel_ has joined #drupal-support |
| [22:55:49] | * CrookedNumber has joined #drupal-support |
| [22:56:08] | <PatMac> | Is there a way a snippet, url or resource that I can refer to that would allow me to email everyone within an organic group via php? |
| [22:56:33] | * jscheel__ has joined #drupal-support |
| [22:56:56] | * protitude has quit ("http://www.mibbit.com ajax IRC Client") |
| [22:58:16] | * sdboyer-laptop has quit ("Konversation terminated!") |
| [22:58:20] | * jonhattan has quit ("Ex-Chat") |
| [22:58:20] | * [alphex] has joined #drupal-support |
| [22:58:28] | * konordo has quit (Read error: 104 (Connection reset by peer)) |
| [22:58:52] | * jscheel___ has joined #drupal-support |
| [22:59:37] | * jscheel____ has joined #drupal-support |
| [23:00:34] | * kthomas_vh has joined #drupal-support |
| [23:01:33] | * cpgeek has joined #drupal-support |
| [23:01:44] | * jscheel_____ has joined #drupal-support |
| [23:03:07] | <NateSide> | hey guys how can i print the contents of an array? |
| [23:03:18] | <cgardner> | NateSide: var_dump or print_r |
| [23:03:48] | * jscheel_____ has quit (Read error: 104 (Connection reset by peer)) |
| [23:03:54] | * jscheel_____ has joined #drupal-support |
| [23:05:38] | * jscheel_____ has quit (Read error: 104 (Connection reset by peer)) |
| [23:06:02] | * jscheel_____ has joined #drupal-support |
| [23:06:41] | * jscheel__ has quit (Read error: 104 (Connection reset by peer)) |
| [23:07:16] | * alvin_2 has joined #drupal-support |
| [23:08:06] | <NateSide> | cgardner: when i print the array i get [parent] => Array ( [0] => 0 ) , does that mean that [parent] is also an array? |
| [23:08:47] | <cgardner> | NateSide: Yes. [parent] is an array with its values within the parentheses... |
| [23:09:56] | * jscheel has quit (Connection timed out) |
| [23:10:14] | * bshumate has joined #drupal-support |
| [23:10:53] | <NateSide> | so in order to find out if parent is empty i need to if $array[parent][0] == 0 ? |
| [23:11:59] | * [alphex] has quit ("This computer has gone to sleep") |
| [23:12:19] | * coryb has quit () |
| [23:12:29] | * [alphex] has joined #drupal-support |
| [23:12:38] | * [alphex] has quit (Client Quit) |
| [23:12:59] | * jscheel_ has quit (Success) |
| [23:13:00] | * alvin_2 has quit (Connection reset by peer) |
| [23:13:17] | * [alphex] has joined #drupal-support |
| [23:13:21] | * balzac has quit ("Ex-Chat") |
| [23:14:14] | <NateSide> | no |
| [23:14:15] | * JW has joined #drupal-support |
| [23:14:49] | * matason has quit () |
| [23:14:50] | * kthomas_vh_ has quit (Read error: 110 (Connection timed out)) |
| [23:15:54] | * nielsbom has joined #drupal-support |
| [23:17:11] | * Singularo has quit ("Ex-Chat") |
| [23:17:37] | * jscheel___ has quit (Success) |
| [23:17:56] | * develCuy has joined #drupal-support |
| [23:18:02] | * develCuy has quit (Read error: 104 (Connection reset by peer)) |
| [23:18:10] | * fredo_ has quit (Read error: 113 (No route to host)) |
| [23:18:14] | * develCuy has joined #drupal-support |
| [23:18:39] | * Samonoske has quit (Read error: 110 (Connection timed out)) |
| [23:18:41] | * canen has quit (Remote closed the connection) |
| [23:18:51] | * jscheel____ has quit (Connection timed out) |
| [23:19:24] | <cgardner> | NateSide: I believe count($array['parent']) is what you want for that... |
| [23:19:34] | * jaacob has joined #drupal-support |
| [23:19:48] | <NateSide> | cgardner if array_pop($array[parent]) == 0 |
| [23:19:52] | * futuresoon has joined #drupal-support |
| [23:20:28] | <NateSide> | wow, i cant believe i think im actually doing this |
| [23:20:33] | <cgardner> | NateSide: That seems like a bad idea for what you're trying to do. |
| [23:20:39] | * tarkus has joined #drupal-support |
| [23:21:04] | <cgardner> | use count($array['parent']) |
| [23:21:05] | * m0oman has quit (Remote closed the connection) |
| [23:21:15] | <cgardner> | or even $array['parent'][0] |
| [23:21:20] | * xushi has quit () |
| [23:21:21] | <cgardner> | instead of array_pop |
| [23:21:48] | <cgardner> | that function will actually take the element off of the array. |
| [23:22:32] | * tr_ has joined #drupal-support |
| [23:22:36] | <NateSide> | ohh |
| [23:22:44] | * kthomas_vh has quit (Connection timed out) |
| [23:24:01] | <cgardner> | it could cause problems for you later. |
| [23:26:13] | * travisc has quit () |
| [23:26:22] | * amarrero has quit (Read error: 113 (No route to host)) |
| [23:28:01] | <futuresoon> | i put drupal on ubuntu hardy (it's mine, i have root) but now when i try to set up multi-sites, it just uses sites/default instead of sites/example |
| [23:28:22] | * PatMac has quit (Read error: 110 (Connection timed out)) |
| [23:29:01] | <futuresoon> | not much of what i did in /etc/hosts, virtual.conf, sites-available or sites-enabled seems to have changed what it's doing |
| [23:29:10] | <cgardner> | are you accessing the site using http://example ? |
| [23:29:15] | <futuresoon> | right |
| [23:29:27] | <cgardner> | futuresoon: is it resolving properly? |
| [23:29:40] | <futuresoon> | ping -c 2 example works if that's what you mean |
| [23:30:30] | <cgardner> | futuresoon: has it worked for you before? |
| [23:30:42] | <futuresoon> | ubuntu is new to me, no |
| [23:31:11] | <cgardner> | How can you tell it's not using sites/example ? |
| [23:31:54] | <futuresoon> | because when i had properly edited example/settings.php it used default/setting.php's database----when i replaced example/settings.php with a fresh copy and did install.php it said drupal's already installed |
| [23:32:27] | <cgardner> | did you use the same database for example that you used for default? |
| [23:32:35] | <futuresoon> | one thing that bothers me still is i never put the name "example" inside any of the sites-available or sites-enabled files----only in the title---is that correct? |
| [23:33:11] | <futuresoon> | no, different database----and then when i put the fresh copy in it had no database----my plain "localhost" (that uses default.php) is on a database called drupal and the other one was on a database called example |
| [23:33:35] | * kthomas_vh has joined #drupal-support |
| [23:34:37] | <cgardner> | can you look at the database and see if there are any tables in it? |
| [23:34:48] | <futuresoon> | oops, not default.php that's a mistake----i mean default/settings.php |
| [23:34:53] | <futuresoon> | there are no tables |
| [23:35:05] | <futuresoon> | 42 tables in drupal, 0 in the other |
| [23:35:18] | <cgardner> | hmm |
| [23:35:25] | <futuresoon> | weird to me too |
| [23:35:39] | <cgardner> | check sites/example/settings.php |
| [23:35:52] | <cgardner> | where it says $db_url |
| [23:35:59] | <futuresoon> | it's a fresh copy so it's commented out |
| [23:36:14] | <futuresoon> | i'll uncomment it and fill it in though |
| [23:36:23] | <futuresoon> | never quite knew what that line does |
| [23:36:50] | * luison has quit (Remote closed the connection) |
| [23:38:32] | <futuresoon> | no change----see, i think it must not be reading that file at all |
| [23:38:55] | <futuresoon> | i may have to ask in #apache |
| [23:40:22] | * cpgeek has quit () |
| [23:40:26] | * cafuego has joined #drupal-support |
| [23:40:56] | * jscheel_____ has left #drupal-support () |
| [23:42:32] | * Singularo has joined #drupal-support |
| [23:43:01] | * aimee_dog has joined #drupal-support |
| [23:43:30] | * allisterb has quit (Read error: 104 (Connection reset by peer)) |
| [23:43:48] | * bjfresh has quit () |
| [23:44:24] | * allisterb has joined #drupal-support |
| [23:44:33] | * e-anima has joined #drupal-support |
| [23:46:32] | <aimee_dog> | just wonderin i had a webform module, and i enabled it, then i wanted to mess aound with the .module wo affecting it, but it looks like that copied flder is now making changes to drupal |
| [23:47:02] | <aimee_dog> | how does drupal decide which is the enabled module? |
| [23:50:37] | * level09 has joined #drupal-support |
| [23:52:54] | * e-anima2 has quit (Read error: 110 (Connection timed out)) |
| [23:53:25] | * catch has quit (Remote closed the connection) |
| [23:55:15] | * dereine has quit (Remote closed the connection) |
| [23:55:37] | * JBlaze has joined #drupal-support |
| [23:55:42] | <JBlaze> | hey |
| [23:55:42] | <Druplicon> | privet |
| [23:56:16] | <JBlaze> | anyone awake? |
| [23:56:39] | <Davea1> | no not me |
| [23:56:42] | <futuresoon> | me either |
| [23:56:53] | <JBlaze> | ok cool |
| [23:56:55] | <Davea1> | wuz up? |
| [23:57:04] | <nielsbom> | Me! I'm awa..zzzzz |
| [23:57:19] | <Davea1> | I am tired but awa |
| [23:57:36] | <JBlaze> | i'm a bit puzzled as to installing an ssl certificate on a multisite installation of drupal |
| [23:57:50] | <Davea1> | JBlaze I would be too |
| [23:57:58] | <Davea1> | what are you trying to accomplish? |
| [23:58:20] | * catch has joined #drupal-support |
| [23:58:27] | <JBlaze> | i want to install it on to one site within the multisite |
| [23:58:52] | * evenix has quit () |
| [23:59:17] | <Davea1> | JBlaze, what are you trying to secure? |
| [23:59:31] | <JBlaze> | the cart section |