| [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 out) |
| [04:30:42] | * christefano has joined #drupal-support |
| [04:31:34] | * renga has joined #drupal-support |
| [04:32:04] | * fantomas_ has joined #drupal-support |
| [04:32:56] | <fantomas_> | Hi. Is there a module which enhances big files uploads (700 and more MBs) with a kind of visualization like progress bar? |
| [04:33:26] | * okwichu has quit () |
| [04:36:24] | * negonicrac has joined #drupal-support |
| [04:40:30] | * McGo has joined #drupal-support |
| [04:40:38] | * Mike777 has quit (Connection timed out) |
| [04:42:20] | * Criticality has quit ("Leaving...") |
| [04:43:48] | * cmanns_2 has quit (Read error: 113 (No route to host)) |
| [04:43:50] | * Criticality has joined #drupal-support |
| [04:44:00] | * cmanns has joined #drupal-support |
| [04:46:40] | * threexk1 has quit (Connection timed out) |
| [04:47:55] | * mattyt has quit (Connection timed out) |
| [04:51:46] | * cmanns has quit (Read error: 104 (Connection reset by peer)) |
| [04:51:52] | * cmanns_2 has joined #drupal-support |
| [04:56:09] | <jyg> | imagefield_gallery is a mystery, heh |
| [04:56:22] | <jyg> | no batch import? |
| [04:56:54] | * Criticality has quit ("Leaving...") |
| [04:57:49] | * Criticality has joined #drupal-support |
| [04:58:31] | * Bigmack83 has quit (Read error: 110 (Connection timed out)) |
| [04:59:19] | * nikkiana has quit ("Leaving") |
| [04:59:41] | * CrookedNumber has quit () |
| [05:03:13] | * nikkiana has joined #drupal-support |
| [05:04:15] | * okwichu has joined #drupal-support |
| [05:05:06] | <McGo> | good morning, is there a drupal mailinglist available? |
| [05:05:06] | * ZiggyFish has joined #drupal-support |
| [05:05:14] | * McGo has quit () |
| [05:05:23] | <jyg> | i dunno, but there's a whole website for it |
| [05:05:31] | <ZiggyFish> | I keep getting a 500 server error |
| [05:05:38] | <ZiggyFish> | every now and then |
| [05:06:14] | <ZiggyFish> | what could be the problem |
| [05:08:29] | * okwichu has quit (Client Quit) |
| [05:09:54] | * JW has joined #drupal-support |
| [05:11:16] | * davidstrauss has joined #drupal-support |
| [05:12:02] | * cgardner has quit () |
| [05:12:22] | * Anon4321b has quit (Read error: 110 (Connection timed out)) |
| [05:13:46] | * NateSide has left #drupal-support () |
| [05:17:06] | * DynV__ has joined #drupal-support |
| [05:21:53] | * dudenhofer has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008061004]") |
| [05:27:21] | * iCyborg has quit ("Never put off till tomorrow, what you can do the day after tomorrow") |
| [05:27:37] | * Zarabadoo has joined #drupal-support |
| [05:28:29] | * DynV_ has quit (Read error: 113 (No route to host)) |
| [05:30:21] | <developerhealey> | is there a php variable that has the current page alias |
| [05:30:28] | <developerhealey> | path alias |
| [05:30:29] | <developerhealey> | i mean |
| [05:30:32] | * kostly has joined #drupal-support |
| [05:30:46] | * sayers has joined #drupal-support |
| [05:31:03] | <sayers> | How do I put all the blog posts on a separate page from the homepage ? |
| [05:31:30] | <kostly> | does anyone know how to seperate a single content type group into a seperate tab? |
| [05:31:57] | <developerhealey> | Even though my ?q=category/living/sports when i do echo $_GET['q']; The result is taxonomy/term/## |
| [05:32:24] | * DynV_ has joined #drupal-support |
| [05:32:55] | <developerhealey> | kostly: make a view with that content type and how its suppose to be displayed and put that view into the quicktab module |
| [05:33:22] | <developerhealey> | which gives you the tabs usually used on (Most emailed, most commented, most viewed) |
| [05:33:22] | <kostly> | developerhealey I want the input to be tabbed too:( |
| [05:34:01] | <kostly> | developerhealey in fact I dont need to display a tab outside the content type form |
| [05:34:06] | <developerhealey> | sorry i cant vision what your saying input to be tabbed ? |
| [05:34:48] | <kostly> | the CCK I have, has a group with 150 Yes / No / Maybe / NO WAY IN HELL select boxes... |
| [05:34:56] | <kostly> | It also has About Me |
| [05:35:00] | <developerhealey> | when you say tab (do you mean you click on one and it shows this info, you click a diff tab it replaces it with new info |
| [05:35:02] | <kostly> | Name, Location, etc |
| [05:36:16] | <developerhealey> | surf around and get me a link of what your trying to recreate (like an |
| [05:37:02] | <kostly> | easy michelle's soc net |
| [05:37:03] | <developerhealey> | i dont know if you have 150 grouped boxes are you looking for an accordian effect that shrinks the stuff) other than that i need to see an example |
| [05:37:37] | <kostly> | http://socnet.shellmultimedia.com |
| [05:37:43] | <kostly> | if you goto My Account |
| [05:37:47] | <kostly> | and register |
| [05:38:00] | <kostly> | then goto User Profile |
| [05:38:10] | <kostly> | She broke it down to 5 forms |
| [05:38:13] | <kostly> | Basic Info |
| [05:38:15] | <kostly> | Stats |
| [05:38:17] | <kostly> | Contact |
| [05:38:19] | <kostly> | Links |
| [05:38:22] | <kostly> | and Media |
| [05:38:27] | * zoidfarb has joined #drupal-support |
| [05:39:12] | <zoidfarb> | hey, what's a good module to use to display a schedule of things? In this case, a list of radio station shows. |
| [05:39:33] | <developerhealey> | im not going to register but i understand what your aiming for |
| [05:39:34] | <kostly> | It looks like she did it with AJAX, and she has a bunch of AJAX modules included in her package |
| [05:39:39] | * sarah_p has joined #drupal-support |
| [05:40:47] | <developerhealey> | the profile module in drupal User management |
| [05:40:51] | <developerhealey> | you can add fields |
| [05:41:13] | <developerhealey> | if you type the field category the same, it will create those field in the tab |
| [05:41:41] | <developerhealey> | now their might be ajax modules to integrate and have it not require to reload page when click on link |
| [05:42:07] | <zoidfarb> | anyone, suggestions for a module to display a daily schedule? |
| [05:42:48] | * bertboerand has joined #drupal-support |
| [05:42:52] | <developerhealey> | havent done that yet but check out the even calendar because i think you can do different views on it day week month year |
| [05:42:59] | <developerhealey> | Event |
| [05:44:11] | * sarah_p has quit (Client Quit) |
| [05:44:26] | <zoidfarb> | thanks developerhealey, I'll check that out |
| [05:44:31] | <developerhealey> | Even though my ?q=category/living/sports when i do echo $_GET['q']; The result is taxonomy/term/14 I think pathalias is doing something here how can i read the path alias in php |
| [05:45:18] | * Mapler has quit (No route to host) |
| [05:45:41] | <kostly> | there must be lightning, my dog is hiding hunder my desk |
| [05:45:56] | <ttbailey> | wow - there's lighting here, too |
| [05:45:57] | <kostly> | he is a feroucious CHOW! MEOW |
| [05:45:59] | <ttbailey> | *lightning |
| [05:46:08] | <ttbailey> | you're not in King Co, WA, are ya? |
| [05:46:23] | <kostly> | Rochester NY |
| [05:46:31] | <ttbailey> | do do do do do do do do (twilight zone) |
| [05:46:33] | <ttbailey> | oh |
| [05:46:34] | <ttbailey> | way off |
| [05:46:36] | <ttbailey> | daaaang it's late |
| [05:46:46] | <ttbailey> | why are you hanging out on a Drupal forum at 2 AM? |
| [05:47:04] | * gusaus has joined #drupal-support |
| [05:47:12] | <kostly> | I got no Friends |
| [05:47:16] | * kostly CRY |
| [05:47:16] | * DynV__ has quit (Read error: 110 (Connection timed out)) |
| [05:47:16] | <developerhealey> | cause its 1:47 not 2 |
| [05:47:24] | <ttbailey> | touche |
| [05:47:42] | <wooboodoo> | :) |
| [05:47:48] | <ttbailey> | so that's what happens to hard-core drupalers |
| [05:47:51] | <ttbailey> | ... |
| [05:47:59] | <kostly> | we dont die |
| [05:48:04] | <developerhealey> | so when the bar closes and it will in 15 min i will be saying my i gotta go speach but hopefully a php programmer can give me advice on the pathalias variable |
| [05:48:05] | <kostly> | we MULTIPLY |
| [05:48:08] | <ttbailey> | you live on via modules? |
| [05:48:37] | <wooboodoo> | 2am is right time to programing in silent. child sleep, wife sleep, beaty... :) |
| [05:48:40] | * gusaus|lurk has quit (Read error: 104 (Connection reset by peer)) |
| [05:48:58] | <developerhealey> | hahaha |
| [05:49:09] | <sicjoy> | developerhealy: did you find the answer to your pathauto question? |
| [05:49:16] | <developerhealey> | nope |
| [05:49:24] | <kostly> | Ill be up until 5 or 6 tonight |
| [05:49:32] | <kostly> | so PARTY on DRUPAL-SUPPORT! |
| [05:49:40] | <developerhealey> | haha pass that shi |
| [05:49:41] | <sicjoy> | you want to reference the url_alias table |
| [05:49:42] | <kostly> | WOOHOO! WHERE ALL THE ANIMALS ARE AT! |
| [05:49:44] | <zoidfarb> | Party on, Garth! |
| [05:50:03] | <ttbailey> | hah |
| [05:51:03] | * DynV_ has quit (Read error: 110 (Connection timed out)) |
| [05:51:43] | <developerhealey> | hmm seems a little complicated the taxonomy_menu i found |
| [05:51:45] | <wooboodoo> | at me is 7:51am |
| [05:52:06] | <zoidfarb> | 10:52 pm here. Go west coast |
| [05:52:11] | <wooboodoo> | 5 hours sleeping must be enough |
| [05:52:24] | <wooboodoo> | zoidfarb: where are you from |
| [05:52:28] | <wooboodoo> | ?? |
| [05:52:28] | <Druplicon> | que? |
| [05:52:33] | <zoidfarb> | From Chicago, I'm in LA right now |
| [05:52:44] | <sicjoy> | something like: "SELECT dst FROM {url_alias} WHERE src = '%s'", $_GET['q'] |
| [05:52:47] | <zoidfarb> | wooboodoo, I assume you're in Europe somewhere? |
| [05:52:54] | <wooboodoo> | hm... so you are a doy ago :) |
| [05:53:01] | <wooboodoo> | zoidfarb: polish |
| [05:53:12] | <wooboodoo> | doy/day :) |
| [05:53:20] | <zoidfarb> | same thing |
| [05:53:30] | <zoidfarb> | I hear there's a lot of good software coming out of Poland these days |
| [05:53:55] | * DynV has joined #drupal-support |
| [05:54:20] | <wooboodoo> | maybe. US software is to expensive for us ;) |
| [05:54:39] | <zoidfarb> | haha, that's why open-source is awesome |
| [05:55:11] | <wooboodoo> | yes :) I've got linux on my laptop. |
| [05:55:40] | <wooboodoo> | Because preinstaled vista was unusabled... |
| [05:55:45] | <wooboodoo> | tragicaly |
| [05:55:46] | <zoidfarb> | haha |
| [05:56:17] | <zoidfarb> | I'm triple-booting now (XP, Vista, Ubuntu), but I spend most of my time on Linux |
| [05:56:26] | <wooboodoo> | and all servers also work on linux - here is the best |
| [05:57:14] | <zoidfarb> | yeah, for any sort of coding/web development, Linux is the way to go |
| [05:57:33] | * DynV_ has joined #drupal-support |
| [05:57:48] | <wooboodoo> | zoidfarb: i try make linux desktop computer few times but with no result... but when I buy laptop with vista, to not be pirate, I next time install linux - ubuntu |
| [05:57:54] | * sicjoy has left #drupal-support () |
| [05:57:56] | * mortenq has joined #drupal-support |
| [05:58:41] | <zoidfarb> | cool. Ubuntu is really good. You might also try openSUSE |
| [05:58:50] | <wooboodoo> | next I install new licece with win xp but I use them only sometimes, one-two for month |
| [05:59:27] | <wooboodoo> | and change ubuntu to arch linux - it's faster |
| [05:59:42] | <wooboodoo> | but ubuntu has more preinstaled feature |
| [05:59:43] | <zoidfarb> | hmm, I've never used arch linux |
| [05:59:52] | <zoidfarb> | does it have good hardware support? |
| [06:00:15] | <zoidfarb> | here is a trick to use vista for a long time without activation: http://windowssecrets.com/comp/070315/#story1 |
| [06:00:27] | <zoidfarb> | it's built into vista, not pirate hacks |
| [06:00:48] | <wooboodoo> | zoidfarb: a haven't problem, i think that all todays linuxes work good on non-archaic computers |
| [06:01:36] | <wooboodoo> | zoidfarb: a have paid licences for vista and xp and practicaly don't any of them |
| [06:02:12] | <wooboodoo> | sometimes run it to see, how my page look on windows... and take delirium looking it in IE ;) |
| [06:02:32] | <zoidfarb> | hahaha |
| [06:02:38] | * ulfk_ has joined #drupal-support |
| [06:02:53] | * DynV__ has joined #drupal-support |
| [06:03:04] | <zoidfarb> | wooboodoo, you can also use this: http://www.tatanka.com.br/ies4linux/page/Main_Page |
| [06:03:11] | <zoidfarb> | to see what pages look like in IE |
| [06:04:09] | * NateSide has joined #drupal-support |
| [06:04:14] | <wooboodoo> | yes, but for fast correct use local system is faster, but my wife help me - she is graphic/webdesigner and work on widows & photoshop |
| [06:05:07] | <wooboodoo> | photoshop imported from US because about 50% less price |
| [06:05:28] | <NateSide> | ok, i need some one that can help me with a css sprite, i dont understand why, i have 8 images in a sprite, except the 2 that repeat-y, the rest work |
| [06:05:31] | <zoidfarb> | yeah, that makes sense. The euro is so much stronger than the dollar |
| [06:05:49] | <wooboodoo> | when I see it, I think in polish live very rich people.. ;) |
| [06:06:17] | * Ronin1234 has quit (Read error: 104 (Connection reset by peer)) |
| [06:06:26] | * RoninBaka has joined #drupal-support |
| [06:07:14] | <NateSide> | any one wants to see the problem in action, look at www.locatemytree.com with firebug, the whole spite shows for the left and right images on the photoframe |
| [06:07:37] | <NateSide> | no wait, dont go there |
| [06:07:46] | <NateSide> | let me start over, wrong site |
| [06:07:58] | * mortenq has quit () |
| [06:08:02] | <NateSide> | any one wants to see the problem in action, look at www.locatetrees.net with firebug, the whole spite shows for the left and right images on the photoframe |
| [06:08:02] | <wooboodoo> | zoidfarb: you understand all, what I write? My english is very 'creative' ;) |
| [06:08:56] | <developerhealey> | i am still having a problem /index.php?q=category/living/autos and if i do php $_GET['q'] that equals - taxonomy/term/93 |
| [06:08:56] | <zoidfarb> | wooboodoo, I understand almost all of it. You're missing some conjunctions and stuff, basically you write with an accent, like maybe how you would speak. |
| [06:09:12] | <developerhealey> | i investigated path alias but no help |
| [06:09:21] | * fantomas_ has quit ("leaving") |
| [06:11:07] | * DynV has quit (Read error: 113 (No route to host)) |
| [06:11:16] | * threexk has quit ("Leaving.") |
| [06:12:04] | * matason has joined #drupal-support |
| [06:12:11] | <yhager> | seen konsumer? |
| [06:12:11] | <Druplicon> | konsumer was last seen in #drupal-support 29 weeks 10 hours ago saying 'yeah, you can use the dev version at http://drupal.org/project/tagadelic or http://drupal.org/project/tagadelic_views for views.'. |
| [06:12:51] | * DynV has joined #drupal-support |
| [06:13:46] | <wooboodoo> | developerhealey: I don't understand your problem |
| [06:14:22] | <wooboodoo> | http://www.locatetrees.net/taxonomy/term/93 here are species |
| [06:14:38] | <wooboodoo> | and you want add alias for this, yes? |
| [06:15:32] | <wooboodoo> | zoidfarb: are you advanced drupaler? |
| [06:16:01] | <wooboodoo> | sory |
| [06:16:05] | <wooboodoo> | ups |
| [06:16:13] | <wooboodoo> | I mixed two problems :) |
| [06:16:41] | <wooboodoo> | here is to early to strong use mind :] |
| [06:16:42] | <zoidfarb> | wooboodoo, I am absolutely NOT an advanced drupaler |
| [06:16:50] | <zoidfarb> | I'm just getting started |
| [06:16:53] | <wooboodoo> | so, me to.. |
| [06:16:59] | * DynV_ has quit (Read error: 113 (No route to host)) |
| [06:17:21] | <wooboodoo> | I have my owno CMS, but that consume too many time |
| [06:17:31] | <kostly> | developerhealey: its fieldgroup Tabs http://drupal.org/project/cck_fieldgroup_tabs |
| [06:18:14] | * J-O-K-E-R has joined #drupal-support |
| [06:18:50] | * ulfk has quit (Read error: 110 (Connection timed out)) |
| [06:19:02] | <kostly> | Michelle: I got it to work... NM! Thanks to the Fieldgroup Tabs... got to read the instructions... LOL |
| [06:19:17] | <kostly> | got to leave her a message |
| [06:19:19] | <kostly> | DING! |
| [06:19:27] | * jyg has quit ("ircII EPIC4-2.4 -- Are we there yet?") |
| [06:19:33] | <wooboodoo> | so, I learn drupal to migrate my project on, and have more time to featurise site... don't loost time on programming... I hope, this is right way.. :) |
| [06:19:46] | * ZenTeamer has quit (Remote closed the connection) |
| [06:21:20] | * Bigmack83 has joined #drupal-support |
| [06:21:33] | <NateSide> | wooboodoo: i use path auto |
| [06:22:11] | * davidstrauss has quit () |
| [06:22:38] | * mukesh has joined #drupal-support |
| [06:23:39] | <mukesh> | can any one help me how do i install devel module? in D5 . i installed it but i'm not getting how to make it to work like a firebug. |
| [06:23:41] | <wooboodoo> | NateSide: problem with pathauto was from developerhealey :) I mixed two problems |
| [06:24:22] | <wooboodoo> | NateSide: what is problem with this pictures? I look on your page and for me all was ok |
| [06:25:03] | * mortenq has joined #drupal-support |
| [06:25:07] | * mz_test has joined #drupal-support |
| [06:25:39] | <NateSide> | wooboodoo: see the frame around the teaser images? |
| [06:26:21] | <NateSide> | wooboodoo: on the right and left sides it should look just like the top and bottom |
| [06:26:40] | <wooboodoo> | yes |
| [06:27:55] | * sutha has joined #drupal-support |
| [06:28:08] | <wooboodoo> | haha, now I see, |
| [06:28:25] | <NateSide> | wooboodoo: i had 8 pictures making up the frame, 4 for the corners and 4 for the sides, i converted them into a sprite, 1 image, but some reson the sides are showing the whole image, not just the sprite |
| [06:29:49] | * syedsrahman has joined #drupal-support |
| [06:31:26] | <Bigmack83> | mukesh: what you mean like a firebug? the FF extension? devel doesnt quite works like that in D5. you have to enable the block in the blocks page (just place it in your footer becasue it gives you the page readouts). and theres a menu block that you can place in the left or right wherever you want it |
| [06:32:40] | <mukesh> | Bigmack83: so where i'll get all the info in about the node or block? in footer? |
| [06:33:07] | <Bigmack83> | mukesh: devel is much more extensive in D6. there is a themeing video out there (dont remember where. drupaldojo?lullabot?) that show devel using all the css elements and help for theming, thats a D6 feature |
| [06:33:42] | <NateSide> | looks like i have to move those two images in to a diffrent sprite |
| [06:34:04] | <Bigmack83> | mukesh: I havent used devel extensively in D5, only thing i used it for was basic page loading stats and to help when i had a bug issue to give a report to the module developer to help fix it. |
| [06:34:14] | <mukesh> | Bigmack83: ok actually i saw the video and i was rying in D5. so what i can do with devel in D5? |
| [06:34:30] | <mukesh> | ok |
| [06:34:56] | * mzenner has quit (Connection timed out) |
| [06:36:12] | * DynV has quit (Read error: 110 (Connection timed out)) |
| [06:36:19] | <Bigmack83> | mukesh: personally devel worked best for me to help give debugging information to mod developers. devel is good if your page is loading slow or if you have a bug to be able to track it down and find the source. give page load stats. and lots of developer info. i never used it to its fullest though |
| [06:36:49] | <wooboodoo> | NateSide: I still don't uderstand your problem, I see that every tree photo have frame from thats 8 elements and all look good |
| [06:39:10] | <wooboodoo> | but if all pictures have same size, I think, better is make frame as one picture and place in background. This simplies block-structure of html code |
| [06:39:11] | <mukesh> | ok Bigmack83 i wanted to use it to know my node from where it is coming so that i can change the layout for this. it is in front page. if i chnage the node.tpl.php then it will change all the nodes in site but i wanna change only the frontpage. so what should i do? |
| [06:39:44] | * chunmun has joined #drupal-support |
| [06:40:00] | * cpgeek has quit () |
| [06:40:10] | <wooboodoo> | NateSide: for example for picture 100x100px and 10px frame you make 120x120 divs with this background and 10px padding |
| [06:40:36] | <kostly> | ok, now, next challenge... break a cck fieldgroup input display into 2 columns |
| [06:40:49] | * ttbailey has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.15/2008062306]") |
| [06:40:50] | <kostly> | or 3 |
| [06:41:01] | * jims has joined #drupal-support |
| [06:42:04] | * DynV__ has quit (Read error: 110 (Connection timed out)) |
| [06:43:04] | <Bigmack83> | mukesh: i havent experimented with themeing yet. if you cant get an answer here try the room: #drupal-themes |
| [06:44:34] | <afief_> | Is it possible to set multiple CCK values as a single field which can have multiple values? for example fields first name and lastname, they have to both be multiple but still keep the same count to create a group of people |
| [06:45:27] | <kostly> | Yes |
| [06:45:27] | * chunmun has quit ("Leaving.") |
| [06:45:31] | <kostly> | nested fieldgroups |
| [06:45:45] | <kostly> | but I cant get it to work right now on mine:( |
| [06:48:33] | <afief_> | kostly, is that a CCK1 or CCK2 feature? |
| [06:48:47] | <kostly> | hmmm |
| [06:48:56] | <kostly> | it was cck1 on my other site |
| [06:49:02] | <kostly> | I cant get it to work though |
| [06:49:08] | <kostly> | so we are FUDGED |
| [06:49:13] | * hydrian has quit (Read error: 113 (No route to host)) |
| [06:49:27] | <wooboodoo> | NateSide: I see you repair that :) |
| [06:52:31] | <developerhealey> | print_r($nodes) gives you all variables |
| [07:01:04] | * gusaus has quit () |
| [07:02:06] | * sayers has quit (Remote closed the connection) |
| [07:02:24] | <Bigmack83> | I want to add a field thas is a select list. is it possible to have an option that says 'other' so if they choose that another textbox appears so they can manually type in an option? |
| [07:04:08] | * iamaelephant has joined #drupal-support |
| [07:04:12] | * guardian has quit () |
| [07:05:06] | * fantomas_ has joined #drupal-support |
| [07:05:31] | <fantomas_> | Hi all. How can I tell drupal to save uploaded files not in 'files' subdir? I have no enough place there |
| [07:05:36] | <fantomas_> | space* |
| [07:05:43] | * jackson-_ has joined #drupal-support |
| [07:05:48] | * Thomas_Zahreddi1 has quit ("Leaving.") |
| [07:06:12] | * catch has joined #drupal-support |
| [07:06:45] | <liveoutloud2day> | afief_: I have been trying to do that forever in D5 cck1 - I finally had to just modify a module (phone) to give me that functonality (specifically phone number with a type selector). |
| [07:07:51] | * Forbidden_Apple has joined #drupal-support |
| [07:08:15] | <Forbidden_Apple> | <liveoutloud2day> Forbidden_Apple: set the article to not be published by default, then check /admin/content to see what new content has arrived and publish the valid content. <--- how do i do that? |
| [07:08:40] | * Thomas_Zahreddin has joined #drupal-support |
| [07:09:59] | * zoidfarb has left #drupal-support () |
| [07:10:23] | <afief_> | liveoutloud2day, I was hoping it'd be there through CCK and not something module specific |
| [07:11:02] | * cirotix has joined #drupal-support |
| [07:11:30] | * m0oman has joined #drupal-support |
| [07:14:53] | * realityloop has quit ("Leaving") |
| [07:14:59] | * fantomas_ has quit ("leaving") |
| [07:15:33] | * matason has quit () |
| [07:15:50] | * zwiep` has joined #drupal-support |
| [07:18:41] | <liveoutloud2day> | Forbidden_Apple: goto /admin/content/types/<article> or whatever the content type is, and under workflow, uncheck published, then check /admin/content for content being added. there may be ways to be notified, not sure of that. |
| [07:18:44] | * McGo has joined #drupal-support |
| [07:19:38] | * aho has joined #drupal-support |
| [07:20:45] | <aho> | sorta off topic... google custom search ignores the background color i set for my logo... is it completely broken, does it lag, or do i need to create a new cse? |
| [07:21:18] | <aho> | (yes, i don't have a clue where i should ask something like that) |
| [07:22:53] | * dereine has joined #drupal-support |
| [07:23:30] | * jibberjabber has joined #drupal-support |
| [07:23:44] | * jibberjabber has left #drupal-support () |
| [07:24:10] | * catch has quit (Remote closed the connection) |
| [07:24:31] | * J-O-K-E-R has quit ("Trillian (http://www.ceruleanstudios.com") |
| [07:26:12] | * jackson- has quit (Read error: 110 (Connection timed out)) |
| [07:26:21] | * penguin_ has joined #drupal-support |
| [07:26:25] | <penguin_> | hii guys |
| [07:26:44] | <penguin_> | i have a small prob wit webcal on mac os |
| [07:26:52] | <penguin_> | can any one help |
| [07:27:29] | * Themselves has joined #drupal-support |
| [07:27:38] | * Themselves has left #drupal-support () |
| [07:27:56] | <penguin_> | ?? |
| [07:27:56] | <Druplicon> | que? |
| [07:28:11] | <a_c_m> | morning all |
| [07:28:15] | <a_c_m> | ask? |
| [07:28:15] | <Druplicon> | Simply ask your question. No need to ask to ask. :) For example, "What does the $comment->format variable do?" will be answered much more quickly than, "Does anyone know anything about comment module?" |
| [07:30:01] | <penguin_> | i have changed the http:// |
| [07:30:06] | <penguin_> | to webcal;// |
| [07:30:12] | <penguin_> | webcal:// |
| [07:30:19] | <penguin_> | it works in all os properly |
| [07:30:28] | <penguin_> | but error in mzc os |
| [07:30:33] | <penguin_> | mac os |
| [07:31:02] | <penguin_> | its event module ical |
| [07:31:17] | <penguin_> | http://www.iiap.res.in/event/ical/all/all |
| [07:31:24] | <penguin_> | changed to |
| [07:31:26] | <penguin_> | webcal://www.iiap.res.in/event/ical/all/all |
| [07:32:12] | <penguin_> | only mac ical s/w has a pron |
| [07:32:15] | <penguin_> | prob |
| [07:32:33] | <a_c_m> | does mac use the webcal:// protocol ? |
| [07:33:02] | <penguin_> | when he click son the link.....it says file format error |
| [07:33:37] | <penguin_> | a_c_m: i hve no idea abt mac os |
| [07:33:55] | <penguin_> | but while syncronizing its giving error |
| [07:34:05] | <a_c_m> | penguin_: i think this is more a question for a mac support forum as drupal is doing what it should |
| [07:34:17] | <a_c_m> | penguin_: as the other os's show |
| [07:34:34] | <penguin_> | ok' |
| [07:34:42] | * penguin_ has quit ("Ex-Chat") |
| [07:34:59] | * bertboerand has quit () |
| [07:35:15] | <a_c_m> | aaronwinborn: morning :) |
| [07:37:05] | * harfang has joined #drupal-support |
| [07:37:48] | <harfang> | hi, is there a way to setup the connexion bloc? I mean I would like to change its look, and put it horizontally instead of vertical. thanks |
| [07:39:45] | * stompeers_ has quit (Read error: 110 (Connection timed out)) |
| [07:40:28] | <a_c_m> | harfang: how do you mean? |
| [07:40:42] | * ZiggyFish has quit ("Ex-Chat") |
| [07:40:46] | <harfang> | I mean like here : http://www.nagpurpulse.com/ |
| [07:41:23] | <a_c_m> | ok... and you want to do what? |
| [07:43:27] | <Forbidden_Apple> | liveoutloud2day: i want the default option to be unpublished. |
| [07:43:39] | <harfang> | I want to have an horizontal login box instead of a vertical one :) |
| [07:43:43] | <Forbidden_Apple> | <Forbidden_Apple> I have an article directory on drupal |
| [07:43:43] | <Forbidden_Apple> | <Forbidden_Apple> as of now, anyone who posts has a fre access to post articles |
| [07:43:43] | <Forbidden_Apple> | <Forbidden_Apple> as in register and post |
| [07:43:43] | <Forbidden_Apple> | <Forbidden_Apple> i want something where I can moderate the articles. |
| [07:43:44] | * swentel has joined #drupal-support |
| [07:44:31] | * Forbidden_Apple has quit () |
| [07:44:57] | <a_c_m> | harfang: its a theme / css thing. You could echo the block by hand in the page.tpl.php or if the them supports it, add it to the header... but you will need to style it with CSS |
| [07:44:57] | * cwgordon7 has quit (Client Quit) |
| [07:45:47] | * modular^ has quit (Connection timed out) |
| [07:47:14] | * cirotix has quit (Read error: 113 (No route to host)) |
| [07:48:54] | <liveoutloud2day> | Forbidden_Apple: what content type are your articles? article or story or page, something u made up? |
| [07:50:04] | * Haza`` has joined #drupal-support |
| [07:50:57] | <NateSide> | woohoo, i got the sprites working, now to convert my theme images to sprites |
| [07:51:03] | * jenlampton has joined #drupal-support |
| [07:51:27] | <a_c_m> | liveoutloud2day: forbidden left :( |
| [07:52:10] | <liveoutloud2day> | a_c_m: Ahhhhh - read the logs.... |
| [07:52:36] | * mqueiros_ has quit (Client Quit) |
| [07:52:47] | * tassoman has joined #drupal-support |
| [07:55:04] | * Kashara has quit () |
| [07:57:14] | * stephthegeek has quit ("Ex-Chat") |
| [07:58:24] | * deviantintegral_ has joined #drupal-support |
| [07:59:33] | * egoleo has joined #drupal-support |
| [08:00:07] | * Inferus has joined #drupal-support |
| [08:01:07] | * afidegnum1 has joined #drupal-support |
| [08:01:45] | <harfang> | mmm dunno how I can do that, but I would like to put in my footer a link to a webpage. do I have to do that in page.tpl.php, or can I do that into the drupal interface? |
| [08:02:39] | * asimmonds has joined #drupal-support |
| [08:02:43] | <afidegnum1> | hello good morning all |
| [08:03:05] | <a_c_m> | harfang: look in the blocks section, if you have a footer region, then you can use that... else in the "site information" section there is a footer section |
| [08:03:50] | <afidegnum1> | pls I need some info! I have a php script and I want to integrate it to drupal! how can I proceed it? |
| [08:03:51] | <harfang> | yes I know about that, but how do I put an html code into the footer? |
| [08:04:02] | * markos_ has joined #drupal-support |
| [08:04:10] | * guardian_ has joined #drupal-support |
| [08:04:29] | * tassoman has left #drupal-support () |
| [08:04:32] | * nicdc has joined #drupal-support |
| [08:04:34] | * nicdc has quit (Client Quit) |
| [08:04:36] | <harfang> | a_c_m, it means I have to create a bloc with an html code inside, or a link, but I don't know how to create such a bloc |
| [08:05:10] | <harfang> | a_c_m, oh no matter, I have found something, I'll try :) |
| [08:05:32] | <afidegnum1> | ????? |
| [08:07:36] | <a_c_m> | afidegnum1: depends on how you want to use the script... you could just embed it in a node (with the php input format) or in a block (again with the php input format) - or create a module (see documentation on drupal.org) |
| [08:08:02] | <a_c_m> | afidegnum1: or include it at the theme level in a .tpl.php file or template.php - take your pick |
| [08:08:40] | <afidegnum1> | ok. secondly, I would like to knwo what ajax framework does drupal uses? is it possible to use jquery? |
| [08:09:28] | <a_c_m> | afidegnum1: jquery is included by default... there is also the jquery_update and jquib (jquery ui backport) modules to get more recent versions of jquery |
| [08:09:44] | <afidegnum1> | ok thanks for that. |
| [08:09:57] | <afidegnum1> | does it use prototype js also? |
| [08:10:25] | <harfang> | btw, I have put as a link for my block : user/login, and the whole link is mywebsite/user/user/login. How comes? Why drupal always add /user to the links? |
| [08:10:26] | <a_c_m> | afidegnum1: not out of the box no, js frameworks dont tend to to play nice together |
| [08:10:49] | <afidegnum1> | ok. thanks I will use it then |
| [08:11:01] | <a_c_m> | harfang: use <?php echo l('login link','user/login'); ?> |
| [08:13:01] | * deviantintegral has quit (Read error: 110 (Connection timed out)) |
| [08:13:11] | <a_c_m> | harfang: user/login is a relative link e.g. if you on yourdomain.com/2008/01/01 it will link to ?yourdomain.com/2008/01/01/user/login - the alternative is to link to ?/user/login |
| [08:14:35] | * bluvortex has joined #drupal-support |
| [08:14:40] | <harfang> | a_c_m, what I mean is that if as a link in the fck editor I put user/login, it links to mydomain.com/user/user/login. If instead I put just "login" as the link, it links to mydomain.com/user/login |
| [08:15:17] | <a_c_m> | harfang: put /user/login |
| [08:15:26] | <a_c_m> | harfang: note the first slash |
| [08:15:53] | * risedarkestlord has joined #drupal-support |
| [08:19:49] | * Bes` has joined #drupal-support |
| [08:20:20] | * VanDerKeen has joined #drupal-support |
| [08:20:37] | <VanDerKeen> | I have tree for Hierarchical Select. And when user change value from last list, Drupal try find next list. How can I avoid last AJAX-loading? |
| [08:21:09] | <bluvortex> | Hierarchical Select? whats that? |
| [08:21:48] | <a_c_m> | VanDerKeen: best off asking in the support request queue of the module - Wimleers is quite active, you should get a reply quickly |
| [08:23:59] | <VanDerKeen> | <bluvortex> It is module |
| [08:25:07] | * matason has joined #drupal-support |
| [08:27:06] | * nikkiana has quit ("This computer has gone to sleep") |
| [08:27:09] | * ingo86_away has joined #drupal-support |
| [08:27:27] | * cirotix has joined #drupal-support |
| [08:28:30] | <harfang> | a_c_m, do I have to configure something so that I can put php into my block? |
| [08:28:38] | * fr_ has quit ("BitchX-1.1-final -- just do it.") |
| [08:28:44] | * Singularo has quit ("http://www.singularo.com/") |
| [08:31:04] | * Dieterbe has quit ("leaving") |
| [08:31:20] | * Dieterbe has joined #drupal-support |
| [08:34:09] | * bluvortex has quit ("leaving") |
| [08:34:50] | * netron1234 has joined #drupal-support |
| [08:35:25] | <a_c_m> | harfang: probably... sorry really busy - try google |
| [08:35:41] | <cmanns_2> | Is there a way to include drupal as my home site or something/ |
| [08:36:14] | <cmanns_2> | I run a image host I'd like to publich content on the frontpage with something like wordpress could do easy but I'd prefer to use drupal. |
| [08:37:12] | * veo-d2 has joined #drupal-support |
| [08:37:48] | * mib_e427lf has joined #drupal-support |
| [08:40:15] | * J-O-K-E-R has joined #drupal-support |
| [08:41:25] | * Criticality has quit ("Leaving...") |
| [08:41:58] | <harfang> | what I don't understand with php in blocks is that on my website it displays the php code, it does not execute it. that is because the php code at website display is included in a <div> so it is not recon like php code |
| [08:42:06] | * sammyfung has joined #drupal-support |
| [08:43:33] | * flabberkenny has joined #drupal-support |
| [08:43:37] | <netron1234> | harfang -> you need to turn the PHP filter on. its in core. |
| [08:43:45] | <netron1234> | its turned off by default.. security risk |
| [08:44:07] | <harfang> | aaah thanks :) |
| [08:44:31] | <harfang> | netron1234, btw, we can turn it off, but use a php filter to turn it off for some users, right? |
| [08:45:51] | <netron1234> | hmmm.. not sure. |
| [08:46:07] | <afief_> | is it possible to change the admin of a group in D5? |
| [08:46:28] | <afief_> | organic group I mean |
| [08:47:10] | <netron1234> | has anyone stumbled across a decent guide to creating multi-part forms in D6? all the stuff i'm coming across is for D4 or D5... |
| [08:47:10] | <harfang> | netron1234, yes we can I just see that it is in the filter, we can enable/disable php for some roles into the type of entries |
| [08:47:43] | * dburns has quit () |
| [08:48:19] | <harfang> | in the filters |
| [08:50:08] | * Criticality has joined #drupal-support |
| [08:52:09] | * Criticality has quit (Client Quit) |
| [08:53:24] | <afief_> | netron1234, I haven't tried but I think doing it in D6 is very similar to D5 |
| [08:54:19] | <netron1234> | its not afief... the #multipart thingy in D5 is gone from D6... apparently major big changes in the form api for D6 |
| [08:54:47] | <netron1234> | but of course what these big changes are i havent a clue... theres bugger all documentation. (as with Ahah forms..) |
| [08:55:57] | <netron1234> | actaully i dont really need multipart... maybe a ahah form. anyone come across a ahah D6 form that populates itself based on what you select in a drop down? |
| [08:56:35] | <afief_> | netron1234, I think the book.module had a form like that |
| [08:56:56] | <afief_> | netron1234, it appended it to the node_form IIRC |
| [08:57:05] | * Roelven has joined #drupal-support |
| [08:58:22] | * sarah_p has joined #drupal-support |
| [08:59:17] | * y2k^kiDz has joined #drupal-support |
| [08:59:22] | <y2k^kiDz> | uuuuuuuuuuuuuu |
| [09:00:06] | <Bigmack83> | anyone give me a tip on installing tinyMCE? the page here "http://wiki.moxiecode.com/index.php/TinyMCE:Compressor/PHP" shows how to install the compressor plugin. on install step 3 it says to modify a line but doesnt say from what file. so what file am i supposed to modify? |
| [09:00:34] | <y2k^kiDz> | budu |
| [09:01:34] | * Thomas_Zahreddin has left #drupal-support () |
| [09:02:11] | * cabbiepete has joined #drupal-support |
| [09:02:24] | * VanDerKeen has quit (Read error: 113 (No route to host)) |
| [09:02:50] | * stella really hates this rain business |
| [09:04:26] | * TomvB has joined #drupal-support |
| [09:04:38] | * Ronin1234 has joined #drupal-support |
| [09:04:52] | * RoninBaka has quit (Read error: 104 (Connection reset by peer)) |
| [09:05:08] | * netron1234 is dying for some rain. london is horribly muggy and hot.... |
| [09:06:40] | * Ronin1234 has quit (Read error: 104 (Connection reset by peer)) |
| [09:06:43] | * RoninBaka has joined #drupal-support |
| [09:07:47] | * y2k^kiDz has quit () |
| [09:08:41] | * mukesh has quit (Read error: 110 (Connection timed out)) |
| [09:10:13] | <harfang> | is there a way to allow file renaming with IMCE? Thanks |
| [09:11:46] | <Inferus> | Is there any way in drupal, to display the latest news item on it's own, with a large description, then underneath it, display the previous news items as smaller ones please |
| [09:14:30] | * jonhattan has joined #drupal-support |
| [09:14:55] | * Singularo has joined #drupal-support |
| [09:17:46] | * sarah_p has quit () |
| [09:18:18] | * benobo has quit (Remote closed the connection) |
| [09:19:37] | <a_c_m> | ping aaronwinborn |
| [09:21:55] | <netron1234> | how do i alter an existing form and turn it into a multipart form in D6? |
| [09:22:23] | <afidegnum1> | hello, pls I have a template located www.bytelance.com I would like to integrate to drupal, how can I do it pls? or do you know any similar drupal theme I can use? |
| [09:22:42] | * nearlythere has joined #drupal-support |
| [09:22:50] | * jenlampton has quit (Read error: 110 (Connection timed out)) |
| [09:23:16] | <Inferus> | afidegnum1: start learning drupal development? |
| [09:23:37] | <a_c_m> | afidegnum1: there are several companies who you can pay to convert themes... or as Inferus says, learn to do it yourself |
| [09:23:38] | * ins\away has joined #drupal-support |
| [09:25:59] | <afidegnum1> | thanks for the advice |
| [09:26:20] | * netron1234 running into brick walls....like this http://api.drupal.org/api/file/developer/topics/forms_api.html (not updated for D6... last updated Feb 2008...) |
| [09:26:49] | * BasCB has joined #drupal-support |
| [09:29:37] | * Utter|away is now known as Utter |
| [09:29:53] | * alippai has joined #drupal-support |
| [09:31:47] | * afief_ has quit (Read error: 113 (No route to host)) |
| [09:32:17] | * afief_ has joined #drupal-support |
| [09:34:53] | * guardian_ is now known as guardian |
| [09:35:03] | * farreres has joined #drupal-support |
| [09:36:07] | * mib_e427lf has quit (Client Quit) |
| [09:36:09] | * billfish1 has joined #drupal-support |
| [09:36:43] | <BasCB> | I want to not show a node field when another node field has a certain value (well, unchecked checkbox actually) |
| [09:36:45] | <BasCB> | D5.7 |
| [09:36:58] | <BasCB> | am I looking in nodeapi $op=='view' correctly? |
| [09:39:16] | * iamaelephant has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [09:39:23] | * brunodbo has joined #drupal-support |
| [09:41:24] | <netron1234> | anyone got any ideas on how to implement a two step multipart form in D6? |
| [09:42:08] | * bin has joined #drupal-support |
| [09:42:23] | * CroX has quit ("Leaving") |
| [09:42:55] | <bin> | hi anybody worked with Tagadelic |
| [09:44:47] | * NateSide has quit () |
| [09:47:06] | * CroX has joined #drupal-support |
| [09:49:31] | <bin> | i want to know how to configure Tagadelic in my site |
| [09:49:48] | <bin> | i want to know how to configure Tagadelic in my site |
| [09:50:07] | * Utter is now known as Utter|away |
| [09:52:50] | <netron1234> | log a support request... http://drupal.org/project/issues/tagadelic?categories=support&states=all |
| [09:53:38] | <Inferus> | is there any way to make a block display only if logged in? |
| [09:53:52] | <Inferus> | i have the login box as part of my design, and I want to replace it when I log in |
| [09:54:02] | <Inferus> | otherwise design looks stupid |
| [09:54:07] | <swentel> | look into the block configuration |
| [09:54:30] | * bertboerand has joined #drupal-support |
| [09:55:12] | <swentel> | you have 'Role specific visibility settings' |
| [09:55:19] | <nearlythere> | if i'm not mistaken, the default "user login" block available with default installation at /admin/build/block will disappear on login |
| [09:55:42] | * nielsbom has joined #drupal-support |
| [09:55:58] | <dereine> | who can i enable html emaisl in the subscriptions module |
| [09:56:19] | <nielsbom> | good day! |
| [09:57:27] | * milian has joined #drupal-support |
| [09:57:27] | <Pyth> | Good day indeed! |
| [09:57:45] | <Pyth> | Odd, odd odd. |
| [09:58:07] | <nielsbom> | How do I theme the login block? (not the page) |
| [09:58:14] | <BasCB> | the day is odd indeed! |
| [09:58:24] | <BasCB> | block.tpl.php? |
| [09:58:24] | <Druplicon> | block.tpl.php is http://drupal.org/node/11813 |
| [09:58:28] | <nielsbom> | I think I have to use template.php but I'm pretty stuck then |
| [09:58:50] | <Pyth> | img_assist.module has an image_display() call that's defined in image.module, but when I seem to call it from img_assist.module, it doesn't get called. |
| [09:58:58] | <Pyth> | I don't get an error though. |
| [09:59:16] | <Pyth> | nielsbom: Theme Developer is good for finding out this sort of stuff. |
| [09:59:25] | <nielsbom> | Pyth: what are your php error settings? |
| [09:59:27] | <stella> | nielsbom: if you're using D6, download the Devel module and enable the "theme developer" (from devel block). By clicking on a piece of content (block, page , node) you can see what template file will override it |
| [09:59:32] | <stella> | or what function i think too |
| [09:59:36] | <Pyth> | nielsbom: Then you'd just click the block and know what template file to use. |
| [09:59:53] | <nielsbom> | Pyth: I always set that to show all AND notices to debug |
| [10:00:10] | <Pyth> | nielsbom: Drupal or PHP settings, nielsbom? |
| [10:00:45] | <nielsbom> | stella: Pyth: thanks! I'll look into it |
| [10:00:55] | <nielsbom> | Pyth: php.ini settings |
| [10:01:03] | <nielsbom> | Pyth: are you testing locally? |
| [10:01:38] | <Pyth> | nielsbom: Yup, I'll alter and see. |
| [10:01:53] | <nielsbom> | Pyth: xampp? |
| [10:02:45] | * Dieterbe has quit ("leaving") |
| [10:02:47] | <Pyth> | nielsbom: No, just apt-get. I know how to change this, though. |
| [10:02:57] | * Dieterbe has joined #drupal-support |
| [10:02:57] | <nielsbom> | Pyth: cool, good luck |
| [10:03:04] | <Pyth> | Thanks a bunch, nielsbom |
| [10:03:37] | <nielsbom> | stella: Devel module is also available for D5 :) |
| [10:03:44] | <nielsbom> | Pyth: you're welcome |
| [10:05:15] | <a_c_m> | seen aaronwinborn |
| [10:05:15] | <Druplicon> | aaronwinborn was last seen in #drupal 10 hours 43 min ago saying 'drewish: i'm really excited about that code sprint, and want to be part of it in at least some way'. |
| [10:06:54] | <billfish1> | All: I am trying to theme a view (for the past several days to no avail). Does anyone know why when I copy views-view-list.tpl.php to my theme directory everything is cool, but when I want to be more specific I add (change the filename) views-view-list--VIEWNAME.tpl.php and then the page loads but the view is empty? |
| [10:08:07] | * jackson- has joined #drupal-support |
| [10:08:16] | <Pyth> | Strangely enough, I get no warnings whatsoever, it just doesn't call image_display(). |
| [10:08:24] | <billfish1> | Since the view is empty it tells me that the system is picking up the existenec of views-view-list--VIEWNAME.tpl.php but for some reason the loaded themed view is empty even though the contents of the views-view-list--VIEWNAME.tpl.php is the EXACT same as views-view-list.tpl.php? |
| [10:09:54] | <Pyth> | Shouldn't it be pretty straightforward to call a function from a different module? Do you have to perform any additional steps? |
| [10:10:23] | <farreres> | I am having problems with a view, I have 3 similar views, showing nodes ordered by different criteria, one of them is perfectly running, the other two return errors for anon users, I think it's something related to the pager, who can help me? |
| [10:10:37] | * slef has joined #drupal-support |
| [10:10:50] | <BasCB> | Pyth you can write a watchdog statement from where your function is about to be called, and one from the function itself |
| [10:10:51] | <farreres> | they are almost the same view, but one works ok, the other two give errors! |
| [10:10:57] | <BasCB> | sure the module is loaded when you try calling? |
| [10:11:04] | <BasCB> | (module_exists etc) |
| [10:11:10] | * BasCB is now known as BasCB|away |
| [10:11:33] | <slef> | Hi all. Can someone remove the virgin videos link from http://drupal.org/getting-started please? |
| [10:11:54] | <farreres> | what I can't understand is that it works ok for registered users, only gives errors to anons |
| [10:12:05] | * Utter|away is now known as Utter |
| [10:12:21] | * Haza`` has quit (Read error: 113 (No route to host)) |
| [10:12:53] | * mattyt_ has quit (Remote closed the connection) |
| [10:13:00] | * Utter has quit () |
| [10:13:28] | <farreres> | I have compared point by point both views and the are defined exactly the same, they only differ in the sorting criteria |
| [10:14:12] | <Pyth> | Thanks BasCB|away, that's definitely something to try! |
| [10:14:49] | <slef> | Other question: can one email all registered users with core drupal? I'm not finding it in the core modules docs but maybe I'm overlooking it. |
| [10:17:12] | * farreres has left #drupal-support ("Abandonando") |
| [10:17:14] | * EKS has quit (Read error: 110 (Connection timed out)) |
| [10:17:40] | * negonicrac has quit (Connection timed out) |
| [10:19:34] | <slef> | hello? |
| [10:19:34] | <Druplicon> | eh oh |
| [10:19:45] | * jackson-__ has joined #drupal-support |
| [10:19:53] | <slef> | Druplicon: time for tubby bye-byes? |
| [10:20:49] | <harfang> | mmm, I am doing in php a : print '<div style="text-align:right;">'.l('Se connecter','user/login').'</div>'; to have the link on right of the screen, but it is still left. Am I doing something wrong? Thanks |
| [10:21:47] | <Sero> | is there a function for retrieving a clean URL for a node ID? seems odd to query the url_aliases table directly, and can't find any functions.... |
| [10:22:00] | * bertboerand has quit () |
| [10:22:34] | * Thomas_Zahreddi1 has joined #drupal-support |
| [10:26:05] | * jackson-_ has quit (Connection timed out) |
| [10:26:46] | * kvanderw has quit (Read error: 110 (Connection timed out)) |
| [10:27:21] | * Utter has joined #drupal-support |
| [10:28:48] | * kvanderw has joined #drupal-support |
| [10:29:45] | <stella> | Sero: do you mean a path alias? u using D5 or D6? |
| [10:30:47] | * McGo has quit () |
| [10:31:01] | * Hxh has quit (Read error: 104 (Connection reset by peer)) |
| [10:32:54] | * Lark has joined #drupal-support |
| [10:33:18] | <stella> | Sero: if you're trying to find out a path/url alias for a specific node path, e.g. node/123, then use drupal_get_path_alias() |
| [10:33:23] | <stella> | drupal_get_path_alias? |
| [10:33:24] | <Druplicon> | drupal_get_path_alias: Given an internal Drupal path, return the alias set by the administrator. => drupal_get_path_alias($path, $path_language = '') => http://api.drupal.org/api/function/drupal_get_path_alias/6 |
| [10:33:32] | <slef> | Hello? No-one available to remove spam from www.drupal.org? |
| [10:33:47] | * michael_uni has joined #drupal-support |
| [10:34:16] | <stella> | slef: if there's spam on d.o, then use the #drupal channel or create a webmasters issue |
| [10:35:57] | <harfang> | mmm anybody has an idea why on drupal 6 the "l" function does not take any of my attribute array? Thanks |
| [10:36:43] | <netron1234> | the spam is gone. chk took care of it. |
| [10:36:51] | <netron1234> | or chx rather... |
| [10:37:09] | <stella> | harfang: D5 or D6? |
| [10:37:22] | <stella> | the syntax is different depending on the Drupal version |
| [10:37:24] | <stella> | l? |
| [10:37:24] | <Druplicon> | l: Format an internal Drupal link. => l($text, $path, $options = array()) => http://api.drupal.org/api/function/l/6 |
| [10:37:29] | <slef> | stella: ok, thanks. I'll use #drupal. The link to create a webmasters issue on http://drupal.org/support goes to a page that says "No content types available. " |
| [10:37:47] | <harfang> | stella, D6 |
| [10:37:49] | <slef> | netron1234: thanks for the info |
| [10:37:59] | * xraver has joined #drupal-support |
| [10:38:02] | <xraver> | hi all |
| [10:38:40] | <stella> | harfang: what's your code? |
| [10:38:42] | <stella> | pastebin? |
| [10:38:42] | <Druplicon> | Please don't paste code directly into IRC. Use http://drupalbin.com or http://pastebin.ca or http://pastebin.org or http://pastie.textmate.org instead. |
| [10:38:46] | <stella> | harfang: ^^ |
| [10:39:04] | <slef> | netron1234: it's still there. Switching to #drupal |
| [10:39:06] | <harfang> | my code was wrong for D6, I'm studying it to fix it |
| [10:39:33] | * jackson- has quit (Read error: 110 (Connection timed out)) |
| [10:39:36] | <harfang> | stella, my goal is to align the text of the link to the right of the browser, but dunno if it is possible |
| [10:40:25] | * grndlvl has joined #drupal-support |
| [10:40:45] | <stella> | harfang: #drupal-themes might be a better place for styling issues |
| [10:42:46] | * jonhattan has quit ("Ex-Chat") |
| [10:42:48] | * nicholasThompson has joined #drupal-support |
| [10:44:09] | * Thomas_Zahreddi1 has quit (Read error: 104 (Connection reset by peer)) |
| [10:44:26] | * Thomas_Zahreddin has joined #drupal-support |
| [10:45:31] | * VanDerKeen has joined #drupal-support |
| [10:45:39] | <VanDerKeen> | Please, watch http://rabota.site88.net/?q=node/add/vakancy. I do hierarchical select in field Address. But it work very bad. Why? |
| [10:47:12] | * afidegnum1 has quit (Read error: 110 (Connection timed out)) |
| [10:47:33] | * afidegnum1 has joined #drupal-support |
| [10:47:47] | <xraver> | i want use firefestars with views, but i have fivestar or some vote stuff not in views. not in fields or soft options. some ideas? |
| [10:51:01] | * fago has joined #drupal-support |
| [10:51:19] | * lishevita has joined #drupal-support |
| [10:51:26] | <lishevita> | howdy folks... |
| [10:51:53] | <billfish1> | anyone know why when change the name of views-view-field.tpl.php to views-view-field--VIEWNAME--title.tpl.php the title disappears? |
| [10:52:21] | <nearlythere> | howdy! |
| [10:52:21] | <Druplicon> | I'm fine |
| [10:52:26] | <netron1234> | hello? |
| [10:52:46] | <lishevita> | I have a server running d6 on top of iis and the subdirectory sites aren't working on it. It's very weird, because the same set up is running on other servers in our office, but the QA server doesn't like it. |
| [10:52:49] | <billfish1> | I think it has something to do with the $output variable not getting processed somehow? |
| [10:52:58] | <lishevita> | heres' what I've got. |
| [10:53:02] | <valberg> | to create tabbed minipanels which way is the best to go ? |
| [10:53:21] | <valberg> | panels_tabs or something different ? |
| [10:53:39] | <lishevita> | The URL should be http://qaweb:88/developers and the directory with that site's setup.php is in /sites/88.qaweb.developers |
| [10:54:01] | <lishevita> | but when I go to the url in a browser, it comes back as The page cannot be found. |
| [10:54:03] | * McGo has joined #drupal-support |
| [10:54:06] | <lishevita> | Any ideas, guys? |
| [10:54:38] | * nicholasThompson has quit ("Leaving") |
| [10:55:01] | * ins\\ has joined #drupal-support |
| [10:55:24] | * lishevita watches the tumbleweeds blow through the silent channel |
| [10:56:53] | <lishevita> | OK... I'll go hunt up a server guy and see if it's some sort of IIS problem. *Sigh* |
| [10:56:57] | <netron1234> | :88 means its on port 88... rather than dfault 80 |
| [10:58:40] | * michael_uni has quit ("Leaving") |
| [11:00:25] | * Nikki has joined #drupal-support |
| [11:01:23] | <bin> | one doubt is it possible to show the password text box and confirm password textbox at the time of registration |
| [11:02:43] | <bin> | now the default is username and email , passowrd send to the email id that we are specifing , i want to enter my own username and password , how can i do that |
| [11:04:00] | * Ned has quit (Read error: 110 (Connection timed out)) |
| [11:07:15] | <harfang> | in any php block I create I have to setup the locale with setlocale, to be able to have the months in french? |
| [11:07:42] | <harfang> | with strtime |
| [11:09:17] | * matason_ has joined #drupal-support |
| [11:11:40] | * drupalmannen has joined #drupal-support |
| [11:12:28] | * ins\away has quit (Connection timed out) |
| [11:13:34] | <lishevita> | netron i know that, that's why the site directory is /sites/88.qaweb.developers |
| [11:13:57] | <bin> | is it possible to add password and confirm password in user registration |
| [11:14:18] | <bin> | password and confirm password field |
| [11:16:42] | * cmanns_2 has quit (Read error: 104 (Connection reset by peer)) |
| [11:16:44] | * dereine has quit (Read error: 110 (Connection timed out)) |
| [11:17:03] | * cmanns_2 has joined #drupal-support |
| [11:17:07] | <netron1234> | cant really help you so. i'm an apache/linux person. |
| [11:17:29] | <lishevita> | netron1234: yeah, me too. :( |
| [11:18:23] | * developerhealey has quit () |
| [11:20:02] | * Thomas_Zahreddi1 has joined #drupal-support |
| [11:20:26] | <stella> | bin: check out the profile module, it might be able to help |
| [11:20:28] | <afief_> | what modules should I use to enable users to write private messages to each other? |
| [11:20:49] | * Nikki has quit (Read error: 113 (No route to host)) |
| [11:21:31] | <bin> | stella, no |
| [11:21:48] | <bin> | stella, i did it we can enable that in user settings |
| [11:22:05] | <bin> | stella, thanks for the help |
| [11:22:42] | * cirotix has quit (Read error: 113 (No route to host)) |
| [11:24:25] | <Bigmack83> | where would a field in a view to show its fivestar rating? i cant find one under node or anything under fields. or is it possible |
| [11:25:09] | <billfish1> | Bigmack: good question: I am also interested in the answer. |
| [11:25:42] | * NikLP has joined #drupal-support |
| [11:25:48] | <Bigmack83> | lol cool two people trying to find an answer is better than one. |
| [11:26:30] | * afief_ has quit (Read error: 104 (Connection reset by peer)) |
| [11:26:49] | * matason has quit (Read error: 110 (Connection timed out)) |
| [11:28:45] | <nielsbom> | stella: do you know if the Devel module is the same for D5 and D6? It doesn't work right for me in D5 |
| [11:29:58] | * grndlvl has quit ("This computer has gone to sleep") |
| [11:29:58] | * tz has quit ("ChatZilla 0.9.82.1 [Firefox 2.0.0.15/2008062306]") |
| [11:30:02] | * valcker has joined #drupal-support |
| [11:30:10] | <stella> | nielsbom: no, they're different, similar functionality but different modules. They have to be, the drupal api changed too much between D5 and D6 |
| [11:30:37] | * matason has joined #drupal-support |
| [11:30:38] | <stella> | Bigmack83, billfish1 : i think the field might be called votingapi or something similar |
| [11:31:51] | <Bigmack83> | yea i have seen that before i thought but i cant seem to find it anywhere... |
| [11:33:59] | * e-anima has joined #drupal-support |
| [11:36:49] | * pepeillo has joined #drupal-support |
| [11:36:51] | <pepeillo> | pastebin? |
| [11:36:51] | <Druplicon> | Please don't paste code directly into IRC. Use http://drupalbin.com or http://pastebin.ca or http://pastebin.org or http://pastie.textmate.org instead. |
| [11:38:08] | * Thomas_Zahreddin has quit (Read error: 110 (Connection timed out)) |
| [11:38:27] | <a_c_m> | seen aaronwinborn |
| [11:38:27] | <Druplicon> | aaronwinborn was last seen in #drupal 12 hours 16 min ago saying 'drewish: i'm really excited about that code sprint, and want to be part of it in at least some way'. |
| [11:39:10] | * Lark has quit ("good night") |
| [11:40:18] | <wooboodoo> | hi people. Please say me, what is better way to make portal hompage - make many block with different contents or extend theme with new regions and set in them contens? |
| [11:40:29] | <wooboodoo> | Or any other way? |
| [11:42:49] | <wooboodoo> | homepage will have got few funktional regions - tabbed box with sticky nodes, box with news artiles (first with teaser and more - title only), box with forum data, addressbook, ads, etc. |
| [11:42:59] | <a_c_m> | wooboodoo: check out mysite - it might do what you need for a given user |
| [11:43:13] | <wooboodoo> | a_c_m: give me url |
| [11:43:23] | <a_c_m> | wooboodoo: the mysite module |
| [11:43:29] | <wooboodoo> | aaa :) |
| [11:43:32] | <wooboodoo> | :))) |
| [11:43:47] | * matason_ has quit (Connection timed out) |
| [11:44:54] | <wooboodoo> | it's onlu for d5, I use 6 |
| [11:45:50] | <wooboodoo> | I think, I do some additional regions, that may be usable in other places.. |
| [11:47:23] | * BasCB|away has quit ("This timezone is out of light") |
| [11:47:30] | <nielsbom> | stella: ok got it now, the Devel module _is_ backported to D5 but the Theme Developer part _isn't_ |
| [11:48:28] | * Thomas_Zahreddin has joined #drupal-support |
| [11:48:29] | * alippai has left #drupal-support () |
| [11:50:41] | * Thomas_Zahreddi1 has quit (Read error: 110 (Connection timed out)) |
| [11:54:41] | * luison has joined #drupal-support |
| [11:55:45] | * ins\\ is now known as ins\away |
| [11:56:06] | <a_c_m> | nielsbom: devel was a D5 module in its own right... no backport needed iirc |
| [11:56:28] | <a_c_m> | wooboodoo: did you check out pannels? |
| [12:06:01] | * Utter has quit ("Leaving...") |
| [12:06:16] | * kling0n has joined #drupal-support |
| [12:08:45] | * markos_ has quit ("Konversation terminated!") |
| [12:12:14] | * bpa71 has joined #drupal-support |
| [12:13:25] | * Ori_P has joined #drupal-support |
| [12:13:36] | * Ori_P has quit (Remote closed the connection) |
| [12:13:44] | <wooboodoo> | Hm.. I've own article content type with additional field 'publication date' in which user may set, when article must be visible |
| [12:14:15] | * Ori_P has joined #drupal-support |
| [12:14:33] | <bpa71> | What is the best way to migrate data from a Drupal 5.7 install to a new Drupal 6.2 install - is this advisable? By "data" I mean a number of customer CCK content types and associated CCK field data |
| [12:14:39] | <wooboodoo> | how I can sort teasers from this category by this field in block made by views? |
| [12:15:48] | * J-O-K-E-R has quit ("Trillian (http://www.ceruleanstudios.com") |
| [12:16:49] | * bshumate has joined #drupal-support |
| [12:17:14] | <wooboodoo> | How can I sort in views by field added in cck? |
| [12:17:27] | * billfish1 has quit (Read error: 104 (Connection reset by peer)) |
| [12:18:29] | * syedsrahman has quit (Read error: 110 (Connection timed out)) |
| [12:18:34] | <pepeillo> | does someone know if grid view is incompatible with pager? |
| [12:19:00] | * Haza`` has joined #drupal-support |
| [12:20:08] | * kling0n has quit (Connection reset by peer) |
| [12:23:23] | * fantomas_ has joined #drupal-support |
| [12:23:29] | <fantomas_> | hi all |
| [12:24:12] | * bangpound has joined #drupal-support |
| [12:24:16] | <fantomas_> | Does anybody know why uploading files with non-latin characters in names strips file names? Which code is responsible for this? |
| [12:24:39] | <fantomas_> | Is it upload module or file.inc? |
| [12:26:10] | <nielsbom> | a_c_m: Ok, I misunderstood that then, but in D6 the Devel Module was extended with Theme Developer (sub module?) and that wasn't backported to D5 |
| [12:26:33] | * frando has joined #drupal-support |
| [12:28:37] | <NikLP> | theme developer CANNOT work in D5 which is why it isn't there :) |
| [12:30:32] | * Mek_ has quit (Read error: 60 (Operation timed out)) |
| [12:30:45] | * serek is now known as ser |
| [12:31:02] | * Thomas_Zahreddi1 has joined #drupal-support |
| [12:37:19] | <Bigmack83> | anyone know how I can add a fivestar rating field to a view list? |
| [12:37:25] | * bertboerand has joined #drupal-support |
| [12:38:05] | * Utter has joined #drupal-support |
| [12:38:22] | <VanDerKeen> | Please, watch http://rabota.site88.net/?q=node/add/vakancy. I do hierarchical select in field Address. But it work very bad. Why? |
| [12:40:08] | <afidegnum1> | hello |
| [12:40:08] | <Druplicon> | what's up |
| [12:40:10] | <afidegnum1> | pls i would like to know what is the difference between joomla 6 & 5 |
| [12:40:12] | * cirotix has joined #drupal-support |
| [12:40:24] | * cpgeek has joined #drupal-support |
| [12:40:36] | <lishevita> | afidegnum1 so, why doing you go to a joomla support channel_ |
| [12:40:54] | <lishevita> | That's the logical place to ask about joomla. ;) |
| [12:42:09] | <bertboerand> | tha and the fact that joomla is up to 1.5, so you mixed numbers and cms :-) |
| [12:42:13] | <afidegnum1> | ohhhh sorry sooryy I was talking about drupal not joomla, I had a terrible nightmare about joomla, and It stack in my mind |
| [12:42:22] | <bertboerand> | and dont swaer here, no mentioning of that j! thingy :-) |
| [12:42:28] | <afidegnum1> | pls forgive me, I was asking about drupal 6 and 5 what are the differences |
| [12:42:31] | <bertboerand> | see the changelog |
| [12:42:41] | <bertboerand> | basiccaly, more ajax, better i18n,... mmm |
| [12:43:09] | <bertboerand> | updatable jquery |
| [12:43:15] | <bertboerand> | what else... |
| [12:43:26] | <bertboerand> | must be more, but i still do nout use 6 enough |
| [12:43:29] | <afidegnum1> | what about the modules, |
| [12:43:46] | <bertboerand> | the most important modules for any business problem (cck . views) or still not there |
| [12:43:57] | <afidegnum1> | is it easy to integrate drupal 5 modules into 6? or there are some changes taht need to be done? what are they? |
| [12:43:59] | <netron1234> | cck and views are in D6... |
| [12:44:03] | <bertboerand> | so if you need to go in production in 2 month, go for 5 |
| [12:44:16] | * bertboerand looks at latest cck views? are they non beta ? |
| [12:44:29] | <netron1234> | dunno... but they work for me. |
| [12:44:46] | <lishevita> | yeah, i'm using D6 in a production environment with the current versions of CCK and views |
| [12:44:50] | <lishevita> | (sssshhhhhh!) |
| [12:45:15] | <afidegnum1> | so should I still use drupal 5 for the mean time, or I can start using d6 as far modules are concerned |
| [12:45:16] | <afidegnum1> | ? |
| [12:45:26] | <lishevita> | I figured that their betas were better than anythign I'd write from scratch right now, and I need both the flexibility of D6 and the functionality of CCK and Views |
| [12:45:31] | * kling0n has joined #drupal-support |
| [12:45:36] | <netron1234> | anyone manage to get an ahah select menu auto-populating a form in D6? |
| [12:45:36] | <Bigmack83> | hey so am I. im on D6 and using both. will be production in about 2 weeks *knock on wood* |
| [12:45:55] | * ako has joined #drupal-support |
| [12:45:55] | <lishevita> | Tke a look on the site fo the modules that you want/need and see what their status is as far as the versions |
| [12:46:00] | <bertboerand> | wel, i just see that they are in rc status |
| [12:46:05] | <bertboerand> | so if you start now |
| [12:46:17] | <afidegnum1> | ??? |
| [12:46:18] | <bertboerand> | do theuy normal d6 install, setup roles, blocks, templating, taxonomy |
| [12:46:20] | * aho has quit (Nick collision from services.) |
| [12:46:23] | * ako is now known as aho |
| [12:46:27] | <bertboerand> | and pray that in 2 weeks cck and views are there |
| [12:46:36] | <lishevita> | I checked and found that everything I needed most was either available or close enough at the time I started this project, that it was worth moving forward with D6 |
| [12:46:40] | <bertboerand> | and continue form there |
| [12:46:50] | <bertboerand> | install ckk and views in your dev environment |
| [12:47:05] | <Bigmack83> | i just cant wait till panels come out. i wish i had the knowlede and spare time to help with it. :( |
| [12:47:07] | <bertboerand> | image cache, i still in dev i think? |
| [12:47:18] | * netron1234 wishes that the ahah documentation was waaaay better... |
| [12:47:22] | <afidegnum1> | hello |
| [12:47:22] | <Druplicon> | what's up |
| [12:47:34] | <Bigmack83> | i just tried image cache and havent found any problems yet. in D6 |
| [12:47:47] | <netron1234> | botdrink? |
| [12:47:47] | <Druplicon> | Finally, something to quench my thirst! |
| [12:48:00] | <Bigmack83> | heh |
| [12:48:13] | <lishevita> | netron1234 yeah, I thought that it would be good to use ahah for some of the things in my site, but I couldn't find enough documentation to make it worth my while to give it a try. |
| [12:49:13] | <netron1234> | its a nightmare... the documentation is very sparse... |
| [12:49:24] | <afidegnum1> | so what do I use? drupal 6 or 5? as far as modules are concerned? |
| [12:49:37] | <netron1234> | trouble is , i'm in brick wall territory because its a client requirement.. I HAVE to get it working... grrrr |
| [12:49:40] | <wooboodoo> | works |
| [12:49:57] | <afidegnum1> | can i use drupal5 modules in drupal 6? |
| [12:50:00] | <wooboodoo> | todays update cck & views make some problem |
| [12:50:04] | <wooboodoo> | afidegnum1: no |
| [12:50:05] | <netron1234> | afidegnum1: try both. decide yourself then. |
| [12:50:41] | <lishevita> | no, you can't use drupal 5 modules in 6 |
| [12:51:01] | <lishevita> | I repeat my advice: look up modules for what you want and need in 6 and if you have everything you need, use 6 |
| [12:51:03] | * Thomas_Zahreddin has quit (Connection timed out) |
| [12:51:10] | <lishevita> | There are many, many modules ready for 6 already |
| [12:51:19] | <afidegnum1> | what about ajax in drupal 5, is it updateable? |
| [12:51:25] | <lishevita> | you will likely find that you'll do just fine with 6 |
| [12:52:24] | <stella> | afidegnum1: ajax? do u mean jquery? |
| [12:52:31] | <afidegnum1> | yes |
| [12:52:56] | <stella> | it's the latest version but i'm not sure you can upgrade it yourself |
| [12:53:10] | <longwave> | jquery_update module will give you jquery 1.2.6 |
| [12:53:15] | <longwave> | stock drupal 5 gives you jquery 1.0.4 |
| [12:53:24] | <stella> | i think a new Drupal release would be required, but i think the plan is for D6 to keep up with jquery versions |
| [12:53:40] | <stella> | you don't need jquery_update for D6 |
| [12:54:05] | <longwave> | there is a jquery_update for d6 now |
| [12:54:09] | <longwave> | takes you from 1.2.3 to 1.2.6 |
| [12:54:14] | <afidegnum1> | stella, pls permission for Pm! |
| [12:55:27] | * _valcker has joined #drupal-support |
| [12:55:28] | * VanDerKeen has quit (Read error: 104 (Connection reset by peer)) |
| [12:56:36] | * Egyptian[Home] has quit (Read error: 104 (Connection reset by peer)) |
| [12:57:36] | * Ronin1234 has joined #drupal-support |
| [12:59:50] | * cpgeek has quit () |
| [13:00:11] | * veo-d2 has quit (Read error: 60 (Operation timed out)) |
| [13:00:13] | * pepeillo has left #drupal-support ("Abandonando") |
| [13:00:39] | * mz_test is now known as mzenner |
| [13:00:42] | * mortenq has quit () |
| [13:02:30] | * Egyptian[Home] has joined #drupal-support |
| [13:05:21] | * jackson- has joined #drupal-support |
| [13:05:34] | <fantomas_> | I have 3 test servers: Windows, FreeBSD and Linux. On first two same D5 uploads files with russian letters just fine but on fresh linux Debian Etch I got filenames will all characters stripped except of extension. Any ideas? |
| [13:05:53] | * Ronin1234 has quit (Read error: 60 (Operation timed out)) |
| [13:06:08] | <longwave> | fantomas_: how does transliteration module affect the filenames? |
| [13:06:20] | <fantomas_> | longwave: converted. |
| [13:06:27] | <longwave> | but still stripped on debian? |
| [13:06:46] | <longwave> | i test and run most of my drupal sites on debian and haven't seen anything like that :/ |
| [13:06:48] | <fantomas_> | longwave: stripped if translation module is not enabled |
| [13:07:19] | <fantomas_> | I just can't think about anything except some misconfiguration of my syste, |
| [13:08:23] | <fantomas_> | But system is installed yesterday and clean like a virgin |
| [13:08:24] | * RoninBaka has quit (Connection timed out) |
| [13:09:40] | * valcker has quit (Read error: 110 (Connection timed out)) |
| [13:09:58] | <harfang> | anybody uses cck and the cck imce module? |
| [13:10:18] | * brunodbo has quit (Read error: 104 (Connection reset by peer)) |
| [13:12:50] | * RoninBaka has joined #drupal-support |
| [13:13:17] | * alvin_2 has quit ("This computer has gone to sleep") |
| [13:13:24] | * fantomas_ has quit ("Lost terminal") |
| [13:21:07] | * bpa71 has quit () |
| [13:22:29] | * [alphex] has joined #drupal-support |
| [13:22:30] | * roam has joined #drupal-support |
| [13:22:41] | <Bigmack83> | are there any modules, or is there any way to have nodes older than 14 days automatically deleted |
| [13:23:11] | * jackson-__ has quit (Read error: 110 (Connection timed out)) |
| [13:23:38] | <roam> | How can I put a site from maintanance mode into normal mode without login in? I lost the admin password and can't login, but I have shell and database access. |
| [13:24:01] | * billfish1 has joined #drupal-support |
| [13:24:01] | <Michelle> | Reset the admin password in the db |
| [13:24:09] | <Bigmack83> | roam: go to "mysite.com/user" to login |
| [13:24:21] | <Michelle> | That does no good without the password, Bigmack83 :) |
| [13:24:25] | <Bigmack83> | oh wait i read that wrong nevermind |
| [13:24:26] | <roam> | Bigmack83: I lost the password |
| [13:24:36] | <roam> | Michelle: how do I reset the admin password? |
| [13:24:38] | <Bigmack83> | haha oops. im dyslexic today |
| [13:24:58] | <Michelle> | roam - if your sql program has the option, set it to md5 the text you put for the password |
| [13:26:09] | <roam> | Yeay! Works like a charm. |
| [13:26:13] | <roam> | Thanks Michelle |
| [13:26:13] | <Michelle> | :) |
| [13:26:15] | <Michelle> | np |
| [13:26:34] | * Michelle wanders off again |
| [13:28:19] | * bertboerand has quit () |
| [13:29:18] | <bin> | hi stella |
| [13:29:29] | * sajosh has joined #drupal-support |
| [13:29:37] | <bin> | stella, there is one problem in lightbox |
| [13:30:04] | <bin> | warning: Missing argument 2 for lightbox2_help() in C:\wamp\www\drupal\modules\lightbox2\lightbox2.module on line 22. |
| [13:30:04] | <bin> | warning: Missing argument 2 for lightbox2_help() in C:\wamp\www\drupal\modules\lightbox2\lightbox2.module on line 22. |
| [13:30:49] | <stella> | bin: what version of Drupal are you using? |
| [13:30:49] | <sajosh> | hi all, does anyone know how to filter a view by the user profile selected ... so when bob clicks on john's profile then bob would see a view that shows just john's data. any ideas? |
| [13:30:59] | <bin> | 5.7 |
| [13:31:15] | <stella> | bin: what version of the lightbox2 module did you install? |
| [13:31:35] | <bin> | lightbox2-6.x-1.8.tar.gz |
| [13:31:59] | * brunodbo has joined #drupal-support |
| [13:32:01] | <stella> | bin: for module-6.x you need to be running Drupal 6 |
| [13:32:12] | <stella> | you need a lightbox2-5.x version since you're running Drupal 5 |
| [13:32:23] | <bin> | ok then for 5.7 which one i have to use |
| [13:32:28] | <bin> | means lightbox |
| [13:32:31] | <stella> | the latest 5.x version |
| [13:32:38] | <stella> | should be 5.x-2.8 |
| [13:32:46] | <bin> | k |
| [13:33:06] | * dtaylormi has joined #drupal-support |
| [13:33:12] | <stella> | bin: that goes for all modules, not just lightbox2. 5.x modules for Drupal 5, 6.x modules for Drupal 6 and so on |
| [13:33:26] | * nrpil has quit ("leaving") |
| [13:33:38] | * negonicrac has joined #drupal-support |
| [13:33:45] | * nrpil has joined #drupal-support |
| [13:34:13] | <bin> | stella iam using d5.7 then which one i have to use |
| [13:34:43] | * bertboerand has joined #drupal-support |
| [13:35:18] | <stella> | bin: any 5.x module |
| [13:35:38] | <bin> | can u provide its downloading link |
| [13:35:44] | <bin> | download |
| [13:35:59] | <stella> | you can find it on the lightbox2 project page |
| [13:36:00] | <stella> | lightbox2? |
| [13:36:00] | <Druplicon> | lightbox2 is http://drupal.org/project/lightbox2 |
| [13:36:10] | * dchakrab has joined #drupal-support |
| [13:36:17] | <a_c_m> | ping aaronwinborn |
| [13:39:18] | * alvin_2 has joined #drupal-support |
| [13:42:29] | * veo-d2 has joined #drupal-support |
| [13:43:08] | * cirotix_ has joined #drupal-support |
| [13:43:27] | * tech9iner has joined #drupal-support |
| [13:43:37] | <tech9iner> | seen anbd |
| [13:43:38] | <Druplicon> | Sorry, I haven't seen anbd. |
| [13:43:44] | <tech9iner> | seen andb |
| [13:43:44] | <Druplicon> | andb was last seen in #drupal-support 1 day 6 hours ago saying 'l_ronPaw is right, you j_ust need the rel tag.'. |
| [13:43:55] | * marcrobinsone has joined #drupal-support |
| [13:43:57] | * yoroy has joined #drupal-support |
| [13:44:11] | <bin> | stella, <Druplicon> one problem i copied the lightbox 2 into module but i cant able to unstal it , the checkbox is disabled , also saying that Enables Lightbox2 for Drupal |
| [13:44:12] | <bin> | Depends on: Jquery_update (missing) |
| [13:44:43] | <stella> | then install the jquery_update module and ensure you follow all the steps in the jquery_update README file |
| [13:44:54] | * cirotix has quit (Read error: 104 (Connection reset by peer)) |
| [13:44:59] | <bin> | ok |
| [13:45:26] | * trewz has joined #drupal-support |
| [13:46:01] | * xraver has quit ("Leaving") |
| [13:46:17] | * bangpound has quit () |
| [13:46:19] | * e-anima2 has joined #drupal-support |
| [13:46:21] | * Zarabadoo has quit (Read error: 104 (Connection reset by peer)) |
| [13:46:39] | <nielsbom> | I've been looking a lot at theming the login form block, but can't seem to find information on theming _just_ that block, I'm on D5 so I can't use Devel Module to see which options there are to theme the login form block. I have found that in user.module a function called user_login_block() is defined and that calls the form for the login block but I can't find a place where I can theme... |
| [13:46:41] | <nielsbom> | ...that form. |
| [13:47:14] | <afidegnum1> | hello, pls how can I migrate drupal 5 modules to drpal 6a? |
| [13:47:30] | * aslak has joined #drupal-support |
| [13:47:41] | * sammyfung has quit ("Ex-Chat") |
| [13:47:57] | * mukesh has joined #drupal-support |
| [13:47:58] | * tech9iner has left #drupal-support ("Konversation terminated!") |
| [13:48:28] | <aho> | nielsbom, that block should have some id... just use that one |
| [13:48:46] | <mukesh> | fckeditor not working ....i'm getting this message at the bottom of the body field The ID for excluding or including this element is: edit-body - the path is: node/add/story |
| [13:48:47] | * Mek has joined #drupal-support |
| [13:48:51] | <nielsbom> | aho: yes that's #user-login-form |
| [13:48:54] | <aho> | #block-user-0 or so |
| [13:49:04] | <a_c_m> | afidegnum1: the coder module can help where to start - but if you've never developed a drupal module before, it will take a whole |
| [13:49:06] | <a_c_m> | while |
| [13:49:21] | <aslak> | anyone who can tell me how i can convert a path alias back to a system url ([q=]news/category/title --> node/341) ? |
| [13:49:32] | * amarrero has joined #drupal-support |
| [13:49:32] | <nielsbom> | aho: but I don't know how to output that in a block I want... |
| [13:49:39] | <aslak> | trying to set og context for a view |
| [13:49:44] | * gusaus has joined #drupal-support |
| [13:50:04] | * cirotix has joined #drupal-support |
| [13:50:10] | <aho> | nielsbom, you cant achieve what you want via css alone? |
| [13:50:41] | <afidegnum1> | which one si the coder module? |
| [13:51:34] | <stella> | coder? |
| [13:51:34] | <Druplicon> | coder is a useful module that assists with code review and version upgrade. See more at http://drupal.org/project/coder . |
| [13:51:35] | * sirkitree has joined #drupal-support |
| [13:51:40] | * nicjasno has joined #drupal-support |
| [13:51:47] | <nicjasno> | hey |
| [13:51:47] | <Druplicon> | privet |
| [13:51:56] | <nielsbom> | aho: well I'm making a theme from scratch and I want to output the login form block somewhere (in the sidebar), but I don't know which variable to print in page.tpl.php to have it show up, if I look at the page.tpl.php of other themes I don't see a reference to that |
| [13:51:59] | <nicjasno> | anyone have any expirience with translating the UI |
| [13:52:14] | * ynn has joined #drupal-support |
| [13:52:15] | <afidegnum1> | okthans |
| [13:52:15] | <nicjasno> | i'm having difficulties with some specific strings |
| [13:52:27] | <nicjasno> | "create content" being one of them |
| [13:52:45] | <nicjasno> | i found its 2 entries in modules/node/node.module |
| [13:52:46] | <ynn> | how would i accomplish this >http://imagebin.org/21910 with fivestar and views? |
| [13:52:48] | <aho> | nielsbom, uhm... well... if that block is enabled it will show up in that specific region |
| [13:52:57] | <aho> | and otherwise... well... it wont :> |
| [13:53:15] | <nicjasno> | but when i import the .po file it still says create content instead of the translated values |
| [13:53:46] | <nicjasno> | niels: isn't the login form a block |
| [13:53:50] | <nicjasno> | a default block |
| [13:53:59] | <nielsbom> | aho: It should show up when the user is anonymous, right? |
| [13:54:16] | <mukesh> | please help fckeditor not working ....i'm getting this message at the bottom of the body field The ID for excluding or including this element is: edit-body - the path is: node/add/story |
| [13:54:19] | <aho> | yes |
| [13:54:25] | <nielsbom> | nicjasno: yes the login form block IS a block, but I don't want to theme all blocks, just that one |
| [13:54:27] | <billfish1> | nielsbom: I got it!! |
| [13:54:46] | <nielsbom> | billfish1: you solved your problem? |
| [13:54:48] | <billfish1> | nielsbom: instead of overrding views-view-field--viewname--title.tpl.php |
| [13:55:22] | <billfish1> | nielsbom: I just used function mytheme_views_view_field__viewname__title () {} in the template.php file. |
| [13:55:55] | <billfish1> | nielsbom: ideally speaking, I think EITHER way *should* work, but right now the template functions are the way to go...at least, in my case. |
| [13:56:48] | <billfish1> | nielsbom: plus, I updated my CCK and VIEWS module that just had recent upates. |
| [13:57:05] | <billfish1> | nielsbom:...for D6. |
| [13:57:08] | * Bigmack83 has quit (Read error: 110 (Connection timed out)) |
| [13:57:29] | <Jberg88> | hello |
| [13:57:43] | <Jberg88> | I am having a littel problem with installing pathauto |
| [13:57:54] | <nielsbom> | billfish1: were those modules final already? |
| [13:58:08] | <nielsbom> | billfish1: well at least it works for you :) |
| [13:58:08] | <billfish1> | nielsbom: nope. |
| [13:58:14] | <Jberg88> | it is in the modules but it says something about token missing and so i can't enable it, any ideas? |
| [13:58:39] | <billfish1> | nielsbom: I'll take what I can get at this point. However, I think the rumor is that D6.3 will solve some bugs with theming views. |
| [13:58:55] | <swentel> | that's a fact :) |
| [13:59:07] | * e-anima has quit (Connection timed out) |
| [13:59:36] | * nielsbom has to go, have a nice day everyone! |
| [13:59:47] | <Pyth> | Seeya nielsbom |
| [13:59:54] | * trew has quit (Read error: 110 (Connection timed out)) |
| [13:59:56] | * harfang has quit ("I'll be back") |
| [14:00:06] | * tomdeb_ has quit (Remote closed the connection) |
| [14:00:10] | <Pyth> | All pages that I save right now are made inaccessible to unauthenticated users. Anyone had this problem before? |
| [14:00:30] | <Pyth> | So if I take a page that's visible, save it, it gets rendedred inaccessible subsequent to the save. |
| [14:01:26] | * matason has quit () |
| [14:01:36] | * cirotix_ has quit (Read error: 113 (No route to host)) |
| [14:01:46] | * Hxh has joined #drupal-support |
| [14:04:36] | * trewz is now known as trew |
| [14:05:02] | * marcrobinsone has quit (Connection timed out) |
| [14:06:06] | * gusaus has quit () |
| [14:06:35] | * VanDerKeen has joined #drupal-support |
| [14:07:06] | <Jberg88> | has anyone installed pathauto on drupal 6 with the token missing? |
| [14:07:39] | * jackson- has quit () |
| [14:08:19] | <sajosh> | hi all, does anyone know how to filter a view by the user profile selected ... so when bob clicks on john's profile then bob would see a view that shows just john's data. any ideas? |
| [14:08:34] | * tomdeb has joined #drupal-support |
| [14:08:54] | * ekiczek has quit () |
| [14:09:11] | * liquidcms has joined #drupal-support |
| [14:09:16] | * negonicrac has quit ("Ex-Chat") |
| [14:09:59] | * billfish1 has quit (Read error: 104 (Connection reset by peer)) |
| [14:10:43] | <bin> | stella , Druplicon one more problem i installed the module lightbox and configure it, for testing i careate a page in that put some html content |
| [14:11:05] | <bin> | <a href="files/image-1.jpg" rel="lightbox">image #1</a> |
| [14:11:05] | <bin> | <a href="files/image-1.jpg" rel="lightbox[][my caption]">image #1</a> |
| [14:11:25] | <VanDerKeen> | I have problem on page http://rabota.site88.net/node/add/vakancy. Field Address use Hirerarchical Select. And it displayed don't right. Why? |
| [14:11:40] | <bin> | and i put one pic in files with name image-1.jpg |
| [14:13:03] | <aaronwinborn> | a_c_m: pong |
| [14:14:54] | <stella> | bin: Drupalicon is a bot, not a real person, so he can'thelp |
| [14:14:58] | <bin> | after clciking on the image #1 the lightbox is coming but ther is no image is showing showing only the loading image |
| [14:15:07] | <bin> | ohhh |
| [14:15:13] | <bin> | thanks stella |
| [14:16:07] | <bin> | only loading image is showing but image not comng |
| [14:16:14] | <bin> | what was the problem stella |
| [14:17:46] | * snufkin has joined #drupal-support |
| [14:18:10] | <lishevita> | laters all |
| [14:18:26] | * lishevita has left #drupal-support ("buh-bye! have a good weekend!!!") |
| [14:18:28] | <stella> | bin: you're missing a / in front of files, should be: <a href="/files/image-1.jpg" rel="lightbox">image #1</a> |
| [14:19:15] | * JohnAlbin has joined #drupal-support |
| [14:19:42] | * dperdue has joined #drupal-support |
| [14:20:25] | * ynn_ has joined #drupal-support |
| [14:21:31] | <bin> | no stella it is there |
| [14:21:36] | <bin> | thi is my code |
| [14:21:37] | <bin> | <a href="./files/Sunset.jpg" rel="lightbox">image #1</a> |
| [14:21:37] | <bin> | <a href="./files/Bluehills.jpg" rel="lightbox[][my caption]">image #1</a> |
| [14:22:29] | * dperdue has quit (Client Quit) |
| [14:22:39] | <stella> | bin: remove the . then |
| [14:22:50] | <bin> | ya iam tesing with that |
| [14:22:55] | * dperdue has joined #drupal-support |
| [14:23:28] | <bin> | no effect still loading only |
| [14:23:49] | * dperdue has quit (Client Quit) |
| [14:23:53] | <stella> | bin: send me a link to your site |
| [14:24:08] | <bin> | ohh its in local |
| [14:24:09] | <bin> | only |
| [14:24:17] | <bin> | not uploaded it yest |
| [14:24:20] | <bin> | yet |
| [14:24:27] | <netron1234> | whats the function for reloading or rerendering a form? |
| [14:24:43] | <stella> | bin: then i can't help you any further |
| [14:24:53] | * nielsbom has quit (Read error: 110 (Connection timed out)) |
| [14:24:59] | <bin> | ok let me chk with a small picture |
| [14:26:56] | * Outlaw_ has joined #drupal-support |
| [14:27:19] | <bin> | no effect |
| [14:27:29] | * ynn has quit (Read error: 110 (Connection timed out)) |
| [14:27:34] | <Outlaw_> | could anyone tell me why nice menus wouldn't be working in IE6. |
| [14:27:40] | <Outlaw_> | tnuct.com |
| [14:27:51] | <bin> | stella , its resizing to the image size but image not loading |
| [14:28:00] | <bin> | i try with a small image |
| [14:28:12] | * edkwh has joined #drupal-support |
| [14:28:16] | <bin> | then the content size resize to that image size |
| [14:28:16] | <netron1234> | because IE6 is the spawn of the devil? |
| [14:28:28] | * _valcker is now known as valcker |
| [14:28:31] | <mukesh> | not able to set fckeditor in D% |
| [14:28:35] | <mukesh> | D5 |
| [14:28:48] | <stella> | bin: ensure the image has the correct permissions so it's viewable online |
| [14:29:10] | <bin> | ya it have |
| [14:29:33] | <bin> | i copy and paste the image src to the browser |
| [14:29:37] | <bin> | its working |
| [14:29:38] | * ekiczek has joined #drupal-support |
| [14:29:51] | <bin> | but through lightbox its not working |
| [14:30:28] | <cheater> | hey guys |
| [14:31:22] | <stella> | bin: i can't help any further without seeing the site, sorry |
| [14:31:33] | <Outlaw_> | agreed netron1234 |
| [14:32:17] | <cheater> | is there some sort of variable or function available in page.tpl.php that lets me get the type of the node being displayed? |
| [14:32:23] | <cheater> | or do i have to node_load(arg(1))? |
| [14:33:02] | <swentel> | mm isn't $node available in there ? |
| [14:33:17] | <netron1234> | print_r ($node); ? |
| [14:33:50] | <cheater> | swentel: not sure. is it? |
| [14:34:15] | <mukesh> | how do i configure the fckeditor in D5 ???? |
| [14:34:40] | <ynn_> | how would i accomplish this >http://imagebin.org/21910 with fivestar and views? |
| [14:34:48] | * nicdc has joined #drupal-support |
| [14:34:58] | * sajosh has quit (Read error: 110 (Connection timed out)) |
| [14:35:02] | <swentel> | cheater, did a quick test, it's available |
| [14:37:09] | * jims has quit () |
| [14:38:47] | * coryb has joined #drupal-support |
| [14:38:55] | <coryb> | Is there an API to create a node in Drupal, e.g. for doing a bulk import? Or do I have to write to the DB directly? |
| [14:39:18] | <swentel> | node_save? |
| [14:39:18] | <Druplicon> | node_save: Save a node object into the database. => node_save(&$node) => http://api.drupal.org/api/function/node_save/6 |
| [14:39:36] | <a_c_m> | hey aaronwinborn |
| [14:39:41] | <netron1234> | http://api.drupal.org |
| [14:39:43] | <netron1234> | api? |
| [14:39:43] | <Druplicon> | api is http://api.drupal.org and is also http://api.drupal.org/api/search/5/putyourkeywordhere |
| [14:39:57] | <a_c_m> | aaronwinborn: i got it working !!!! |
| [14:40:05] | <aaronwinborn> | great! |
| [14:40:18] | <coryb> | Okay, I was looking at that function but wasn't sure if that was what I wanted. Cool. |
| [14:40:24] | * mukesh has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [14:40:41] | <a_c_m> | aaronwinborn: but ran into some bugs, and also refactored a bunch of code :) |
| [14:41:21] | * jims has joined #drupal-support |
| [14:41:21] | * dchakrab has quit () |
| [14:42:23] | * gusaus has joined #drupal-support |
| [14:42:41] | * nitrospectide has joined #drupal-support |
| [14:43:03] | * dchakrab has joined #drupal-support |
| [14:43:03] | * baalsgate has joined #drupal-support |
| [14:43:07] | <netron1234> | whats the function for adding an element to a form? |
| [14:43:09] | <baalsgate> | g'day |
| [14:43:09] | <Druplicon> | hi |
| [14:43:29] | <baalsgate> | hows it going ? |
| [14:43:31] | <a_c_m> | bin |
| [14:43:35] | <a_c_m> | bin? |
| [14:44:18] | <baalsgate> | how can i filter ubercart product discriptions ? |
| [14:44:45] | <a_c_m> | pastebin? |
| [14:44:45] | <Druplicon> | Please don't paste code directly into IRC. Use http://drupalbin.com or http://pastebin.ca or http://pastebin.org or http://pastie.textmate.org instead. |
| [14:45:20] | * Mez has quit (Read error: 104 (Connection reset by peer)) |
| [14:45:22] | <nitrospectide> | is there a way to define the teaser text for a node n a teaser list view to be something completely different than the first x characters ofthe node body? |
| [14:47:34] | <nitrospectide> | hmmm. quiet this morning |
| [14:47:48] | <nitrospectide> | seen gnat_x? |
| [14:47:48] | <Druplicon> | gnat_x was last seen in #drupal-support 16 hours 24 min ago saying 'Travis_Carden1: yeah. probably'. |
| [14:48:02] | <baalsgate> | any ideas ? |
| [14:48:26] | * nitrospectide has only used ubercart just a wee bit |
| [14:48:32] | <nitrospectide> | nice, though |
| [14:49:30] | * brunodbo has left #drupal-support ("Leaving.") |
| [14:50:40] | <Outlaw_> | where can i find help for nice_menus |
| [14:51:51] | <baalsgate> | Site configuration -> input formats .... found it |
| [14:52:10] | <baalsgate> | no help from anyone :( |
| [14:53:01] | * Fopper has joined #drupal-support |
| [14:53:15] | <Inferus> | how do i disable the register account link please? |
| [14:54:36] | <Moonshine> | Inferus: In the admin under User Management ... Public Registration Settings.. |
| [14:54:48] | <cheater> | swentel: pretty cool. thanks. |
| [14:58:41] | * Fopper has left #drupal-support ("Ex-Chat") |
| [15:00:20] | * adminGuy has joined #drupal-support |
| [15:00:22] | * gnat42 has joined #drupal-support |
| [15:00:55] | <gnat42> | If I'm creating a module that creates a new content type, how do I get it to show up in the Create Content menu in admin? |
| [15:01:47] | <gnat42> | never mind |
| [15:02:17] | * jrglasgo1 is now known as jrglasgow |
| [15:02:18] | * Anon4321b has joined #drupal-support |
| [15:03:23] | * Outlaw_ has left #drupal-support () |
| [15:03:25] | * matason has joined #drupal-support |
| [15:04:03] | * sutha has quit () |
| [15:04:14] | <coryb> | Is there a way to restrict access to a node but allow it to come up in searches and other displays with the teaser? |
| [15:05:13] | * alvin_2 has quit ("Leaving") |
| [15:05:17] | * janwari has quit () |
| [15:07:15] | * cpgeek has joined #drupal-support |
| [15:09:04] | <coryb> | I guess the solution is a custom view that they have access to, and disallow access to the nodes |
| [15:09:20] | * sutha has joined #drupal-support |
| [15:09:23] | <coryb> | Since we need to do a custom view anyway, I think.. |
| [15:09:45] | <coryb> | Maybe these are more #drupal questions :) |
| [15:10:18] | * sutha has quit (Client Quit) |
| [15:12:17] | <ynn_> | how do i echo a cck field_label with content_format? |
| [15:12:31] | * grugnog has joined #drupal-support |
| [15:13:27] | * stompeers has joined #drupal-support |
| [15:16:18] | <netron1234> | how do you get an ahah select event to reload a form? |
| [15:16:33] | * flabberkenny has quit () |
| [15:16:42] | * Mek has quit (Read error: 110 (Connection timed out)) |
| [15:18:23] | * Zarabadoo has joined #drupal-support |
| [15:19:13] | * gonzaloaf has quit (Remote closed the connection) |
| [15:22:45] | * fantomas_ has joined #drupal-support |
| [15:22:50] | <fantomas_> | I WILL KILL SOMEONE |
| [15:22:59] | * xx_xx_xx has joined #drupal-support |
| [15:23:28] | <netron1234> | die? |
| [15:23:28] | <Druplicon> | aaAAAAIIIEEEEEeeeee!!! |
| [15:23:28] | <fantomas_> | F.. I wasted 3 hours, still no idea wtf is going on - non-latin characters stripped from uploaded file names! |
| [15:23:49] | <fantomas_> | Tested on 2 different Debians |
| [15:24:14] | <netron1234> | apache multilingual character set support...? |
| [15:24:53] | <fantomas_> | netron1234: lemme check |
| [15:24:53] | * bertboerand has quit () |
| [15:24:57] | <netron1234> | does your filesystem actually support non-latin characters? what happens if you sftp the files directly? |
| [15:25:45] | * swentel has quit ("Leaving") |
| [15:25:54] | * Mek has joined #drupal-support |
| [15:27:33] | <nearlythere> | seen bangpound? |
| [15:27:33] | <Druplicon> | bangpound was last seen in #drupal-support 2 days 18 hours ago saying 'sifr's kerning and leading are also not nearly as nice as the web brows_er's.'. |
| [15:27:37] | * RoninBaka has quit (Read error: 104 (Connection reset by peer)) |
| [15:27:51] | * RoninBaka has joined #drupal-support |
| [15:32:53] | * Hxh has quit (Read error: 104 (Connection reset by peer)) |
| [15:32:55] | * Hxh_ has joined #drupal-support |
| [15:32:58] | * Hxh_ is now known as Hxh |
| [15:33:02] | * Anon4321b has quit (Read error: 104 (Connection reset by peer)) |
| [15:33:07] | * Anon4321b has joined #drupal-support |
| [15:35:11] | <VanDerKeen> | What is choose for new site? Derupal 5.7 or Drupal 6? |
| [15:35:43] | <gnat42> | 6 is new, but not all modules support it, they are moving along, but not all |
| [15:35:54] | * davidstrauss has joined #drupal-support |
| [15:36:03] | * yoroy has quit () |
| [15:37:56] | <fantomas_> | netron1234: apache is not in charge - same result with lighttpd |
| [15:38:20] | <fantomas_> | netron1234: I can upload same problematic files via FTP on vsftpd |
| [15:39:41] | * markos_ has joined #drupal-support |
| [15:40:01] | <wooboodoo> | I put in mytheme/style.css ul {list-style-type: none;}. But in block crated in view I still got discs punctation. How I can change this? |
| [15:41:11] | <netron1234> | fantomas... maybe its php multilingual support? |
| [15:41:18] | * zwiep` has quit ("this laptop has gone to sleep") |
| [15:41:25] | <baalsgate> | any sugestions for a newsletter module ? |
| [15:41:59] | <wooboodoo> | and secon question, how produce block with list but with records 2-10 (not 1-10) |
| [15:42:12] | * canen has joined #drupal-support |
| [15:42:19] | * aslak has quit (Remote closed the connection) |
| [15:42:24] | <wooboodoo> | first record will be put into other block in ither format |
| [15:42:41] | <netron1234> | baalsgate: have hooks going into SugarCRM or salesforce. folks will be asking for that.. but maybe for a later release... |
| [15:43:51] | * solidad_ has quit ("Leaving") |
| [15:43:58] | <baalsgate> | ok thanks |
| [15:44:58] | * stompeers_ has joined #drupal-support |
| [15:45:15] | * dchakrab has quit () |
| [15:45:51] | * hydrian has joined #drupal-support |
| [15:46:40] | <wooboodoo> | i found |
| [15:46:48] | <wooboodoo> | items to display and offset |
| [15:46:57] | * Roelven has quit () |
| [15:49:58] | * erifneerg has left #drupal-support () |
| [15:52:34] | * Nikki_ has joined #drupal-support |
| [15:52:43] | * owahab has joined #drupal-support |
| [15:54:28] | * jonhattan has joined #drupal-support |
| [15:54:49] | * stompeers has quit (Connection timed out) |
| [15:54:49] | * cirotix has quit (Read error: 104 (Connection reset by peer)) |
| [15:54:54] | * cirotix has joined #drupal-support |
| [15:55:52] | * valcker has quit (Connection timed out) |
| [15:56:02] | * cpgeek has quit () |
| [15:56:16] | * samrose has joined #drupal-support |
| [15:57:00] | * Inferus has quit () |
| [15:57:11] | * netron1234 has quit ("leaving") |
| [15:57:12] | * xx_xx_xx has quit () |
| [15:58:19] | * nikkiana has joined #drupal-support |
| [15:59:01] | * free has joined #drupal-support |
| [15:59:07] | <free> | hi @ all |
| [15:59:19] | * nonsie has joined #drupal-support |
| [15:59:27] | <free> | i want to organize some rooms in my town with drupal |
| [15:59:36] | <free> | is there a module to realize that? |
| [16:00:03] | <free> | a town member should be able to book the room |
| [16:00:03] | * adminGuy has quit () |
| [16:00:19] | <free> | and the others should see a timetable |
| [16:00:24] | <deviantintegral_> | anyone here looked at the "Drupal 5 Themes" book? Is it good for those interested in theming with little-to-no PHP experience? |
| [16:00:43] | * yo2lux has joined #drupal-support |
| [16:01:47] | <yo2lux> | Is possible to prevent drupal to output the default theme in block ? For example: <div class="content"></div> |
| [16:02:59] | * free has quit (Client Quit) |
| [16:04:11] | * adminGuy has joined #drupal-support |
| [16:05:19] | * afidegnum has joined #drupal-support |
| [16:05:59] | * McGo has quit () |
| [16:05:59] | * zamba has quit (Connection timed out) |
| [16:07:20] | * matason has quit () |
| [16:07:52] | * roam has left #drupal-support () |
| [16:08:24] | * develCuy has joined #drupal-support |
| [16:08:34] | * bin has quit ("Leaving") |
| [16:11:05] | * adminGuy_ has joined #drupal-support |
| [16:12:10] | * Anon4321c has joined #drupal-support |
| [16:12:14] | * andrei23_ has joined #drupal-support |
| [16:12:15] | * kostly_ has joined #drupal-support |
| [16:12:44] | * stompeers has joined #drupal-support |
| [16:13:05] | * yo2lux has quit (Read error: 104 (Connection reset by peer)) |
| [16:13:35] | * afidegnum1 has quit (Read error: 110 (Connection timed out)) |
| [16:14:17] | * cabbiepete_ has joined #drupal-support |
| [16:15:35] | * DfOUR has joined #drupal-support |
| [16:17:04] | * andrei23_ has quit (Client Quit) |
| [16:18:06] | * cabbiepete_ has quit (Read error: 104 (Connection reset by peer)) |
| [16:18:28] | * cabbiepete_ has joined #drupal-support |
| [16:19:01] | * sebke has quit (Read error: 60 (Operation timed out)) |
| [16:19:29] | * stompeers__ has joined #drupal-support |
| [16:19:38] | * stompeers_ has quit (Read error: 110 (Connection timed out)) |
| [16:21:25] | <baalsgate> | in the main page is there a way to limit the description length ? |
| [16:21:38] | <RobertLaptop> | yes |
| [16:22:46] | * esmerel has quit (Read error: 104 (Connection reset by peer)) |
| [16:22:53] | * [1]esmerel has joined #drupal-support |
| [16:23:11] | <RobertLaptop> | Manually use break commad or automaticly using /admin/content/node-settings |
| [16:23:15] | * ultimateboy has joined #drupal-support |
| [16:23:20] | * walo has joined #drupal-support |
| [16:23:46] | * budda has quit ("something about something.") |
| [16:23:56] | * jdatema has joined #drupal-support |
| [16:24:10] | <walo> | hi! i want to load all the profile fields with their data also the fields with no data, somebody knows ho to build it? with SQL could be |
| [16:24:59] | <walo> | load all profile_fields data and all profile_values |
| [16:25:30] | * tassoman has joined #drupal-support |
| [16:26:06] | * tassoman has left #drupal-support () |
| [16:26:08] | * jak_ has joined #drupal-support |
| [16:26:12] | * cgardner has joined #drupal-support |
| [16:26:14] | <jak_> | hi to all |
| [16:26:37] | <jak_> | anybody know how to identify a textarea id create with cck? |
| [16:26:43] | * Drupup has joined #drupal-support |
| [16:26:51] | * sdboyer-laptop has joined #drupal-support |
| [16:27:13] | * Anon4321b has quit (Read error: 110 (Connection timed out)) |
| [16:28:03] | * adminGuy has quit (Read error: 110 (Connection timed out)) |
| [16:28:15] | * Haza`` has quit (Read error: 113 (No route to host)) |
| [16:28:41] | <jak_> | ok i found it in the source code of the page |
| [16:28:41] | * kostly has quit (Read error: 110 (Connection timed out)) |
| [16:28:42] | <RobertLaptop> | walo check out http://drupal.pastebin.com/d496e427d |
| [16:28:44] | <jak_> | thanks! |
| [16:28:46] | * japerry has joined #drupal-support |
| [16:28:48] | * jak_ has left #drupal-support ("Konversation terminated!") |
| [16:29:05] | <RobertLaptop> | that is the code I use in user_register_notifty |
| [16:30:04] | <walo> | RobertLaptop: ok i'll try thanks! |
| [16:30:19] | * sdboyer-laptop has quit (Remote closed the connection) |
| [16:30:44] | * cabbiepete has quit (No route to host) |
| [16:30:48] | * dchakrab has joined #drupal-support |
| [16:30:54] | * JimBroad has joined #drupal-support |
| [16:30:57] | * sdboyer-laptop has joined #drupal-support |
| [16:31:38] | <walo> | RobertLaptop: well i just get the fields with values in profile_values table, now i need to lad the empty fields too |
| [16:31:42] | * Drupup has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [16:32:13] | * jdatema has quit () |
| [16:33:17] | * DfOUR has left #drupal-support () |
| [16:35:12] | * stompeers has quit (Read error: 113 (No route to host)) |
| [16:35:42] | * sayers has joined #drupal-support |
| [16:35:52] | <walo> | it's almos done but i get the empty fields with values |
| [16:35:54] | <walo> | SELECT a.name,b.value FROM profile_fields a, profile_values b |
| [16:35:55] | <walo> | WHERE |
| [16:35:57] | <walo> | a.fid = b.fid |
| [16:35:59] | <walo> | AND b.uid = 1 |
| [16:36:00] | <walo> | OR |
| [16:36:02] | <walo> | a.fid NOT IN ( |
| [16:36:04] | <walo> | SELECT fid FROM profile_values |
| [16:36:05] | <walo> | WHERE uid = 1 |
| [16:36:07] | <walo> | ) |
| [16:36:09] | <walo> | GROUP BY a.fid |
| [16:36:16] | <sayers> | How do you get all the blog posts off the main page of the site? |
| [16:36:38] | * catch has joined #drupal-support |
| [16:37:55] | * fantomas_ has quit ("Lost terminal") |
| [16:38:14] | * Drupup has joined #drupal-support |
| [16:39:28] | * Drupup has quit (Client Quit) |
| [16:40:42] | * Bes` has quit ("power off") |
| [16:40:59] | * cgardner has quit () |
| [16:43:18] | * eL has joined #drupal-support |
| [16:44:06] | * drupalmannen has quit () |
| [16:44:26] | * cgardner has joined #drupal-support |
| [16:44:42] | * sutha has joined #drupal-support |
| [16:44:54] | * eL has quit (Client Quit) |
| [16:46:25] | * cabbiepete_ has quit (Remote closed the connection) |
| [16:47:04] | * cabbiepete has joined #drupal-support |
| [16:49:44] | * edkwh has quit () |
| [16:50:01] | * adminGuy_ has quit () |
| [16:50:16] | * mordecai has joined #drupal-support |
| [16:50:33] | * xushi has joined #drupal-support |
| [16:51:02] | * japerry has quit () |
| [16:51:26] | * sebke has joined #drupal-support |
| [16:51:30] | * Londres has joined #drupal-support |
| [16:51:43] | <RobertLaptop> | walo I don't really have time to look that up right now |
| [16:52:00] | * japerry has joined #drupal-support |
| [16:52:14] | <RobertLaptop> | sayers. Go into content types and modify blog so by default it doesn't have the check for publish to front page. |
| [16:52:31] | * adminGuy has joined #drupal-support |
| [16:52:32] | <RobertLaptop> | sayers or create a custom view. |
| [16:52:33] | <walo> | RobertLaptop: thanks! |
| [16:53:08] | <RobertLaptop> | Sayers this can help with custom front pages. http://drupalzilla.com/tutorial/theming/drupal-custom-front-page |
| [16:53:12] | * cgardner has left #drupal-support () |
| [16:53:15] | * cgardner has joined #drupal-support |
| [16:53:16] | * vinceyoumans has joined #drupal-support |
| [16:54:04] | * kling0n has quit ("Leaving") |
| [16:54:17] | <vinceyoumans> | I know about the webform in Drupal 6, but is there a way that I can create forms for guest visitors. I setup a CCK form, but I can not figure out how to make it work for everyone |
| [16:54:23] | * nei_rauni has joined #drupal-support |
| [16:54:40] | * Zarabadoo1 has joined #drupal-support |
| [16:55:50] | <Londres> | ?: has anyone ever seen something like this before... http://westendcommunitycenter.com/site/?q=node/1 (garbled text on front page and then again on random nodes... is this an .htaccess conflict?) |
| [16:56:21] | <baalsgate> | why is there not a menu for "node-settings" |
| [16:56:46] | <sayers> | RobertLaptop, where will the Blog posts go now that they aren't published to the front page? |
| [16:58:03] | <nicdc> | What dose "The content access permissions need to be rebuilt" mean? |
| [16:58:10] | <RobertLaptop> | Genreally you can still get to them via /blog/usernumber or if you use pathauto you can define the format. |
| [16:58:27] | * nimzie has joined #drupal-support |
| [16:58:43] | * Jonathan_R has quit (Read error: 110 (Connection timed out)) |
| [16:58:59] | <RobertLaptop> | sayers: Genreally you can still get to them via /blog/usernumber or if you use pathauto you can define the format. |
| [16:59:30] | <sayers> | RobertLaptop, so I'd need to make a page with all the links to the blog posts? |
| [17:00:05] | <RobertLaptop> | If you wanted just a link page. |
| [17:00:47] | * cirotix has quit (Read error: 110 (Connection timed out)) |
| [17:01:18] | <RobertLaptop> | sayers: /blog/ is kinda like the frontpage for blogs. It lists just the lastest and greatest. |
| [17:01:52] | <sayers> | RobertLaptop, I don't have that directory |
| [17:02:32] | * guardian has quit () |
| [17:02:52] | <baalsgate> | where do i find the path auto alaises ?/ |
| [17:03:10] | <RobertLaptop> | sayer do you have any blog posts? I do have it both on 6 and 5. http://middleswarth.net/blog/ |
| [17:03:21] | <deviantintegral_> | baalsgate: admin/settings/pathauto |
| [17:03:32] | <RobertLaptop> | ballsgate pathauto is a contrib module do you have that installed? |
| [17:03:35] | <baalsgate> | nar not that |
| [17:03:55] | <baalsgate> | the bit where is has the url |
| [17:04:31] | <baalsgate> | i have some that are messed up with .1's |
| [17:04:50] | <RobertLaptop> | OK existing paths. |
| [17:04:59] | * sebke has quit (Read error: 104 (Connection reset by peer)) |
| [17:05:05] | <sayers> | RobertLaptop, Yes I have blog posts up |
| [17:05:21] | <baalsgate> | i dont know what its called but ive fixed this before if i could only find where |
| [17:05:30] | <RobertLaptop> | balalsgate /admin/build/path |
| [17:05:46] | <RobertLaptop> | then you should have /blog |
| [17:05:57] | <baalsgate> | great thats it :) |
| [17:06:17] | * illmatix has joined #drupal-support |
| [17:06:21] | <nearlythere> | vinceyoumans, did you try making a custom content type - and give permissions to 'anonymous user' for that content type? in admin/user/access |
| [17:06:37] | <RobertLaptop> | baalsgate -0 tend to happen with everything before it already exists. |
| [17:06:54] | * negonicrac has joined #drupal-support |
| [17:07:45] | <sayers> | RobertLaptop, Do I need an additonal module to get a /blogs/ |
| [17:07:51] | * Semhirage has quit ("Leaving") |
| [17:08:00] | <baalsgate> | whats blogs? |
| [17:08:30] | * tomfriedhof_ has joined #drupal-support |
| [17:08:35] | <RobertLaptop> | sayer: /blog not /blogs |
| [17:09:05] | <nearlythere> | sayer: if you have the core module "blog" ticked in admin/build/modules then you will have the /blog listing that RobertLaptop is talking about |
| [17:09:11] | <sayers> | RobertLaptop, that isn't there. |
| [17:09:40] | <RobertLaptop> | sayers is you site public? |
| [17:09:52] | <sayers> | RobertLaptop, I'm pretty sure.. |
| [17:09:56] | * pepeillo has joined #drupal-support |
| [17:10:01] | <nearlythere> | sayers: are you using a custom content type for your blog posts/ or the default module listed under "core" in admin/build/modules |
| [17:10:03] | <sayers> | nearlythere, yes that's ticked. |
| [17:10:03] | <RobertLaptop> | sayers url? |
| [17:10:18] | <sayers> | RobertLaptop, www.teenlinuxlounge.com |
| [17:10:29] | <pepeillo> | has someone worked with the views_grid module? I would like to know how can I add fields to this view and then output them in the page |
| [17:10:39] | <sayers> | nearlythere, I'm using the default blogs module in CORE |
| [17:10:41] | * tomfriedhof_ has quit (Client Quit) |
| [17:10:54] | <nearlythere> | ah http://www.teenlinuxlounge.com/?q=blog |
| [17:11:01] | <pepeillo> | let's say I want a grid view to which I will add creation time below every node |
| [17:11:26] | <nearlythere> | sayers : you don't have the pretty URLs so you need to add the ?q= |
| [17:11:44] | <RobertLaptop> | sayers http://www.teenlinuxlounge.com/?q=blog works. You need to get clean urls working in order to use /blog |
| [17:11:47] | <pepeillo> | grid view outputs full nodes in a grid but if I select a field it is ignored |
| [17:11:48] | * sutha has quit () |
| [17:11:50] | <sayers> | nearlythere, Alright, well by not having pretty URL's does that mean that ?q= could break |
| [17:11:50] | <RobertLaptop> | sayers sorry about that. |
| [17:12:02] | <sayers> | no problem |
| [17:12:41] | * jyg has joined #drupal-support |
| [17:13:02] | <baalsgate> | im adding a blog so i will soon know what it is ;) |
| [17:13:08] | <RobertLaptop> | sayers: clean url make things look much better I would try and get those turned on is possible |
| [17:13:35] | <sayers> | RobertLaptop, yes but it requires some nasty Apache work if you don't own the server. |
| [17:14:14] | * Zarabadoo2 has joined #drupal-support |
| [17:14:22] | * Jonathan_R has joined #drupal-support |
| [17:14:34] | * Semhirage has joined #drupal-support |
| [17:14:47] | <RobertLaptop> | sayes: I guess it depends on if you have mod_rewrite and .htaccess files enabled. If you do it is really simple. |
| [17:14:50] | <nearlythere> | sayers: you don't need clean URLs, it's no worries. just keep in mind in IRC, and on forum that of people say go to URL x/x/x you need to append ?q= before it |
| [17:15:06] | <sayers> | no problem |
| [17:15:16] | * Zarabadoo3 has joined #drupal-support |
| [17:15:18] | <sayers> | thanks for the help |
| [17:15:18] | <baalsgate> | can a blog be private ? |
| [17:15:20] | <jyg> | i've created a content type with imagefields, when I edit the content type I can see the images involved, but when viewing the content the image doesn't show |
| [17:15:24] | <jyg> | i've done no custom theming for the content type of imagefields |
| [17:15:29] | <vinceyoumans> | Please do not just type into this tab, use an actual command instead. |
| [17:15:39] | <jyg> | is there something else that needs to be turned on for imnagefields to view? |
| [17:15:57] | <nearlythere> | @baalsgate yes, any content type can be made "private" by changing the access rights in /admin/user/access |
| [17:16:05] | * MikeyLikesIt has quit () |
| [17:16:07] | * batman1983 has joined #drupal-support |
| [17:16:49] | * Zarabadoo has quit (Read error: 113 (No route to host)) |
| [17:18:08] | <RobertLaptop> | Sayers, nearlythere it does make a diff in search results most search engines drop off everything after the ? so you site flats really badly in many search engines not to mention if htaccess isn't enabled core files are accessible by anyone who guesses the file name. |
| [17:18:15] | <vinceyoumans> | ok... I created the CCK form that I want to add, but I can not figure outhow to add it to the menu... any sugestions? |
| [17:18:30] | <baalsgate> | nearlythere that does not make it private |
| [17:19:12] | <nearlythere> | @baalsgate - ah i guess i don't know what you mean by private. i thought you meant, private as in not available to the public. my bad. |
| [17:19:15] | <jyg> | vinceyoumans, you can either create a menu entry that points to the node of your form, or i bet the form edit has a menu option |
| [17:20:56] | * Zarabadoo1 has quit (Read error: 60 (Operation timed out)) |
| [17:22:29] | <baalsgate> | nearlythere yes thats what i mean but no it does not do it |
| [17:23:50] | <nearlythere> | baalsgate: i'm confused, what do you mean by private? or what is not working? who can see it that you don't want to see it? |
| [17:25:10] | * mordecai has quit ("I go bye bye") |
| [17:26:20] | * Haza`` has joined #drupal-support |
| [17:26:26] | <baalsgate> | i started a blog as administrator open ie "not logged in " and under receint posts as "anonomus" i can read the administrator blog |
| [17:26:30] | <vinceyoumans> | well, same question. I set up a cck form, and I want to put it on my menu so that unauthenticated users can submit requests... I have the form on my primary menu, and it is showing for unauthenticated, but only a couple fields are showing. what am I doing wrong here? |
| [17:26:40] | <baalsgate> | that seems to suggest to me its not private |
| [17:26:58] | * McGo has joined #drupal-support |
| [17:28:19] | * Zarabadoo has joined #drupal-support |
| [17:28:34] | <nearlythere> | @baalsgate... ah i getcha |
| [17:31:11] | * eL has joined #drupal-support |
| [17:31:11] | * Londres has quit (Read error: 104 (Connection reset by peer)) |
| [17:31:12] | * esmerel-laptop has joined #drupal-support |
| [17:32:04] | * Zarabadoo2 has quit (Connection timed out) |
| [17:32:07] | <vinceyoumans> | well, I solved the problem.... and webform is much simpler... |
| [17:32:16] | * nimzie has quit ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") |
| [17:32:29] | * snufkin has quit ("return(0);") |
| [17:32:32] | <nearlythere> | @vinceyoumans: grats :) |
| [17:32:35] | <vinceyoumans> | you have to give permissions not only to the role, but also the individual fields permission to edit and view the roles |
| [17:32:46] | <vinceyoumans> | yes, but webforms is much better... and faster to setup |
| [17:33:31] | <baalsgate> | so blogs are rather not good |
| [17:34:46] | * tech9iner has joined #drupal-support |
| [17:35:17] | * kostly_ is now known as Kostly |
| [17:36:26] | * fago has quit (Read error: 113 (No route to host)) |
| [17:37:37] | * MediaDoneRight has joined #drupal-support |
| [17:39:07] | * sebke has joined #drupal-support |
| [17:39:07] | <batman1983> | how can i display 6/4 nodes in a view with the views-bonus package (2 columns) |
| [17:39:20] | * Devo has joined #drupal-support |
| [17:39:49] | <Devo> | Hi, what would be the best was in drupal 6 to set user/login as the homepage if the user isnt logged in, and a different page if they are logged in? |
| [17:39:59] | * highermath has joined #drupal-support |
| [17:40:16] | * evolvedideas has joined #drupal-support |
| [17:41:01] | * guardian has joined #drupal-support |
| [17:41:29] | <sayers> | I've enabled the blogging API how do I aggregate my posts in? |
| [17:41:48] | <baalsgate> | how come the permisions are not hireditory I set the parent folder in a forum to administrator only post a comment in it and the dam comment is viewable by anonymous ?? |
| [17:46:24] | <highermath> | sayers: /blog/# (# is blog id) |
| [17:46:37] | * manuee has quit (Read error: 104 (Connection reset by peer)) |
| [17:46:45] | * Zarabadoo3 has quit (Connection timed out) |
| [17:46:47] | <sayers> | highermath, I mean if I had a blog on blogger and want drupal to pull it |
| [17:47:19] | * maynards-girl has quit (Remote closed the connection) |
| [17:47:45] | * maynards-girl has joined #drupal-support |
| [17:47:54] | <RobertLaptop> | sayers if you figure that one out let me know. I would like to find a way to grab that myself. |
| [17:48:42] | <sayers> | there is a module called Planet |
| [17:48:42] | <baalsgate> | I would just like some dam access control to work ! |
| [17:48:48] | <sayers> | BUT it's not made for 6 |
| [17:50:12] | * jenlampton has joined #drupal-support |
| [17:50:18] | * Haza` has joined #drupal-support |
| [17:50:39] | * develCuy has quit ("Ex-Chat") |
| [17:51:47] | * ingo86_away is now known as ingo86 |
| [17:53:07] | * jacobroufa has joined #drupal-support |
| [17:53:11] | * CroX has quit (Remote closed the connection) |
| [17:53:20] | * dougvann has joined #drupal-support |
| [17:53:33] | <jacobroufa> | hey room |
| [17:53:35] | <highermath> | sayers: So you want to import posts from an external blog to your site? |
| [17:53:42] | * ultimateboy has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008061004]") |
| [17:53:48] | <sayers> | highermath, yes |
| [17:53:58] | <highermath> | sayers: and you are D6 |
| [17:54:02] | <sayers> | yep |
| [17:54:28] | <ynn_> | anyone know about an issue displaying multiple fivestar ratings on a node? |
| [17:55:35] | * CroX has joined #drupal-support |
| [17:55:52] | <highermath> | sayers: I don't think that blogapi does that - it goes in the other direction. The first question is: does blogger have an api that you can tap into to grab them (or do they offer the complete posts vis rss) |
| [17:56:03] | <sayers> | highermath, yeah I noticed. |
| [17:56:36] | * McGo has quit () |
| [17:56:54] | <ynn_> | ie rather then http://imagebin.org/21910 i'm getting http://imagebin.org/21916 |
| [17:57:00] | <ynn_> | suggestions? |
| [17:57:54] | * fo2sh has joined #drupal-support |
| [17:58:07] | * negonicrac has quit ("Ex-Chat") |
| [17:59:39] | <jacobroufa> | im trying to input a default value for a field in a new content type. it keeps telling me im giving it an incorrect value. |
| [17:59:56] | * Michelle has quit () |
| [18:00:08] | <highermath> | sayers: you might glance at the XML Content module if there is an API for the content. There are a few D5 modules that would be helpful, but not for you :( |
| [18:00:09] | <jacobroufa> | im giving it the expected format |
| [18:00:25] | * negonicrac has joined #drupal-support |
| [18:00:30] | <sayers> | I'll just wait then |
| [18:00:30] | * negonicrac has quit (Read error: 104 (Connection reset by peer)) |
| [18:00:38] | <jacobroufa> | but its not a correct value apparently. i want to be able to reference another field and fill out this field based on another one. |
| [18:00:40] | <baalsgate> | there are some seriously flawed programing in the access control |
| [18:00:53] | * edkwh has joined #drupal-support |
| [18:00:56] | * tech9iner has left #drupal-support ("Konversation terminated!") |
| [18:01:53] | <baalsgate> | if anonymous is given access to read comments it breaks past a forum that has only got administrator access enabled on the node |
| [18:02:40] | <baalsgate> | that to me seems umm wrong |
| [18:03:41] | <baalsgate> | i want anonymous to see comments in other forum topics |
| [18:04:15] | <baalsgate> | is it just me ? |
| [18:04:24] | * Zarabadoo has quit (Read error: 104 (Connection reset by peer)) |
| [18:06:21] | * sebke has quit (Read error: 104 (Connection reset by peer)) |
| [18:06:47] | * afidegnum1 has joined #drupal-support |
| [18:07:53] | * manuee has joined #drupal-support |
| [18:08:03] | * edkwh has quit () |
| [18:09:58] | * nitrospectide has quit () |
| [18:09:58] | * baalsgate has quit ("Thanks for helping :)") |
| [18:10:06] | * sutha has joined #drupal-support |
| [18:10:07] | * frando has quit () |
| [18:10:21] | * nitrospectide has joined #drupal-support |
| [18:10:27] | * JohnAlbin_ has joined #drupal-support |
| [18:10:36] | * JohnAlbin has quit (Connection timed out) |
| [18:11:13] | * JohnAlbin_ is now known as JohnAlbin |
| [18:14:04] | * theblackbox has joined #drupal-support |
| [18:14:33] | * ynn_ has quit () |
| [18:15:00] | * christefano has quit () |
| [18:17:52] | * modular^ has joined #drupal-support |
| [18:20:47] | * afidegnum has quit (Connection timed out) |
| [18:21:02] | * trevortwining has joined #drupal-support |
| [18:21:07] | * andreasma has joined #drupal-support |
| [18:21:32] | * flabberkenny has joined #drupal-support |
| [18:21:34] | * McGo has joined #drupal-support |
| [18:21:34] | * Thomas_Zahreddi1 has quit (Read error: 104 (Connection reset by peer)) |
| [18:22:15] | * Thomas_Zahreddin has joined #drupal-support |
| [18:24:24] | * MartinCleaver has joined #drupal-support |
| [18:25:10] | <MartinCleaver> | Does Drupal have a node migration tool? |
| [18:25:19] | <MartinCleaver> | I need to move half the content of a site onto a separate site |
| [18:25:27] | * Drupup has joined #drupal-support |
| [18:25:56] | * Sero has quit (No route to host) |
| [18:28:28] | <webavant> | NikLP: heya |
| [18:28:37] | * pepeillo has left #drupal-support ("Abandonando") |
| [18:28:41] | <NikLP> | webavant: tony! where the hell have you been hiding... |
| [18:28:48] | <webavant> | NikLP: off and on |
| [18:29:16] | <webavant> | Do you have any idea what would cause a node/edit and node/add to not submit, but just refresh the page unchanged? |
| [18:29:39] | <NikLP> | got any custom code floating about that might be doing it...? |
| [18:29:42] | <webavant> | NikLP: I summoned you during a time of need! |
| [18:29:52] | <NikLP> | as per... :p |
| [18:30:02] | <webavant> | Well, it is only happening on one server. |
| [18:30:09] | <webavant> | It works fine on another server, carbon-copy. |
| [18:30:18] | <NikLP> | ooh weird |
| [18:30:31] | <NikLP> | clear your sessions table, delete all your site cookies...? |
| [18:30:43] | <webavant> | Hmmm didn't think of that. |
| [18:30:53] | <webavant> | I should mention, there are no errors/warnings. |
| [18:30:54] | <dougvann> | i backed up my entire www dir from command line this a.m. now when i "ls" it shows the backed up dir as flashing red? anyone know why? |
| [18:30:56] | <NikLP> | aye |
| [18:31:09] | <NikLP> | dougvann: critical space? |
| [18:31:27] | <dougvann> | !! as in disk space? |
| [18:31:31] | <NikLP> | aye |
| [18:31:40] | <NikLP> | maybe, I mean! :) |
| [18:31:42] | <NikLP> | guessing :p |
| [18:31:51] | <dougvann> | hmm. what command cani use to show disk useage? |
| [18:32:56] | * cwgordon7 has joined #drupal-support |
| [18:32:58] | <NikLP> | don't know, depends on your system etc, I suppose - it's probably something to do with your disk quota, so try "g disk flash red usage" or (-usage it might not be that...) |
| [18:33:01] | <gnat42> | du -hs or df -h |
| [18:33:12] | <gnat42> | if linux |
| [18:34:13] | * tomdeb has quit (Remote closed the connection) |
| [18:34:43] | * tomdeb has joined #drupal-support |
| [18:36:14] | <dougvann> | gnat42: the > du -hs is just hanging |
| [18:36:24] | <dougvann> | im on a redhat distro |
| [18:36:59] | <gnat42> | it takes time depending on CWD |
| [18:37:07] | <gnat42> | if you want the size of a particular dir |
| [18:37:12] | <gnat42> | du -hs /path/to/dir |
| [18:38:01] | <dougvann> | i also have WHM on this box and i just checked. it says HDD is fine. |
| [18:38:11] | * cirotix has joined #drupal-support |
| [18:38:19] | <dougvann> | hmm so i still dont know what a read flashing dir name means |
| [18:38:22] | <dougvann> | read |
| [18:38:37] | <dougvann> | !! i cant spell red! ;-) |
| [18:40:29] | <SodaKiller> | helo |
| [18:40:48] | * egoleo has quit (Remote closed the connection) |
| [18:40:48] | <Drupup> | hi. I'd like to set up an association between two content types, using CCK, but the node reference seems superfluous. I don't need a fleshed out field, just a foreign key (more or less). Is the machine-readable field name of a node reference supposed to be the NID of the other table? A particular field? |
| [18:41:20] | * ekiczek has quit () |
| [18:41:34] | * asimmonds has quit () |
| [18:41:37] | * cirotix has quit (Client Quit) |
| [18:41:39] | <dougvann> | gnat42: i tried to rm it and i got "remove symlink?" |
| [18:41:50] | <dougvann> | so apparently its a symlink NOT a copy of my WWW |
| [18:41:50] | * cirotix has joined #drupal-support |
| [18:41:56] | * coryb has quit () |
| [18:42:01] | <gnat42> | looks like it |
| [18:42:14] | <gnat42> | and red means it doesn't point anywhere, broken symlink |
| [18:42:16] | * Back2Basics has joined #drupal-support |
| [18:42:36] | <dougvann> | i thught i could cp -R www /bujuly3 |
| [18:42:39] | <dougvann> | and id be happy |
| [18:42:52] | <gnat42> | you should be able to |
| [18:42:59] | <gnat42> | except if www is already a symlink |
| [18:43:15] | <dougvann> | aha! i shouold use public_htm then |
| [18:43:23] | <nicdc> | Im getting an error: warning: call_user_func_array() What dose this mean its in evry user profile?? how can i fix it? |
| [18:43:32] | <webavant> | NikLP: so when you say 'clear the site cookies' you mean empty the sessions files in the /tmp dir on the server? |
| [18:44:37] | * sutha has quit () |
| [18:44:48] | * RandomCake______ has joined #drupal-support |
| [18:45:04] | * RandomCake______ has quit (Client Quit) |
| [18:47:19] | * Drupup has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [18:47:24] | * MartinCleaver has quit (Read error: 104 (Connection reset by peer)) |
| [18:49:10] | * coryb has joined #drupal-support |
| [18:49:36] | * adminGuy has quit () |
| [18:49:42] | <NikLP> | webavant: no I was talking about on your browser - web dev toolbar has a thingy to do that |
| [18:49:54] | <webavant> | yeah... |
| [18:49:59] | <webavant> | I tried from multiple browsers |
| [18:50:00] | <NikLP> | webavant: you could do that too tho I suppose, if it's in test |
| [18:50:03] | <NikLP> | oh right |
| [18:50:08] | <webavant> | emptied the sessions table |
| [18:50:10] | <NikLP> | you cleared the sessions table? |
| [18:50:12] | <NikLP> | doh |
| [18:50:14] | <webavant> | as per your susggestion |
| [18:50:15] | <NikLP> | hm |
| [18:50:21] | <webavant> | I should mention |
| [18:50:22] | <NikLP> | I was guessing really. |
| [18:50:26] | <NikLP> | here we go... |
| [18:50:28] | <webavant> | this all seemed to occur after moving it to the new servrer |
| [18:50:41] | <webavant> | and there are other working drupal sites on the same server |
| [18:50:45] | <NikLP> | everything else works fine? |
| [18:50:50] | <webavant> | yeah everything |
| [18:50:53] | <NikLP> | on that site? |
| [18:50:55] | <NikLP> | oh weird :p |
| [18:51:04] | <webavant> | just can't submit node/add or node/edit |
| [18:51:08] | <NikLP> | anything in htaccess? basedir? |
| [18:51:18] | <webavant> | just the default Drupal one |
| [18:51:22] | <NikLP> | fark |
| [18:51:25] | <NikLP> | erm |
| [18:51:32] | <NikLP> | you using path redirect...? |
| [18:51:36] | <NikLP> | .module |
| [18:51:48] | <webavant> | path.module? |
| [18:51:53] | <webavant> | yeah |
| [18:51:54] | <NikLP> | dumbass :p |
| [18:51:57] | <NikLP> | path_redirect.module |
| [18:52:00] | <NikLP> | obviously not |
| [18:52:02] | <webavant> | don't know that one |
| [18:52:03] | <webavant> | heh heh |
| [18:52:05] | <NikLP> | otherwise you'd have a clue :p |
| [18:52:16] | <NikLP> | errrrm |
| [18:52:35] | <NikLP> | checked what's happening in the headers...? |
| [18:52:41] | <webavant> | nope |
| [18:52:42] | <webavant> | good idea |
| [18:52:47] | <webavant> | what's the prog people use for that? |
| [18:52:54] | <NikLP> | FF ext. "liveHTTPheaders" |
| [18:52:55] | <webavant> | ethereal... |
| [18:52:57] | <webavant> | oh yeah |
| [18:53:02] | <nicdc> | Anyone Can help me? |
| [18:53:03] | <webavant> | ok here goes |
| [18:53:09] | <NikLP> | might say something in there |
| [18:53:12] | <NikLP> | one more off the list anyway |
| [18:53:13] | <NikLP> | ask? |
| [18:53:13] | <Druplicon> | Simply ask your question. No need to ask to ask. :) For example, "What does the $comment->format variable do?" will be answered much more quickly than, "Does anyone know anything about comment module?" |
| [18:53:23] | <nicdc> | Im getting an error: warning: call_user_func_array() What dose this mean its in evry user profile?? how can i fix it? |
| [18:54:12] | <webavant> | nicdc: what's the whole error? |
| [18:55:19] | <nicdc> | warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '_subscriptions_access' was given in /home/site/public_html/site/includes/menu.inc on line 450. |
| [18:55:45] | <nicdc> | is it a problem with the subscriptions module? |
| [18:57:35] | * Mek has quit (Connection reset by peer) |
| [18:58:27] | * Mek has joined #drupal-support |
| [18:58:58] | * catch has quit (Remote closed the connection) |
| [18:59:37] | * catch has joined #drupal-support |
| [19:00:46] | * RandomCake_____ has quit (Connection timed out) |
| [19:01:58] | * ekiczek has joined #drupal-support |
| [19:05:27] | * catch has quit (Remote closed the connection) |
| [19:06:18] | * catch has joined #drupal-support |
| [19:06:18] | <PatMac> | Within view argument code, how can I get the UID of the current user? |
| [19:09:07] | * Utter_laptop has joined #drupal-support |
| [19:09:08] | * Utter_laptop has quit (Remote closed the connection) |
| [19:09:18] | * afeijo has joined #drupal-support |
| [19:09:21] | <afeijo> | hi folks |
| [19:09:37] | <afeijo> | how to protect some pages, to be accesiable to authenticated user only? |
| [19:09:38] | <jacobroufa> | hey afeijo |
| [19:09:51] | <afeijo> | do I need to code a module? |
| [19:09:55] | <afeijo> | hi jacobroufa |
| [19:10:11] | * CroX has quit ("Leaving") |
| [19:10:33] | * fo2sh has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [19:11:27] | <jacobroufa> | afeijo: check out this node http://drupal.org/node/234155 |
| [19:11:28] | <Druplicon> | http://drupal.org/node/234155 => restricting node access => 1 IRC mention |
| [19:11:39] | * evolvedideas has quit () |
| [19:11:49] | * matason has joined #drupal-support |
| [19:12:36] | <afeijo> | too bad, content access module is for drupal 5, no 6 yet |
| [19:12:40] | * CroX has joined #drupal-support |
| [19:16:41] | <jacobroufa> | afeijo: not necessarily content access module. try using taxonomy access control as it can restrict view access to certain nodes. if you tag the nodes you dont want anon viewable as "internal" or something like that, then use TAC to disallow anon view priveleges for nodes tagged "internal", that should work. |
| [19:17:19] | * ChrisCharlton has joined #drupal-support |
| [19:17:27] | * ChrisCharlton has left #drupal-support () |
| [19:17:54] | <afeijo> | here my cenario: I have download menu link, anyone can see it, annon when click should take to a page that inform him to login or create a login, if its logged show the download page |
| [19:18:42] | <Devo> | Hi, what would be the best was in drupal 6 to set user/login as the homepage if the user isnt logged in, and a different page if they are logged in? |
| [19:20:03] | * Jonathan_R has quit (Read error: 110 (Connection timed out)) |
| [19:20:27] | * MartinCleaver_ has joined #drupal-support |
| [19:20:40] | * nicdc has quit (Read error: 110 (Connection timed out)) |
| [19:24:27] | * nearlythere_ has joined #drupal-support |
| [19:25:51] | * Jberg88 has quit ("This computer has gone to sleep") |
| [19:27:27] | <jacobroufa> | afeijo: http://drupal.org/project/cck_field_perms |
| [19:27:43] | <jacobroufa> | its built into cck for d6 |
| [19:27:59] | <jacobroufa> | so you can create the one node with the downloadable file attached |
| [19:28:11] | <jacobroufa> | but restrict perms to not allow anon to view that field, hence not download it |
| [19:28:45] | <jacobroufa> | and put something in that node saying "if you are logged in, you should see the download below" |
| [19:28:48] | <afeijo> | the download is specific zip files, with my delphi applications. I isnt uploaded as a node |
| [19:29:06] | * yo2lux has joined #drupal-support |
| [19:29:17] | <yo2lux> | Hi |
| [19:29:24] | <jacobroufa> | hey yo2lux |
| [19:29:24] | <afeijo> | we have a old page made in php, we are changing it all to drupal, but some stuff remain the same :) |
| [19:29:24] | <yo2lux> | someone helpe me a bit? |
| [19:29:28] | <afeijo> | hi yo2lux |
| [19:29:55] | * dtaylormi has quit ("Leaving") |
| [19:30:51] | * evolvedideas has joined #drupal-support |
| [19:32:05] | <yo2lux> | I have "my own" block module. All block module send the following to HTML: http://pastebin.com/m3bf0747 Ok Is cool but I want H2 and DIV="content" to disappear. I don't need the tags.. Any idea how to do this ? |
| [19:32:50] | <yo2lux> | I have my own tpl.php theme but default tags don't disappear |
| [19:33:07] | <yo2lux> | please help me a bit, I appreciate any answer! |
| [19:38:05] | * ins\away is now known as ins\ |
| [19:38:17] | * nearlythere has quit (Read error: 110 (Connection timed out)) |
| [19:38:37] | * cpgeek has joined #drupal-support |
| [19:40:16] | * valcker has joined #drupal-support |
| [19:41:15] | * ynn has joined #drupal-support |
| [19:43:13] | * catch has quit (Remote closed the connection) |
| [19:43:54] | * catch has joined #drupal-support |
| [19:45:53] | * sirkitree has quit () |
| [19:46:10] | * Jonathan_R has joined #drupal-support |
| [19:46:15] | * e-anima has joined #drupal-support |
| [19:46:16] | * develCuy has joined #drupal-support |
| [19:46:35] | * ipwa has joined #drupal-support |
| [19:48:00] | * andreasma has quit ("Verlassend") |
| [19:48:37] | * yo2lux has quit () |
| [19:48:49] | * kthomas_vh has joined #drupal-support |
| [19:53:10] | * cpgeek has quit () |
| [19:53:38] | * nonsie has quit ("Miranda IM! Smaller, Faster, Easier. http://miranda-im.org") |
| [19:55:00] | * ekiczek has quit () |
| [19:55:56] | * nearlythere_ has quit (Read error: 110 (Connection timed out)) |
| [19:56:21] | * grndlvl has joined #drupal-support |
| [19:56:44] | * liquidcms has quit (Read error: 104 (Connection reset by peer)) |
| [19:56:54] | * e-anima2 has quit (Read error: 110 (Connection timed out)) |
| [19:59:17] | * liquidcms has joined #drupal-support |
| [19:59:42] | <vinceyoumans> | problem with menus... i am trying to get the children of the primary links to display on the secondary menu block... but I can not get this work.. help |
| [19:59:49] | <afidegnum1> | hello |
| [19:59:54] | <afidegnum1> | pls I am back again! |
| [20:00:15] | * Jberg88 has joined #drupal-support |
| [20:01:26] | * RMuilwijk has joined #drupal-support |
| [20:01:56] | * armetiz has joined #drupal-support |
| [20:01:59] | * nearlythere has joined #drupal-support |
| [20:02:01] | <armetiz> | hi everyone, how are you ? |
| [20:02:20] | * Excallibur has joined #drupal-support |
| [20:02:24] | * harurenu has joined #drupal-support |
| [20:03:40] | * walo has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [20:08:14] | * pcorbett has joined #drupal-support |
| [20:08:43] | * NikLP has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040413]") |
| [20:09:32] | * Jonathan_R has quit (Read error: 110 (Connection timed out)) |
| [20:09:34] | <pcorbett> | Is it common for views data to be written to and pulled from the cache and views_cache tables when you're not on a page that uses that view? |
| [20:09:50] | * nielsbom has joined #drupal-support |
| [20:10:09] | <afidegnum1> | pls anyone aware of drupal module responsible for auction, but in this case it instead of a higher bidder, It will rather be a lower bidder. there si also going to be an escrow facility |
| [20:11:10] | * Rikkimaru has joined #drupal-support |
| [20:12:09] | <Rikkimaru> | I'm trying to use fckeditor on only some of the content types on my website. When I exclude by alias (such as foo/*), it does not work because the edit url is node/27/edit. Anyone know of an easy solution to this? |
| [20:13:44] | <armetiz> | someone free to help me with menu module ? |
| [20:14:04] | * Back2Basics has quit () |
| [20:14:19] | <armetiz> | i want add an item with a dynamic path like "/path/$args[1]/other_path" ? any idea ? |
| [20:14:33] | * veo-d2 has quit (Read error: 110 (Connection timed out)) |
| [20:15:19] | * xushi has quit () |
| [20:15:32] | <armetiz> | like "my blog" do, but i can edit him because it's lock |
| [20:16:01] | <afidegnum1> | pls anyone aware of drupal module responsible for auction, but in this case it instead of a higher bidder, It will rather be a lower bidder. there si also going to be an escrow facility |
| [20:16:05] | * isaac_niebeling has joined #drupal-support |
| [20:16:10] | <vinceyoumans> | I used LOCALMENU in the past to make this work... I am an idiot... shoud have known this |
| [20:16:18] | * Utter has quit ("Leaving...") |
| [20:16:59] | * sirkitree has joined #drupal-support |
| [20:17:05] | * manuee has quit (Read error: 110 (Connection timed out)) |
| [20:17:27] | * manuee has joined #drupal-support |
| [20:17:50] | * uniXrex has joined #drupal-support |
| [20:17:55] | <isaac_niebeling> | anybody have any issues with revision_moderation losing data from other modules? I'm using Node Hierarchy and Locations; in NH's case, publishing moderated revisions loses NH's order_by value, and in Location's case, it loses the Province / State value. :S |
| [20:18:39] | * mikl has quit () |
| [20:19:22] | <bryanUC> | question about caching - PDD says that 'complex PHP data types must be serialized first' - so, if I'm just storing HTML code, can $data be set to exactly what the page's output is in my module? |
| [20:19:40] | <uniXrex> | I have this contact list. It has about 500 members. I would like to be able to use some kind of plugin or module to work like this. When you go to the Members page, you have the letters of the alphabet in a row. When you click A, everyone with the last name A appears, when you click F, everybody with the last name F appears. Does anyone know how to do this? Any help is greatly appreciated and thanks in advance.. |
| [20:20:43] | * Lark has joined #drupal-support |
| [20:22:19] | * threexk has joined #drupal-support |
| [20:22:19] | <dougvann> | im about to import an sql file into my d5.7 site. i will put the site in maintenance mode first then do i simply use phpMyAdmin to import the backedup SQL file? |
| [20:23:00] | <vinceyoumans> | help again... I just added a module, now my whole module screen goes white, so I can not turn the module off.. is there a way to manually turn a module off? |
| [20:23:38] | * MediaDoneRight has quit (Read error: 104 (Connection reset by peer)) |
| [20:23:50] | * MediaDoneRight has joined #drupal-support |
| [20:24:19] | <uniXrex> | can you code PHP into Drupal? |
| [20:24:22] | <bryanUC> | dougvann: what's in the sql file? |
| [20:24:49] | <dougvann> | the whole database |
| [20:25:17] | <bryanUC> | is the DB you're importing into currently empty? |
| [20:25:41] | <trevortwining> | vinceyoumans: can you get into the database via phpmyadmin or command line? |
| [20:26:39] | <uniXrex> | can you code PHP into Drupal? Like for example, when you go to Create Content -> Page - you can enter HTML into the "Body" box - the "Body" box being the majority of the content of the page. HTML works fine in there, in fact you can even choose what type of HTML you put it there. However, can you put PHP into the box and can Drupal render it? |
| [20:27:26] | <trevortwining> | uniXrex: yes, in 5.x you (admin) can do it by default, in 6.x you need to activate it explicitly. |
| [20:27:53] | <trevortwining> | just change the input format to PHP code |
| [20:27:56] | <uniXrex> | trevortwining, how do you activate it explicity? |
| [20:27:57] | <uniXrex> | ah |
| [20:28:07] | <uniXrex> | does it need a plugin? |
| [20:28:09] | <trevortwining> | uniXrex: you're in 6 |
| [20:28:16] | <uniXrex> | trevortwining, yes I am |
| [20:28:20] | * tr_ has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.14/2008040413]") |
| [20:28:23] | * threexk has quit (Read error: 104 (Connection reset by peer)) |
| [20:28:28] | * mikl has joined #drupal-support |
| [20:28:33] | <vinceyoumans> | so just manually turn off modules... scarry... thats all there is to it? |
| [20:28:34] | <trevortwining> | yeah it's a core module, but not enabled by default |
| [20:28:50] | <uniXrex> | trevortwining, right...I think I remembered it... |
| [20:28:54] | <uniXrex> | *remember |
| [20:29:10] | <dougvann> | bryanUC: no its full of data |
| [20:29:19] | <trevortwining> | vinceyoumans: yep, just turn status to 0 in the system table |
| [20:29:33] | <trevortwining> | vinceyoumans: do one at a time until you're site comes back online. |
| [20:29:43] | * threexk has joined #drupal-support |
| [20:30:13] | <trevortwining> | or increase the amount of available ram, as that's usually the problem with a white screen of death. |
| [20:30:28] | <bryanUC> | dougvann: what is your goal with importing the full DB (trying to help you not mess things up in the db) |
| [20:30:40] | <dougvann> | help appreciated! |
| [20:30:51] | * gnat42 has left #drupal-support () |
| [20:31:05] | <dougvann> | the reson for inporting the DB is that some changes where made to the siite in the last 15 min that need to be undone |
| [20:31:23] | <dougvann> | a script was run that creaed multiple url_alias records |
| [20:31:42] | <bryanUC> | so you want to revert? |
| [20:31:47] | * isaac_niebeling has left #drupal-support () |
| [20:31:51] | <dougvann> | and it created duplicates with numbers appended to them |
| [20:31:54] | <dougvann> | yes |
| [20:32:07] | <bryanUC> | dougvann: then yes, put it in maintenance mode, then in PHPMyAdmin you want to drop all the tables, then import |
| [20:32:10] | <dougvann> | u no what??? |
| [20:32:21] | <dougvann> | it's JUST the url_alias table that needs reverted. |
| [20:32:28] | <bryanUC> | or, just drop the url_alias table & import that single table :) |
| [20:32:28] | * Hxh has quit (Read error: 104 (Connection reset by peer)) |
| [20:32:34] | <dougvann> | yah. |
| [20:32:40] | * nrpil has quit (Client Quit) |
| [20:32:46] | <bryanUC> | but yes, maintenance mode would be a must while doing things like that |
| [20:32:47] | <dougvann> | i have a local copy of the whole DB in a gzip format |
| [20:32:53] | * Hxh_ has joined #drupal-support |
| [20:32:57] | * Hxh_ is now known as Hxh |
| [20:33:06] | <bryanUC> | dougvann: gunzip the file, open it & just pull out the url_alias table |
| [20:33:12] | * nrpil has joined #drupal-support |
| [20:34:40] | * sumit_k has joined #drupal-support |
| [20:35:11] | * threexk has quit (Read error: 104 (Connection reset by peer)) |
| [20:35:57] | * intchanter has quit (Read error: 60 (Operation timed out)) |
| [20:36:13] | * eL has quit (Read error: 104 (Connection reset by peer)) |
| [20:36:17] | * Londres has joined #drupal-support |
| [20:36:27] | * alekzar2 has joined #drupal-support |
| [20:36:50] | <vinceyoumans> | i still have a white screen when i go into modules... is it that i loaded to many modules? could I have screwed something else up? |
| [20:37:07] | * alekzar2 has left #drupal-support () |
| [20:37:51] | <dougvann> | bryanUC: weird, on my mac in terminal i can not gunzip or tar the file. it reports that the file is not either a tar nor a gzip! |
| [20:38:05] | <dougvann> | but i clearly exported at gzip in phpMyAdmin |
| [20:40:54] | * Haza`` has quit (Read error: 113 (No route to host)) |
| [20:41:00] | * trevortwining has quit ("what does this button do?") |
| [20:41:03] | * grugnog_ has joined #drupal-support |
| [20:41:04] | * grugnog has quit (Read error: 104 (Connection reset by peer)) |
| [20:41:20] | <bryanUC> | dougvann: try to view the file-do you see anything? |
| [20:42:04] | * cirotix has quit (Read error: 113 (No route to host)) |
| [20:42:39] | <dougvann> | double clicking it "error 1 - operation not permitted" |
| [20:45:11] | * afeijo has left #drupal-support () |
| [20:45:48] | * Haza` has quit (Read error: 54 (Connection reset by peer)) |
| [20:45:56] | * Kostly has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [20:46:03] | * nearlythere has quit () |
| [20:46:37] | * highermath has quit () |
| [20:47:06] | <bryanUC> | dougvann: not sure, it may be corrupt |
| [20:47:37] | * h0mee has joined #drupal-support |
| [20:49:19] | * scroogie has joined #drupal-support |
| [20:49:58] | * Nightlurker has quit (Read error: 104 (Connection reset by peer)) |
| [20:50:41] | * McGo has quit () |
| [20:50:45] | * jrglasgow has quit (Read error: 110 (Connection timed out)) |
| [20:51:35] | <Rikkimaru> | Is there a way to preserve the aliased URL when editing? An example is when i'm viewing /foo/bar, i want to edit /foo/bar/edit, but the current url /node/30/edit. |
| [20:52:33] | * sebke has joined #drupal-support |
| [20:53:55] | * _valcker has joined #drupal-support |
| [20:53:56] | <Devo> | Hi, what would be the best was in drupal 6 to set user/login as the homepage if the user isnt logged in, and a different page if they are logged in? |
| [20:57:00] | * pcorbett has left #drupal-support () |
| [20:57:05] | <Rikkimaru> | Is there a way to set input format based on content type? |
| [20:58:13] | * nitrospectide has quit () |
| [20:58:29] | * nitrospectide has joined #drupal-support |
| [20:59:21] | * valcker has quit (Nick collision from services.) |
| [20:59:24] | * _valcker is now known as valcker |
| [21:00:39] | * risedarkestlord has quit () |
| [21:00:53] | * nitrospectide has quit (Client Quit) |
| [21:00:58] | * Thomas_Zahreddin has left #drupal-support () |
| [21:02:39] | * sirkitree has quit () |
| [21:02:57] | * threexk has joined #drupal-support |
| [21:03:25] | * lisppaste6 has quit ("Want lisppaste6 in your channel? Email lisppaste-requests AT common-lisp.net.") |
| [21:03:29] | * lisppaste6 has joined #drupal-support |
| [21:03:50] | * [alphex] has quit ("This computer has gone to sleep") |
| [21:05:45] | * Bes` has joined #drupal-support |
| [21:06:36] | <ynn> | drupal.org/node/35245 |
| [21:07:14] | <ynn> | rather |
| [21:07:15] | <ynn> | http://drupal.org/node/35245 |
| [21:07:17] | <Druplicon> | http://drupal.org/node/35245 => Different default input formats for different content-types => 11 IRC mentions |
| [21:07:32] | * davidstrauss has quit () |
| [21:09:58] | * J-O-K-E-R has joined #drupal-support |
| [21:11:33] | <armetiz> | i've made a menu_hook module, and i want to see it in the list of Block, what is the solution please ? |
| [21:11:42] | * isaac_niebeling has joined #drupal-support |
| [21:16:28] | * J-O-K-E-R has quit ("Trillian (http://www.ceruleanstudios.com") |
| [21:20:15] | * llang has left #drupal-support () |
| [21:20:32] | * nonsie has joined #drupal-support |
| [21:23:21] | * davidstrauss has joined #drupal-support |
| [21:24:02] | * AlexUA has joined #drupal-support |
| [21:24:30] | * ingo86 has quit (Read error: 113 (No route to host)) |
| [21:25:05] | * MartinCleaver_ has quit () |
| [21:25:42] | * rake has joined #drupal-support |
| [21:26:10] | * highermath has joined #drupal-support |
| [21:26:19] | <rake> | Where does drupal store text logs? |
| [21:26:34] | * dougvann has quit (Read error: 110 (Connection timed out)) |
| [21:26:43] | <rake> | (I'm not interested in the ones accessable from the site itself) |
| [21:26:50] | <rake> | I mean within the Drupal directory |
| [21:28:17] | * rake is now known as rake2 |
| [21:28:26] | * rake2 is now known as rake |
| [21:29:12] | * designerbrent has quit (Read error: 113 (No route to host)) |
| [21:29:30] | * batman1983 has quit (" ") |
| [21:32:32] | * catch has quit (Remote closed the connection) |
| [21:33:04] | * catch has joined #drupal-support |
| [21:33:33] | * catch is now known as catch_beershop |
| [21:33:46] | * schneck has joined #drupal-support |
| [21:37:50] | * aho has quit ("EXEC_over.METHOD_SUBLIMATION") |
| [21:37:55] | * Utter has joined #drupal-support |
| [21:39:08] | * Bes` has quit ("Quitte") |
| [21:39:33] | * [alphex] has joined #drupal-support |
| [21:39:39] | * mqueiros has joined #drupal-support |
| [21:40:03] | * ingo86 has joined #drupal-support |
| [21:40:17] | * seedyburner has joined #drupal-support |
| [21:40:55] | * Aesedai has joined #drupal-support |
| [21:41:50] | * nearlythere has joined #drupal-support |
| [21:41:50] | * loopie has joined #drupal-support |
| [21:41:54] | * Criticality has joined #drupal-support |
| [21:41:58] | <seedyburner> | I put my site in offline mode and I now can't access the admin panel when I enter the address url.com/?q=admin. Can anyone help? |
| [21:42:13] | * develCuy has quit ("Ex-Chat") |
| [21:42:22] | * sumit_1 has joined #drupal-support |
| [21:42:31] | <isaac_niebeling> | seedyburner: dumb question, but are you logged in? url.com/?q=user |
| [21:43:10] | <Moonshine> | rake: by default (version 6) stores its watchdog logs in a db... but output can be directed elsewhere, like syslog for example. |
| [21:43:50] | <loopie> | how do i programmatically check whether the current user has edit permissions on the current node? |
| [21:43:54] | * jacobroufa has quit ("Leaving.") |
| [21:44:05] | * ryness has joined #drupal-support |
| [21:44:31] | * sutha has joined #drupal-support |
| [21:44:38] | * nearlythere has quit (Client Quit) |
| [21:45:09] | * schneck has quit ("Verlassend") |
| [21:45:23] | <Moonshine> | node_access |
| [21:45:33] | <Moonshine> | node_access? |
| [21:45:33] | <Druplicon> | node_access: [Documented summary is not one line. This is a bug. File a patch!] => node_access($op, $node, $account = NULL) => http://api.drupal.org/api/function/node_access/6 |
| [21:45:39] | <Moonshine> | loopie" ^^ |
| [21:46:38] | <loopie> | cheers i'll take a look and brb |
| [21:47:13] | <seedyburner> | I put my site in offline mode and I now can't access the admin panel when I enter the address url.com/?q=admin. Can anyone help? |
| [21:47:28] | * coryb has quit () |
| [21:47:37] | * davidstrauss has quit () |
| [21:48:24] | * threexk has quit (Read error: 110 (Connection timed out)) |
| [21:48:58] | <Moonshine> | seedyburner: Did you see isaac_niebeling response..? are you logged in -> url.com/?q=user |
| [21:48:59] | * Hxh has quit (Read error: 54 (Connection reset by peer)) |
| [21:50:33] | <ryness> | anyone have any experience customizing the css for a tinymce area? |
| [21:50:35] | <ryness> | i tried and failed |
| [21:50:36] | * Excallibur_ has joined #drupal-support |
| [21:50:45] | * h1mee has joined #drupal-support |
| [21:51:53] | * sajosh has joined #drupal-support |
| [21:52:07] | * porkrynde has joined #drupal-support |
| [21:52:14] | * jackson- has joined #drupal-support |
| [21:52:27] | <sajosh> | hi all, does anyone know how to filter a view by the user profile selected ... so when bob clicks on john's profile then bob would see a view that shows just john's data. any ideas? |
| [21:52:30] | * Excallibur_ has quit (Client Quit) |
| [21:52:31] | * [alphex] has quit ("This computer has gone to sleep") |
| [21:52:44] | * Utter is now known as Utter|away |
| [21:52:58] | <porkrynde> | I'm looking for a way to override the "size" attribute set in system.module. Is this something that can be done within a theme? |
| [21:53:07] | * sumit_k has quit (Connection timed out) |
| [21:53:54] | * nicjasno has quit ("Leaving") |
| [21:54:00] | * catch_beershop has quit (Remote closed the connection) |
| [21:55:22] | * NateSide has joined #drupal-support |
| [21:56:29] | * sutha has quit () |
| [21:56:40] | <Moonshine> | porkrynde: what "size" attribute are you referring to.. like the default size of form text elements or ?? |
| [21:56:48] | <Moonshine> | sajosh: d5 or d6 ? |
| [21:56:50] | <porkrynde> | yes |
| [21:56:57] | <porkrynde> | size="60" is just too wide |
| [21:56:57] | <sajosh> | d5.7 |
| [21:57:14] | <porkrynde> | I've tried css tricks, but they don't seem to apply in FF3 |
| [21:57:15] | <NateSide> | shoot, super emergency, how do I link to a node from node.tpl, i used $node->url to link my teaser tumbnails and its just linking to the www.site.com (the front page) |
| [21:57:15] | * cabbiepete has quit () |
| [21:57:44] | <NateSide> | something crappy happened last night and the development theme went live on the site |
| [21:58:03] | <Moonshine> | porkrynde: Well that would be a job for hook_form_alter which isn't really a call from a theme... but perhaps there is a way to overide things via css only? (a guess) |
| [21:58:08] | * Excallibur has quit (Read error: 110 (Connection timed out)) |
| [21:58:19] | <porkrynde> | Moonshine: is it legal to just change modules/system/system.module |
| [21:58:24] | * tmclaugh1 has quit ("Leaving") |
| [21:58:52] | <Moonshine> | porkrynde: You won't get arrested, but it's not really the right way... as every drupal update you'll be back in there, etc.. |
| [21:58:56] | <sajosh> | porkynde, legal, yes ... recommended, non. |
| [21:59:43] | <Moonshine> | sajosh: Sorry I'm not familar with views on d5, but it is possible with views2 (d6)... :/ |
| [21:59:47] | <sajosh> | NateSide, can't you 'undo' your change? |
| [22:00:23] | <porkrynde> | Moonshine: I can use a mercurial patch queue to my advantage there... |
| [22:00:28] | <sajosh> | Moonshine, thanks. is it different on d6? if not, can you explain how you'd do it in d6? |
| [22:01:06] | <porkrynde> | I guess I could create a module that just changes the sizes of those fields. |
| [22:01:24] | * liquidcms has quit ("ChatZilla 0.9.83 [Firefox 2.0.0.15/2008062306]") |
| [22:01:32] | <porkrynde> | fixed width form elements don't work very nicely in fluid layouts |
| [22:01:43] | <Moonshine> | sajosh: Well views2 has been totally reworked and has a bunch of new features, so I just don't know if it's in there.. 1 sec, let me check one thing. Literally anything is possible in views2.. :D |
| [22:02:29] | <sajosh> | Moonshine, yeah, view2 is awesome. |
| [22:02:32] | * harurenu has quit ("Leaving") |
| [22:02:39] | * seedyburner is away, auto-away after 15 minutes, (log\on pager\on) |
| [22:02:40] | * seedyburner is now known as seedy[away] |
| [22:03:03] | * Rikkimaru has quit ("Leaving") |
| [22:03:15] | <Moonshine> | sajosh: Actually looking at your question again here, that should just be handled through custom argument handlers no? This is a view you are making to overide profile pages.. right? |
| [22:03:50] | * nicdc has joined #drupal-support |
| [22:04:14] | * xx_xx_xx has joined #drupal-support |
| [22:05:24] | * grndlvl has quit ("This computer has gone to sleep") |
| [22:05:25] | <Moonshine> | porkrynde: Most site have at least a custom module that takes care of tweaks, extra rules, etc... so maybe this is just the start of yours :) Very easy and super powerful... |
| [22:06:15] | * milian has quit ("bye bye") |
| [22:06:23] | * Aesedai has left #drupal-support () |
| [22:06:31] | * ynn has quit () |
| [22:06:49] | <sajosh> | Moonshine, no, just a view within a profile panel. ... i'm using advanced profiles. within the profile panel page i'm putting a table view that has all the data that belongs to that user (john, joe, sue, which ever 'user/%' bob wants to get to know more about through the profile.) so the profile will have fields, comments but also this filtered view. |
| [22:07:45] | * h0mee has quit (Read error: 110 (Connection timed out)) |
| [22:07:46] | * stompeers has joined #drupal-support |
| [22:08:03] | * threexk has joined #drupal-support |
| [22:09:05] | * grndlvl has joined #drupal-support |
| [22:09:23] | * intchanter has joined #drupal-support |
| [22:09:45] | * jrglasgow has joined #drupal-support |
| [22:10:02] | <Moonshine> | sajosh: Gotcha.. I'm not really familiar with panels (other then knowing what it does) as I'm in d6, but assuming you have the uid you want at your disposal at that point you can just call up the view with that as a "custom argument" for filtering... have you used them before ? |
| [22:12:57] | * catch has joined #drupal-support |
| [22:13:04] | * armetiz has quit (Remote closed the connection) |
| [22:13:34] | <sajosh> | Moonshine, first time with view arguments. new to drupal too. how do i call it in a custom argument? i see the argument section of the view builder but not sure how it works. the url will be ... mysite.com/user/john (joe, sue, etc.) |
| [22:14:47] | * kthomas_vh has quit (Read error: 110 (Connection timed out)) |
| [22:15:04] | <Moonshine> | sajosh: Well some of this will likely have to do with how you add a view to a panel (which I'm not familiar with, sorry), but as far as the view goes you would want to make one with a custom argument that is the User UID. Then that would get used to "filter" the rest of the view. The next question is how that UID is passed into the view. |
| [22:15:22] | * stompeers__ has quit (Read error: 110 (Connection timed out)) |
| [22:15:56] | <Moonshine> | sajosh: My guess is that with d5/views1 you would probably need to do a php based custom argument handler (I *think it has that) which would pull the uid from that path. |
| [22:16:37] | <Moonshine> | sajosh: Like php code that would return arg(1) I'm guessing.. |
| [22:17:45] | <Moonshine> | sajosh: I just feel a little in the dark here as I really haven't used panels and have a bunch and have only been working in d6/views2 here... but custom arguments are what you're after... |
| [22:18:03] | <Moonshine> | heh.. that didn't make sense. :D |
| [22:18:52] | <sajosh> | Moonshine, I see. yes it does help alot. so perhaps i should see if i can get the view to work without the panels and then try with. ... |
| [22:19:25] | <sajosh> | theh options i see in the view builder's argument drop down are user: UID Authored or Commented, |
| [22:19:25] | <sajosh> | User: UID is Author, User: Username is Author |
| [22:19:39] | <sajosh> | which would you say? |
| [22:19:46] | <Moonshine> | sajosh: Exactly... you'll see how the arguent handlers work... |
| [22:20:15] | <Moonshine> | sajosh: That will depend on what you are going to want to pass in... myself I'd go UID... |
| [22:20:17] | * nei_rauni has quit ("Ex-Chat") |
| [22:20:42] | * sarah_p has joined #drupal-support |
| [22:21:44] | <sajosh> | which UID? there's two to select from in the drop down. |
| [22:21:51] | <Moonshine> | sajosh: Just thinking that you may need to get at the UID to pass in through arg() which will give you pieces of the drupal path. In which case, even if you're on a page like user/fred that's just an alias for user/23 or something... and arg(1) would return 23 to you if you were on either of those urls. |
| [22:22:32] | <Moonshine> | sajosh: I guess that would depend on what type of view you are trying to build and filter... like are you after what posts they have made or ? |
| [22:24:52] | <sajosh> | i see. that helps. so number translation. the view tabulates some custom nodes of data. ever user creates their own data. each profile then has a view which shows that user's subset data. |
| [22:25:41] | * sirkitree has joined #drupal-support |
| [22:25:57] | * nicdc has quit ("Gone") |
| [22:27:57] | * Utter|away is now known as Utter |
| [22:30:26] | <Moonshine> | sajosh: Basically views just uses "custom arguments" to filter a view further... so I I make a view that lists all the "story's" on a site and then add a custom arguement of Author UID, I can pass in a UID to filter the stories by, etc.. sounds like you get the idea.. :) |
| [22:31:09] | <Moonshine> | sajosh: But in the end there is just the one "view"... it just may have different output depending on what custom arguements are defined and passed in. |
| [22:31:25] | * threexk has quit (Read error: 110 (Connection timed out)) |
| [22:32:27] | * threexk has joined #drupal-support |
| [22:32:27] | <Moonshine> | sajosh: and there can be more then one argument passed in... for example you may do author UID & content type. Then you could basically as the view to give you just "stories" posted by UID 13, etc.. |
| [22:32:32] | * m0oman has quit () |
| [22:33:51] | * valcker has quit (Remote closed the connection) |
| [22:33:55] | * kitth has joined #drupal-support |
| [22:34:17] | * kitth is now known as kitt |
| [22:34:42] | <sajosh> | i see. seems powerful. but as the case with drupal ... i'll have to learn exactly how it does that. so in my case, i've gotten to view to provide the list unfiltered and filtered by current user but now i want to pass the user to the view. |
| [22:36:09] | <sajosh> | so do i use the argument section of the view builder? if so, do i use User: UID is Author? if so, what other fields should i fill out? |
| [22:36:42] | * Goosemoose has joined #drupal-support |
| [22:36:56] | <sajosh> | i've tried User: UID Authored or Commented |
| [22:37:00] | <sajosh> | didn't work |
| [22:37:12] | * cgardner has quit () |
| [22:37:28] | <Moonshine> | sajosh: Well, what is this view going to output... like a list of nodes that person has authored? |
| [22:37:44] | <jyg> | isn't there usually a $teaser in the $node that holds a teaser portion of the body? |
| [22:37:55] | <Goosemoose> | hi guys. i think im missing something with input filters. The default filter is available to everyone. Since I don't want anonymous users to be able to psot any links or html the default filter must be very restrictive. But this also becomes the default filter for all my registered users as well, meaning they have to change the filter on every page they post |
| [22:37:56] | <sajosh> | Moonshine, yes. |
| [22:38:12] | <Goosemoose> | is there no way to just assign filters to specific groups? |
| [22:38:44] | * JimBroad has quit ("Leaving.") |
| [22:38:47] | * MattKelly has quit () |
| [22:39:03] | <Moonshine> | sajosh: 1 sec.. have to deal with something here... |
| [22:40:04] | <sajosh> | Moonshine, Thanks very much for your help. i think you've got me on the right track. i need to go to a meeting so must sign off. |
| [22:40:06] | * benjaminchiao has joined #drupal-support |
| [22:40:41] | <Moonshine> | sajosh: Yep.. you're on the right track :) good luck.. |
| [22:42:09] | <benjaminchiao> | I need help to select some fields to be HIDDEN when I create the profiles (using nodeprofile). I couldn't figure out a simple way to create |
| [22:42:09] | <benjaminchiao> | hidden fields (more precisely changing some fields to hidden fields since I already entered many fields). I then found from |
| [22:42:09] | <benjaminchiao> | http://drupal.org/node/91205 that the computed field module or the contemplate module might work but I don't know if they are the most |
| [22:42:10] | <Druplicon> | http://drupal.org/node/91205 => CCK and hidden fields. => 1 IRC mention |
| [22:42:10] | <benjaminchiao> | suitable for this task. I tried but I couldn't easily use the functions of these modules easily because of my limited experience. |
| [22:42:26] | * uniXrex has quit ("Leaving") |
| [22:42:34] | * RMuilwijk has quit (Remote closed the connection) |
| [22:43:26] | * threexk has quit ("Leaving.") |
| [22:43:43] | <nielsbom> | seen billfish1 |
| [22:43:43] | <Druplicon> | billfish1 was last seen in #drupal-support 8 hours 45 min ago saying 'n_ielsbom: I'll take what I can get at this point. However, I think the rumor is that D6.3 will solve some bugs with theming views. '. |
| [22:43:52] | <nielsbom> | seen mukesh |
| [22:43:52] | <Druplicon> | mukesh was last seen in #drupal-support 8 hours 9 min ago saying 'how do i configure the fckeditor in D5 ????'. |
| [22:44:05] | <nielsbom> | seen KenSentMe |
| [22:44:05] | <Druplicon> | KenSentMe was last seen in #drupal-themes 1 day 8 hours ago saying 'I got a problem with the header image and/or block on this Zen template: http://peeltracks.nl/site/ . In FF the header is shown right, but in IE7 the menu falls over the header div and i cant get the image in the center of the header. CSS: http://peeltracks.nl/site/sites/all/themes/zen_peeltracks/layout.css'. |
| [22:44:06] | * scroogie has quit ("Nettalk6 - www.ntalk.de") |
| [22:44:12] | * seedy[away] has quit ("DOS Tip #17: Add DEVICE=FNGRCROS.SYS to CONFIG.SYS") |
| [22:44:50] | * Mapler has joined #drupal-support |
| [22:45:21] | * nielsbom has quit (Read error: 104 (Connection reset by peer)) |
| [22:45:34] | * canen has quit (Remote closed the connection) |
| [22:45:39] | <Goosemoose> | anyone? |
| [22:46:02] | * loopie has quit () |
| [22:47:30] | <isaac_niebeling> | have you tried creating a new input format and assigning only that format to the role? |
| [22:47:44] | <Goosemoose> | doesnt matter, the default gets assigned to everyone |
| [22:48:02] | <isaac_niebeling> | :p |
| [22:48:05] | <Goosemoose> | which means whatever i want the anonymous user to have is what the default will be for all my registered users |
| [22:48:25] | <Goosemoose> | and if they dont change the input format on EVERY submission their pages come out all wrong |
| [22:48:37] | <Goosemoose> | i never noticed this before but its created a huge security hole for me |
| [22:49:27] | <isaac_niebeling> | any way to override on load in template.php for certain roles? (i have no idea--just thinking out loud) |
| [22:49:34] | <Goosemoose> | not that i know of |
| [22:49:42] | <isaac_niebeling> | dang |
| [22:51:37] | <Goosemoose> | yeah |
| [22:51:43] | <Goosemoose> | just realizing this now |
| [22:52:24] | * ingo86b has joined #drupal-support |
| [22:52:25] | <isaac_niebeling> | how about the filter default module? it's old, and dev, and v5 |
| [22:52:30] | <isaac_niebeling> | http://drupal.org/project/filter_default |
| [22:52:30] | * Devo has quit ("Leaving") |
| [22:52:34] | <isaac_niebeling> | but might work... |
| [22:53:19] | <isaac_niebeling> | and someone posted a patch to 6, if you're on that. |
| [22:53:34] | * nielsbom has joined #drupal-support |
| [22:53:46] | <nielsbom> | seen stella |
| [22:53:46] | <Druplicon> | stella was last seen in #drupal-support 8 hours 22 min ago saying 'bin: i can't help any further without seeing the site, sorry'. |
| [22:53:59] | * ingo86b has left #drupal-support () |
| [22:54:21] | <nielsbom> | seen a_c_m |
| [22:54:21] | <Druplicon> | a_c_m was last seen in #drupal-support 8 hours 9 min ago saying 'pastebin?'. |
| [22:54:27] | <benjaminchiao> | I need help to select some fields to be HIDDEN when I create the profiles (using nodeprofile). I couldn't figure out a simple way to create hidden fields (more precisely changing some fields to hidden fields since I already entered many fields). I then found from http://drupal.org/node/91205 that the computed field module or the contemplate module might work but I don't know if they are the most suitable for this task. I |
| [22:54:27] | <Druplicon> | http://drupal.org/node/91205 => CCK and hidden fields. => 2 IRC mentions |
| [22:54:27] | <benjaminchiao> | modules easily because of my limited experience. |
| [22:54:53] | * stompeers has quit () |
| [22:56:00] | * sirkitree has quit () |
| [22:58:22] | <Goosemoose> | isaac_niebeling, trying it now |
| [22:58:33] | * sajosh has quit (Read error: 110 (Connection timed out)) |
| [23:00:29] | * kthomas_vh has joined #drupal-support |
| [23:01:43] | <nielsbom> | Hi! If I put the following code into page.tpl.php, it should give the login form right? Well it doesn't and I can't think of a reason, any ideas? <?php print drupal_get_form('user_login_block'); ?> |
| [23:01:48] | <nielsbom> | D5 btw |
| [23:03:54] | * flabberkenny has quit () |
| [23:04:41] | * Lark has quit ("good night") |
| [23:04:41] | * jrbeeman has joined #drupal-support |
| [23:04:50] | * jrbeeman has quit (Remote closed the connection) |
| [23:06:28] | * jranck88 has joined #drupal-support |
| [23:06:39] | <jranck88> | anyone here familiar with views rss? |
| [23:07:40] | <PatMac> | jranck88: yessum |
| [23:08:05] | <jranck88> | PatMac: hey pat i'm wondering about some functionality for one of my sites |
| [23:08:19] | <jranck88> | PatMac: by default attachments show up in the feed |
| [23:08:34] | <jranck88> | PatMac: is there a way to hide those attachment links from the feed? |
| [23:08:40] | <isaac_niebeling> | nielsbom: this point you in the right direction? http://nicklewis.org/node/845 |
| [23:08:47] | * sarah_p has quit () |
| [23:09:51] | <isaac_niebeling> | nielsbom: looks like you might need to form_render after getting the form |
| [23:09:59] | <isaac_niebeling> | ? |
| [23:10:29] | <jranck88> | drupal_render |
| [23:10:35] | <jranck88> | form_render is deprecated |
| [23:10:47] | * Utter_laptop has joined #drupal-support |
| [23:10:51] | <isaac_niebeling> | gotcha |
| [23:10:58] | * Utter_laptop has quit (Remote closed the connection) |
| [23:11:05] | <isaac_niebeling> | didn't dig much--just a quick googling |
| [23:11:23] | <PatMac> | jranck88: Is it only for one content type? |
| [23:11:45] | <jranck88> | yeah i hear ya i've spent time before wondering why form_render didn't work :) |
| [23:11:59] | <jranck88> | PatMac: yeah |
| [23:12:09] | * Jonathan_R has joined #drupal-support |
| [23:12:26] | <jranck88> | PatMac: it's a custom content type as well through my own custom module |
| [23:12:30] | * MediaDoneRight has quit (Read error: 104 (Connection reset by peer)) |
| [23:13:05] | * stompeers has joined #drupal-support |
| [23:14:21] | <PatMac> | jranck88: Never tried to hide stuff like that |
| [23:14:34] | <PatMac> | jranck88: Attempting to figure it out real quick |
| [23:14:44] | <jranck88> | PatMac: I think i found something.. i may be able to edit this function format_rss_item |
| [23:14:49] | <jranck88> | format_rss_item? |
| [23:14:49] | <Druplicon> | format_rss_item: Format a single RSS item. => format_rss_item($title, $link, $description, $args = array()) => http://api.drupal.org/api/function/format_rss_item/6 |
| [23:15:22] | <jranck88> | i hate screwing with the core but sometimes it's all you can do |
| [23:18:06] | * MediaDoneRight has joined #drupal-support |
| [23:19:21] | <nielsbom> | isaac_niebeling: thanks, I'll look into that |
| [23:19:52] | <nielsbom> | isaac_niebeling: but in the base it should render the form right? I'm not doing other stuff with the form |
| [23:20:23] | <isaac_niebeling> | dunno--i've never really messed around with it. just remembered seeing a result in google. |
| [23:20:51] | <nielsbom> | isaac_niebeling: I think I already came across the link you just sent, but it's kind of old as jranck88 said :) |
| [23:21:04] | <isaac_niebeling> | hmm |
| [23:21:07] | <nielsbom> | isaac_niebeling: but it _should_ just give me the login form right? |
| [23:21:34] | <nielsbom> | isaac_niebeling: I'll test it out in an existing theme, there it ought to work |
| [23:22:18] | * highermath has quit () |
| [23:22:20] | * nikkiana has quit ("This computer has gone to sleep") |
| [23:23:52] | <nielsbom> | isaac_niebeling: okay that worked..so in Garland's page.tpl.php I can just print drupal_get_form('user_login_block'); and it shows up on every page |
| [23:25:36] | * kling0n has joined #drupal-support |
| [23:25:36] | * cwgordon7 has quit (Read error: 104 (Connection reset by peer)) |
| [23:26:02] | * catch has quit (Remote closed the connection) |
| [23:26:25] | <isaac_niebeling> | odd |
| [23:26:39] | * NikLP has joined #drupal-support |
| [23:26:40] | <nielsbom> | isaac_niebeling: debugging is :0) |
| [23:26:45] | <isaac_niebeling> | custom theme? $closure? |
| [23:27:00] | <nielsbom> | isaac_niebeling: $closure, yeah! |
| [23:27:05] | * jonhattan has quit ("Ex-Chat") |
| [23:28:04] | <nielsbom> | isaac_niebeling: didn't include that, but it didn't work |
| [23:28:16] | <isaac_niebeling> | grr |
| [23:28:19] | <nielsbom> | isaac_niebeling: and yes it's a custom theme |
| [23:28:33] | * kidsleep has joined #drupal-support |
| [23:28:41] | <nielsbom> | isaac_niebeling: we/I will crack this nut :) |
| [23:28:50] | <isaac_niebeling> | heh, yup |
| [23:28:56] | * jackson- has quit () |
| [23:29:10] | <isaac_niebeling> | nielsbom: pastebin? |
| [23:29:16] | <nielsbom> | sure |
| [23:29:21] | * WilDec has joined #drupal-support |
| [23:29:22] | * Kashara has joined #drupal-support |
| [23:29:50] | * axolx_ has joined #drupal-support |
| [23:29:57] | <PatMac> | Is there a way to view all of the rss feeds that my site offers via a view? |
| [23:29:59] | * cwgordon7 has joined #drupal-support |
| [23:30:02] | <axolx_> | drupal.org down? |
| [23:30:06] | <PatMac> | minus argument related ones |
| [23:30:44] | <nielsbom> | isaac_niebeling http://drupal.pastebin.com/m7c937dba |
| [23:31:14] | <WilDec> | I just ran my 1st module update of a Drupal62 install. @ required exec of 'update.php', I get in browser just "no input file specified". I'm guessing this has to do with the RewriteRules in the .htaccess, but everything *else* seems to work. Any ideas? |
| [23:31:28] | <isaac_niebeling> | nielsbom: pulling up other computer with drupal actually running on it... gotta love living on multiple boxes |
| [23:31:59] | <nielsbom> | isaac_niebeling: I'm not going anywhere :), thanks for helping |
| [23:32:25] | <nielsbom> | isaac_niebeling: I only got 1 but got a big-ass screen hanging on my laptop :) |
| [23:32:31] | <isaac_niebeling> | no prob. i'm fairly new to drupal, but i don't like to let a problem go ;) |
| [23:32:45] | <isaac_niebeling> | nielsbom: i regularly work on 3 computers at the office and 3 at home. |
| [23:32:51] | <nielsbom> | isaac_niebeling: same here, 4 months maybe |
| [23:33:26] | <nielsbom> | isaac_niebeling: I've got a couple more pc's standing around but I can't find the time to configure them and start using em |
| [23:34:45] | * THEO|WxC has joined #drupal-support |
| [23:35:08] | * grndlvl has quit ("This computer has gone to sleep") |
| [23:35:42] | <isaac_niebeling> | nielsbom: ok, works on my custom theme |
| [23:35:49] | <isaac_niebeling> | nielsbom: now, for the differences... |
| [23:36:00] | <THEO|WxC> | I am new to Drupal and PHP. I currently run Plone behind Apache2. Since Apache is running, I am not able to get to my Drupal's PHP directly to run the install script. |
| [23:36:02] | <nielsbom> | isaac_niebeling: the one line right? |
| [23:36:15] | <THEO|WxC> | Can I run the install script for Drupal5 from the command line? |
| [23:36:37] | <isaac_niebeling> | nielsbom: yup. works just fine. |
| [23:36:38] | * gonzaloaf has joined #drupal-support |
| [23:36:44] | <THEO|WxC> | or is there an easy way to set up Drupal alongside/inside Apache2 while I test it out? |
| [23:37:07] | <isaac_niebeling> | any possibility that it has something to do with there being a form built in HTML right below it? |
| [23:37:30] | <nielsbom> | isaac_niebeling: ok, I think I've got it solved now, I had an old "solution" not entirely cleared away, and that interfered with the new solution |
| [23:37:40] | <nielsbom> | isaac_niebeling: so now it works |
| [23:37:46] | <isaac_niebeling> | nielsbom: good |
| [23:38:50] | <nielsbom> | isaac_niebeling: <?php print drupal_get_form('user_login_block'); ?> didn't work, but <?php print vspa_login_block(); ?> did work, because of the snippet I found http://drupal.org/node/92657 |
| [23:38:51] | <Druplicon> | http://drupal.org/node/92657 => HowTo: Create a custom user login bar => 35 IRC mentions |
| [23:38:57] | <nielsbom> | isaac_niebeling: thanks |
| [23:39:03] | <benjaminchiao> | I need help to select some fields to be HIDDEN when I create the profiles (using nodeprofile). I couldn't figure out a simple way to create hidden fields (more precisely changing some fields to hidden fields since I already entered many fields). I then found that the computed field module or the contemplate module might work but I don't know if they are the most suitable for this task. I tried but I couldn't easily use th |
| [23:39:03] | <benjaminchiao> | ed experience. |
| [23:39:13] | <nielsbom> | isaac_niebeling: in some way working together helps clear your mind up |
| [23:39:21] | <nielsbom> | isaac_niebeling: you going to DrupalCon? |
| [23:40:01] | * Singularo has quit ("Ex-Chat") |
| [23:40:51] | * benobo has joined #drupal-support |
| [23:40:52] | * nielsbom is off to watch a Simpsons episode :D |
| [23:41:00] | * rake has quit (Connection timed out) |
| [23:41:15] | <isaac_niebeling> | nilesbom: not real likely--i work for a nonprofit in the US, so... |
| [23:42:03] | <isaac_niebeling> | <- can't spell. |
| [23:42:06] | * _hyperpod has joined #drupal-support |
| [23:42:20] | * jranck88 has quit ("ChatZilla 0.9.83 [Firefox 3.0/2008052906]") |
| [23:43:58] | * axolx_ has quit () |
| [23:44:59] | * isaac_niebeling off to watch bones on hulu. yay internet! |
| [23:45:18] | <THEO|WxC> | If I want to run multiple Drupal5 sites behind Apache2, do I need to copy the drupal-directory (in my case /usr/local/www/drupal5) to multiple locations, and enter the appropriate directory in apache's conf files? |
| [23:48:20] | <benjaminchiao> | If run the cron jobs manually. when I access http://drupalsite.example.com/cron.php, is it normal to see a blank page? |
| [23:51:06] | * kling0n has quit ("Leaving") |
| [23:52:25] | * japerry has quit () |
| [23:54:00] | * amarrero has quit (No route to host) |
| [23:59:27] | * NikLP has quit (Read error: 104 (Connection reset by peer)) |
| [23:59:28] | <THEO|WxC> | Anyone here familiar with setting up multiple site Drupals? I am new to drupal and PHP, and totally confused from reading the documentation. |