IRC log for #drupal-support, 2008-07-03 (GMT)

 
2008-07-02
2008-07-04
TimeNickMessage
[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