| [00:00:00] | <NateSide> | level09: im like lost |
| [00:00:10] | * pcwic1 has quit (Connection timed out) |
| [00:00:16] | <level09> | why :D |
| [00:00:52] | * RandomCake_____ has joined #drupal-support |
| [00:01:21] | <NateSide> | i dont think im doing this for right |
| [00:01:32] | <NateSide> | i rember these things sucking in C |
| [00:01:58] | <NateSide> | well, i think that was a while ago |
| [00:05:29] | * Bojhan has quit () |
| [00:06:39] | <h1mee> | hey guys for some reason the $node object isn't coming up in my page.tpl.php -- does anyone know if I have to do anytnign to enable it? |
| [00:07:33] | * liquidcms has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040413]") |
| [00:07:36] | * xushi has quit () |
| [00:08:38] | * japerry has quit () |
| [00:09:42] | * uniXrex has joined #drupal-support |
| [00:09:56] | * kmonty has joined #drupal-support |
| [00:10:33] | * byronic1 has quit (Read error: 110 (Connection timed out)) |
| [00:11:21] | <NateSide> | level09: why? print <br />, whats with the space and the escape char? |
| [00:11:50] | * davidstrauss has joined #drupal-support |
| [00:12:12] | <uniXrex> | Hi. I am looking for a special module. You can enter content from another file by copying the code into Drupal. However, what if I just wanted to browse for an HTML double-click on it, and and have it display without entering the code myself. In Unix, this is called "piping". In coding, it is called "include". How can I do this in Drupal. Once again this is just selecting a file via some pluging in order to display the H |
| [00:12:12] | <uniXrex> | TML (or PHP) file in a Drupal page, rather than entering the code myself. Any help is greatly appreciated, thanks in advance... |
| [00:12:16] | <level09> | its equivalent to <br> </br> |
| [00:12:40] | * tz has quit (Read error: 110 (Connection timed out)) |
| [00:12:58] | <NateSide> | you have to close a <br>, i always just use them as a line break |
| [00:13:39] | <level09> | NateSide: yeah, if you want a standard compliant code |
| [00:14:08] | <level09> | for me dreamweaver automatically converts <br> to <br /> |
| [00:14:51] | <NateSide> | ohh, i wonder how many of those ive used |
| [00:15:31] | <h1mee> | hey guys for some reason the $node object isn't coming up in my page.tpl.php -- does anyone know if I have to do anytnign to enable it? |
| [00:16:08] | <level09> | $node is within the $content variable |
| [00:16:14] | <h1mee> | oooh |
| [00:16:25] | <level09> | u can find it in your node.tpl.php file |
| [00:16:33] | <h1mee> | but not page.tpl.php |
| [00:16:37] | <h1mee> | ? |
| [00:16:44] | <level09> | yea, but it is included with the $content |
| [00:16:51] | * dchakrab has joined #drupal-support |
| [00:16:54] | <level09> | what are u trying to do |
| [00:16:59] | <h1mee> | so like $content->node ? |
| [00:17:13] | <h1mee> | well I'm trying to dprint_r($node) from page.tpl.php :) |
| [00:17:32] | * ins\away has quit (No route to host) |
| [00:18:10] | * Kashara has joined #drupal-support |
| [00:18:19] | * tz has joined #drupal-support |
| [00:18:35] | <NateSide> | h1mee: yeah, do that in node.tpl.php |
| [00:19:22] | <level09> | http://drupal.org/node/11812 |
| [00:19:23] | <Druplicon> | http://drupal.org/node/11812 => Page.tpl.php => 59 IRC mentions |
| [00:19:24] | <h1mee> | well okay my further question is that I am trying to create separate themes for pages based on their content type |
| [00:19:36] | <level09> | node-type.tpl.php |
| [00:19:44] | <level09> | pages ? |
| [00:19:48] | <level09> | hold on |
| [00:20:21] | * RandomCake has quit (Connection timed out) |
| [00:20:26] | <level09> | http://drupal.org/node/249726 |
| [00:20:28] | <Druplicon> | http://drupal.org/node/249726 => Different page templates depending on node type => 10 IRC mentions |
| [00:20:30] | <h1mee> | okay so node.tpl.php will just be the stuff that is in $content in page.tpl.php, right? |
| [00:20:39] | <level09> | yeah |
| [00:20:59] | * Xenguy has quit ("leaving") |
| [00:22:30] | * ecognito has joined #drupal-support |
| [00:23:12] | <h1mee> | thanks level09 I will go through this :) |
| [00:23:23] | <NateSide> | level09: some reason my <br /> is showing up as <br> in the source code! |
| [00:24:08] | <NateSide> | level09: print '<br />'; |
| [00:24:16] | * ragas__ has joined #drupal-support |
| [00:24:23] | * ragas__ is now known as ragas |
| [00:24:24] | * ipwa_ has joined #drupal-support |
| [00:24:34] | <NateSide> | its in the code but its <br> in the source |
| [00:24:40] | <level09> | :D |
| [00:24:49] | <level09> | maybe ff converts it |
| [00:25:07] | <NateSide> | arg |
| [00:26:01] | * brainycat has joined #drupal-support |
| [00:26:19] | * uniXrex has quit ("Leaving") |
| [00:26:28] | * ragas_ has quit (Read error: 104 (Connection reset by peer)) |
| [00:26:46] | * JohnAlbin is now known as JohnAlbin|afk |
| [00:28:38] | <ecognito> | Hi. I have one page (node?) on my Drupal site where the layout needs to be quite different than the rest of the site. |
| [00:28:38] | <ecognito> | Basically all the left and right blocks should _not_ be displayed at all, and the content of the node fill the entire width of the window. |
| [00:28:38] | <ecognito> | Is there a way to do this in Drupal (5 currently). |
| [00:29:13] | <level09> | yes there are many ways |
| [00:29:42] | * ipwa__ has joined #drupal-support |
| [00:29:44] | * ipwa__ has quit (Remote closed the connection) |
| [00:30:12] | <level09> | u can use panels2 for that |
| [00:30:22] | <level09> | it has a settings to disable all drupal sidebars |
| [00:30:24] | * jackson-_ has joined #drupal-support |
| [00:30:48] | <level09> | u can just create a panel page with your content and disable the sidebars |
| [00:31:03] | <level09> | or u can use custom tpl files |
| [00:31:43] | <ecognito> | Panels 2 = http://drupal.org/project/panels ? |
| [00:33:14] | <h1mee> | urgh I just tried dprint_r($node) from node.tpl.php and that's not working either... |
| [00:33:31] | <level09> | yea |
| [00:33:37] | <ecognito> | Thanks. |
| [00:33:41] | <level09> | np |
| [00:33:56] | <level09> | try print_r |
| [00:34:00] | <lronPaw> | moanin all |
| [00:34:32] | * Utter is now known as Utter|away |
| [00:38:31] | * robstandard has quit () |
| [00:39:56] | * ipwa has quit (Read error: 110 (Connection timed out)) |
| [00:40:03] | <NateSide> | level09: you know anything about sprites? |
| [00:40:33] | <level09> | not really :D whats that / |
| [00:41:25] | * VanDerKeen has quit (No route to host) |
| [00:42:18] | <h1mee> | okay is there someway to get the node id of the current page is the $node object is not available? |
| [00:42:36] | <NateSide> | level09: ive gotten obsesed with front end load time, i started gziping page componets, and minifying java script and all sorts of stuff to reduce my page load time by reducing the number of http requests |
| [00:42:54] | * fiasco has joined #drupal-support |
| [00:42:56] | * magicspark has quit () |
| [00:43:00] | <vinay__> | hello - i added a block with php code in it but now all pages are white. How do I disable that block? |
| [00:43:21] | <level09> | great , there are many modules for improving performance |
| [00:43:21] | * dougvann has joined #drupal-support |
| [00:43:23] | <NateSide> | level09: my site went from like 80 http requests for the front page down to like 40 something requests |
| [00:43:30] | <fiasco> | How can I enable a dynamic title in menu_hook D6? |
| [00:44:23] | <h1mee> | okay this is my problem, for some reason when I go to a URL that looks like taxonomy/term/393 then I have the $node object available, but when I go to a page that looks like foo-bar-baz, then my $node object goes away :( |
| [00:44:27] | <h1mee> | does anyone know why? |
| [00:44:51] | <h1mee> | it's not available in either page.tpl.php or node.tpl.php |
| [00:44:55] | <h1mee> | :( |
| [00:45:06] | <fiasco> | h1mee: you tried global $node? |
| [00:45:09] | * dougvann has quit (Read error: 104 (Connection reset by peer)) |
| [00:45:16] | <h1mee> | fiasco: yes |
| [00:45:21] | <h1mee> | but let me try it again |
| [00:46:08] | <fiasco> | so you mean a page like ?q=foo-bar-daz or /foo-bar-baz? |
| [00:46:17] | * davidstrauss has quit () |
| [00:46:21] | * ipwa_ has quit (Connection timed out) |
| [00:47:21] | * jackson- has quit (Read error: 110 (Connection timed out)) |
| [00:47:23] | <NateSide> | level09: anyways, say your theme uses 10 diffrent png images, and they are on every page, you take those 10 immages put them into one composite image, and then just refere to parts of that image |
| [00:47:30] | <NateSide> | thats a sprite |
| [00:47:55] | * grndlvl has quit ("This computer has gone to sleep") |
| [00:47:59] | <NateSide> | but I have no idea how to use em |
| [00:47:59] | <level09> | great idea, I should implement that on my site :D |
| [00:48:11] | <h1mee> | fiasco a page like /foo-bar-baz |
| [00:48:22] | <h1mee> | fiasco, yeah just tried global $node; and that isn't working |
| [00:49:23] | <fiasco> | version? |
| [00:49:23] | <Druplicon> | Version numbers for Drupal: http://drupal.org/handbook/version-info |
| [00:50:09] | <h1mee> | fiasco: 5.7 |
| [00:50:14] | * CrookedNumber has quit () |
| [00:50:41] | <fiasco> | and your theme is loading page.tpl.php |
| [00:50:50] | * grndlvl has joined #drupal-support |
| [00:50:54] | <fiasco> | I assume thats the level your trying to work with |
| [00:51:41] | <fiasco> | what kind of page is it h1mee? |
| [00:51:46] | <fiasco> | is it a node? |
| [00:51:50] | <fiasco> | or a module page? |
| [00:51:55] | <h1mee> | fiasco it's a node |
| [00:52:17] | <fiasco> | and does node.tpl.php load? |
| [00:52:19] | <h1mee> | at least I think it's a node :) it's just a page that someone has created (well actually a content type someone has created) |
| [00:52:24] | <h1mee> | let me make sure |
| [00:52:32] | <fiasco> | its a content type? |
| [00:52:37] | <h1mee> | yes it does |
| [00:52:41] | <h1mee> | yes it is a content type |
| [00:52:44] | <fiasco> | thats not a node |
| [00:52:50] | <fiasco> | which would be why |
| [00:52:58] | <fiasco> | you dont get $node |
| [00:53:31] | <h1mee> | oh, then what is it if it's not a node?? |
| [00:53:35] | * cgardner_ has quit () |
| [00:53:44] | * Michelle2 has joined #drupal-support |
| [00:54:05] | <h1mee> | okay maybe a more direct question is that I am trying to access all the fields of the content type so I can theme it |
| [00:54:18] | <h1mee> | is there some data structure that I can look at? for it? |
| [00:54:30] | <fiasco> | think so |
| [00:54:47] | * jims has quit (Connection timed out) |
| [00:54:54] | <jaacob> | When building custom user profiles w/ CCK + Views (+ more, I'm sure), should I disable the core-optional Profile module? |
| [00:54:54] | <fiasco> | get the devel module |
| [00:55:04] | <h1mee> | I have the devel module :) |
| [00:55:19] | <fiasco> | it will tall you the theme process for that page |
| [00:55:26] | <h1mee> | I'm a little confused because this is my 3rd drupal project and on the others I was able to access $node information even for content types |
| [00:55:43] | <h1mee> | fiasco, what method should I call from the devel module? |
| [00:56:05] | <fiasco> | not sure, i've only worked with the D6 devel module |
| [00:56:22] | <fiasco> | which has a theme thread |
| [00:57:15] | <h1mee> | hmmmm |
| [00:57:22] | * h1mee eyes level09 for wisdom :) |
| [00:58:14] | <level09> | :D |
| [00:59:05] | * stompeers_ has joined #drupal-support |
| [00:59:30] | * Michelle has quit (Connection timed out) |
| [00:59:48] | * activelyOUT has joined #drupal-support |
| [00:59:49] | * jenlampton has quit (Read error: 113 (No route to host)) |
| [01:01:12] | * RobLoac1 has quit (Client Quit) |
| [01:01:49] | * Zarabadoo has joined #drupal-support |
| [01:05:30] | * Zarabadoo has quit (Client Quit) |
| [01:07:03] | * dipen has joined #drupal-support |
| [01:07:04] | * Zarabadoo has joined #drupal-support |
| [01:07:46] | * dipen has quit (Client Quit) |
| [01:07:53] | <fiasco> | I'm writing a module and I wanna override the theme for a section of my module in D6. I'm assuming I do this with hook_theme. how do I override page.tpl.php with my own one inside my module? |
| [01:09:36] | * pcwick has joined #drupal-support |
| [01:09:44] | * mortenq has quit () |
| [01:11:03] | <level09> | fiasco: how about hook_init |
| [01:11:21] | <level09> | $custom_theme = 'yourtheme'; |
| [01:11:47] | <level09> | but u need global $sutom_theme; before that |
| [01:12:52] | <fiasco> | I don't want to create a theme |
| [01:13:06] | <fiasco> | just a seperate page.tpl.php for a section of pages |
| [01:13:28] | <fiasco> | because they're WAP pages using a custom WAP library |
| [01:13:49] | * mqueiros_ has joined #drupal-support |
| [01:14:19] | <level09> | yeah |
| [01:14:23] | <level09> | that does not create a theme |
| [01:14:27] | <level09> | it just assigns a different one |
| [01:15:35] | * stompeers has quit (Read error: 110 (Connection timed out)) |
| [01:15:45] | * grndlvl has quit ("This computer has gone to sleep") |
| [01:15:49] | <level09> | or |
| [01:15:50] | <level09> | mobit? |
| [01:16:14] | <level09> | Druplicon: mobit is http://drupal.org/project/mobit |
| [01:16:14] | <Druplicon> | level09: Okay. |
| [01:17:27] | * h1mee has quit (Read error: 110 (Connection timed out)) |
| [01:17:48] | * tz has quit (Read error: 110 (Connection timed out)) |
| [01:17:51] | * phillipfry has left #drupal-support () |
| [01:18:28] | * jibberjabber has joined #drupal-support |
| [01:18:55] | * milian has quit ("bye bye") |
| [01:19:09] | * Criticality has quit () |
| [01:19:21] | * NikLP has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040413]") |
| [01:20:06] | * bshumate has quit ("*poof*") |
| [01:29:28] | * RoninBaka has joined #drupal-support |
| [01:29:30] | * Ronin1234 has quit (Read error: 104 (Connection reset by peer)) |
| [01:31:20] | <ecognito> | level09: Thanks for the info. Got my panel working very nicely. I take it Panels 2 is fairly stable even though it says beta5? |
| [01:31:33] | * Ronin1234 has joined #drupal-support |
| [01:31:37] | <level09> | yea, IMO |
| [01:32:33] | * grugnog_office has quit (Remote closed the connection) |
| [01:32:47] | * RoninBaka has quit (Read error: 104 (Connection reset by peer)) |
| [01:37:52] | * darrenoh has joined #drupal-support |
| [01:39:31] | * mfer has quit () |
| [01:39:34] | <ecognito> | Last question to throw out to y'all - Would the audio module be considered the best way to embed podcast like audio into my site - where it includes a little Flash player and a download link? |
| [01:41:12] | * dchakrab is now known as dchakrab|afk |
| [01:41:32] | <level09> | they use it at lullabot |
| [01:41:39] | <level09> | so i guess its not that bad :D |
| [01:44:04] | * greenoak has joined #drupal-support |
| [01:44:27] | * japerry has joined #drupal-support |
| [01:45:01] | * magicspark has joined #drupal-support |
| [01:45:28] | * darrenoh has quit () |
| [01:47:52] | * esmerel-laptop has joined #drupal-support |
| [01:48:46] | * dougvann has joined #drupal-support |
| [01:54:41] | <ttbailey> | a_c_m, CCK Field Permissions is what I was looking for, just FYI |
| [02:00:41] | * nonsie has quit (Read error: 110 (Connection timed out)) |
| [02:00:58] | * realityloop has joined #drupal-support |
| [02:01:24] | * bshumate has joined #drupal-support |
| [02:01:40] | <realityloop> | I'm trying to build my first D5 module, which is a form, is there a way to pre-populate form fields via URL variables? |
| [02:03:13] | * Zarabadoo has quit (Read error: 104 (Connection reset by peer)) |
| [02:06:25] | * grndlvl has joined #drupal-support |
| [02:07:56] | * ipwa has joined #drupal-support |
| [02:08:04] | * bitchkat has quit ("Leaving") |
| [02:08:05] | * ipwa has quit (Remote closed the connection) |
| [02:11:26] | <NateSide> | hey guys, in node.tpl how do i refer to the url pointing to that node? |
| [02:12:12] | * grndlvl has quit ("This computer has gone to sleep") |
| [02:12:23] | <NateSide> | realityloop: there is a prepoulate module, i think its drupal.org/project/prepopulate |
| [02:12:35] | <lronPaw> | hi |
| [02:12:40] | * greenoak has quit () |
| [02:12:54] | <NateSide> | hey, whats up lronPaw |
| [02:12:56] | <lronPaw> | realityloop there are defaults you can set for form fields |
| [02:13:03] | <lronPaw> | the sky last time i looked |
| [02:13:04] | <lronPaw> | :P |
| [02:13:48] | <NateSide> | i love the way text to speech says your nick |
| [02:14:00] | <lronPaw> | elron paw? |
| [02:14:30] | <NateSide> | yeah, but I dont have it turned on, my good laptop is in going back to HP for service |
| [02:14:46] | <NateSide> | so im using this POS i was about to get rid of |
| [02:15:16] | * pedroc has quit (Remote closed the connection) |
| [02:16:31] | <NateSide> | so, what the path to the node in node.tpl, is it $node->url ? |
| [02:17:33] | <lronPaw> | maybe |
| [02:17:35] | <lronPaw> | i dont know |
| [02:17:51] | <lronPaw> | im trying to figure out how to extend the slide show pro module to include link info |
| [02:17:56] | <lronPaw> | i think i might need to hax0r it myself :( |
| [02:19:29] | * jackson- has joined #drupal-support |
| [02:21:58] | * Thomas_Zahreddi1 has joined #drupal-support |
| [02:21:58] | <NateSide> | wow, it scares me when my code works the first try with out any errors |
| [02:22:20] | * jackson-__ has joined #drupal-support |
| [02:22:31] | * tz has joined #drupal-support |
| [02:25:13] | * Boris_Barowski has quit (Read error: 110 (Connection timed out)) |
| [02:27:21] | <fiasco> | I'm writting a module. How can I override page.tpl.php for any page of my module? |
| [02:27:34] | <fiasco> | D6 btw |
| [02:29:52] | * grugnog has quit (Read error: 110 (Connection timed out)) |
| [02:32:14] | * jibberjabber has quit ("Leaving") |
| [02:32:34] | * bshumate has quit ("*poof*") |
| [02:34:57] | * Bigmack83 has joined #drupal-support |
| [02:35:33] | <ttbailey> | Is there a way to modify the 'Your *content type* has been created' message based on what type of content type they created? |
| [02:35:51] | * tomfriedhof_ has joined #drupal-support |
| [02:36:30] | * bitchkat has joined #drupal-support |
| [02:38:21] | * jackson-_ has quit (Read error: 110 (Connection timed out)) |
| [02:40:09] | * brainycat has quit ("peace out yo") |
| [02:40:43] | * Thomas_Zahreddin has quit (Connection timed out) |
| [02:41:05] | * okwichu has joined #drupal-support |
| [02:41:11] | * jackson- has quit (Read error: 110 (Connection timed out)) |
| [02:42:29] | * Michelle2 is now known as Michelle |
| [02:43:01] | <lronPaw> | hmm |
| [02:43:16] | <lronPaw> | anyone know how i can change the who's online from li's to be CSV? |
| [02:46:09] | * JohnAlbin|afk has quit () |
| [02:49:25] | * christefano has quit () |
| [02:50:43] | <lronPaw> | if i add a CCK field to a content type. how can i refer to that via the &$node object in a module? |
| [02:51:07] | * level09 has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040413]") |
| [02:53:41] | * ecognito has left #drupal-support ("I read it on the Internet so it MUST be true!") |
| [02:54:34] | * Jberg88 has joined #drupal-support |
| [02:55:15] | * JohnAlbin has joined #drupal-support |
| [02:57:48] | * japerry has quit () |
| [02:59:46] | * okwichu has quit () |
| [03:00:00] | * Criticality has joined #drupal-support |
| [03:00:03] | * ins\away has joined #drupal-support |
| [03:00:34] | <Criticality> | any Views2 pros in the house? |
| [03:00:42] | * iCyborg has joined #drupal-support |
| [03:00:45] | * fantomas_ has joined #drupal-support |
| [03:01:00] | <fantomas_> | Hi all. Can I run Dru5 on lighttpd? |
| [03:02:47] | <NateSide> | i need a voulentier, must be good with firebug and css |
| [03:03:00] | <NateSide> | sprites will help too |
| [03:04:04] | <Criticality> | NateSide: a volunteer for a question/answer? |
| [03:05:47] | <NateSide> | Criticality: volunteer to visit my website and see if they can get two of my sprites in line, 6 of them work, 2, the ones on the right and left arent wraping, you get the whole image instead of the sprite |
| [03:06:56] | <NateSide> | who wants to take a crack at it, should be fun |
| [03:07:30] | * fantomas_ has quit ("leaving") |
| [03:09:14] | <Michelle> | Sprites... That brings back memories of my C64 |
| [03:09:35] | * threexk has joined #drupal-support |
| [03:11:12] | <NateSide> | Michelle: ive got this photoframe, that uses 8 images, each one is small, four for the corners and 4 for the sides, i put em in one image, and everything works cept the right and left |
| [03:11:47] | <Michelle> | I was just reminicing, not volunteering... LOL |
| [03:13:51] | * christefano has joined #drupal-support |
| [03:13:56] | <NateSide> | arg, pissing me off |
| [03:14:35] | <NateSide> | omg my chair just broke |
| [03:14:55] | <Jberg88> | LOL! |
| [03:14:55] | * Druplicon laughs |
| [03:15:11] | <NateSide> | need a hammer |
| [03:15:23] | * threexk1 has joined #drupal-support |
| [03:15:34] | <NateSide> | it didnt break huge, just a little |
| [03:16:07] | * vinay__ has quit (Read error: 110 (Connection timed out)) |
| [03:16:56] | * tomfriedhof_ has quit (Read error: 60 (Operation timed out)) |
| [03:17:25] | <NateSide> | much better |
| [03:19:01] | * modular^ has joined #drupal-support |
| [03:20:10] | * CrookedNumber has joined #drupal-support |
| [03:20:14] | * ins\away has quit (Read error: 113 (No route to host)) |
| [03:20:44] | * tomfriedhof_ has joined #drupal-support |
| [03:22:45] | * sajosh has joined #drupal-support |
| [03:22:59] | * evenix has quit () |
| [03:23:02] | * jyg_ has joined #drupal-support |
| [03:23:10] | * jyg has quit ("ircII EPIC4-2.4 -- Are we there yet?") |
| [03:23:13] | * jyg_ is now known as jyg |
| [03:24:03] | <Criticality> | Anyone know how to show full nodes in the new Views2? I'm sure I'm missing something simple. |
| [03:24:15] | <Criticality> | Possibly just done via theming |
| [03:24:21] | <jyg> | context |
| [03:24:59] | <jyg> | er sorry, heh |
| [03:25:04] | <jyg> | i was thinking panels, n/m |
| [03:25:24] | * cgardner has joined #drupal-support |
| [03:25:24] | <sajosh> | Criticality, under build view ... view type drop down |
| [03:25:46] | <sajosh> | ... for page and block individually. |
| [03:26:23] | <Criticality> | Page just gives me a list of nodes |
| [03:26:43] | <Criticality> | I can of course select multiple fields, but there's no 'standard node display' |
| [03:26:47] | <jyg> | i installed all of the imagefield and imagefield gallery stuff.. the admin screens for the gallery are empty :-/ |
| [03:27:01] | <jyg> | two buttons for save and reset config, nothing else |
| [03:27:47] | <jyg> | imagecache admin page is fine |
| [03:27:51] | <jyg> | nothing new in content types |
| [03:28:00] | * Lewix has quit () |
| [03:28:01] | * alvin_2 has joined #drupal-support |
| [03:28:54] | * Harry_Slaughter has quit ("http://devbee.com/") |
| [03:29:28] | <sajosh> | does anyone know how to filter a view by the user ... so when bob clicks on john's profile then bob would see a view that shows just john's data. any ideas? |
| [03:30:28] | <jyg> | what else does bob see now? |
| [03:31:53] | <sajosh> | right now bob sees everyone's data. i don't quite know how to use arguments ... meaning which field to choose in the argument drop down. |
| [03:33:46] | <sajosh> | how do i pass the "user/John" to the view so it can filter on John? |
| [03:34:09] | * Davea1 has quit ("Leaving") |
| [03:35:02] | <jyg> | bob goes to look at john's profile and sees everyone data? |
| [03:35:39] | <jyg> | oh you mean you view shows all users |
| [03:36:37] | <sajosh> | yes, the view shows all user's data. i could select Author is Current User but that shows bob's data on John's profile. |
| [03:36:39] | * Nikki_ has quit (Read error: 113 (No route to host)) |
| [03:37:45] | * threexk has quit (Read error: 110 (Connection timed out)) |
| [03:38:21] | * jackson- has joined #drupal-support |
| [03:38:58] | <jyg> | not sure i understand |
| [03:39:04] | * ZenTeamer has joined #drupal-support |
| [03:40:21] | <sajosh> | how can the view take the argument from the url (mysite.com/user/john) and apply john as a filter? |
| [03:41:07] | <ZenTeamer> | Does anyone know how to apply a panel-like image to a block? Using Zen... |
| [03:42:17] | * jyg wonders what a panel-like image is |
| [03:42:43] | <ZenTeamer> | can be a background image |
| [03:42:58] | <ZenTeamer> | but it should grow in height depending on the content |
| [03:46:15] | <ZenTeamer> | anyone? |
| [03:48:02] | <ZenTeamer> | #drupal-zen |
| [03:50:51] | * fiasco has quit (Remote closed the connection) |
| [03:51:35] | <Criticality> | ZenTeamer: why not just use css on the block css? |
| [03:54:20] | * Criticality has quit ("Leaving...") |
| [03:55:19] | * johnny5 has joined #drupal-support |
| [03:55:33] | <johnny5> | How do i define which content the tracker displays? |
| [03:57:27] | * jackson-__ has quit (Read error: 110 (Connection timed out)) |
| [03:57:45] | * Criticality has joined #drupal-support |
| [04:00:22] | * Anon4321b has joined #drupal-support |
| [04:00:56] | * Mike777 has quit (Read error: 104 (Connection reset by peer)) |
| [04:01:54] | * sajosh has left #drupal-support () |
| [04:02:53] | * sarah_p has joined #drupal-support |
| [04:03:18] | * christefano has quit () |
| [04:04:39] | * johnny5 has quit (" HydraIRC -> http://www.hydrairc.com <- Wibbly Wobbly IRC") |
| [04:04:43] | * Anon4321b is now known as Mike777 |
| [04:06:43] | * esmerel-laptop has quit (Read error: 110 (Connection timed out)) |
| [04:09:08] | * gusaus_ has joined #drupal-support |
| [04:11:42] | <activelyOUT> | has anyone used the cdn module? or javascript_aggregator? are they helpful? |
| [04:15:16] | * kmonty has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * Utter|away has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * benobo has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * gusaus has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * trew has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * frostburn has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * developerhealey has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * Ned has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * _CitizenKane_ has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * pasc has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * C00re has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * manuee has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * sparr has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * jackson- has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * Thomas_Zahreddi1 has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * mqueiros_ has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * Kashara has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:15:16] | * RandomCake_____ has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * ttbailey has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * Nightlurker has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * janwari has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * kvanderw has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * Semhirage has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * andb has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * RobertLaptop has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * garrett__ has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * BrightLoudNoise has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * zimmermanc has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * fantomas has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * liveoutloud2day has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * modular^ has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * dougvann has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:17:59] | * afief_ has quit (kornbluth.freenode.net irc.freenode.net) |
| [04:18:21] | * Druplicon has joined #drupal-support |
| [04:18:55] | * IRSeekBot has joined #drupal-support |
| [04:21:46] | * mattyt has quit (clarke.freenode.net irc.freenode.net) |
| [04:21:46] | * threexk1 has quit (clarke.freenode.net irc.freenode.net) |
| [04:21:46] | * benOFFvic has quit (clarke.freenode.net irc.freenode.net) |
| [04:21:46] | * Mike777 has quit (clarke.freenode.net irc.freenode.net) |
| [04:21:46] | * ekiczek has quit (clarke.freenode.net irc.freenode.net) |
| [04:21:46] | * shawn_ has quit (clarke.freenode.net irc.freenode.net) |
| [04:21:46] | * alvin_2 has quit (clarke.freenode.net irc.freenode.net) |
| [04:21:46] | * ulfk has quit (clarke.freenode.net irc.freenode.net) |
| [04:21:46] | * superlou has quit (clarke.freenode.net irc.freenode.net) |
| [04:21:46] | * besonen_mobile7 has quit (clarke.freenode.net irc.freenode.net) |
| [04:21:46] | * lisppaste6 has quit (clarke.freenode.net irc.freenode.net) |
| [04:21:46] | * Singularo has quit (clarke.freenode.net irc.freenode.net) |
| [04:23:30] | * tz has joined #drupal-support |
| [04:23:31] | * shawn_ has joined #drupal-support |
| [04:23:48] | * iCyborg has joined #drupal-support |
| [04:24:16] | * gusaus_ is now known as gusaus|lurk |
| [04:24:40] | * okwichu has joined #drupal-support |
| [04:25:02] | * ulfk has joined #drupal-support |
| [04:27:10] | * dougvann has quit (Remote closed the connection) |
| [04:28:20] | * tomfriedhof_ has quit () |
| [04:28:34] | * ekiczek has joined #drupal-support |
| [04:29:00] | * Mike777 has joined #drupal-support |
| [04:29:00] | * alvin_2 has joined #drupal-support |
| [04:29:00] | * threexk1 has joined #drupal-support |
| [04:29:00] | * Singularo has joined #drupal-support |
| [04:29:00] | * lisppaste6 has joined #drupal-support |
| [04:29:00] | * superlou has joined #drupal-support |
| [04:29:00] | * mattyt has joined #drupal-support |
| [04:29:00] | * benOFFvic has joined #drupal-support |
| [04:29:03] | * sarah_p has quit () |
| [04:29:03] | * benovic|afK78 has joined #drupal-support |
| [04:29:03] | * mattyt_ has joined #drupal-support |
| [04:29:14] | * benovic|afK78 is now known as benovic|afK |
| [04:29:23] | * benOFFvic has quit (Read error: 104 (Connection reset by peer)) |
| [04:30:04] | * superlou has quit (Connection timed o |