| [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)) |
|