IRC log for #drupal-support, 2010-02-08 (GMT)

 
2010-02-07
2010-02-09
TimeNickMessage
[00:03:07]<Creativitylives>Its been pretty quiet in here lately
[00:03:11]* alkama has quit (Quit: blabla blab....'t was like...ah my gosh !!!)
[00:08:00]* superlou has joined #drupal-support
[00:09:04]* lennartweb has quit (Remote host closed the connection)
[00:09:04]* Monkman13 has quit ()
[00:09:22]* lennartweb has joined #drupal-support
[00:15:27]* rho has joined #drupal-support
[00:19:17]* Michelle has quit (Ping timeout: 265 seconds)
[00:19:40]* rho has quit (Ping timeout: 246 seconds)
[00:21:52]* joachim_ has quit (Quit: joachim_)
[00:22:31]* emspace_ has joined #drupal-support
[00:22:31]* BigMack83 has quit (Ping timeout: 245 seconds)
[00:23:10]* rfay has quit (Ping timeout: 246 seconds)
[00:24:08]* Michelle has joined #drupal-support
[00:24:08]* Michelle has quit (Changing host)
[00:24:08]* Michelle has joined #drupal-support
[00:24:34]<Creativitylives>Does anyone know how to have a link for a users content profile?
[00:24:53]<Creativitylives>so that the logged in user can click a menu link called profile and view their content profile
[00:25:19]<superlou>could you link to /user ?
[00:25:31]<Creativitylives>that redirects to my account
[00:25:42]<Creativitylives>the profile with content profile is a seperate node
[00:25:42]<superlou>isn't that what you wnat?
[00:26:09]<Creativitylives>not idealy. Basicly each user has a my account page and a profile page the profile page is a seperate content
[00:26:25]<Creativitylives>setup like this www.example.com/members/ userid
[00:26:33]<superlou>oh
[00:26:33]<superlou>i see
[00:26:38]<superlou>and the profile is public
[00:26:41]<Creativitylives>yes
[00:26:47]<Creativitylives>but the my account doesnt allow peopel to navigate to it
[00:26:59]<Creativitylives>which is what i want
[00:27:07]<superlou>actually, i think you can allow that with some permissioning
[00:27:12]<Creativitylives> b/c the my account displays payment information current default image and everythign
[00:27:14]<superlou>but it sounds like you want private and public stuff
[00:27:28]<Creativitylives>i just want the logged in user to be able to click profile ot go to their profile page
[00:27:41]<superlou>is userid the drupal account number?
[00:27:46]<superlou>or something different?
[00:27:49]<Creativitylives>the [user-name]
[00:27:54]* steinmb has quit (Quit: steinmb)
[00:28:07]<superlou>oh
[00:28:08]* Singularo has joined #drupal-support
[00:28:15]<superlou>i think there's a way to grab that variable
[00:28:16]* Manatsu has quit (Ping timeout: 272 seconds)
[00:28:23]<superlou>since it's available as long as logged in
[00:28:24]<dekita>Creativitylives: just make a menu item link to /user and drupal will do the rest..
[00:28:41]<Creativitylives>that goes to my account right?
[00:28:46]<dekita>yeah
[00:28:53]<Creativitylives>im not goin to my account
[00:29:01]<superlou>you can use $user->name
[00:29:04]<Creativitylives>im goign to a seperate piece of content the person has created
[00:29:09]* Manatsu has joined #drupal-support
[00:29:38]<Creativitylives>hmm and how owuld i set that up?
[00:29:49]<superlou>i think there's a filter to put the $user->name variable into menu links wihtout doing coding
[00:30:15]<Creativitylives>hmm
[00:30:26]<Creativitylives>now just have to think of where to start looking
[00:30:34]<superlou>http://drupal.org/node/382238
[00:30:35]<Druplicon>http://drupal.org/node/382238 => Need a link to user profile page. => 6 comments, 3 IRC mentions
[00:30:36]* LinuxKeitaro has quit (Read error: Connection reset by peer)
[00:30:53]<superlou>http://drupal.org/project/me
[00:31:32]* jasonn1234 has joined #drupal-support
[00:31:39]<dekita>Creativitylives: can you summarize what ur trying to do there in 1 line?
[00:31:40]<Creativitylives>unfortunately last time i tried me it didnt work
[00:32:05]<superlou>oh
[00:32:09]<superlou>well then you need some php
[00:32:12]<superlou>i htink
[00:32:45]<Creativitylives>I have a site that has a content profile each individual user who has a listing on the site. has a my account where they edit their contact details and renew their membership. But they also have a public listing using content profile that displays about their business and what they offer. Id like to be able to have a link called Profile in the secondary menu where users can navitage to their public listing
[00:32:51]<Creativitylives>its not one line :P sorry
[00:34:14]<dekita>heh, ok - thanks for the summary, so a dynamic link that goes to their profile node listing?
[00:34:19]<Creativitylives>yes
[00:34:36]<dekita>there's a couple of ways to do that...
[00:34:41]<Creativitylives>sorry its hard to explain it and keep it short
[00:34:45]<dekita>1. a hook_menu implemenation ( requires coding )
[00:35:12]<dekita>2. a module that does a redirect based on user id
[00:35:34]<dekita>3. something like menu_token to use the user->uid or name in the menu path
[00:35:59]<Creativitylives>isnt the menu_token module deprecated?
[00:36:07]* nick_vh has quit (Ping timeout: 246 seconds)
[00:36:27]<dekita>never used it, but it's D5 only, so would need an upgrade
[00:36:51]<Creativitylives>unfortunately i have no php experience
[00:37:13]<dekita>hmm, ok
[00:37:16]* dekita ponders
[00:37:26]* davexoxide has quit (Read error: Connection reset by peer)
[00:37:32]<dekita>can the menu link be in it's own block?
[00:37:43]<Creativitylives>it could be
[00:37:48]* davexoxide has joined #drupal-support
[00:38:35]<dekita>ok, and what's a sample url to this profile node for a user? (relative)
[00:39:15]<Creativitylives>../members/uid
[00:39:25]<dekita>hmm, ok easy enough, sec
[00:39:54]* LinuxKeitaro has joined #drupal-support
[00:42:26]<dekita>Creativitylives: you'll need to enable the "PHP Filter" module to allow PHP code in a block, make sure you configure the permissions, or leave it as is for root user access only
[00:42:47]* naero has joined #drupal-support
[00:42:55]<dekita>then you can go to admin/build/block/add and add a block like this: http://drupalbin.com/13451
[00:42:55]* Manatsu has quit (Quit: meow)
[00:43:06]<dekita>code needs to go in HTML source, and input format/filter as "PHP"
[00:43:23]<naero>Does anyone know how CNN has the inline video, links and images in the story's body here? http://www.cnn.com/2010/POLITICS/02/07/palin.presidential.run.tea.party/... i'd love to do that on the site i'm doing
[00:43:30]<naero>i am guessing its javascrpt??
[00:43:31]<Creativitylives>thank you dekita :)
[00:43:34]<Creativitylives>ill give it a try
[00:43:35]* ridethefire122 has joined #drupal-support
[00:43:41]<dekita>you're welcome, that'll do it :)
[00:44:06]<dekita>Creativitylives: oh, one thing to add would be a check if the user is logged in, sec
[00:44:56]<dekita>oh, actually, just make the block only show to authenticated users :)
[00:45:34]<dekita>otherwise could do this: http://drupalbin.com/13452?nocache=1
[00:45:59]* aryn_ has joined #drupal-support
[00:46:05]<Creativitylives>if this work youve made my day
[00:46:29]* ridethefire has quit (Ping timeout: 240 seconds)
[00:46:47]* lennartweb has quit (Quit: lennartweb)
[00:46:55]* uberpinguin has quit (Read error: Operation timed out)
[00:46:55]* Fenzo666 has joined #drupal-support
[00:47:13]<Fenzo666>Hey, I had a question in regards to Drupal's CSS.
[00:47:19]* digs has quit (Ping timeout: 258 seconds)
[00:47:38]* kevin- has quit (Read error: Operation timed out)
[00:47:40]* lep2 has quit (Read error: Operation timed out)
[00:48:02]<Fenzo666>I realized that .node .content affects both pages and stories and I was wondering: What is the safest way to separate both into their own seperate CSS categories?
[00:48:19]* devkinetic has quit (Read error: Operation timed out)
[00:48:33]<dekita>Fenzo666: probably a class on the body tag for the node type
[00:48:44]<dekita>or on the node itself
[00:48:58]<Fenzo666>Unfortunately I'm not too familiar as to how "securely" edit CSS as I am new to the "language".
[00:49:35]* Bryan-10 has joined #drupal-support
[00:49:46]<Fenzo666>Where in style.css would I do this? (line #)
[00:50:18]<aryn_>You should use firefox's firebug to figure out exactly which node you're wanting to change
[00:50:26]<aryn_>and the line number would vary theme to theme
[00:50:42]* uberpinguin has joined #drupal-support
[00:51:11]<Creativitylives>ah dekita
[00:51:16]<Creativitylives>the url aliases messes it up
[00:51:24]<Fenzo666>aryn_: I do use firebug for CSS modifications and whatnot. But it's not one specific node that I want to change. I want stories and pages classes to be completely separate.
[00:51:26]<Creativitylives>b/c when content profile the url can be like this
[00:51:30]<Creativitylives>node/22
[00:51:35]<Creativitylives>and it can still be a profile
[00:51:55]<dekita>but the alias is members/[uid] , no?
[00:52:07]<Creativitylives>bah i confused uid and username
[00:52:40]<aryn_>so you would want to have story.tpl.php to have a separate class
[00:52:41]* digs has joined #drupal-support
[00:52:49]* pjsz has joined #drupal-support
[00:53:02]<dekita>Creativitylives: then try $user->name instead of $user->uid in the block
[00:53:17]<Fenzo666>Err, I think so. Because when I edit .node .content's borders under CSS, it affects both stories and pages. But I want it to only affect pages.
[00:53:59]* kevin- has joined #drupal-support
[00:54:15]<naero>Does anyone know how CNN has the inline video, links and images in the story's body here? http://www.cnn.com/2010/POLITICS/02/07/palin.presidential.run.tea.party/...
[00:54:45]<aryn_>or on the node itself"
[00:56:10]<Creativitylives>is there a way to make it account for spaces dekita?
[00:56:16]<Creativitylives>or should i just turn off allowing users to use spaces?
[00:56:30]<dekita>it should just handle those as is
[00:56:50]* lep2 has joined #drupal-support
[00:56:50]<Creativitylives>it handles like user%name
[00:56:53]<dekita>with '%20' or '+'
[00:57:03]<Creativitylives>and url alias makes user-name
[00:57:19]<keyo>is there a print_r for javascript
[00:58:34]* devkinetic has joined #drupal-support
[00:58:59]<dekita>Creativitylives: sec, another way would be to get the node/[nid] link, I'll pastebin :)
[00:59:10]<dekita>what's the node type for the profile nodes?
[00:59:15]<dekita>(machine name)
[01:00:15]<dekita>or else strip spaces with a regex
[01:00:54]<Creativitylives>hmm
[01:00:57]<Creativitylives>give me a sec
[01:00:58]<Fenzo666>Dekita & Aryn_ - Thanks for your help. Much appreciated!
[01:01:34]* pjsz has quit (Quit: pjsz)
[01:01:45]<dekita>np :)
[01:02:00]<Creativitylives>photographer_profile
[01:02:32]* daskog has quit (Quit: See you later)
[01:03:31]* snikker has joined #drupal-support
[01:03:35]<dekita>Creativitylives: ok, try this code in the php block: http://drupalbin.com/13453
[01:05:15]<Creativitylives>it works :)
[01:05:21]<Creativitylives>Dekita ur the greatest
[01:05:28]<dekita>shazaam!
[01:05:34]<Creativitylives>dekita++
[01:05:39]<Creativitylives>if i could give more i would
[01:05:47]<dekita>thanks :D
[01:06:04]<Creativitylives>one major step closer to finishing this site :)
[01:06:31]<dekita>cool
[01:06:42]* dekita gets back to implementing D5 pgsql support for apachesolr module
[01:06:54]<Creativitylives>dont want to upgrade?
[01:09:25]* nick_vh has joined #drupal-support
[01:10:17]<snikker>hi there is a way for replace "sites/all/themes" pathwith a custom one?
[01:12:53]<naero>is there a way to dynamically place floating content in a story article using either javascript or CSS? CNN.com does a great job at this, see: http://www.cnn.com/2010/POLITICS/02/07/palin.presidential.run.tea.party/...
[01:17:27]* tsavory has joined #drupal-support
[01:20:14]* nick_vh has quit (Ping timeout: 260 seconds)
[01:21:02]<cafuego>dekita: you know D5 is going to become non-maintained in the not too distant future, ight?
[01:21:49]<dekita>cafuego: I wish ;) this is for a D5 site developed at work, just upgrading its search to apachesolr, needs pgsql support
[01:21:53]* miro_dietiker has quit (Quit: Leaving.)
[01:22:11]<cafuego>dekita: I mean D5 core - support is going to be stopped.
[01:22:32]<dekita>yeah, I know
[01:22:54]<dekita>that doesn't mean I can stop supported this client's site though
[01:23:00]<dekita>*supporting
[01:25:38]<dekita>but I can hint towards a D6 / D7 upgrade ;)
[01:25:54]<cafuego>just checking :-)
[01:26:59]* tsavory has left #drupal-support ()
[01:27:46]<dekita>np :)
[01:28:34]* jrib has joined #drupal-support
[01:28:59]<jrib>hello, to update modules, is it enough to simply replace the code and visit update.php or do I need to disable the module first?
[01:29:54]<cafuego>No ned to disable, just replace code and visit update.php
[01:30:00]<jrib>thanks cafuego
[01:30:03]<cafuego>Set the site to maintenance though
[01:30:09]* michaelverdi has quit (Quit: michaelverdi)
[01:30:12]<jrib>will do
[01:30:13]<cafuego>so users don't get possible errors if the code needs db changes
[01:31:41]* steinmb has joined #drupal-support
[01:31:44]* manuee has quit (Remote host closed the connection)
[01:32:23]* enginpost has quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20091221151141])
[01:37:19]* bshumate has quit (Quit: This computer has gone to sheep)
[01:37:49]* aryn_ has left #drupal-support ()
[01:40:03]* te-brian has quit (Read error: Connection reset by peer)
[01:40:12]* te-brian has joined #drupal-support
[01:40:22]* ricevn has joined #drupal-support
[01:40:36]* Fenzo666 has quit ()
[01:40:39]* rfay has joined #drupal-support
[01:42:39]* sanguisdex has joined #drupal-support
[01:43:05]<sanguisdex>I would like to share some tables between two drupal sites running off of the same database it possible to use a wildcard in the $db_prefix array?
[01:44:34]* jasonn1234 has quit (Quit: jasonn1234)
[01:49:41]* bshumate has joined #drupal-support
[01:50:39]* superlou has quit (Quit: Leaving)
[01:51:32]* phylock` has joined #drupal-support
[01:51:43]* phylock has quit (Ping timeout: 252 seconds)
[01:52:03]* apratt has quit (Quit: Leaving.)
[01:54:48]* Perhaps has joined #drupal-support
[01:55:06]* davexoxide has quit (Read error: Connection reset by peer)
[01:55:26]* davexoxide has joined #drupal-support
[01:55:39]<Perhaps>Hey guys... am I right in assuming a call to theme('address') will return address.tpl.php from my theme directory?
[01:56:09]<Perhaps>without any further configuration
[01:57:27]<dekita>sanguisdex: you can do that using mysql with a "databasename." table prefix
[01:58:40]* Bryan-10 has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6/20100115144158])
[01:59:27]* sanguisdex has left #drupal-support ()
[02:00:57]* benjamin-agaric has quit (Quit: benjamin-agaric)
[02:00:59]* skh_ has quit (Quit: This computer has gone to sleep)
[02:02:50]* benjamin-agaric has joined #drupal-support
[02:03:14]* jensimmons has joined #drupal-support
[02:04:07]* Singularo has quit (Ping timeout: 240 seconds)
[02:04:10]* MegaHerz1wrk has quit (Ping timeout: 245 seconds)
[02:05:06]* sdondley has joined #drupal-support
[02:05:36]<sdondley>test
[02:06:04]* MegaHerz|wrk has joined #drupal-support
[02:06:55]* jensimmons has quit (Client Quit)
[02:07:21]* jensimmons has joined #drupal-support
[02:07:50]* sdondley has left #drupal-support ()
[02:10:31]* samhassell has joined #drupal-support
[02:14:26]* jeanChristian has joined #drupal-support
[02:15:09]* miro_dietiker has joined #drupal-support
[02:15:14]* jim0203 has quit (Quit: jim0203)
[02:15:23]* miro_dietiker has left #drupal-support ()
[02:17:54]* matalo has quit (Quit: When two people dream the same dream, it ceases to be an illusion. KVIrc 3.4.2 Shiny http://www.kvirc.net)
[02:18:42]* katbailey has joined #drupal-support
[02:19:39]* Singularo has joined #drupal-support
[02:19:57]* skh_ has joined #drupal-support
[02:22:39]* jrib has quit (Quit: WeeChat 0.3.0)
[02:23:59]* AlexUA has joined #drupal-support
[02:27:43]* digs has quit (Ping timeout: 256 seconds)
[02:28:23]* phylock` has quit (Remote host closed the connection)
[02:30:11]* dokumori has quit (Quit: dokumori)
[02:30:56]<dekita>node_operations_delete?
[02:33:10]* chach has joined #drupal-support
[02:33:20]<dekita>node_delete?
[02:33:20]<Druplicon>node_delete is http://api.drupal.org/api/function/node_delete/6
[02:33:20]<Druplicon>node_delete: Delete a node. => node_delete($nid) => http://api.drupal.org/api/function/node_delete/6
[02:37:23]* chach has quit (Client Quit)
[02:39:11]* aiwata55 has quit (Quit: aiwata55)
[02:39:26]* laurenroth has joined #drupal-support
[02:45:07]* pjsz has joined #drupal-support
[02:51:36]* snikker has quit (Quit: KVIrc Insomnia 4.0.0, revision: , sources date: 20090520, built on: 2009/06/08 23:52:48 UTC http://www.kvirc.net/)
[02:55:50]<Creativitylives>dekita
[02:55:55]<Creativitylives>how could i add an image to this link?
[02:56:54]<dekita>Creativitylives: you mean make the link an image? or add one next to it?
[02:57:11]<Creativitylives>make the link into an image
[02:57:11]<Creativitylives>sorry
[02:57:24]* TechGirlGeek has quit (Quit: I'm away from my computer right now.)
[02:59:19]* geerlingguy has joined #drupal-support
[03:00:21]* IceGuest_75 has joined #drupal-support
[03:00:42]<dekita>you'd need to change the l() function to use an image for the link text, and set the attribute html => TRUE
[03:03:30]<IceGuest_75>Is there a module or something that I can make an order page, with drop down menus for selecting items, for instance for a computer build (so much memory, HD space, etc.), then provides a final price?
[03:03:42]<Creativitylives>so like this? http://drupalbin.com/13454
[03:04:27]<dekita>no, sec..
[03:06:05]<dekita>where the image is in your theme dir /images/image.png http://drupalbin.com/13455
[03:06:13]<IceGuest_75>Anyone?
[03:06:13]<Druplicon>If nobody is answering your question, try rewording it, or asking again in two or three hours.
[03:07:02]* TimG1 has left #drupal-support ()
[03:07:05]<Creativitylives>thanks dekita
[03:07:18]<Creativitylives>iceguest_75 ubercart
[03:07:20]<IceGuest_75>I'd like a module to make pull down options on a page for a viewer, so as to receive a final price and printout for a product.
[03:07:34]<dekita>np, might need a leading '/' on path_to_theme but try that first
[03:07:34]<IceGuest_75>Or is that done in some other manner, php or something?
[03:07:47]* geerlingguy has left #drupal-support ()
[03:07:54]<dekita>IceGuest_75: that's way to general, probably why no responses
[03:08:14]<dekita>have a look a cck and node types, that'll help
[03:08:25]<Creativitylives>and a shopping cart automatically tallies
[03:08:27]<dekita>as for the calculations, you'll need to do those yourself afaik
[03:08:30]<Creativitylives>so that shouldnt be an issue
[03:08:37]<dekita>yeah, or something like ubercart
[03:08:37]<IceGuest_75>Is there a module or something that I can make an order page, with drop down menus for selecting items, for instance for a computer build (so much memory, HD space, etc.), then provides a final price?
[03:08:48]<dekita>gah
[03:08:51]* dekita gets back to work
[03:08:53]<Creativitylives>iceguest_75 repeating alot wont help
[03:09:00]<Creativitylives>lol ill let u know how it works out dekita
[03:09:02]<Creativitylives>ty once again
[03:09:05]<dekita>k
[03:09:34]<Creativitylives>IceGuest_75 if you use ubercart you can add each product in individually then make a catalog where people can choose each product
[03:09:36]<IceGuest_75>Yeah, didn't know if you saw the first statement, you did say it was to vague, after my 2nd response.
[03:09:51]<IceGuest_75>Thanks, I'll take a look at ubercart.
[03:09:52]<Creativitylives>the calculations depending on what products are added to the cart will automatically be added up
[03:10:16]<Creativitylives>if you have questions join #drupal-ubercart
[03:10:38]* rampy has joined #drupal-support
[03:12:23]* SeventyFifthTbn_ has joined #drupal-support
[03:12:37]* hekel has quit (Remote host closed the connection)
[03:12:53]* jeanChristian has quit (Quit: Ex-Chat)
[03:13:14]* datadude has quit (Quit: datadude)
[03:13:58]<WormFood>http://drupal.org/project/usage/views <-- wow, it looks like *everyone* quit using 'views'
[03:14:45]* SeventyFifthTbn has quit (Ping timeout: 252 seconds)
[03:14:46]* SeventyFifthTbn_ is now known as SeventyFifthTbn
[03:14:52]<Creativitylives>how can that be
[03:15:53]* rfay has quit (Ping timeout: 256 seconds)
[03:16:58]<WormFood>look at the usage stats
[03:17:27]<WormFood>pretty clear...the web site can't be broken...it MUST be that EVERYONE quit using views...all at the same time ;P
[03:17:52]* aaronwinborn has quit (Remote host closed the connection)
[03:19:17]<Creativitylives>just doesnt sound right though
[03:19:40]<Creativitylives>unfortunately that didnt work dekita
[03:22:54]<rtyler>evening chaps, I'm looking to switch from running Drupal6 on Apache to lighttpd, is there anything I need to be aware of to do so?
[03:23:04]<rtyler>(Apache is just too damn slow on this VM :/)
[03:27:18]* IceGuest_75 has quit (Ping timeout: 248 seconds)
[03:27:52]* jasonn1234 has joined #drupal-support
[03:28:37]<dekita>Creativitylives: try a '/'. in front of path_to_theme().
[03:28:45]<dekita>otherwise up to you, that's the gist of it
[03:29:09]<Creativitylives>$image = theme('image', path_to_theme().'/images/image.png', t('My profile') );
[03:29:41]<Creativitylives>is that what u mean?
[03:31:16]<dekita> $image = theme('image', '/'.path_to_theme().'/images/image.png', t('My profile') );
[03:31:39]<dekita>or maybe $image = theme('image', base_path().path_to_theme().'/images/image.png', t('My profile') );
[03:32:21]<dekita>again, assumes image is in images/image.png obviously
[03:32:26]<dekita>in theme dir
[03:33:00]<naero>does anyone know how to get rid of the colon : that is used to separate a label & value in Views?
[03:33:41]* apratt has joined #drupal-support
[03:33:58]<Creativitylives>dekita would it work the same if i change the path to the image?
[03:34:11]<Creativitylives>b/c its in like sites/default/files
[03:34:22]<dekita>then no, it wouldn't
[03:34:36]* keyo has quit (Quit: keyo)
[03:34:40]<Creativitylives>i can change the location of the image
[03:34:44]<Creativitylives>that wont be an issue
[03:34:53]<dekita>you'd need file_directory_path() instead of path_to_theme()
[03:35:25]* mhunt has joined #drupal-support
[03:36:53]* keyo has joined #drupal-support
[03:37:05]* keyo has quit (Client Quit)
[03:40:29]<naero>does anyone know how to get rid of the colon : that is used to separate a label & value in Views?
[03:44:57]* ViZ has quit (Read error: Connection reset by peer)
[03:45:47]<Creativitylives>hmm for some reason its returning me html
[03:46:45]* brianpuccio has quit (Quit: Leaving.)
[03:46:58]* welly has joined #drupal-support
[03:47:41]* mlsamuelson has joined #drupal-support
[03:54:29]* bshumate has quit (Quit: This computer has gone to sheep)
[04:02:31]* heshan has joined #drupal-support
[04:02:50]* mlsamuelson has quit (Quit: mlsamuelson)
[04:04:11]* kswan has joined #drupal-support
[04:04:26]* kswan has quit (Client Quit)
[04:05:53]* arianek has joined #drupal-support
[04:08:32]* jasonn1234 has quit (Quit: jasonn1234)
[04:10:51]* BANSAL has joined #drupal-support
[04:11:02]* BANSAL has left #drupal-support ()
[04:14:21]<dekita>Creativitylives: 'HTML'=>TRUE might need to be lower case 'html' => TRUE
[04:16:32]<Creativitylives>it works :)
[04:16:41]<Creativitylives>didnt know it was case sensitive ty dekita
[04:16:49]<dekita>np
[04:16:55]<Creativitylives>hows that d5 site holding up btw?
[04:18:35]* Irishgringo has joined #drupal-support
[04:22:36]* japerry has joined #drupal-support
[04:22:36]* japerry has quit (Excess Flood)
[04:24:56]* mdel has joined #drupal-support
[04:25:18]* keyo has joined #drupal-support
[04:26:42]* mdel__ has quit (Ping timeout: 256 seconds)
[04:28:15]* SeventyFifthTbn has quit (Quit: SeventyFifthTbn)
[04:30:13]* lukus has quit (Ping timeout: 264 seconds)
[04:33:15]<dekita>Creativitylives: all sorted, I submitted a patch for apachesolr/pgsql support, tested and working http://drupal.org/node/707566
[04:33:16]<Druplicon>http://drupal.org/node/707566 => Patch attached for Drupal 5 PostgreSQL / pgsql support => Apache Solr Search Integration, Code, normal, reviewed & tested by the community, 0 comments, 1 IRC mention
[04:33:21]<dekita>anyway, off home now, back later
[04:33:32]<Creativitylives>cya dekita
[04:33:35]<Creativitylives>enjoy your night
[04:33:44]* Cvelde has quit (Ping timeout: 246 seconds)
[04:35:48]* toddross has quit (Quit: toddross)
[04:36:35]* fl3a_ has joined #drupal-support
[04:36:43]* seba_ has joined #drupal-support
[04:37:15]* tsavory1 has joined #drupal-support
[04:37:15]* tsavory1 has left #drupal-support ()
[04:37:15]* sliat has quit (Read error: Operation timed out)
[04:37:15]* fl3a has quit (Read error: Operation timed out)
[04:37:53]* keyo has quit (Quit: keyo)
[04:41:42]* horseatingweeds has joined #drupal-support
[04:43:29]<horseatingweeds>IMCE is coming up as a blank page for none user-1 authenticated users. I have an IMCE profile assigned. And in CKeditor I've got IMCE chosen as the file handler. Is there some other permission of setting I'm missing?
[04:43:33]* keyo has joined #drupal-support
[04:43:53]* Bass10 has quit (Ping timeout: 246 seconds)
[04:44:48]<rtyler>hmm, my contact form doesn't seem to want to send me emails, is there any way I can debug why that might be?
[04:46:16]<WormFood>rtyler, are other php apps able to send email?
[04:46:42]<rtyler>there aren't any others running on this machine
[04:46:49]<rtyler>drupal is all by itself
[04:46:59]<WormFood>most likely, email is turned off in php, or email at the system level isn't working right
[04:47:33]* realityloop has quit (Quit: Leaving)
[04:47:54]<WormFood>I suppose the first test would be to see if email is working at the system level, then check to make sure it is working at the php level...then come back to drupal (I also have the same problem with my server, which reminds me, I need to fix it myself too ;)
[04:48:16]<WormFood>rtyler, what distro ya runnin'?
[04:49:05]<rtyler>ubuntu something or other
[04:50:33]<ridethefire122>Has anyone in here ever used backup and migrate to move node content from one site to another site?
[04:50:55]* drupalDemon has joined #drupal-support
[04:52:28]* captaindav has joined #drupal-support
[04:52:34]<WormFood>ridethefire122, you may have a lot of other issues to deal with by just trying to move one part of the system...you'll want to look at the data in the node content, to see what else it may be calling for (like images for example)
[04:53:03]<ridethefire122>WormFood: yes, I can take care of the image content
[04:53:14]<captaindav>my admin theme is trashed, how can I set it back to core theme from database
[04:53:16]<WormFood>I found just moving image locations within the same install of drupal, to be a pain
[04:53:21]<drupalDemon>has anyone used much of mpeg?
[04:53:25]<drupalDemon>ffmpeg?
[04:53:45]* wonder95 has joined #drupal-support
[04:53:51]<WormFood>drupalDemon, yeah, I watch a lot of porn in mpeg format, so I guess *I've* used it a lot :P
[04:54:34]<drupalDemon>:)
[04:54:58]* BANSAL has joined #drupal-support
[04:55:38]* MartinCleaver has quit (Quit: MartinCleaver)
[04:56:13]<ridethefire122>WormFood: basically, I need to move content from a dev site, to a production site that use all the same content types
[04:56:52]* drupalDemon has quit (Quit: drupalDemon)
[04:57:08]* neilnz has quit (Remote host closed the connection)
[04:59:26]* Creativitylives has quit (Read error: Connection reset by peer)
[04:59:39]* schock has joined #drupal-support
[05:00:46]<schock>hi drupalistas. I'm comparing mirocommunity and drupal to choose a CMS for the redesign of http://transmission.cc. Please help us complete this feature comparison matrix! http://wiki.transmission.cc/index.php/Transmission.cc_site_redesign#CMS_...
[05:01:44]<WormFood>schock, that sounds too much like work
[05:02:14]* welly has quit (Remote host closed the connection)
[05:03:01]<schock>WormFood: ok, let me rephrase that. Some of the key features are already filed out w/suggested solutions. So, just take a look, you might learn something for a future question :)
[05:03:16]* greenup has joined #drupal-support
[05:03:42]* arianek is now known as arianek_afk
[05:04:09]<rtyler>in case anybody is curious, here's what I've been nagging folks about for the past week: http://blog.hudson-ci.org/
[05:04:14]<schock>Also, I can rephrase it as a specific question: anyone working on a solution for browser based subtitle CREATION (not translation or editing of existing subs)
[05:04:20]<rtyler>Drupal 6/Lighttpd/Postgres
[05:04:29]<rtyler>with a really great cacaphony of plugins
[05:04:55]<greenup>has anyone used googles servers to send mail from drupal?
[05:05:25]* Creativitylives has joined #drupal-support
[05:07:05]<greenup>ok how about this then. has anyone used smtp drupal module?
[05:08:46]* TheAbacus has quit (Quit: TheAbacus)
[05:11:50]* jwmann has quit (Quit: Leaving)
[05:13:42]* GregHines has quit (Quit: Leaving)
[05:13:53]* GregHines has joined #drupal-support
[05:15:02]* gabe_ has quit (Quit: gabe_)
[05:15:38]* Webwalker3D has joined #drupal-support
[05:18:16]* naero has quit (Quit: naero)
[05:18:26]* keyo has quit (Quit: keyo)
[05:19:10]* romeufmello has joined #drupal-support
[05:20:16]* lava has quit (Ping timeout: 260 seconds)
[05:20:49]* GregHines has quit (Quit: Leaving)
[05:21:11]* GregHines has joined #drupal-support
[05:21:16]* romeufmello has quit (Quit: Fui)
[05:21:29]* Creativitylives has left #drupal-support ()
[05:22:08]* deciphered has joined #drupal-support
[05:23:13]* heshan1 has joined #drupal-support
[05:24:02]* AlexUA has left #drupal-support ()
[05:24:13]* Webwalker3D has quit (Quit: Half Full or Half Empty, it's Still a Glass)
[05:26:00]* lyricnz has quit (Ping timeout: 245 seconds)
[05:26:25]* heshan has quit (Ping timeout: 245 seconds)
[05:31:59]* pjsz has quit (Quit: pjsz)
[05:32:42]* YesCT has joined #drupal-support
[05:37:40]* ricevn has quit (Ping timeout: 245 seconds)
[05:38:52]* YesCT has quit (Quit: YesCT)
[05:40:45]* GregHines has quit (Quit: Leaving)
[05:40:54]* GregHines has joined #drupal-support
[05:41:58]* Nautilus has joined #drupal-support
[05:42:13]* dsdeiz has quit (Remote host closed the connection)
[05:42:43]* nighthwk1 has joined #drupal-support
[05:43:24]<Nautilus>fapi?
[05:43:24]<Druplicon>http://api.drupal.org/api/6/file/developer/topics/forms_api_reference.html and is also http://api.drupal.org/api/file/developer/topics/forms_api.html/6 and a *pretty diagram* at http://drupal.org/node/165104 and is also http://www.gliffy.com/pubdoc/1508856/L.jpg
[05:46:36]<captaindav>schock, it doesn't make sense to pick a cms anymore with a feature matrix as the guide
[05:47:09]<captaindav>schock, drupal has 1000's of contributed modules adding many features - far to complex to capture in a matrix
[05:47:11]<schock>captaindav: LOL, why's that?
[05:47:23]<captaindav>why not look at other factors like viability of community
[05:47:28]* rtyler has left #drupal-support ()
[05:47:31]<schock>captaindav: no, you misunderstand
[05:47:34]<captaindav>availability of supporters
[05:47:44]* dsdeiz has joined #drupal-support
[05:47:44]<schock>we have already done a network wide consultation to determine core featureset
[05:47:54]<schock>we are not looking to do 'whatever video stuff we can do'
[05:47:55]<schock>:)
[05:48:03]<captaindav>reference sites, e.g. President Obama chose Drupal for whitehouse.gov
[05:48:12]* heshan has joined #drupal-support
[05:48:26]<Hardrocker>also drupal is #1 on the top 10 as well
[05:48:27]<schock>captaindav: we have a number of drupal devs in transmission network already, you're preaching to choir ;)
[05:48:29]<captaindav>well Sony entertainment uses Drupal for there video sites so the video support can't be too bad
[05:48:44]<schock>thanks though
[05:48:53]<captaindav>since the featureset is "open" the matrix doesn't make much sense
[05:49:00]<Hardrocker>schock i use it for videos as well
[05:49:01]<schock>the featureset isn't open
[05:49:13]<schock>we've decided and prioritized the features we want
[05:49:18]* darrenoh has quit (Quit: Leaving)
[05:49:29]<schock>thus: compare CMS, even though we know we like drupal and many of us use it
[05:49:32]<captaindav>I mean that you can add any feature you want to Drupal using a custom module
[05:49:45]<schock>it makes sense to see what each has with no additional coding
[05:49:58]<schock>LOL, if you have an unlimited budget, which we don't
[05:50:16]<captaindav>well, you can find a commercial software with more features in any given area
[05:50:23]<schock>captaindav: would you like to custom code an ajax subtitling module for us, for free? :D
[05:50:53]<schock>ah, no, the whole point of transmission network is to promote FOSS for social and environmental video makers
[05:51:13]<captaindav>schock, well the concept behind Drupal is that 1000's of major sites are "sharing" the same software, each contributing a little customized work to the core product
[05:51:24]* heshan1 has quit (Ping timeout: 264 seconds)
[05:51:52]* heshan1 has joined #drupal-support
[05:51:58]<captaindav>strategically this means your company won't be "locked in" to one specific vendor, there is a value to that
[05:52:06]<schock>captaindav: i know :) please check out what we do: http://transmission.cc
[05:52:40]<captaindav>schock, so this is non profit?
[05:53:48]<schock>captaindav: here's some projects we do: http://transmission.cc/Projects
[05:54:09]* heshan has quit (Ping timeout: 248 seconds)
[05:54:53]* RockSoup has quit (Quit: ChatZilla 0.9.83 [Firefox 3.0.4/2008102920])
[05:55:05]<captaindav>schock, have you ever considered applying to the Knight foundation, they give out a lot of $ for simlar projects in Drupal
[05:55:15]* mhunt has left #drupal-support ()
[05:55:40]<captaindav>http://groups.drupal.org/knight-drupal-initiative
[05:55:50]<schock>captaindav: http://tinyurl.com/txknightdrupal
[05:56:01]<schock>we made it to the full proposal stage, please rate us up ;)
[05:56:35]<captaindav>cool
[05:56:54]* naero has joined #drupal-support
[05:57:01]<captaindav>well that should be enough convincing for you project, Knight has been very supportive of Drupal
[05:58:01]<captaindav>for you project, Drupal is the clear choice, and its not because of some feature matrix
[05:58:46]<captaindav>its the value of the community you would be joining which includes, for example, Knight Foundation
[06:00:22]<TomGate>can anybody explain the difference between $GLOBALS['user'] and global variable $user?
[06:00:32]* BANSAL has quit (Quit: Leaving.)
[06:00:42]* BANSAL has joined #drupal-support
[06:01:50]* johnnyr has joined #drupal-support
[06:03:05]* samhassell_ has joined #drupal-support
[06:03:07]* samhassell has quit (Read error: Connection reset by peer)
[06:03:10]* naero has quit (Quit: naero)
[06:04:44]* johnnyr has quit (Client Quit)
[06:08:34]* skh_ has quit (Quit: Leaving)
[06:09:38]* davexoxide has quit (Read error: Connection reset by peer)
[06:09:47]* davexoxide has joined #drupal-support
[06:10:00]* BANSAL has quit (Read error: Connection reset by peer)
[06:11:22]* BANSAL has joined #drupal-support
[06:11:38]* apratt has quit (Quit: Leaving.)
[06:12:04]* aksci has joined #drupal-support
[06:12:08]* aksci is now known as thedancingdeer
[06:12:37]* YesCT has joined #drupal-support
[06:13:26]* BANSAL has left #drupal-support ()
[06:13:45]<YesCT>I dont really "get" relationships, in reference to views.
[06:13:46]<YesCT>http://drupal.org/node/707016
[06:13:47]<Druplicon>http://drupal.org/node/707016 => list of content profile node fields for users of a certain group (relationship?) => Organic groups, Og Views, normal, active, 0 comments, 2 IRC mentions
[06:13:52]* BANSAL has joined #drupal-support
[06:14:30]* thedancingdeer has left #drupal-support ()
[06:15:29]* AntoineLafontain has joined #drupal-support
[06:18:27]* beautifulmind has joined #drupal-support
[06:18:44]* AntoineLafontain has quit (Client Quit)
[06:19:45]* Irishgringo has quit (Ping timeout: 248 seconds)
[06:21:12]* shankhan has joined #drupal-support
[06:21:23]<shankhan>hello to all
[06:22:33]* kappaluppa has joined #drupal-support
[06:22:46]* wonder95 has quit (Quit: Do sheep shrink when it rains?)
[06:23:25]<kappaluppa>i need someone to look at a design for me and tell me what color they see... lol I thought it was tan, but I looked on another computer and it looks gray...
[06:23:47]* rrittenhouse has quit (Quit: Leaving)
[06:23:53]<Nautilus>kappaluppa: ok
[06:23:55]<shankhan>send me
[06:24:07]<shankhan> kappaluppa
[06:24:21]<kappaluppa>http://kappaluppa.com/jbrhomes-hp-mockup.jpg
[06:25:30]<Nautilus>I see a gray background for the 2 houses
[06:26:04]<kappaluppa>dang!
[06:26:08]<kappaluppa>lol
[06:27:09]* katbailey has quit (Quit: katbailey)
[06:27:55]<kappaluppa>this is the color: #dcd7cc
[06:29:11]<Nautilus>well its a jog so I cant firebug it
[06:29:14]<Nautilus>jpg
[06:31:13]* arianek_afk has quit (Quit: arianek_afk)
[06:31:14]* Keenan has joined #drupal-support
[06:32:33]* BANSAL has left #drupal-support ()
[06:35:22]* keyo has joined #drupal-support
[06:35:29]<shankhan>goood work
[06:36:31]* GregHines_ has joined #drupal-support
[06:37:00]* lava has joined #drupal-support
[06:37:10]* GregHines has quit (Read error: Connection reset by peer)
[06:37:17]* GregHines_ is now known as GregHines
[06:39:52]* magicspark has joined #drupal-support
[06:41:18]* GregHines has quit (Client Quit)
[06:41:24]* GregHines has joined #drupal-support
[06:41:40]* MegaHerz|wrk has quit (Remote host closed the connection)
[06:42:54]* sumitk has joined #drupal-support
[06:44:11]* sumitk has left #drupal-support ()
[06:49:25]* magicspark has quit (Quit: magicspark)
[06:51:20]* nighthwk1 has quit (Quit: Leaving...)
[06:52:18]* steinmb has quit (Quit: steinmb)
[06:53:19]* schock has quit (Quit: schock)
[06:53:57]* lava has quit (Ping timeout: 258 seconds)
[06:56:24]* magicspark has joined #drupal-support
[06:58:27]* Slurpee has quit (Quit: Where in the world am I???)
[06:59:10]* magicspark has quit (Client Quit)
[07:00:33]* tolland has joined #drupal-support
[07:00:42]* jfreeman has quit (Remote host closed the connection)
[07:01:00]* lava has joined #drupal-support
[07:01:42]* Singularo has quit (Quit: Ex-Chat)
[07:03:35]* keyo_ has joined #drupal-support
[07:04:14]* lerner_ has joined #drupal-support
[07:05:28]* keyo has quit (Ping timeout: 240 seconds)
[07:05:29]* keyo_ is now known as keyo
[07:06:07]* lerner has quit (Ping timeout: 256 seconds)
[07:06:08]* lerner_ is now known as lerner
[07:06:23]<YesCT>how do I use views to get a list of all the users of an OG group?
[07:07:37]* realityloop has joined #drupal-support
[07:07:40]* MikhX has quit (Quit: MikhX)
[07:07:43]* daglees has joined #drupal-support
[07:08:18]<YesCT>http://drupal.org/node/405546
[07:08:18]<Druplicon>http://drupal.org/node/405546 => Add ability to filter users by group => Organic groups, Og Views, normal, needs review, 15 comments, 1 IRC mention
[07:08:20]* qasim has quit (Quit: qasim)
[07:08:27]<YesCT>I'm thinking of trying that patch.
[07:10:00]* duran has quit (Quit: This computer has gone to sleep)
[07:10:16]* keyo has quit (Ping timeout: 265 seconds)
[07:12:03]* captaindav has quit (Quit: Leaving)
[07:12:28]* RSchilD has quit (Ping timeout: 276 seconds)
[07:12:42]* phunster has quit (Quit: Ex-Chat)
[07:12:42]<YesCT>is there a way to do it without the patch?
[07:13:12]* Cvelde has joined #drupal-support
[07:14:14]* shankhan has quit (Ping timeout: 252 seconds)
[07:14:27]* FransK has joined #drupal-support
[07:16:03]* chrisgnicholas has quit (Read error: Connection reset by peer)
[07:16:33]* kappaluppa has left #drupal-support ()
[07:17:11]* chrisgnicholas has joined #drupal-support
[07:18:55]* Jaza_ has quit (Quit: Jaza_)
[07:19:17]<ridethefire122>Hey guys. Huge problem with a mysql database restore (http://drupal.org/node/345225). When I try to restore a database, I get this: http://72.251.194.138/
[07:19:18]<Druplicon>http://drupal.org/node/345225 => Restoring a database backup (command line) => 0 comments, 2 IRC mentions
[07:21:11]* dijonyummy has quit ()
[07:22:32]* BartVB has joined #drupal-support
[07:23:27]* laurenroth has quit (Quit: laurenroth)
[07:24:40]* ernestine_ has quit (Ping timeout: 240 seconds)
[07:26:07]* Graloth has joined #drupal-support
[07:26:32]* Graloth has quit (Client Quit)
[07:26:56]* Graloth has joined #drupal-support
[07:28:19]* dijonyummy has joined #drupal-support
[07:28:30]* keyo has joined #drupal-support
[07:29:06]* chrisgnicholas has left #drupal-support ()
[07:33:00]* lerner has quit (Quit: lerner)
[07:33:33]* Badger|two has joined #drupal-support
[07:34:01]* davexoxide has quit (Read error: Connection reset by peer)
[07:34:16]* frigginCarebear has joined #drupal-support
[07:34:17]* frigginCarebear has quit (Changing host)
[07:34:17]* frigginCarebear has joined #drupal-support
[07:34:21]* davexoxide has joined #drupal-support
[07:34:58]* Nikit has quit (Ping timeout: 258 seconds)
[07:35:38]* Badger|two has quit (Remote host closed the connection)
[07:36:23]* dekita_ has joined #drupal-support
[07:37:53]* Badger|two has joined #drupal-support
[07:40:02]* skilip has joined #drupal-support
[07:40:12]* mortenq has joined #drupal-support
[07:40:28]* seutje has quit (Disconnected by services)
[07:40:30]* frigginCarebear is now known as seutje
[07:41:39]<Nautilus>ridethefire122: "Table 'inyoursp_drupalfive.access' doesn't exist"
[07:42:47]* dekita_ has quit (Remote host closed the connection)
[07:42:56]<ridethefire122>Nautilus: the mysqldump isn't importing properly
[07:43:11]<Nautilus>:(
[07:43:15]* dekita has quit (Remote host closed the connection)
[07:43:17]<ridethefire122>the dump is 19mb, and apparently uncorrrupted
[07:43:38]* dekita has joined #drupal-support
[07:43:40]<ridethefire122>do you know if it's possible to look for tables within a dump?
[07:44:05]<Nautilus>a .sql dump? that's ascii (or maybe zip'd, tar'd, whatever)
[07:44:24]<YesCT>I have cloned a view that is a page: og/users/%/list that uses an argument.
[07:44:35]<Nautilus>well i should say ascii, might have extended chars
[07:44:43]<Nautilus>shouldnt (dang, up too late)
[07:44:49]<ridethefire122>yes
[07:44:58]<ridethefire122>it should be importing properly
[07:45:12]<ridethefire122>however, it isn't
[07:45:21]* marthinal has joined #drupal-support
[07:45:27]<Nautilus>maybe it wasnt exported well, dunno, just thoughts
[07:45:28]<YesCT>if I want the view to just be for say: og/users/54 how do I change the view to only work with a particular specific argument?
[07:45:53]<ridethefire122>Nautilus: how would I go about testing the integrity of the .sql ?
[07:46:11]* TCRobbert has joined #drupal-support
[07:46:55]<Nautilus>ridethefire122: don't know. but you've imported it? Did you look to see if it has a inyoursp_drupalfive.access or drupalfive.access
[07:47:08]<ridethefire122>I'm doing it by hand
[07:47:15]<ridethefire122>mysqldump inyoursp_drupalfive < backup_20100207.sql
[07:47:37]<ridethefire122>it's a d6 database btw
[07:47:48]* Nikit has joined #drupal-support
[07:48:03]* protitude has joined #drupal-support
[07:48:03]<Nautilus>after the import, Did you look to see if it has a inyoursp_drupalfive.access or drupalfive.access?
[07:48:36]<Nautilus>oh, access table in the db
[07:49:18]<ridethefire122>mysql> \u inyoursp_drupalfive
[07:49:18]<ridethefire122>Database changed
[07:49:18]<ridethefire122>mysql> show tables;
[07:49:18]<ridethefire122>Empty set (0.00 sec)
[07:49:37]<ridethefire122>mysqldump appears to not be importing anything at all
[07:49:39]<Nautilus>oh, it's empty?
[07:49:42]<ridethefire122>yeah
[07:49:46]<ridethefire122>it doesn;t make any sense
[07:49:50]<Nautilus>took ya long enough to say so ;)
[07:49:54]<ridethefire122>sorry
[07:50:12]<Nautilus>np, just saying it's better to start off with the important info, heh
[07:50:37]<Nautilus>so the import isnt working
[07:50:59]<ridethefire122>no
[07:51:11]* sarah_p has joined #drupal-support
[07:52:01]* Darkcraft has joined #drupal-support
[07:52:23]<Darkcraft>hi, is there a module that will allow me to do a find and replace on every page?
[07:52:24]<Nautilus>so its a mysql thing. Errr, using mysqldump to import? that suppose to work?
[07:52:34]<ridethefire122>Nautilus: it should
[07:52:48]<ridethefire122>http://drupal.org/node/345225
[07:52:49]<Druplicon>http://drupal.org/node/345225 => Restoring a database backup (command line) => 0 comments, 3 IRC mentions
[07:52:58]<ridethefire122>I've used it to import a database before
[07:53:01]<Darkcraft>I transferred my site and now I need to change the image path for most of the pages on my site
[07:53:38]<dekita>Darkcraft: not a module, but you can do that with SQL
[07:54:07]<Nautilus>ridethefire122: that page saus for importing: mysql -h HOST -u USERNAME -pPASSWORD < your-db-dump.sql
[07:54:08]<Darkcraft>ok, that frightens me, I think I'll just delete and reupload all the pages with a csv file
[07:54:12]<Darkcraft>dekita++
[07:54:34]<ridethefire122>Nautilus yes?
[07:54:38]<Nautilus>yes
[07:55:08]<dekita>Darkcraft: it's not so bad :) just a query on the node_revisions table body field
[07:55:22]<ridethefire122>Nautilus:
[07:55:22]<ridethefire122>--
[07:55:24]<ridethefire122>-- Table structure for table `access`
[07:55:26]<ridethefire122>--
[07:55:28]<ridethefire122>DROP TABLE IF EXISTS `access`;
[07:55:30]<ridethefire122>SET @saved_cs_client = @@character_set_client;
[07:55:32]<ridethefire122>SET character_set_client = utf8;
[07:55:34]<ridethefire122>CREATE TABLE `access` (
[07:55:47]* robertgarrigos has joined #drupal-support
[07:55:49]<ridethefire122>the access table exists in the dump file
[07:56:02]<Nautilus>so import it
[07:56:18]<ridethefire122>via the command you mentioned above?
[07:56:28]<dekita>something like: UPDATE {node_revisions} SET body = REPLACE(body, 'search', 'replace');
[07:56:38]<dekita>would need to confirm the syntax but I think that's it
[07:56:50]<Nautilus>ridethefire122: i'm looking at what the page you mentioned says to do...
[07:57:10]<Nautilus>and it seems like it's ok
[07:57:54]<ridethefire122>it should be
[07:58:05]<ridethefire122>but look at what I get when I use that command:
[07:58:14]<ridethefire122>Usage: mysqldump [OPTIONS] database [tables]
[07:58:14]<ridethefire122>OR mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]
[07:58:15]<ridethefire122>OR mysqldump [OPTIONS] --all-databases [OPTIONS]
[07:58:15]<ridethefire122>For more options, use mysqldump --help
[07:58:36]<ridethefire122>apparently it doesn't like it when I don't specify a database to import to
[07:59:29]<dsdeiz>hey! http://drupalbin.com/13456?nocache=1 anyone able to help? :D
[07:59:49]<dsdeiz>bot!
[07:59:49]<Druplicon>I'M UP! I'M UP!!
[08:00:32]* Darkcraft has left #drupal-support ()
[08:00:59]<ridethefire122>ok
[08:01:00]<ridethefire122>I got it
[08:01:19]* qom2 has joined #drupal-support
[08:01:19]<ridethefire122>I was using 'mysqldump' instead of 'mysql'
[08:01:23]* heshan1 has quit (Quit: Leaving.)
[08:01:26]<ridethefire122>now
[08:01:37]<Nautilus>yea i asked about that earlier
[08:01:43]<ridethefire122>: (
[08:02:10]<Nautilus>my personal note about doing this is: mysql -u username -ppassword database_name < database.sql
[08:02:20]<ridethefire122>I tend to miss details when I'm panicing
[08:03:03]<Nautilus>add -h if needed
[08:03:11]<ridethefire122>hm
[08:03:18]<ridethefire122>well, now I have another issue
[08:03:30]<tolland>morgen
[08:03:34]* magicspark has joined #drupal-support
[08:03:49]<ridethefire122>I've been trying to use 'backup and migrate' to migrate selected tables from the production site to this site
[08:03:50]<tolland>I have added a "link" field to my view, to show a link to "More" back to the node
[08:04:01]* voxpelli has joined #drupal-support
[08:04:04]<tolland>but it being ignored, it doesn't appear in the list of fields or in the preview
[08:04:13]<tolland>are there dependencies that I am missing~?
[08:04:15]<Nautilus>ridethefire122: i dont know anything about b & m
[08:04:26]<ridethefire122>however, the module apparently doesn't select the 'selected' tables when making a dump
[08:04:30]<ridethefire122>could be a bug
[08:05:06]* Angostura has joined #drupal-support
[08:05:39]* marcvangend has joined #drupal-support
[08:05:57]* kevin- is now known as styol
[08:06:07]<ridethefire122>at any rate, crisis averted
[08:06:10]<ridethefire122>thanks Nautilus
[08:07:03]<Nautilus>tolland: I think any field in the view will have the option "Link this field to its node"
[08:07:18]<tolland><Nautilus>: i have added, but nothing is being shown
[08:07:50]<Nautilus>what did you add
[08:10:59]* RSchilD has joined #drupal-support
[08:11:56]* jme-- has joined #drupal-support
[08:12:13]<jme-->nice. I cannot update url aliases when eiditing a node. Sweet
[08:12:19]<jme-->editing...
[08:12:37]* pjsz has joined #drupal-support
[08:12:59]<skilip>Does anybody know of an D6 version (alternative) for the Node Approval module?
[08:14:07]* ridethefire has joined #drupal-support
[08:14:09]<jme-->when editing an node, it has 'products/foo' set as the url alias but if I use that I get page not found
[08:14:30]<jme-->but if I create a new node, then the url alias works
[08:14:46]<jme-->daily dose of drufail
[08:16:47]* atheneus has joined #drupal-support
[08:17:16]* ridethefire122 has quit (Ping timeout: 240 seconds)
[08:17:29]* Nautilus has left #drupal-support ("Client Exiting")
[08:17:36]<marcvangend>skilip: what does node approval do?
[08:18:00]<skilip>marcvangend: Hey :)!
[08:18:05]<marcvangend>hi!
[08:18:17]<skilip>marcvangend: How's life in Amsterdam?
[08:18:46]* e-anima has joined #drupal-support
[08:18:58]* EriSanWork has quit (Quit: HydraIRC -> http://www.hydrairc.com <- Now with extra fish!)
[08:19:39]* Daemon_Byte has joined #drupal-support
[08:19:39]* Daemon_Byte has quit (Changing host)
[08:19:40]* Daemon_Byte has joined #drupal-support
[08:19:48]<skilip>marcvangend: I'm looking for a module which let's 'editors' create drafts of nodes which needs to be approved by 'administrators' before being published
[08:20:16]<Daemon_Byte>skilip: revisioning
[08:20:20]<Daemon_Byte>revisioning?
[08:20:27]<Daemon_Byte>revisions?
[08:20:31]<Daemon_Byte>blah what's it called
[08:21:00]<Daemon_Byte>http://drupal.org/project/revisioning
[08:21:02]<skilip>revisioning
[08:21:06]<skilip>Yaeh
[08:21:16]<skilip>I'll have a look at that, thanks!
[08:21:35]<Daemon_Byte>bad bot should have created that link fo rme
[08:21:36]<marcvangend>skilip: doing fine... lots of work, looking forward to the drupaljam, only 50m from my home
[08:21:56]* svendecabooter has joined #drupal-support
[08:22:06]<skilip>marcvangend: That's awesome!
[08:22:55]* ljk has joined #drupal-support
[08:23:03]* ljk has quit (Client Quit)
[08:25:06]* Amitaibu has joined #drupal-support
[08:25:10]<marcvangend>skilip: so revisioning is your answer? glad I could help :-D
[08:25:20]<skilip>hehehe
[08:25:32]* lyricnz has joined #drupal-support
[08:25:38]<skilip>Yeah, looks like what I'm looking for
[08:28:12]* daglees has quit (Remote host closed the connection)
[08:29:13]* GregHines has quit (Read error: Connection reset by peer)
[08:31:55]* magicspark has quit (Quit: magicspark)
[08:31:59]* EugenA has joined #drupal-support
[08:33:50]* GregHines has joined #drupal-support
[08:34:00]<Daemon_Byte>has anyone tried using drupal_execute to import lots of data?
[08:35:23]* pjsz has quit (Quit: pjsz)
[08:35:31]* heshan has joined #drupal-support
[08:36:05]* zzolo has joined #drupal-support
[08:36:32]* magicspark has joined #drupal-support
[08:37:16]* daglees has joined #drupal-support
[08:39:39]* valcker has joined #drupal-support
[08:40:09]* Michelle has quit (Ping timeout: 245 seconds)
[08:41:18]* siliconmeadow has joined #drupal-support
[08:41:48]* zzolo has quit (Quit: zzolo)
[08:43:10]* jonr has joined #drupal-support
[08:44:44]* Michelle has joined #drupal-support
[08:44:44]* Michelle has quit (Changing host)
[08:44:44]* Michelle has joined #drupal-support
[08:45:57]* sam1am has quit (Quit: sam1am)
[08:46:13]<protitude>Anyone aware of a module that sets the author of a node to the user submitting it on every submission even if they don't have the proper access?
[08:46:53]* firfin has joined #drupal-support
[08:48:27]* Daemon_Byte has quit (Quit: Daemon_Byte)
[08:49:04]<dekita>nodes take the submitters uid by default anyway..
[08:50:24]* WormFood has quit (Remote host closed the connection)
[08:50:58]<protitude>Yes but I'd like to set the author to the person hitting submit
[08:51:14]* Bojan has joined #drupal-support
[08:51:41]* ViZ has joined #drupal-support
[08:51:48]<protitude>The reason being that I'd like to further give them the ability to lock down editing using node access and then they'd be the only ones who can edit it within the lesser permission level
[08:52:07]* zzolo has joined #drupal-support
[08:52:13]* matason has joined #drupal-support
[08:52:43]<protitude>is there a hook upon submit that I could use that circumvents permission?
[08:53:11]* mirza has joined #drupal-support
[08:53:12]<dekita>so, you want to set the uid to the user submitting the node, which is done anyway?
[08:54:02]<mirza>hi i am trying to set up the five star module on my site and would also liketo be able to give users the ability to leave a comment after they have voted
[08:54:15]<protitude>Yes upon a node edit not just submission. This will be like a wiki
[08:54:33]<mirza>im using fivestar extra, although in the settings I have enabled the comment settins
[08:54:42]<mirza>users are not able to leave comments
[08:55:09]<protitude>So anyone can with the ability to edit the node will become the author.
[08:55:48]<dekita>protitude: if the user can edit the node, they already have access to save it...
[08:56:02]<protitude>Yes save it but not change the author to themselves
[08:56:24]<dekita>revisioning will save a revision as that user..
[08:56:53]<dekita>if you want to change the original node uid, you could do so using hook_nodeapi and catch the presave op
[08:57:03]<dekita>you could change the uid there if you want
[08:57:14]<dekita>hook_nodeapi?
[08:57:14]<Druplicon>hook_nodeapi: Act on nodes defined by other modules. => hook_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) => http://api.drupal.org/api/function/hook_nodeapi/6
[08:57:39]<protitude>Awsome thanks, I'll try that...
[08:58:09]* keyo has quit (Quit: keyo)
[08:59:16]* sarah_p has left #drupal-support ()
[08:59:40]* lyricnz has quit (Remote host closed the connection)
[08:59:40]<dekita>np
[09:00:02]* lyricnz has joined #drupal-support
[09:00:17]* magicspark has quit (Quit: magicspark)
[09:00:51]* MegaHerz|wrk has joined #drupal-support
[09:01:17]* Bes` has joined #drupal-support
[09:02:47]* jonthomas83 has joined #drupal-support
[09:03:34]* bigkevmcd has joined #drupal-support
[09:03:35]* dfletcher has quit (Read error: Connection reset by peer)
[09:03:58]* rfay has joined #drupal-support
[09:04:03]* dfletcher has joined #drupal-support
[09:04:34]<jonthomas83>And standards I need to folow as far as colours are concerned with Drupal/Zen stylesheets? I'd like the theme to eventually be compaitble with the color module or design kit, cheers
[09:04:40]* lennartweb has joined #drupal-support
[09:06:19]* jonhattan has joined #drupal-support
[09:06:39]* heshan has quit (Ping timeout: 248 seconds)
[09:06:43]* yarco has joined #drupal-support
[09:08:52]* jonthomas83 has quit (Quit: Page closed)
[09:09:05]* heshan has joined #drupal-support
[09:10:55]* Graloth has quit (Ping timeout: 248 seconds)
[09:11:47]<iamjon>hi all, i have a webform, that I can override with a custom module, the webform module creates a containing div around the form after the form tag, I would like to give this div a class...doesn anyone have a clue how to do this
[09:12:32]* Graloth has joined #drupal-support
[09:13:02]* dsdeiz has quit (Read error: Connection reset by peer)
[09:14:37]<yarco>hi, how to output 123,456,789 instead of 123456789 which is defined by cck when viewing a node?
[09:15:02]<protitude>dekita I'm a little new to writing modules. Can you see what I'm doing wrong: http://pastebin.com/m9a7f2b7
[09:15:53]* queztone has joined #drupal-support
[09:16:01]<dekita>protitude: nearly there, you just need a 'global $user' to bring the user object into scope first
[09:16:13]<queztone>What's the logic module for a newsletter application? (i checked out Managed Newsletters but it seems to no longer be supported.. (and the module Newsletter is still in development))
[09:16:21]<dekita>protitude: before $node->uid = $user->uid;
[09:17:15]<dekita>simplenews?
[09:17:15]<Druplicon>http://drupal.org/project/simplenews
[09:17:18]* Daemon_Byte has joined #drupal-support
[09:17:19]* Daemon_Byte has quit (Changing host)
[09:17:19]* Daemon_Byte has joined #drupal-support
[09:17:21]<dekita>queztone: is quite popular ^
[09:17:33]<yarco>wait...i found it in display fields.
[09:18:09]* _30equals has joined #drupal-support
[09:19:19]<qom2>is it possible to have a role to administer just one specific menu?
[09:20:17]<protitude>hmm well you definitely helped me get it to change the author the way I need, but it's still held back by the permission barrier, it only works with users that have 'administer content types' permission...
[09:21:57]<dekita>delegate_menu_admin?
[09:22:06]* jonthomas83 has joined #drupal-support
[09:22:08]<dekita>qom2: http://drupal.org/project/delegate_menu_admin
[09:22:16]* jonthomas83 has quit (Client Quit)
[09:22:24]<qom2>thanks!
[09:22:45]* jonthomas83 has joined #drupal-support
[09:23:01]* timmillwood has joined #drupal-support
[09:23:35]* Deianeira-work has joined #drupal-support
[09:24:36]* lukus has joined #drupal-support
[09:24:43]* chrowe has quit (Quit: chrowe)
[09:25:04]<jonthomas83>Any tips on how best use colours in stylesheets in zen sub-theme, I'd potentially like to make use of the color module or designkit, cheers
[09:25:53]* zewelor has quit (Quit: -!- May the force be with You -!-)
[09:26:13]* MegaHerz|wrk has quit (Quit: leaving)
[09:28:55]<protitude>I got it in case you're interested. Had to do it on case veiw. Thanks again dekita
[09:29:22]<dekita>protitude: case view? that'll set it to any user viewing the node...
[09:29:49]<dekita>maybe op=update will do it.
[09:30:19]<protitude>hmm your right.. Odd
[09:31:23]<queztone>thanks dekita! =]
[09:31:39]* nicholasThompson has joined #drupal-support
[09:31:48]<dekita>queztone: you're welcome
[09:35:37]* nicholasThompson has quit (Client Quit)
[09:36:14]* nicholasThompson has joined #drupal-support
[09:36:33]<queztone>i was also testing the Webform module but im getting this type of error: warning: Invalid argument supplied for foreach() in /home/mysite/public_html/sites/all/modules/views/plugins/views_plugin_argument_default_php.inc(48) : eval()'d code on line 4
[09:37:17]<_30equals>hi all. i got a 'access denied' on my drupal site (5.16) - for anon - after unchecking/rechecking the access content under the user permissions, the site was back available - any ideas how this could've happened all of a sudden ? can't find anything - the only login/access module i'm using is loging_redirection
[09:40:06]* GregHines has quit (Read error: Connection reset by peer)
[09:41:19]* keyo has joined #drupal-support
[09:41:59]* shane_ has joined #drupal-support
[09:42:55]* didymo has quit (Quit: ttfn)
[09:43:06]* GregHines has joined #drupal-support
[09:43:56]<tolland>a very strange thing just happened, I made a copy of my module in the sites/domain.co.uk/modules folder
[09:44:04]<qom2>I want to hide certain tabs for certain roles, is that possible with somekind of module?
[09:44:11]<tolland>mymodule to mymodule.1
[09:44:28]<tolland>so there was both folders there, and then i moved the mymodule.1 to somewhere else
[09:44:51]<YesCT>what is it called, or where can I find all the stuff I can access with php like user-> and node-> ?
[09:44:56]<tolland>and the site is now broken, and the entry in the sytem table points to mymodule.2, so something has updated the sytem path to the module directory.
[09:45:00]* keyo has quit (Client Quit)
[09:45:02]<tolland>any ideas why that happened?
[09:46:38]* deverdi has joined #drupal-support
[09:47:08]* betz has joined #drupal-support
[09:47:20]* magicspark has joined #drupal-support
[09:47:37]<betz>Meurning
[09:48:25]<deverdi>how can I determine if current page has comments or not?
[09:49:48]* Daemon_Byte has left #drupal-support ()
[09:50:20]<jme-->with views, is it possible to define custom sort table columns?
[09:50:59]* flabberkenny has joined #drupal-support
[09:51:00]* flabberkenny has quit (Excess Flood)
[09:52:04]* flabberkenny has joined #drupal-support
[09:53:42]* magicspark has quit (Quit: magicspark)
[09:54:50]* tdombos has quit (Ping timeout: 246 seconds)
[09:55:07]* alter[ego] has joined #drupal-support
[09:55:15]<alter[ego]> are the taxonomy_save_term(&$term) returns tid into $term ?
[09:55:21]* magicspark has joined #drupal-support
[09:57:12]* jonthomas83 has quit (Quit: Page closed)
[09:57:39]* dokumori has joined #drupal-support
[09:58:32]* jme-- has left #drupal-support ("Leaving")
[10:00:17]* johsw has joined #drupal-support
[10:01:22]* Pheser has joined #drupal-support
[10:01:28]<Pheser>hi guys... good morning
[10:01:37]<Pheser>i got a question about clean urls....
[10:02:02]<Pheser>somehow my drupal generates links with ?q= in the urlยจ
[10:02:12]<Pheser>but when i remove it, the urls still work. so clean urls is enabled and works
[10:02:27]<Pheser>i wanna get rid of the ?q= in my urls, any hints on how to make it disappear?
[10:02:51]* joachim_ has joined #drupal-support
[10:03:02]* joachim_ has quit (Read error: Connection reset by peer)
[10:03:10]* rampy has quit (Quit: rampy)
[10:03:11]<Pheser>i made a view to spit out some articles, it also puts the ?q= in the links.
[10:03:25]* lolmaus has joined #drupal-support
[10:03:29]<Pheser>but hwen i manually remove the ?q=, the links still work
[10:03:34]<Pheser>i have no idea on how to fix it...
[10:03:45]* joachim_ has joined #drupal-support
[10:05:02]* vitozzo has joined #drupal-support
[10:06:56]* Pix__ has joined #drupal-support
[10:09:43]<Pheser>no-one?
[10:09:46]<Pheser>:/
[10:10:40]* ernestine_ has joined #drupal-support
[10:10:44]<dekita>Pheser: there's a setting admin > site config > clean urls for that
[10:11:32]<dekita>db_last_insert_id?
[10:11:32]<Druplicon>db_last_insert_id: Returns the last insert id. This function is thread safe. => db_last_insert_id($table, $field) => http://api.drupal.org/api/function/db_last_insert_id/6
[10:11:39]<dekita>alter[ego]: try this ^
[10:12:29]<alter[ego]>thx, i'll try it
[10:13:53]* daglees has quit (Ping timeout: 245 seconds)
[10:13:54]* Singularo has joined #drupal-support
[10:14:52]* siliconmeadow has quit (Quit: Leaving.)
[10:16:30]* nmsss has joined #drupal-support
[10:16:30]* nmsss has quit (Changing host)
[10:16:30]* nmsss has joined #drupal-support
[10:17:09]* daglees has joined #drupal-support
[10:17:20]<Pheser>hmmz
[10:17:25]<Pheser>thanks, ill check your pointers
[10:17:26]* oilinki has joined #drupal-support
[10:17:33]* betz has quit (Ping timeout: 252 seconds)
[10:18:05]<Pheser>LOL
[10:18:15]<Pheser>OMFG how can i have still put this on disabled.. i dont get it
[10:18:19]<Pheser>anyhow... enabling it did the job :P
[10:18:33]<Pheser>i guess last time i was looking into this problem i did fix the serverside config problem but forgot to enable it again
[10:18:39]<Pheser>thanks :D sorry for beeing a noob gheheh
[10:19:22]<dekita>np :)
[10:19:40]* siliconmeadow has joined #drupal-support
[10:19:58]<yarco>drupal is very very good. if i'm a girl, i would marry the author.
[10:21:34]* lukus has quit (Read error: Operation timed out)
[10:22:30]* thepiano has joined #drupal-support
[10:24:51]* daglees has quit (Ping timeout: 276 seconds)
[10:25:52]* toabi has joined #drupal-support
[10:25:59]* vitozzo has quit (Ping timeout: 246 seconds)
[10:29:32]* yarco has quit (Quit: Leaving.)
[10:29:50]* vitozzo has joined #drupal-support
[10:33:33]* magicspark has quit (Quit: magicspark)
[10:33:40]* nicholasThompson has quit (Quit: Leaving.)
[10:34:00]* nicholasThompson has joined #drupal-support
[10:36:25]* geo27 has joined #drupal-support
[10:37:13]* jasonn1234 has joined #drupal-support
[10:37:15]* daglees has joined #drupal-support
[10:37:15]* sumitk has joined #drupal-support
[10:39:32]* Roelven has joined #drupal-support
[10:41:58]* geo27 has quit (Remote host closed the connection)
[10:44:12]* lukus has joined #drupal-support
[10:45:49]* toabi has quit (Quit: toabi)
[10:51:26]<tolland>hi all
[10:51:34]* deciphered has quit (Remote host closed the connection)
[10:52:00]<tolland>I want to add a wysiwyg editor to one of my description fields, its for consumers to use - can anyone recommend the simplest for end users??
[10:52:23]* snikker has joined #drupal-support
[10:52:48]* NeoIDIT has joined #drupal-support
[10:53:19]<NeoIDIT>hi, how can I see how much hit ratio apc get/if it's running..?
[10:53:29]* YesCT has quit (Quit: YesCT)
[10:53:48]<NeoIDIT>I see a lot discussions on it on drupal.org, but nobody says how they get the stats or where they see it :P
[10:54:01]* ioor has quit (Ping timeout: 265 seconds)
[10:55:17]* Singularo has quit (Quit: Ex-Chat)
[10:55:25]* morgenstern has joined #drupal-support
[10:58:08]<snikker>hi, there is a way for change the path (or create alias) for folders? Ex. change /sites/default/files/imagecache and /sites/all/themes/myTheme /sites/all/
[10:58:08]* morgenstern has quit (Remote host closed the connection)
[10:58:13]<dekita>tolland: ckeditor is quite nice
[10:58:15]<dekita>ckeditor?
[10:58:15]<Druplicon>ckeditor is a module that supports the next version of fckeditor at http://drupal.org/project/ckeditor
[10:58:52]* kostodo has joined #drupal-support
[10:59:01]* junglejim has joined #drupal-support
[10:59:03]<dekita>NeoIDIT: apc has a file apc.php you can hit in your browser to view stats
[11:00:05]<dekita>shows graphs and everything
[11:00:10]<kostodo>I've just made a view with some exposed filters, is there a way to choose the order of the items in the select box?
[11:00:58]* WormFood has joined #drupal-support
[11:01:10]<jamov>hi. what do you guys recommend for using as an alternative for node as block module, since it's too buggy to use?
[11:01:52]<dekita>NeoIDIT: it's in the packages here too: http://pecl.php.net/package/APC
[11:02:08]<dekita>jamov: Views.
[11:02:32]<dekita>ok, that's it for me for today
[11:02:36]* dekita heads off to bed
[11:02:43]<jamov>dekita, that's what i was kind of afraid of.. but thanks :)
[11:03:14]<Pheser>euuh
[11:03:31]<Pheser>what is it you want to create, and why do the current tools offer you not enough functionality jamov?
[11:03:38]* dekita has quit (Remote host closed the connection)
[11:04:26]<jamov>views are an overkill for implementing single text passage on a layout, which needs to be edited by the "dumpest user". node as block would be perfect, if i could get it working properly (it's not even printing the content of the node)
[11:04:45]<jamov>dumbest*
[11:04:50]* EugenA has quit (Remote host closed the connection)
[11:05:32]<junglejim>Please help - I'm trying to get the term description to display as a page title for each differnet termid (argument) in a view. I googled and put together this but it does not seem to work. See http://drupalbin.com/13457 I'm a real PHP noob
[11:05:36]<jamov>not to mention the issues on blocks management, where the node-as-block jumps off from its region each time you edit the node.
[11:06:36]<jamov>Pheser, i got an layout where's quite a few texts, seemingly static, but the client needs to be able to edit those.
[11:07:18]* svendecabooter has quit (Remote host closed the connection)
[11:08:34]* PY1NB has joined #drupal-support
[11:08:39]<PY1NB>hi
[11:08:42]* Perhaps has quit (Quit: Perhaps)
[11:08:47]<jamov>if there are other tools for including nodes into certain "areast", i'd like to hear to about those
[11:09:46]* Manatsu has joined #drupal-support
[11:10:13]* nathanjo has quit (Quit: nathanjo)
[11:10:59]<PY1NB>is there any way to make it easy to the user to create teaser breaks? most of my users get confused with typing <!--break--> on their posts
[11:12:13]* phylock has joined #drupal-support
[11:12:14]* betz has joined #drupal-support
[11:13:56]<jamov>PY1NB, good luck with that. been looking for solutions to this since D5..
[11:14:08]<PY1NB>oh boy!!!
[11:14:25]<PY1NB>its difficult to explain to a non-geek what is that break thing..
[11:14:47]<jamov>it should be as simple as setting custom char limit somewher and drupal obeying it.
[11:16:15]* Daemon_Byte has joined #drupal-support
[11:16:16]* Daemon_Byte has quit (Changing host)
[11:16:16]* Daemon_Byte has joined #drupal-support
[11:16:33]<Daemon_Byte>Hey all. anyone familiar with drupal_process?
[11:16:44]<Daemon_Byte>drupal_execute even
[11:17:02]<PY1NB>sounds like it
[11:18:14]* javecantrell has quit (Ping timeout: 240 seconds)
[11:18:39]* manuee has joined #drupal-support
[11:18:48]<protitude>I'm trying to set the author to the person editing a node by using nodeapi presave and it works if the user has the correct permissions. Any way to get around permissions?
[11:20:19]<Daemon_Byte>why are you trying to get around permissions?
[11:20:24]* alex1324 has joined #drupal-support
[11:20:30]<alex1324>hello :)
[11:20:34]* ghm33 has joined #drupal-support
[11:20:42]* willjam has joined #drupal-support
[11:20:48]<alex1324>i have a site with a lot of page tpls ..
[11:20:53]<ghm33>anyone know how to put falling hearts onto my d6 site?
[11:21:04]<ghm33>i tried using the christmas snow module but it doesn't use images
[11:21:32]* davexoxide has quit (Read error: Connection reset by peer)
[11:21:43]<protitude>I want any user with access to edit the node to be able to become author of that node without giving them the 'administer content types' permission. The reason is so they will have the option to lock down editing using the node access module
[11:21:46]* davexoxide has joined #drupal-support
[11:21:56]<NeoIDIT>ghm33: just find a random javascript on google and add it to your header? :)
[11:22:09]<willjam>anyone have any idea why drupal_execute() will fail when executed 2 times with the same values? on the second execution the $form_state seems to be altered, even though identical arrays were passed.
[11:22:12]<NeoIDIT>just google "javascript snow images" or something like that
[11:22:17]<ghm33>tried one but it doesnt work, thought a module would do it
[11:22:22]<ghm33>wait maybe i just did it wrong..
[11:22:49]<NeoIDIT>ghm33: give me a sec :)
[11:23:15]* betz has quit (Read error: Connection reset by peer)
[11:23:27]<alex1324>ghm3: why not use png background?
[11:23:36]<alex1324>transparent png
[11:23:42]<alex1324>oh wait .. hmm
[11:23:44]<alex1324>gif?
[11:23:46]<alex1324>:p
[11:24:37]<ghm33>what script?
[11:24:40]* realityloop has quit (Quit: Leaving...)
[11:24:51]* ronia has joined #drupal-support
[11:25:17]* sumitk has quit (Quit: sumitk)
[11:25:44]* davexoxide_ has joined #drupal-support
[11:25:46]* davexoxide has quit (Read error: Connection reset by peer)
[11:25:47]* davexoxide_ is now known as davexoxide
[11:25:57]<NeoIDIT>ghm33: http://www.dummwiam.com/jSnow
[11:26:03]<NeoIDIT>what about that one?
[11:26:11]<ghm33>think thisll work?
[11:26:13]<ghm33>im trying this one..
[11:26:41]<ghm33>http://rainbow.arch.scriptmania.com/scripts/bg/hearts_fall_1.html
[11:26:49]<ghm33>obviously this is very important
[11:27:08]<NeoIDIT>should work, it uses jquery which is included in Drupal... so you'll only have to include the .js file to the header and edit the images
[11:27:17]<junglejim>I'm trying to get the term description to display as a page title for each differnet termid (argument) in a view. I googled and put together this but it does not seem to work. See http://drupalbin.com/13457 I'm a real PHP noob. Can anyone help?
[11:27:27]<NeoIDIT>ghm33: the one you linked to should work too
[11:28:01]<ghm33>i edit page.tpl.php right?
[11:28:16]<NeoIDIT>yeah
[11:28:32]<NeoIDIT>either put it in the header there or use THEME.info file
[11:28:54]* alex1324 has quit (Quit: Page closed)
[11:29:02]<ghm33>there isnt any reference to a js file
[11:29:04]<ghm33>anyway, trying now
[11:29:05]<NeoIDIT>maybe better to use the .info file of your theme.. just add: scripts[] = myscript.js
[11:29:14]* Daemon_Byte has quit (Quit: Daemon_Byte)
[11:31:43]* beautifulmind has quit (Quit: Leaving.)
[11:31:50]* geo27 has joined #drupal-support
[11:32:31]<NeoIDIT>ghm33: the js file would be the code inside the textbox on the page you linked to... just strip the <SCRIPT type=".. at the top and <SCRIPT.... (and everything else) on the bottom.
[11:33:14]<ghm33>you lost me
[11:33:35]<ghm33>the code starts with <SCRIPT type="text/javascript">
[11:34:29]<ghm33>i then put all of that before the </body> tag of the page.tpl.php file
[11:34:33]* rfay has quit (Remote host closed the connection)
[11:34:39]<ghm33>and upload a hearts.gif somewhere accessible
[11:34:42]<ghm33>but no go
[11:35:03]<NeoIDIT>ghm33: sorry... this is your script.js file: http://pastebin.com/m7b45ec99
[11:35:36]<NeoIDIT>you'll have to edit the settings to how you want them and referance the image... depending on where you place them :)
[11:35:43]<NeoIDIT>but that should do the trick
[11:36:01]* NeoIDIT is now known as NeoID_work
[11:36:04]<ghm33>nada bro
[11:36:36]* Tassoman has joined #drupal-support
[11:36:42]<ghm33>ill try it on a diff drupal install i got
[11:37:39]<Tassoman>is it possible to get last nodes user has voted by using fivestar module that using voteapi?
[11:37:59]* WormFood has quit (Quit: testing more shit...brb)
[11:38:54]<NeoID_work>ghm33: if you've pasted the code into a js-file and added the file to your info-file, then the script should be ok... then I guess you either haven't cleared your cache or use the wrong image_path
[11:39:10]<ghm33>image path is correct
[11:39:25]<ghm33>cleared cache all the time
[11:39:35]<ghm33>i just didnt understand your js file instructions
[11:40:16]<ghm33>ok so i make a scripts[] = myscript.js addition to my theme.info file
[11:40:38]<ghm33>then ill save the myscript.js... at the theme folder, right?
[11:40:41]<ghm33>doing so now
[11:40:47]* jaume has joined #drupal-support
[11:40:58]<NeoID_work>yeah, and then you create the myscript.js file and copy-paste the code I posted to it... yeah.. scriptfile has to be in your theme folder
[11:41:50]* Pheser has quit (Ping timeout: 248 seconds)
[11:43:27]<ghm33>ok so what do i put in page.tpl.php?
[11:48:32]<ghm33>i cleared cache, checked if the link to the gif file was ok, still nothing
[11:48:45]<ghm33>sigh. will try on my live site now
[11:48:56]<ghm33>was trying on xampp
[11:49:21]* javecantrell has joined #drupal-support
[11:49:32]<NeoID_work>ghm33: when editing your script.js you should not need to edit your page.tpl.php
[11:49:37]* davexoxide has quit (Read error: Connection reset by peer)
[11:49:45]<ghm33>oh ok
[11:49:56]* davexoxide has joined #drupal-support
[11:51:37]* davexoxide has quit (Read error: Connection reset by peer)
[11:51:47]<Graloth>how do i go about removing form fields from specific content types, an example: i have a site where users have access to create different content types, but for some they dont need to see the pathauto or similar form fields (and fieldsets), how do i go about removing them from the entire form without it affecting other content types (which it would if i did it via permissions)
[11:52:33]* davexoxide has joined #drupal-support
[11:53:27]* stella has joined #drupal-support
[11:53:49]* emspace_ has quit (Quit: emspace_)
[11:57:00]<Pix__>ip?
[11:57:05]<ghm33>NeoID_work: i put scripts[] = myscript.js at the bottom of my .info file, is this correct?
[11:58:50]<NeoID_work>ghm33: yeah, that's at least what I did :P
[11:58:57]<NeoID_work>(with my script)
[11:59:07]<ghm33>you got it to work?
[12:00:04]* Pheser has joined #drupal-support
[12:00:13]* robertgarrigos has quit (Quit: robertgarrigos)
[12:00:14]* duran has joined #drupal-support
[12:01:14]<ghm33>waitaminit.. it worked on opera
[12:03:29]<NeoID_work>maybe try the script I linked to them... may work better :)
[12:04:27]* atheneus has quit (Quit: atheneus)
[12:05:09]<ghm33>how do i clear the sitecache without logging in?
[12:05:09]<ghm33>s
[12:05:15]<ghm33>the site's cache without logging in
[12:05:31]<ghm33>hmm.. i figure i cant, cause that;d be a security issue
[12:06:31]<NeoID_work>you'll have to be logged in to do that.. tips: use two different webbrowsers, one your logged in with and one your not
[12:06:54]<ghm33>yeah im using four
[12:07:03]<ghm33>ie, ffox, opera and chrome
[12:08:24]<Tassoman>ghm33, if you can login ssh you can run: drush cc
[12:08:38]<Tassoman>drush?
[12:08:38]<Druplicon>drush is the command-line interface to Drupal. See http://drupal.org/project/drush .
[12:09:08]<ghm33>no ssh on shared hosting i think
[12:10:15]* geo27 has quit (Remote host closed the connection)
[12:11:28]* marthinal has quit (Remote host closed the connection)
[12:11:54]* sdecabooter has joined #drupal-support
[12:12:15]<kostodo>in views, exposed filters, can you set the default item in a select list?
[12:12:51]* shell has joined #drupal-support
[12:12:57]<shell>hello
[12:12:57]<Druplicon>que tal
[12:13:14]<shell>could anybody help me?
[12:13:32]<shell>i'm having the problem that when i'm logged as administrator
[12:13:44]<shell>when i click on "view" of any node
[12:13:52]<shell>it redirects me to /user/admin
[12:14:05]<shell>i don't know why is that happening
[12:14:19]<shell>i disabled redirect modules, and a lot of stuff
[12:14:24]<shell>and still the same
[12:15:10]<protitude>I'm trying to write a quick module to automatically set the user editing a module as the author by using nodeapi presave. This works if the user has the 'administer content type' permission, is there a way to get around this? Circumvent the permissions
[12:17:00]<ghm33>i got it! HAPPY VALENTINES!
[12:19:38]* ghm33 has left #drupal-support ()
[12:19:49]<shell>i don't understand the objective of this IRC
[12:20:07]<shell>you don't help a shit anybody
[12:21:21]* shibby has quit (Ping timeout: 264 seconds)
[12:22:22]* Bojan has quit (Remote host closed the connection)
[12:22:40]<lyricnz>shell: why should we, with such attitude?
[12:23:03]<shell>lyricnz: because is *not* my first time here.
[12:23:40]<lyricnz>so?
[12:23:40]<Druplicon> A needle pulling thread! Okay now, don't be difficult.
[12:24:22]<lyricnz>you must understand that it's early in the morning in North America, where many of the people are
[12:24:46]* trimax has joined #drupal-support
[12:26:48]* toabi has joined #drupal-support
[12:28:17]* monstordh has joined #drupal-support
[12:28:27]* Bojan has joined #drupal-support
[12:28:55]<shell>here is early too
[12:29:00]<shell>anyway thanks,
[12:29:03]* shell has quit (Quit: Saliendo)
[12:32:12]* smhar has joined #drupal-support
[12:33:47]* protitude has quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20091221164558])
[12:37:10]* joachim_ has quit (Quit: joachim_)
[12:37:21]* tobiassjosten has joined #drupal-support
[12:38:41]* smultron has quit (Quit: "Du muรŸt dein Leben รคndern")
[12:39:01]<tolland>is there any admin page to change the site variables that are set using variable_set?
[12:39:53]* timmillwood has quit (Quit: timmillwood)
[12:41:06]* ViZ has quit (Read error: Connection reset by peer)
[12:41:15]* lslinnet has joined #drupal-support
[12:42:40]* WormFood has joined #drupal-support
[12:48:44]<flabberkenny>tolland: module devel
[12:48:49]<flabberkenny>devel?
[12:48:49]<Druplicon>Devel is a useful module for getting extra information about your site, such as database calls and form element names. It's useful for developing themes and custom modules. Download is http://drupal.org/project/devel and docs are at http://drupal.org/node/174575
[12:49:10]<tolland><flabberkenny>: i can't install that on the live site
[12:49:23]<_30equals>hey hey... does anyone got an idea how i can get a file or filepath from the cck field data string ? i'm using uber image, and it's not returning a filepath, only a string
[12:49:37]<lolmaus>On one of my Drupal sites, suddenly the Secondary menu (the one containing most of site navigation entries) BECAME EMPTY! How could this be possible?!
[12:49:40]* PY1NB has left #drupal-support ("73")
[12:50:18]<lolmaus>I switched on locale... Maybe it's the issue
[12:50:44]* robertgarrigos has joined #drupal-support
[12:50:50]* robertgarrigos has quit (Client Quit)
[12:50:59]* brianpuccio has joined #drupal-support
[12:51:03]* jonhattan has quit (Quit: Saliendo)
[12:51:26]* aboros has joined #drupal-support
[12:51:50]* mavhc has quit (Ping timeout: 252 seconds)
[12:53:06]* aiwata55 has joined #drupal-support
[12:53:07]<NeoID_work>I've installed drush to /usr/local/bin/ and when I try to run it (dr+TAB gives me the drush-command), it says that the command is not found...
[12:53:25]<NeoID_work>any ideas? do I have to restart some service in order to make it work?
[12:53:28]* LinuxKeitaro has quit (Quit: Bye)
[12:54:13]* mavhc has joined #drupal-support
[12:55:15]<NeoID_work>hm.. no.. it doesn't find the command..
[12:55:21]<NeoID_work>it was the folder it found :p
[12:56:31]* kswan has joined #drupal-support
[12:57:10]* lambic has quit (Remote host closed the connection)
[12:59:01]* Nikit_ has joined #drupal-support
[12:59:01]* Nikit has quit (Disconnected by services)
[12:59:10]* jaume has quit (Ping timeout: 248 seconds)
[13:00:46]* heshan has quit (Ping timeout: 248 seconds)
[13:01:34]<Kaijo>isn't there any linktonode modules for 6.x? :/ i thought everyone needs that
[13:01:46]* red40 has joined #drupal-support
[13:01:49]<lyricnz>NeoID_work: probably the hash-bang referes to php binary that doesn't exist
[13:02:31]<NeoID_work>lyricnz: I have to go, found some documentation on it I'll read up on it
[13:03:00]<lyricnz>Kaijo: what do you mean
[13:03:15]* NeoID_work has quit (Quit: Page closed)
[13:03:21]* michaelverdi has joined #drupal-support
[13:04:39]<Kaijo>lyricnz, like having a button in fckeditor that let's the user choose a node that the user wants to link to
[13:05:34]<lyricnz>meh, mysiwyg, dont care
[13:05:41]<lyricnz>wysiwyg rather
[13:05:54]* shibby has joined #drupal-support
[13:06:08]<Kaijo>wysiwyg doesn't have that either
[13:06:16]* stella_ has joined #drupal-support
[13:06:37]<lyricnz>no, I was being generally dismissive of the whole concept :)
[13:06:57]<Kaijo>your users write straight html?
[13:07:02]* brianpuccio has quit (Quit: Leaving.)
[13:07:27]* lyricnz shrugs. I do as little as possible in this area.
[13:08:08]<Kaijo>it's the most complex area ;)
[13:08:53]* stella has quit (Quit: stella)
[13:08:54]* joachim_ has joined #drupal-support
[13:08:54]* stella_ is now known as stella
[13:09:25]* stella is now known as Guest94164
[13:09:27]* stella_ has joined #drupal-support
[13:09:58]* emspace has quit (Quit: emspace)
[13:10:45]* stella_ has quit (Client Quit)
[13:10:45]* Daemon_Byte has joined #drupal-support
[13:10:46]* Daemon_Byte has quit (Changing host)
[13:10:46]* Daemon_Byte has joined #drupal-support
[13:11:21]<Daemon_Byte>hey, has anyone encountered problems with unicode characters on imported nodes?
[13:11:23]* G_S has joined #drupal-support
[13:11:46]* shibby has quit (Ping timeout: 245 seconds)
[13:12:03]* Guest94164 has quit (Quit: Colloquy for iPhone - http://colloquy.mobi)
[13:12:38]* zewelor has joined #drupal-support
[13:13:29]<jamov>"..in your template.php (register with hook_theme and such!)" got to love the half-assed way of giving response in the issues.
[13:14:08]* Amitaibu has quit (Quit: Leaving.)
[13:14:09]* thepiano has quit (Quit: thepiano)
[13:14:23]* geo27 has joined #drupal-support
[13:15:13]* Evandro-sl has joined #drupal-support
[13:15:37]<Evandro-sl>Hello, I'd like to filter by ImageField in a View is it possible? I just want nodes which has images .......
[13:15:54]* jonhattan has joined #drupal-support
[13:16:30]<G_S>Evandro-sl: Can't you just use a File (Image) field in VIEWS?
[13:18:00]* davexoxide_ has joined #drupal-support
[13:18:07]<Evandro-sl>G_S: yeah I used, I tried now and I kind of got It working... I was trying to filter the imagefield using the operator "is not null" but It was'nt working
[13:18:15]* davexoxide has quit (Read error: Connection reset by peer)
[13:18:15]* davexoxide_ is now known as davexoxide
[13:18:23]* BANSAL has joined #drupal-support
[13:18:24]* lambic has joined #drupal-support
[13:18:45]<Evandro-sl>No I tried to use "Is not equal to = (empty)" and It worked
[13:18:48]<Evandro-sl>now*
[13:19:02]<G_S>Evandro-sl: oh good
[13:19:05]<Evandro-sl>but repeated some result, well I think I'm on the way =s
[13:19:49]* jaume has joined #drupal-support
[13:26:16]* Nikit_ has quit (Quit: Nikit_)
[13:28:10]* durstich-de has joined #drupal-support
[13:29:09]* nick_vh has joined #drupal-support
[13:29:14]* shibby has joined #drupal-support
[13:29:20]* Evandro-sl has left #drupal-support ()
[13:30:16]* beautifulmind has joined #drupal-support
[13:31:18]* cfuller12 has joined #drupal-support
[13:32:12]* beautifulmind has quit (Read error: Connection reset by peer)
[13:32:54]* Daemon_Byte has quit (Quit: Daemon_Byte)
[13:34:47]* BANSAL has quit (Quit: Leaving.)
[13:34:53]* johsw has quit (Remote host closed the connection)
[13:35:03]* stellap has joined #drupal-support
[13:35:14]* stellap has quit (Client Quit)
[13:35:44]* nick_vh has quit (Ping timeout: 264 seconds)
[13:36:14]* beautifulmind has joined #drupal-support
[13:39:25]* sumitk has joined #drupal-support
[13:44:36]* yogurt_truck has joined #drupal-support
[13:44:41]* awolfey has joined #drupal-support
[13:44:57]* timmillwood has joined #drupal-support
[13:46:44]<yogurt_truck>is there a way to have a node have more than one file attachment?
[13:46:50]<yogurt_truck>can i do that with cck?
[13:47:19]<yogurt_truck>like a multiple file attachment field or something?
[13:47:41]<seutje>using the core upload module or cck?
[13:47:51]<monstordh>yogurt_truck: if you don't mind uploading them one at a time, the core upload module works for that
[13:48:10]<monstordh>yogurt_truck: otherwise you'll need cck + a module per seutje's suggestion
[13:48:16]<monstordh>seutje: nice to see you
[13:48:17]<monstordh>:D
[13:48:25]* Zylogue has quit (Quit: Leaving)
[13:48:25]<seutje>ohai
[13:48:29]<seutje>u see me?
[13:48:35]* seutje frantically starts looking around
[13:48:47]<monstordh>seutje: y - wipe that silly look off your face ;-)
[13:48:54]* jensimmons has quit (Quit: jensimmons)
[13:49:01]<monstordh>seutje: over your left shoulder... hehehe
[13:49:09]<seutje>that's... a wall...
[13:49:22]<monstordh>but see that little hole...
[13:49:24]<monstordh>;-)
[13:49:27]<seutje>serious ninja stuff right there
[13:49:39]<monstordh>i blend
[13:49:46]<monstordh>lol
[13:50:49]<kostodo>seutje: i got a good question for you :)
[13:51:01]<kostodo>seutje: is there a way to set a default item in a views exposed filter?
[13:51:08]<kostodo>a select box
[13:51:19]<yogurt_truck>oh, File attachments -> attach new file. I'm bloody blind. Thank you seutje and monstordh.
[13:51:50]<monstordh>yogurt_truck: np
[13:52:40]* Keenan has quit (Quit: Keenan)
[13:52:56]<seutje>monstordh: heh, u mean "will it blend" kind of blend or blend-mode kind of blending? :P
[13:53:09]* QuickGold has joined #drupal-support
[13:53:13]<monstordh>i've got my own question... Not a good practice, but I did it, now I need to deal with something. I imported the db from one site to start another and removed all of the nodes for a particular content type. Now I need to reset the nid (so that they won't start at like 853). any suggestions on that?
[13:53:15]* Keenan has joined #drupal-support
[13:53:40]* BigMack83 has joined #drupal-support
[13:53:44]<monstordh>seutje: meaning with my ancient ninja skills... "i am the wall" ;-)
[13:54:03]<smhar>finally, I got LAMP setting working on my notebooke, next step is to put it on my home server so I can connect to it :-)
[13:54:09]<seutje>ah boo
[13:54:22]<seutje>I bet u'd blend better than an iPod though
[13:54:41]<smhar>I already installed drupal6 to learn theming and drupal7alpha for testing
[13:54:45]* kswan has quit (Quit: Leaving.)
[13:54:55]<seutje>monstordh: http://www.youtube.com/watch?v=jzFf3DkFcWs
[13:54:56]<seutje>;)
[13:54:58]* Keenan has quit (Client Quit)
[13:55:00]* jonthomas83 has joined #drupal-support
[13:55:11]<monstordh>seutje: so you haven't heard of apple's new ninja device? iBlend ;-)
[13:55:29]<seutje>heh, wonder if that'll blend
[13:55:42]* kostodo has quit (Ping timeout: 248 seconds)
[13:56:00]<monstordh>haha! that video is hilarious!
[13:56:11]* kostodo has joined #drupal-support
[13:56:35]<kostodo>seutje: got a question for ya... in views, exposed filters, i have a select box, can I make a particular select item the default item?
[13:56:36]* stella has joined #drupal-support
[13:57:33]* greenup has quit ()
[13:58:05]* davexoxide_ has joined #drupal-support
[13:58:46]<seutje>kostodo: yeh saw ur question, had to reset support sandbox :x
[13:59:07]* davexoxide has quit (Read error: Connection reset by peer)
[13:59:07]* davexoxide_ is now known as davexoxide
[13:59:28]<seutje>kostodo: if I add a filter for Taxonomy: Term, set it to dropdown, expose it and set it to force single, the default value will be the one I marked and the other options are in there aswell
[13:59:29]<kostodo>seutje: :) any ideas?
[13:59:51]<kostodo>seutje: my filter is not a taxonomy term. its a node reference
[14:00:35]* frostburn has joined #drupal-support
[14:00:54]* aaronwinborn has joined #drupal-support
[14:01:02]* jeanChristian has joined #drupal-support
[14:01:03]<seutje>works similar, no?
[14:01:07]<seutje>lemme try
[14:02:34]<kostodo>ok
[14:02:45]* daglees has quit (Remote host closed the connection)
[14:03:01]<seutje>yup, works similar
[14:03:22]<kostodo>mmm let me check
[14:03:53]<smhar>the next question would be: now that I have a local installation of drupal, how can I keep it synchronized with the online version?
[14:04:13]* sam_ has joined #drupal-support
[14:04:16]* YesCT has joined #drupal-support
[14:04:20]<seutje>kostodo: default state is the one I picked http://gyazo.com/ba003e653fa1c73236656e9f0a6d2081.png - http://gyazo.com/4e1061df72efc81901359399683790ef.png - http://gyazo.com/251ebc3f50d03d057672d26027c71abd.png
[14:04:42]* LinuxKeitaro has joined #drupal-support
[14:04:51]* ShawnRisk has joined #drupal-support
[14:05:08]* Slurpee has joined #drupal-support
[14:05:10]<sam_>is there a way to purge the content of my website. I do not have ssh access or mysql access. I do have the backup and migrate module installed.
[14:05:29]<yogurt_truck>is it safe to replace drupal's jquery.js with a newer jquery like 1.4 for example?
[14:05:31]* chadFromAustin has joined #drupal-support
[14:05:34]* ViZ has joined #drupal-support
[14:05:41]<sam_>could i just import a empty database?
[14:05:57]* BigMack83 has quit (Remote host closed the connection)
[14:06:12]* MadLemz has joined #drupal-support
[14:06:33]* daglees has joined #drupal-support
[14:06:36]<seutje>jquery_update?
[14:06:36]<Druplicon>jquery_update is http://drupal.org/project/jquery_update
[14:06:41]<seutje>yogurt_truck: ^
[14:06:47]<G_S>yogurt_truck: I haven't played with this but could you just ignore all of the tables with content when backing up the database? Then do a restore from the somewhat empty database
[14:07:37]<sam_>G_S, sounds like it could work
[14:08:15]* BigMack83 has joined #drupal-support
[14:08:58]* joachim__ has joined #drupal-support
[14:08:58]* joachim_ has quit (Read error: Connection reset by peer)
[14:08:59]* joachim__ is now known as joachim_
[14:09:05]<ShawnRisk>I am using CKEditor within Drupal, and can't figure out how to make text appear next to an image. Any ideas how?
[14:09:05]<G_S>sam_: Let me know, I'm interested about how it turns out
[14:09:17]* Irishgringo has joined #drupal-support
[14:10:21]* pjsz has joined #drupal-support
[14:11:16]* AlexUA has joined #drupal-support
[14:11:49]* canen has quit (Ping timeout: 240 seconds)
[14:12:07]<Irishgringo>before I start hacking up my theme... can someone check out the "technology" tags at the bottem of this page... all of the tax terms are stacked on top of each other... isnt there a way to display them all in line? http://com01.vyoumans.info/content/intro
[14:12:08]<seutje>ShawnRisk: p img { float: left; } p { clear: both; }
[14:12:15]<seutje>or use classes
[14:12:31]* gooddesignusa has joined #drupal-support
[14:12:32]<zamba>i'm looking for a general write-up on how to move an existing web page to drupal.. with focus on theming..
[14:12:39]<zamba>that's what the drupal community really lacks
[14:13:13]<ShawnRisk>seutje: there is no way in the editor itself to do that?
[14:13:15]<seutje>I believe CKEditor allows u to add stylesheets to the editor, just remember that ur working straight on the body of an iframe, not inside ur #wrapper or w/e
[14:13:27]<zamba>you have an exisiting web page and you want to create a drupal page from it
[14:13:28]* YesCT has quit (Quit: YesCT)
[14:13:35]<crabcakes>hi
[14:13:35]<Druplicon>privet
[14:13:43]<seutje>ShawnRisk: that doesn't involve defining it anywhere? don't think so, it's not magic :D
[14:13:50]<ShawnRisk>:D
[14:13:55]<crabcakes>anyone ever have a problem with file downloads not being SSL'ed? - http://drupal.org/node/706088
[14:13:56]<Druplicon>http://drupal.org/node/706088 => File downloads not SSL'ed behind reverse proxy? => 0 comments, 1 IRC mention
[14:14:12]<kostodo>seutje: that worked thanks! didnt realise you could select the default one. thought that was to choose which ones showed up in the select list.
[14:14:52]* KamusHadenes has quit (Ping timeout: 252 seconds)
[14:15:23]* heshan has joined #drupal-support
[14:15:35]<kostodo>seutje: when you expose filters, is there a way to not make the form search the first time you load it?
[14:15:59]<kostodo>seutje: because now, when i load that view it will automatically pull the results of the default selected item
[14:16:09]<TwoD>The editor can define inline styles to float images etc, but the questions is if your input format has "Filter HTML" enabled, then the styles won't be rendered.
[14:16:23]* johsw has joined #drupal-support
[14:16:25]<seutje>kostodo: isn't that the whole idea of having a default value? o.O
[14:16:42]<kostodo>not really :)
[14:16:54]* seutje 's head just exploded
[14:17:10]* KamusHadt has joined #drupal-support
[14:17:15]* kostodo picks up the pieces and assembles it back together
[14:17:24]<seutje>so like... select it onload?
[14:17:44]<kostodo>well basically i dont want it to search :)
[14:17:47]<kostodo>until you click apply
[14:18:07]<seutje>that makes no sense to me at all, but like I said, u can just do it onload
[14:18:19]<kostodo>right now if my view url is foo, and i open foo, it automatically searches the default values
[14:18:46]<kostodo>seutje: okay well im using the view to make a booking form. in which you choose your FROM, and your TO destination and you click apply
[14:19:04]<kostodo>the FROM and TO default values are set to the most common from and to locations
[14:19:15]<kostodo>when you apply it spits out a price of the trip
[14:19:27]<seutje>so do it onload
[14:19:37]<kostodo>so basically i dont want people opening the page and seeing a price for a from->to which they didnt even get to select
[14:19:40]<kostodo>how?
[14:19:48]* duran has quit (Quit: This computer has gone to sleep)
[14:20:52]<TwoD>kostodo: make the default values something which returns no results?
[14:21:13]<kostodo>TwoD: can't i need to have the default values as something specific
[14:22:17]<TwoD>kostodo: are those defaults valid selections? (ie something which users would normally search for)
[14:22:43]<kostodo>yes
[14:22:50]<kostodo>you're going to suggest that its okay to leave it then?
[14:22:54]<seutje>$(document).ready(function(){ if ($('select.myselect option:selected').length === 0) { $('select.myselect option[value=valueyouwanttohaveselected]').attr('selected', selected'); } }); or something?
[14:22:57]<seutje>kostodo: ^
[14:23:05]<kostodo>eek
[14:23:27]<kostodo>what does that do?
[14:23:36]<seutje>basically, if no option is selected, select option where value is "valueyouwanttohaveselected"
[14:23:55]<seutje>waiting for the dom to be ready first, ofc
[14:24:08]<kostodo>err but is that what i need?
[14:24:18]<kostodo>i just didnt want the form to auto search when loaded
[14:24:22]* sanguisdex has joined #drupal-support
[14:24:24]* sumitk has quit (Quit: sumitk)
[14:24:39]* BigMack83 has quit (Ping timeout: 256 seconds)
[14:24:40]* chrisgnicholas has joined #drupal-support
[14:24:45]<TwoD>kostodo: well, if you can't change the defaults to something which doesn't return results, Views will return results when the page is viewed as the query is always run, unless you hack that somehow.
[14:25:09]<kostodo>yikes
[14:25:15]<TwoD>at least afaik
[14:25:33]<kostodo>well that blows
[14:25:43]* jensimmons has joined #drupal-support
[14:27:17]<TwoD>kostodo: How about creating a "front" page for that View? It would take some extra work, but you could replicate the exposed filters using FAPI on a new page, and when that form is submitted it redirects to the View, passing along the filter parameters? hehe
[14:27:35]* magicspark has joined #drupal-support
[14:27:40]* mlsamuelson has joined #drupal-support
[14:27:45]<seutje>oh yea, that's a lot easier than a single line of js :D
[14:28:05]* toddross has joined #drupal-support
[14:28:16]<kostodo>seutje: but i thought your js didn't really solve my problem
[14:28:17]<TwoD>seutje: That JS doesn't stop the query from being excuted, does it? ;)
[14:28:21]* phylock has quit (Remote host closed the connection)
[14:28:25]<seutje>kostodo: how doesn't it?
[14:28:35]<seutje>u don't select a value, and u set the value onload
[14:28:43]<seutje>it doesn't submit the form, so the filter isn't applied yet
[14:28:52]<seutje>once the user submits the form, the filter is applied
[14:29:00]<seutje>isn't that what you wanted?
[14:29:18]<kostodo>hmm
[14:29:26]<kostodo>i cant get my head around your js
[14:29:29]<kostodo>i'll just give it a go
[14:29:32]<seutje>oh, u don't want it to show any values to begin with?
[14:29:43]<kostodo>exactly :)
[14:29:53]<seutje>I see
[14:30:04]* kostodo exhales...
[14:30:14]<TwoD>kostodo: hmm, if the specific default values you needed were purely needed for the "visual" effect, seutje's approach should work.
[14:30:17]<seutje>that makes a lot more sense
[14:30:39]<kostodo>i dont want to show any results to begin with
[14:30:46]<seutje>suppose u could just grab the form and expose that on a different page... hmz
[14:31:18]* Bass10 has joined #drupal-support
[14:31:49]<kostodo>mmm
[14:31:54]<kostodo>that sounds a bit dirty to me :(
[14:31:59]<kostodo>but seems like the only solution
[14:32:10]* geo27 has quit (Remote host closed the connection)
[14:33:13]<TwoD>kostodo, seutje: If it's possible to grab a filter form from Views without actually "running" the View (you'd probably have to load it first, but no need to display it), I'd go with that rather than building an FAPI replica (unless you want to customize the pre-View page)
[14:33:16]* indytechcook is now known as indy-brb
[14:33:41]<kostodo>TwoD: you kind of lost me there! :)
[14:34:08]<seutje>let's find out
[14:34:17]<TwoD>kostodo: I think I lost myself too. Just try grabbing the form from Views if it's possible. Otherwise build a replica.
[14:34:38]<kostodo>yeah
[14:35:48]* Symbi0nt has joined #drupal-support
[14:35:51]* wchamp has joined #drupal-support
[14:35:56]* roccs has joined #drupal-support
[14:36:47]* Danniel has joined #drupal-support
[14:37:03]* BigMack83 has joined #drupal-support
[14:37:26]<seutje>hmm yea, u need to pass the view n stuff
[14:37:32]<Irishgringo>before I start hacking up my theme... can someone check out the "technology" tags at the bottem of this page... all of the tax terms are stacked on top of each other... isnt there a way to display them all in line? http://com01.vyoumans.info/content/intro
[14:37:37]* okwari has joined #drupal-support
[14:37:44]* toabi has quit (Quit: toabi)
[14:38:36]* jensimmons has quit (Quit: jensimmons)
[14:38:43]* fusepilot has quit (Quit: Leaving.)
[14:38:54]* kostodo has quit (Ping timeout: 248 seconds)
[14:39:09]<seutje>Irishgringo: not rly seeing any technology tags, are u sure they're visible to anonymous users?
[14:39:21]<Irishgringo>checking
[14:39:39]<TwoD>Irishgringo: I'm not seeing them either
[14:39:40]* ngnp has joined #drupal-support
[14:39:43]* indy-brb is now known as indytechcook
[14:39:45]<MadLemz>Irishgringo: what was wrong with the css someone gave you?
[14:40:20]* ronia_ has joined #drupal-support
[14:41:22]* pinglaura has joined #drupal-support
[14:41:48]<TwoD>Yikes... I really need a new computer, this one chokes on everything nowdays. Just wish I had a job so I could afford an upgrade :/
[14:42:52]* ronia has quit (Ping timeout: 240 seconds)
[14:42:52]* ronia_ is now known as ronia
[14:42:56]* Earthsurfer has joined #drupal-support
[14:43:05]<roccs>Hello! I'm themeing a View with some .tpl.phps. I can't figure out how to change the markup of the stuff inside this code: http://pastebin.org/88264 What is it that controles this markup??
[14:43:46]<roccs>so far i've created a views-view-unformatted--Product.tpl.php and a views-view--Product.tpl.php
[14:44:35]* steinmb has joined #drupal-support
[14:46:10]* shpizank has joined #drupal-support
[14:46:27]<Earthsurfer>any got a clue on how to get the node id of a view with page instance?
[14:46:32]* michaelk has joined #drupal-support
[14:46:39]<Irishgringo>fixed it...
[14:46:42]<Irishgringo>before I start hacking up my theme... can someone check out the "technology" tags at the bottem of this page... all of the tax terms are stacked on top of each other... isnt there a way to display them all in line? http://com01.vyoumans.info/content/intro
[14:46:55]<Irishgringo>TwoD: fixed the issue
[14:46:56]<Danniel>Drupal 6.15 is compatible with PHP 5.3?
[14:47:03]<Irishgringo>seutje:
[14:47:09]<Irishgringo>seutje: fixed it...
[14:47:56]<Irishgringo>MadLemz: some one ave me bad css... not sure what you mean?
[14:48:17]<seutje>Irishgringo: heh, each term has it's own label o.O
[14:48:24]<Earthsurfer>Irishgringo: float your field items
[14:48:50]* nitrospectide has joined #drupal-support
[14:49:07]<seutje>Earthsurfer: they all have a label to their left which is visibility: invisible; which means they'll still take up space
[14:49:48]<Earthsurfer>ah
[14:49:52]<seutje>http://gyazo.com/4b079e6db51306372c2ff736fe4cb369.png <- see?
[14:50:16]<TwoD>roccs: That'd probably be the row and fields templates/theme functions. It seems most of the default stuff is done with theme functions for performance, so you could implement overrides in your template.php
[14:50:44]<Earthsurfer>got an idea on how to get the node id from a view page?
[14:50:53]<TwoD>Danniel: it works, but several modules still haven't had releases with fixes for some warnings etc.
[14:51:22]<TwoD>Danniel: the fixes are probably in their -dev snapshots btw.
[14:51:24]<roccs>ok, thank you TwoD, so i should check the theme.inc file i guess?
[14:51:43]<roccs>i found the stuff there i think, so it sounds very correct :)
[14:52:01]<TwoD>roccs: Yeah.
[14:52:10]<seutje>Irishgringo: http://gyazo.com/47c011f7fea51eb632d839dac6e7e9fc.png <- that how u want em?
[14:52:11]<ShawnRisk>seutje: This isn't working. I am adding new images to the ckeditor and when I try to set p img globally in style.css this just forgets it. How do I fix this?
[14:52:30]<seutje>ShawnRisk: did u set the editor to include this css?
[14:52:41]* duran has joined #drupal-support
[14:52:50]<Irishgringo>seutje: that is exactly what I am going for...
[14:53:22]<Irishgringo>what did you do?
[14:53:56]* qasim has joined #drupal-support
[14:54:03]<seutje>Irishgringo: if so -> .field-type-content-taxonomy .field-item { float: 'left'; margin-right: '1em'} .field-type-content-taxonomy .field-item .field-label-inline { display: none }
[14:54:25]<Danniel>TwoD: but can use in production?
[14:54:58]* dokumori has quit (Quit: dokumori)
[14:55:04]<ShawnRisk>seutje: I am not sure. How do I do that?
[14:55:18]<TwoD>Danniel: yes.
[14:55:41]* daglees has quit (Quit: Leaving.)
[14:56:10]<seutje>ShawnRisk: I dunno, doesn't CK have a settings page of some sorts?
[14:56:37]<TwoD>Danniel: as far as I know, Drupal Core does not show any warnings under PHP 5.3. Those shown by contributed modules are often very easy to fix if they haven't been already.
[14:57:05]<ShawnRisk>seutje: yes it does
[14:57:14]<TwoD>seutje: are you using Wysiwyg module or the standalone module?
[14:57:22]<TwoD>sorry, that was for ShawnRisk
[14:57:24]* qasim has quit (Client Quit)
[14:57:32]<seutje>no sorry, only happy
[14:57:37]<Danniel>TwoD: ok, tnks
[14:57:56]<TwoD>=)
[14:58:01]<roccs>TwoD, how can i play around in theme.inc and only affect my view "Product" ?
[14:58:08]<ShawnRisk>hi TwoD
[14:58:29]* G_S has quit (Remote host closed the connection)
[14:58:36]* BigMack83 has quit (Ping timeout: 246 seconds)
[14:58:44]<ShawnRisk>TwoD: I am using a standalone module.
[14:58:48]* Danniel has quit (Quit: Danniel)
[14:58:50]<seutje>Danniel: http://drupal.org/node/360605 might provide helpful insights
[14:58:53]<Druplicon>http://drupal.org/node/360605 => PHP 5.3 Compatibility => Drupal, other, critical, needs work, 220 comments, 47 IRC mentions
[14:58:55]<seutje>fine, leave!
[15:00:08]<TwoD>roccs: You shouldn't change that file. Override those functions in your template.php. You should be able to get the View name from the arguments sent to it and if..else on that, if it's not possible to override it for just a single View. Devel modules's theme developer helper module should be able to tell you which template overrides it looks for.
[15:00:27]<TwoD>ShawnRisk: ah ok, I don't know much about that
[15:00:46]* mirza has quit (Ping timeout: 248 seconds)
[15:01:12]<roccs>Ok, cool, thank you
[15:01:22]<ShawnRisk>TwoD: okay
[15:01:47]* tom_o_t has joined #drupal-support
[15:02:52]* rampy has joined #drupal-support
[15:02:59]* okwari has quit (Quit: Aieeeee!!)
[15:03:38]<crabcakes>any good with hta access or rewrite rules?
[15:03:43]<crabcakes>htaccess*
[15:04:06]* Creativitylives has joined #drupal-support
[15:04:21]<jonr>is it possible to allow html in some fields of some content types?
[15:04:40]* dokumori has joined #drupal-support
[15:04:56]* TinyElvis has joined #drupal-support
[15:05:32]* dellis has joined #drupal-support
[15:06:06]<steinmb>better_formats?
[15:06:07]<Druplicon>Better formats is a module to add more flexibility to Drupal's core input format system. http://drupal.org/project/better_formats
[15:06:46]<steinmb>jonr: try this module it might do what you need
[15:07:40]* nick_vh has joined #drupal-support
[15:07:50]<jonr>thx
[15:09:16]<dellis>is there an easy way to create cck field "allowed values" through views?
[15:10:10]* highermath_away is now known as highermath
[15:10:33]* tmclaugh1 has joined #drupal-support
[15:11:11]* YesCT has joined #drupal-support
[15:11:26]* aaroncohen has joined #drupal-support
[15:11:45]* nick_vh has quit (Client Quit)
[15:12:26]* heshan has quit (Ping timeout: 260 seconds)
[15:12:40]* clust has joined #drupal-support
[15:12:58]* clust is now known as Guest7434
[15:13:13]* Guest7434 is now known as klust
[15:14:16]<klust>i just made fresh install of drupal 6.15 and i'm getting "Access denied - You are not authorized to access this page" on every page when trying to access the site as anonymous
[15:14:51]* jonthomas83 has quit (Quit: Page closed)
[15:14:57]<klust>I haven't done anything else but just installed drupal through the wizard
[15:15:10]<MadLemz>klust: link?
[15:15:33]<klust>MadLemz: it's my internal test site so you can't access it
[15:15:46]<MadLemz>every page gives access denied?
[15:15:48]<klust>is there some logfile where i can find additional information?
[15:15:51]<klust>yep
[15:15:55]<Pix__>klust: if you haven't done anything yet it's normal
[15:16:16]<Pix__>you should try to create a node as amministrator and then check that as anonymous
[15:16:16]* ppjsz has joined #drupal-support
[15:16:21]* johsw has quit (Ping timeout: 245 seconds)
[15:16:43]<Pix__>you should be able to see it
[15:17:01]* ppjsz has left #drupal-support ()
[15:18:00]<klust>i made one page and one story in create content, still getting access denied
[15:18:51]* shalo has joined #drupal-support
[15:19:28]<klust>Reports -> Recent log entries is not so informative
[15:19:37]<klust>it only says Type: access denied
[15:19:52]<klust>so is there some debug option so i can increase log level?
[15:19:55]* Earthsurfer has quit (Quit: Earthsurfer)
[15:20:53]<Pix__>klust: under admin/user/permissions, as amministrator, check if near anonymous user has permission to see your content
[15:21:27]* benjamin-agaric has quit (Quit: benjamin-agaric)
[15:21:29]<seutje>outlook--
[15:21:42]<klust>Pix__: anonymous has access content checked below node module
[15:21:50]<seutje>every_other_mail_client++
[15:21:51]<ShawnRisk>what is the width and height of an image with ratio 16:9?
[15:21:53]<klust>so i think it should be ok
[15:22:24]* sandeep123 has joined #drupal-support
[15:22:51]* ridethefire has quit (Ping timeout: 240 seconds)
[15:22:54]<lambic>width = 16/9 * height
[15:22:54]<Irishgringo>seutje: well, you fixed what i was trying to do... except I can not figure out how to apply your fix to my project... can you give me more hint where i Should put that code you gave me... please
[15:22:57]<seutje>ShawnRisk: kinda hard to tell without knowing one of the dimensions, don't u think?
[15:23:12]<seutje>Irishgringo: iono, the last css file that gets added
[15:23:14]<klust>Pix__: in apache access log i can see "GET / HTTP/1.1" 403"
[15:23:26]* chrisgnicholas has left #drupal-support ()
[15:23:55]<klust>this on propably drupal's default 403 forbidden page what is displayed now
[15:24:24]* MatteusX has joined #drupal-support
[15:26:06]<klust>Pix__: i have another older drupal 6.10 installation on the same server so i think it is not a server related problem
[15:26:09]* chrisshattuck has joined #drupal-support
[15:26:10]* Tassoman is away: afk
[15:26:12]<roccs>worked beautifully TwoD, thank you
[15:26:24]<roccs>that Devel module is the shit
[15:26:39]<Pix__>klust: and everithing it's fine as administrator?
[15:26:44]<crabcakes>anyone? http://drupal.org/node/706088
[15:26:45]<klust>Pix__: yes
[15:27:12]<ShawnRisk>seutje: the height is 462
[15:27:26]<Pix__>klust: no module installed?
[15:27:29]<seutje>wtf
[15:27:32]<seutje>oh
[15:27:39]<klust>Pix__: no, just fresh install without anything else
[15:27:49]<seutje>?eval Math.floor(492/9*16)
[15:27:53]<seutje>doh
[15:28:03]* deverdi has quit (Quit: Page closed)
[15:28:16]<seutje>then width is 874 I suppose
[15:29:26]* Badger|two has quit (Read error: Operation timed out)
[15:29:33]* johnnyr has joined #drupal-support
[15:29:40]* ronia_ has joined #drupal-support
[15:29:57]* squaretone has joined #drupal-support
[15:30:18]* benjamin-agaric has joined #drupal-support
[15:30:36]<Pix__>klust: and everything was fine during install..
[15:30:45]* dnorman has joined #drupal-support
[15:31:23]* ridethefire122 has joined #drupal-support
[15:31:38]<Pix__>could be .htacces related
[15:32:44]<klust>i try to install 6.14 so i can see if the problem is only .15 related
[15:32:45]* macrocosm has quit (Ping timeout: 272 seconds)
[15:32:46]* ronia has quit (Ping timeout: 256 seconds)
[15:32:47]* ronia_ is now known as ronia
[15:33:06]* BANSAL has joined #drupal-support
[15:33:27]* sandeep123 has quit (Quit: Page closed)
[15:34:17]* xamanu has joined #drupal-support
[15:34:38]* rrittenhouse has joined #drupal-support
[15:36:12]* ghankstef has joined #drupal-support
[15:36:17]* chrowe has joined #drupal-support
[15:36:39]* benjamin-agaric has quit (Ping timeout: 260 seconds)
[15:37:35]<klust>Pix__: still the same with 6.14
[15:38:04]<klust>i also tried 6.15 installation with old 6.10 database from another site on the same server
[15:38:07]<klust>it works fine
[15:38:55]<Pix__>klust:if everithing during install was fine, my best bet it's an .htaccess related problem
[15:38:56]* Pheser has quit (Quit: Lost terminal)
[15:39:17]* AlexUA has quit (Quit: Leaving.)
[15:39:38]<seutje>klust: did u check the permissions for anonymous users? like "access content"?
[15:39:49]<klust>seutje: yes i did
[15:39:53]* G_S has joined #drupal-support
[15:40:30]* tdombos has joined #drupal-support
[15:40:49]<klust>i can allow access if you want to see
[15:41:30]<seutje>nah gotta get going in a minute and I'm still wrestling with something of my own q.q
[15:41:31]* FatGuyLaughing has joined #drupal-support
[15:42:09]* YesCT has quit (Quit: YesCT)
[15:43:12]<ghankstef>any users of Secure Pages and Ubercart have any tips on getting them to play nice together? I lose my session when adding items to the cart
[15:43:23]* sadist has joined #drupal-support
[15:45:09]* sam_ has quit (Read error: Connection reset by peer)
[15:45:33]<Irishgringo>seutje: well, figured out what i was doing wrong... now another question.. the tags should be on their own lines... what am I doing wrong here?
[15:46:04]<seutje>heh? didn't u just say u wanted them on the same line?
[15:46:27]<ShawnRisk>seutje: thanks
[15:47:06]* apratt has joined #drupal-support
[15:47:17]<Irishgringo>now I have two tax field groups.... I added another tac cck field... and they are all apprearing on the same line. Ideally, I would like to get the next tax cck fields to be other own lines
[15:48:22]* Dannyboy has joined #drupal-support
[15:49:00]<Irishgringo>so if I can force a new line with the div tag... field-label-inline-first
[15:49:02]<ShawnRisk>why are people always wanting to have issues with sites done in a few mins after they send the email? Do they know that we are not always on email?
[15:49:06]<Irishgringo>that would do the trick
[15:49:23]<seutje>Irishgringo: .field-type-content-taxonomy { clear: both; }
[15:49:36]<seutje>-> http://gyazo.com/9dcc1864d31411ca90a0de5f843da9b6.png
[15:49:43]<esmerel>ShawnRisk: because the person asking you is the ONLY PERSON IN THE ENTIRE WORLD and WHY ARENT YOU FOCUSED ON THEM
[15:49:56]<sadist>has anyone here got this problem? : Warning: MySQL server has gone away
[15:49:59]<seutje>heh, qft :(
[15:50:18]<seutje>esmerel, ShawnRisk: and they usually do it like 10 mins before u leave
[15:50:18]<sadist>i'd followed the instructions here but no help http://drupal.org/node/259580
[15:50:19]<Druplicon>http://drupal.org/node/259580 => MySql : " Warning: MySQL server has gone away " - Tune MySql to resolve this problem => 44 comments, 6 IRC mentions
[15:50:59]<Irishgringo>seutje: very cool.. thanks...
[15:51:16]<seutje>yeh, css is like fonzie
[15:51:52]* roccs has quit (Quit: Java user signed off)
[15:52:50]* kjay has joined #drupal-support
[15:54:18]* indytechcook has quit (Quit: Leaving.)
[15:57:44]* jrglasgow has joined #drupal-support
[15:58:34]* toddross has quit (Quit: toddross)
[15:59:27]* johsw has joined #drupal-support
[16:00:00]* indytechcook has joined #drupal-support
[16:00:03]* nadavoid has joined #drupal-support
[16:02:18]<ShawnRisk>I totally understand but it makes me feel like a slave to them and I don't want to feel that way
[16:02:20]* ronia has quit (Quit: ronia)
[16:02:34]* stella_ has joined #drupal-support
[16:03:53]* lslinnet has quit ()
[16:04:41]* stella_ has quit (Client Quit)
[16:04:57]* seutje has quit (Quit: yarrrr, here be the end!)
[16:05:00]* stella_ has joined #drupal-support
[16:05:03]* stella has quit (Quit: stella)
[16:05:03]* stella_ is now known as stella
[16:05:09]* aaroncohen has left #drupal-support ()
[16:05:33]* stella is now known as Guest19817
[16:05:42]* Guest19817 has quit (Client Quit)
[16:05:52]* apratt has quit (Quit: Leaving.)
[16:06:03]* WormFood has quit (Ping timeout: 260 seconds)
[16:08:37]* Symbi0nt has quit ()
[16:08:37]* sdecabooter has quit (Read error: Connection reset by peer)
[16:08:45]* svendecabooter has joined #drupal-support
[16:09:07]* mordecai has joined #drupal-support
[16:09:35]* nearlythere has joined #drupal-support
[16:10:19]* magicspark has quit (Quit: magicspark)
[16:11:04]* Igashu has joined #drupal-support
[16:11:32]* leenwebb has joined #drupal-support
[16:13:40]* leenwebb has quit (Client Quit)
[16:14:19]* katbailey has joined #drupal-support
[16:15:33]* qom2 has quit (Quit: qom2)
[16:15:45]* Janusman has joined #drupal-support
[16:16:42]* TheAbacus has joined #drupal-support
[16:17:12]* WormFood has joined #drupal-support
[16:17:43]* shankhan has joined #drupal-support
[16:17:55]<shankhan>hi to all
[16:18:10]* Igashu_ has joined #drupal-support
[16:18:17]* Igashu has quit (Ping timeout: 265 seconds)
[16:18:53]* BANSAL has left #drupal-support ()
[16:19:12]* Zylogue has joined #drupal-support
[16:19:40]* Dannyboy has quit (Ping timeout: 245 seconds)
[16:21:18]<rampy>I have two sites sharing a single codebase using Drupal multisites. I want to password-protect one of them using .htaccess but not password-protect the other. Is there a way to do this?
[16:22:25]* designs703 has joined #drupal-support
[16:23:10]* kellyh has joined #drupal-support
[16:23:21]* Solipsist has joined #drupal-support
[16:23:35]* aboros has quit (Quit: aboros)
[16:24:45]* Dannyboy has joined #drupal-support
[16:25:33]* katbailey has quit (Quit: katbailey)
[16:25:36]* jensimmons has joined #drupal-support
[16:26:12]* jeanChristian has quit (Quit: Ex-Chat)
[16:26:36]* sumitk has joined #drupal-support
[16:27:12]* flabberkenny has quit (Quit: flabberkenny)
[16:27:27]* benjamin-agaric has joined #drupal-support
[16:27:35]* chia has joined #drupal-support
[16:28:03]<manuee>good question rampy, my guess is you should set that in the virtual server in apache?
[16:28:38]<rampy>manuee: Any ideas where I could find a recipe for doing that?
[16:29:31]* sumitk_ has joined #drupal-support
[16:29:31]* sumitk_ has quit (Changing host)
[16:29:31]* sumitk_ has joined #drupal-support
[16:30:28]* bitchkat has quit (Quit: Leaving)
[16:30:29]* derekwebb has joined #drupal-support
[16:30:38]* bleen has joined #drupal-support
[16:30:40]<derekwebb>Hello all
[16:30:50]<derekwebb>anyone use Cufon in here?
[16:31:02]* svendecabooter has quit (Quit: Leaving...)
[16:31:16]<derekwebb>that was phrased poorly: Anyone in here use Cufon?
[16:31:31]* sumitk has quit (Ping timeout: 264 seconds)
[16:31:45]<smhar>what is Cufon?
[16:31:56]<derekwebb>Its a font replacement library
[16:32:01]<derekwebb>its JS
[16:32:02]<manuee>cufon?
[16:32:02]<Druplicon>cufon is http://drupal.org/project/cufon
[16:32:07]<derekwebb>yeah like that
[16:32:31]<manuee>rampy, readup on apache documentation i guess
[16:32:42]<manuee>i doubt theres a recipe for every possible case...
[16:32:51]* forest_ has joined #drupal-support
[16:33:18]<rampy>derekwebb: I use Cufon.
[16:33:19]<derekwebb>It's odd, IE is not rendering Cufon but it's not throwing errors either....
[16:33:27]<derekwebb>any luck with IE?
[16:33:35]<manuee>id say try to use that within the virtual server config http://httpd.apache.org/docs/2.0/programs/htpasswd.html
[16:33:36]* rocketeerbkw has quit ()
[16:33:45]<rampy>derekwebb: Not sure.
[16:33:47]<derekwebb>rampy: anyluck with IE?
[16:33:55]* beautifulmind has quit (Ping timeout: 264 seconds)
[16:34:00]* jerdavis has joined #drupal-support
[16:34:03]* Graloth has quit (Read error: Connection reset by peer)
[16:34:11]* marcvangend has quit (Read error: Connection reset by peer)
[16:34:23]* sumitk has joined #drupal-support
[16:34:24]* sumitk_ has quit (Ping timeout: 256 seconds)
[16:34:24]<rampy>derekwebb: Here's the URL to my website if you want to check: http://www.nysenate.gov
[16:34:25]<derekwebb>I installed a debugger for Internet Error but as I said there are no buggs but it is also not functioning...
[16:35:06]<derekwebb>works fine there
[16:35:09]* PasNox has joined #drupal-support
[16:35:46]<manuee>http://httpd.apache.org/docs/1.3/mod/mod_auth.html
[16:35:57]<derekwebb>rampy: can I IM you a private link?
[16:36:12]<rampy>derekwebb: In general, I find Internet Explorer a pain to work with. Are you talking IE8, or earlier? IE8 is more standards-compliant than earlier versions.
[16:36:15]<rampy>derekwebb: Sure.
[16:36:23]<derekwebb>rampy: me too
[16:36:32]<derekwebb>rampy thnx
[16:36:35]* johsw has quit (Quit: johsw)
[16:37:19]* Zylogue has quit (Quit: Leaving)
[16:37:27]* chrisgnicholas has joined #drupal-support
[16:37:31]<derekwebb>rampy: the font replacement works great everywhere (incl Opera) but not IE!?
[16:37:33]* sumitk has quit (Client Quit)
[16:37:35]* macode has joined #drupal-support
[16:37:43]<TinyElvis>How do you go about updating a theme without losing all your hard CSS work?
[16:38:12]* lennartweb has quit (Quit: lennartweb)
[16:38:20]* smhar has quit (Ping timeout: 246 seconds)
[16:39:12]* sumitk has joined #drupal-support
[16:40:07]* vr_mex has joined #drupal-support
[16:40:13]* RockSoup has joined #drupal-support
[16:40:40]* bradwade has joined #drupal-support
[16:40:53]<MadLemz>TinyElvis: that's why you don't modify themes/modules/core by changing them
[16:41:38]<derekwebb>rampy: I am thinking of just paying someone to fix the IE/Cufon issue. If you are interested I would like to kick that off asap.
[16:42:12]<rampy>derekwebb: I'm really not a Cufon expert, and I'm pretty busy right now.
[16:42:22]<derekwebb>course
[16:42:31]<derekwebb>know anyone that may be a JS guru?
[16:42:47]* dprophit has joined #drupal-support
[16:42:58]* vr_mex has quit (Read error: Connection reset by peer)
[16:43:06]* vr_mex has joined #drupal-support
[16:43:11]* XandorX has joined #drupal-support
[16:43:20]* vr_mex has left #drupal-support ()
[16:43:29]<dprophit>How do I remove a vocabulary in taxonmy? I don't see a remove button when I go to /admin/content/taxonomy/edit/vocabulary/1
[16:43:40]* benjamin-agaric has quit (Ping timeout: 272 seconds)
[16:43:42]<TinyElvis>MadLemz: I didn't, i am using Zen that has a new theme. Do I just keep my subtheme and only copy over the zen folder?
[16:44:19]<monstordh>Not a good practice, but I did it, now I need to deal with something. I imported the db from one site to start another and removed all of the nodes for a particular content type. Now I need to reset the nid (so that they won't start at like 853). any suggestions on that?
[16:44:39]* lameriffic has joined #drupal-support
[16:44:40]<TinyElvis>MadLemz: I want to go from Zen 1.0 to 1.1.
[16:45:17]* rodneymillerpca has joined #drupal-support
[16:45:23]* jenlampton has quit (Quit: jenlampton)
[16:45:32]* geo27 has joined #drupal-support
[16:45:39]* allisterb has quit (Read error: Connection reset by peer)
[16:45:44]* rodneymillerpca has left #drupal-support ()
[16:45:48]<lameriffic>Has anyone here done custom module development to add fields to a user?
[16:46:20]<MadLemz>TinyElvis: then just update Zen
[16:46:24]<XandorX>monstordh: export the database and import it again. The counter will reset
[16:47:00]<monstordh>XandorX: ah... never thought about that. i'll give it a shot. thanks!
[16:47:11]<lameriffic>I've enabled the profile module and created some hidden fields to store extra data...
[16:47:12]* resynthesize has joined #drupal-support
[16:47:13]* resynthesize has left #drupal-support ()
[16:47:20]<XandorX>monstordh: glad to help
[16:47:59]<lameriffic>Just not sure how to set the values from custom module code. I'm using hook_user...
[16:48:42]* beautifulmind has joined #drupal-support
[16:48:50]<lava>does anyone know why when i enable global redirect and go to a redirected page my blocks disappear?
[16:49:01]* vr_mex has joined #drupal-support
[16:49:08]<lameriffic>when $op=='insert' for example, I want to set a profile field. Is this the right place to find help on that type of thing?
[16:49:18]* allisterb has joined #drupal-support
[16:49:49]* jensimmons has quit (Remote host closed the connection)
[16:49:52]<derekwebb>rampy: no luck on fontFamily... oh well thnx anyway!
[16:49:55]* jensimmons has joined #drupal-support
[16:50:44]* designs703 has left #drupal-support ()
[16:51:17]* red40 has quit (Quit: Leaving.)
[16:51:48]* _30equals has left #drupal-support ()
[16:53:59]* tdombos has quit ()
[16:54:12]* Tassoman has quit (Quit: I was connected)
[16:54:14]* zzolo has quit (Ping timeout: 252 seconds)
[16:56:56]* budda_ has joined #drupal-support
[16:57:34]<XandorX>lameriffic: It's the right place but it might be easier to hook_form instead of hook_user if you can
[16:57:55]* vr_mex has quit (Read error: Connection reset by peer)
[16:58:10]* vr_mex has joined #drupal-support
[16:58:19]<dellis>does anyone here have experience with the content profile module?
[16:58:32]* simple_ has left #drupal-support ()
[16:58:43]* abford has quit (Quit: Leaving)
[16:59:03]<sanguisdex>dellis I have a bit
[16:59:17]<lava>does anyone know why when i enable global redirect and go to a redirected page my blocks disappear?
[16:59:37]<dellis>sanguisdex: I can't find the table in the db that connects the profile with the uid--any ideas?
[16:59:51]<monstordh>derekwebb: know anything about stockholm syndrome?
[16:59:58]* Zelfje has quit (Ping timeout: 258 seconds)
[17:00:16]* stella has joined #drupal-support
[17:00:43]* darrenoh has joined #drupal-support
[17:00:51]* stella has quit (Client Quit)
[17:01:18]* bleen has quit (Quit: Page closed)
[17:01:45]* BANSAL has joined #drupal-support
[17:01:51]* lslinnet has joined #drupal-support
[17:01:55]<klust>Pix__: i got my problem solved finally :)
[17:02:14]* stella has joined #drupal-support
[17:02:32]<Pix__>great! so what was it
[17:02:35]<Pix__>klust:
[17:02:37]<klust>i had the following rows in my my.cnf:
[17:02:38]<klust>auto_increment_increment = 10
[17:02:38]<klust>auto_increment_offset = 2
[17:02:42]<derekwebb>monst: In psychology, the Stockholm syndrome is a term used to describe a paradoxical psychological phenomenon wherein hostages express adulation and have positive feelings towards their captors that appear irrational in light of the danger or risk endured by the victims. [1][2] While uncommon, the FBIโ€™s Hostage Barricade Database System shows that roughly 27% of victims show evidence of Stockholm syndrome.[3] The syndrome is named
[17:02:51]<klust>because of mysql replication
[17:02:57]<derekwebb>Odd Q. Why do you ask?
[17:03:23]<klust>Pix__: so i think that the default schema does not note that
[17:03:48]* red40 has joined #drupal-support
[17:03:51]* ideopathic has joined #drupal-support
[17:04:17]* zelfje2 has joined #drupal-support
[17:04:22]<klust>when doing inserts in auto_increment table the id's will be 2, 12, 22... then
[17:04:40]* Burf has joined #drupal-support
[17:05:09]<Burf>hey guys
[17:05:26]<Burf>can someone test a link for me? il have to pm it, thx
[17:05:44]* smhar has joined #drupal-support
[17:06:29]* MTecknology has joined #drupal-support
[17:06:53]* Danniel has joined #drupal-support
[17:07:01]<MTecknology>I have a page ivew and an rss view; how can I add the rss link to the page? so there's the pretty rss icon in the title
[17:07:25]* mqueiros has joined #drupal-support
[17:07:32]<Burf>MTecknology: i think you can set it on the view page, under rss settings
[17:07:53]* timmillwood has quit (Quit: timmillwood)
[17:08:30]* dokumori has quit (Quit: dokumori)
[17:08:41]<XandorX>dellis: profile_values.fid=profile_fields.fid, profile_values->uid=users->uid
[17:08:47]<MTecknology>Burf: I'm not seeing that
[17:08:50]<beautifulmind>does the number of modules affect the process of fetching information from the server? i.e number seconds required for php processing
[17:09:08]* chrisgnicholas has quit (Quit: Leaving.)
[17:09:29]<Burf>MTecknology: sorry hvnt used views in a while but im sure thats how i did it last time
[17:10:26]<MTecknology>Burf: I have the page view and rss view - I just don't see anything like what you're referring to
[17:10:40]<dellis>XandorX: hmmm... I don't see a profile_values table? Using D6
[17:11:30]* voxpelli has quit (Quit: voxpelli)
[17:11:40]<XandorX>dellis: have you entered any values yet?
[17:11:51]* jrglasgow has quit (Read error: Connection reset by peer)
[17:11:57]<dellis>XandorX: yeah on user-1 and a second user
[17:12:00]* jrglasgow has joined #drupal-support
[17:12:11]<dellis>very strange
[17:12:49]<lameriffic>XandorX: Is it overkill to use the profile module to add extra fields if they're for module use only?
[17:13:21]<lameriffic>My custom module is the only one accessing this data
[17:13:33]* phylock has joined #drupal-support
[17:13:40]* vr_mex has left #drupal-support ()
[17:14:28]* johsw has joined #drupal-support
[17:15:32]<XandorX>lameriffic: How else would you do it without hacking the user db?
[17:15:49]* qom2 has joined #drupal-support
[17:16:01]* ylynfatt has joined #drupal-support
[17:16:02]* qom2 is now known as qom
[17:16:13]<ylynfatt>Good day all. In the point releases for Drupal 5 were there any database updates?
[17:16:27]* siliconmeadow has quit (Quit: Leaving.)
[17:16:35]<lameriffic>Ahah - ok good. Wasn't sure if there was an easier way.
[17:16:37]<dellis>XandorX: I have one table: content_type_profile
[17:17:12]<dellis>XandorX: and fields that are in their own separate tables that connect to the vid and nid of this table
[17:17:22]<dellis>XandorX: Somehow in the drupal interface it is connecting the two
[17:17:31]<lameriffic>Also perhaps by using the 'Content Module', but that seems like even more overkill and only useful for publishing and user self admin.
[17:17:50]* vr_mex has joined #drupal-support
[17:18:05]<lameriffic>not Content Module, Content Profile module
[17:18:38]* akahn has joined #drupal-support
[17:19:30]<crabcakes>anyone tried to put their files directory outside of the docroot?
[17:19:34]<akahn>INSTALL.txt mentions sub.example.com/site3. Is example.com/site3 also possible?
[17:20:38]* jhedstrom has quit (Ping timeout: 265 seconds)
[17:20:56]* kvanderw has joined #drupal-support
[17:22:07]* vr_mex has left #drupal-support ()
[17:22:31]* geo27 has quit (Remote host closed the connection)
[17:23:17]* datadude has joined #drupal-support
[17:23:43]* beautifulmind has quit (Quit: Leaving.)
[17:23:46]* Bes` has quit (Quit: Quitte)
[17:23:56]* Pix__ has quit (Quit: Pix__)
[17:24:01]* TCRobbert has quit (Quit: Nettalk6 - www.ntalk.de)
[17:24:02]* derekwebb has left #drupal-support ()
[17:25:11]<MTecknology>I have a page ivew and an rss view; how can I add the rss link to the page? so there's the pretty rss icon in the title. I'm looking around and not finding it. I don't doubt that the views module handles this.
[17:25:17]<gooddesignusa>Druplicon: seen sociotech
[17:25:17]<Druplicon>sociotech was last seen in #drupal-themes 6 days 15 hours ago saying 'M_ichelle, nice! not fusion starter-y at all ;)'.
[17:26:33]* benjamin-agaric has joined #drupal-support
[17:27:42]* sumitk has quit (Quit: sumitk)
[17:27:44]* johsw_ has joined #drupal-support
[17:27:53]* phunster has joined #drupal-support
[17:28:56]* zeropx has joined #drupal-support
[17:29:05]<XandorX>dellis: sorry, I thought you were asking about user profiles, not content profiles
[17:29:06]* johsw has quit (Ping timeout: 264 seconds)
[17:29:07]* johsw_ is now known as johsw
[17:29:10]<crabcakes>can someone tell me why the drupal File System Path is relative to docroot and not root?
[17:29:29]<MTecknology>crabcakes: why not?
[17:29:30]<crabcakes>I'm trying to move my files directory outside of the public_html
[17:29:48]<crabcakes>trying to figure out how to tell it the correct path :p
[17:30:00]<crabcakes>moved it to /usr/local/files just to test
[17:30:22]* alkama has joined #drupal-support
[17:30:23]* Burf has quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20091221164558])
[17:30:29]<zeropx>When creating a standard node-page, is it possible to pass arguments? IE, on a default base drupal 6.x install, I create page, can that page accept arguments such as domain.com/mynewpage/myargument/argument2, rather then having to send them through via domain.com/mynewpage?arg=1&arg=2
[17:30:45]<dprophit>Did you try /home or /var/www/vhost then your linux/windows user account and then the file path to where it's stored with the webserver having group write access?
[17:31:08]<crabcakes>nah I want it out of www completely
[17:31:22]<crabcakes>I'm root :) my box. apache is the owner and group of the folder
[17:31:27]<dprophit>Is your server IP or vhost based?
[17:31:29]* pcwick has quit (Quit: Ex-Chat)
[17:31:30]<crabcakes>775 all the way down
[17:31:31]<crabcakes>no
[17:31:41]<crabcakes>IP...single site apache sandbox
[17:32:04]* mosk has joined #drupal-support
[17:32:06]<dprophit>you'll be a crazy fool to give the root user UID=0 any access to web files
[17:32:24]<MTecknology>what benefit do you see in having files in a different directory?
[17:32:52]<MTecknology>dprophit: you mean because root has access to the files anyway?
[17:33:02]<crabcakes>from what I have read, whether private or public, anon access can be given to any files
[17:33:05]* budda_ has quit (Ping timeout: 252 seconds)
[17:33:10]<dprophit>root is a privledged linux user account. The super user
[17:33:25]* kim-day has quit (Quit: kim-day)
[17:33:29]<crabcakes>http://forinstance.com/sites/default/files/anyonecanaccessthisusingthisp...
[17:33:41]<mosk>Hi. I've been adding some background-images to my drupal 6.15 site (for header, body, and footer) and I now have an extra non-functional scrollbar on the right side of my content which appears if teh browser window is too narrow to display everything. Can someone tell me how to get rid of that scroll bar? Thanks
[17:33:50]<MTecknology>dprophit: yes.. and can access anything - so trying to not give root access to files does what for you?
[17:33:59]<mosk>site is at www.yoursteroids.com if someone could take a look
[17:34:32]<crabcakes>why are we arguing about root? it's my server, I built, I built my site, my network :P
[17:34:36]<dprophit>by sandbox do you mean that it's not available to the world or what?
[17:34:38]<crabcakes>yes
[17:35:07]<dprophit>your server but do you really want it hacked if found?
[17:35:08]<MTecknology>crabcakes: when were we talking about your root?
[17:35:33]* budda_ has joined #drupal-support
[17:36:10]<crabcakes>uh
[17:36:16]<crabcakes>getting confused.
[17:36:25]* katbailey has joined #drupal-support
[17:36:28]<MTecknology>crabcakes: any web data should be owned by www-data (or whatever your web user account is); it lets you put more restrictive permissions on the data; so they don't have to be world writable - just fyi
[17:36:30]<dprophit>if the vhost is assigned to a user and you have openbase_dir() make it a folder in the user root account.
[17:36:54]<dprophit>let me say that differently
[17:36:56]* jhedstrom has joined #drupal-support
[17:36:58]<dprophit>user account*
[17:37:38]<crabcakes>ok my intention is to deny any unauthorized access to the /files directory
[17:37:38]* Bojan has left #drupal-support ()
[17:37:40]<dprophit>and give apache/nobody etc group write access
[17:37:50]* Dublind has joined #drupal-support
[17:38:17]<dprophit>there is a setting in that module to prevent direct access to files in that path
[17:38:20]<MTecknology>crabcakes: .htaccess inside ./files
[17:38:34]<crabcakes>denyall?
[17:38:51]<MTecknology>depends on however you want to restrict it..
[17:39:09]* ideopathic has quit (Quit: ideopathic)
[17:39:09]<crabcakes>well I'd like to use http://drupal.org/project/xsend
[17:39:22]<Dublind>hi guys....
[17:39:23]<crabcakes>in addition, I'd like to move the files directory somewhere else
[17:39:38]* chrisgnicholas has joined #drupal-support
[17:39:40]<crabcakes>put it this way
[17:39:44]<crabcakes>the site is an intranet
[17:39:45]* steinmb has quit (Quit: steinmb)
[17:40:00]<dprophit>ok putting my question back out after 30 minutes I'm lost. How to remove taxonomy term. /admin/content/taxonomy/edit/vocabulary/1 doesn't show a remove/delete button.
[17:40:04]<crabcakes>I have no desire to have any unauthorized access to anything, period
[17:40:06]* patchak_ has joined #drupal-support
[17:40:21]* XandorX has left #drupal-support ()
[17:40:26]<MTecknology>crabcakes: then you shouldn't have a public website
[17:40:36]<patchak_>hey all, is it me or the password strenght checker in drupal 6 makes it hard to create accounts on a site?
[17:40:44]<crabcakes>do we really have to argue semantics
[17:40:46]<patchak_>is there a way to say that we allow even insecure passwords??
[17:41:23]<MTecknology>patchak_: a!1234
[17:41:23]* steinmb has joined #drupal-support
[17:41:39]<patchak_>well that one would be secure
[17:42:10]<patchak_>the password checker really seems to block user creation, even when strenght is moderate on my site
[17:42:22]* kim-day has joined #drupal-support
[17:42:24]<MTecknology>not really secure - but it suffices when I don't want a 'secure' one but need it via the strength meter :P
[17:42:27]<dprophit>yep take MT's advice on passwords. I've seen my fair share of client hacked accounts. =(
[17:42:58]<MTecknology>patchak_: If I need a random/secure password - https://www.grc.com/passwords.htm
[17:43:12]<dprophit>Once was hacked by a hamas terrorist organization even. Oy Vey! (humor)
[17:43:34]<patchak_>I'm the maintainer of the site, and my users complain that the site does not allow to create accounts
[17:43:41]<patchak_>because they cannot choose secure passes
[17:43:46]<patchak_>this seems a bit strict
[17:43:49]* steinmb has quit (Client Quit)
[17:43:54]<dprophit>What's the link to the module you are using, patchak?
[17:44:06]<dprophit>I don't recall password strengths in the core.
[17:44:15]<MTecknology>crabcakes: from that module it looks pretty simple... install the module, there's directions in it, it tells you the apache module it relies on..
[17:44:32]* indytechcook is now known as indy-brb
[17:45:12]* Dannyboy has quit (Ping timeout: 258 seconds)
[17:45:24]* Dannyboy has joined #drupal-support
[17:45:41]<MTecknology>I've been focussing on moving away from apache
[17:45:53]* steinmb has joined #drupal-support
[17:46:03]<MTecknology>Not sure if I will - but nginx seems much faster
[17:46:03]* steinmb has quit (Read error: Connection reset by peer)
[17:46:06]* steinmb has joined #drupal-support
[17:46:30]<patchak_>sure, the is password strenght checker in core, well I think!
[17:46:30]<crabcakes>MTecknology: I figured, just thought moving the directory outside of docroot would allow more security?
[17:46:35]<patchak_>it's not a custom module,
[17:46:47]<patchak_>the only way to create an account is to have a HIGH security pass
[17:47:12]<MTecknology>crabcakes: that
[17:47:30]* chrisgnicholas has left #drupal-support ()
[17:47:31]<dprophit>crabcakes: yes very secure. Use your whole file system path. /home/username/files/ chmod 775 group own to webserver
[17:47:41]* durstich-de has quit (Quit: I am going now - well, I left already)
[17:47:59]* Deianeira-work has quit ()
[17:48:01]<MTecknology>dprophit: 775 is NOT secure
[17:48:04]* mortenq has quit (Quit: mortenq)
[17:48:21]<patchak_>wow I'm the site admin and can't create an account cause Mollon fails every time...
[17:48:33]<dellis>XandorX: np thanks
[17:48:39]<dprophit>group owned by the webserver doesn't give group other write access
[17:48:46]<crabcakes>dprophit: that was my whole question, I matched the original permissions (or so I thought) and moved it to /usr/local/files
[17:48:54]<MTecknology>crabcakes: that's different from what I thought you meant - that will pretty much act like a symlink and xsend will act as a buffer and decide whether or not the file can be passed through that symlink
[17:49:08]<MTecknology>from what I read so far..
[17:49:24]<crabcakes>MTecknology: So you're saying I can't do both?
[17:49:45]<MTecknology>crabcakes: it's possible xsend will let you - but i don't think so
[17:50:18]<dprophit>all depends on your server setup crabcakes. Does it have openbase_dir() and can you exclude that domain from it?
[17:50:28]<MTecknology>crabcakes: if your web user it www-data (debian) then make the directory owned by www-data www:data:
[17:50:38]<crabcakes>from the xsend page: I tested only the files directory as a sub directory scenario, if your files directory is not in a sub directory then you do not need to add "Absolute path to Drupal installation directory" settings, keep it blank. If you're in a subdirectory then you need to add the correct path to it with a leading slash "/".
[17:50:42]* duckydan has joined #drupal-support
[17:50:52]<tekhneek>I'm ovverriding a callback for this page
[17:50:56]<crabcakes>so it sounds as if I could specify the abolute path inside the module settings and do both
[17:50:58]<tekhneek>/user/1/edit/Category 5 for example
[17:51:03]<tekhneek>how can I specify a template file to use for this override?
[17:51:11]<MTecknology>crabcakes: if your web user it www-data (debian) then make the directory owned by www-data 'chown -R www:data:www-data /usr/local/files' and set some more restrictive permissions 'chmod -R 750 /usr/local/files'
[17:51:26]<MTecknology>time to run
[17:51:29]* Dublind has quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20091221164558])
[17:51:33]<crabcakes>thanks man
[17:52:09]* scottatdrake has joined #drupal-support
[17:52:49]<dprophit>where do I go to remove a vocab? /admin/content/taxonomy/edit/vocabulary/1 is not allowing me.
[17:53:42]* lameriffic has quit (Quit: lameriffic)
[17:53:48]<dellis>XandorX: Can you use php to determine allowed values in the Profile module?
[17:54:01]<dellis>"user profile module"
[17:54:35]<crabcakes>oopsie
[17:54:43]<crabcakes>looks like I forgot to chown -R
[17:54:45]* toabi has joined #drupal-support
[17:54:45]<crabcakes>LOL
[17:54:51]* jenlampton has joined #drupal-support
[17:54:52]* MattV has joined #drupal-support
[17:54:56]* nestorconde has joined #drupal-support
[17:55:42]* underh2o has joined #drupal-support
[17:56:19]* indy-brb is now known as indytechcook
[17:56:31]* ViZ has quit (Read error: Connection reset by peer)
[17:56:37]* ViZ has joined #drupal-support
[17:56:41]* c4rl has joined #drupal-support
[17:56:43]* sam_ has joined #drupal-support
[17:57:15]* jacine has joined #drupal-support
[17:58:18]<tekhneek>can I turn theme_form into something else, like a template file?
[17:58:29]* BANSAL has left #drupal-support ()
[17:58:30]* lipcpro has joined #drupal-support
[17:58:35]<tekhneek>gosh this is so frustrating
[17:58:42]<tekhneek>sometimes i want to strangle you drupal
[17:59:04]* dnorman has quit (Quit: This chat sponsored by Classic Graphics)
[17:59:21]* deekayen has joined #drupal-support
[18:00:30]* nicholasThompson has quit (Read error: Connection reset by peer)
[18:00:37]* magicspark has joined #drupal-support
[18:01:33]* jensimmons has quit (Remote host closed the connection)
[18:01:51]* jensimmons has joined #drupal-support
[18:04:42]* indytechcook is now known as indy-brb
[18:06:33]* sumitk has joined #drupal-support
[18:07:02]* RCube has joined #drupal-support
[18:07:41]* Solipsist has quit (Quit: The computer fell asleep)
[18:07:48]<lava>anyone have any clue as to why my global redirect isnt showing my blocks when it redirects to the front page?
[18:08:28]* ngnp has quit (Quit: ngnp)
[18:09:01]* Arancaytar_ has joined #drupal-support
[18:09:21]* shankhan has left #drupal-support ()
[18:09:46]* matason has quit (Quit: Teppefall)
[18:10:01]* Arancaytar_ has quit (Client Quit)
[18:10:46]* indy-brb is now known as indytechcook
[18:10:56]* nestorconde has quit (Remote host closed the connection)
[18:11:16]* lennartweb has joined #drupal-support
[18:12:15]<underh2o>Anyone running D6 on Snow Leopard Server? Pros/Cons
[18:16:07]* ViZ has quit (Read error: Connection reset by peer)
[18:16:37]* Egyptian[Home] has quit (Quit: Leaving.)
[18:17:10]* kjay has quit (Ping timeout: 265 seconds)
[18:17:44]* chia has quit (Remote host closed the connection)
[18:18:09]* Egyptian[Home] has joined #drupal-support
[18:19:16]<elizzle>seen j-g_?
[18:19:16]<Druplicon>j-g_ was last seen in #drupal-support 2 days 17 hours ago saying 'e_lizzle, thanks! I see the full image in view form, not in edit form. Anything we can do for edit form?'.
[18:19:46]* mtsmith has joined #drupal-support
[18:20:42]* captaindav has joined #drupal-support
[18:21:14]<elizzle>underh2o, cons -> not many people are doing it.
[18:21:18]* jhedstrom has quit (Ping timeout: 264 seconds)
[18:21:21]* vitozzo has quit (Quit: Leaving.)
[18:21:27]* mtsmith has left #drupal-support ()
[18:21:44]* Kutakizukari has joined #drupal-support
[18:21:55]<elizzle>lava, depends on how you have your block visibility set up... are they setup to show on '<front>' or something more complex?
[18:22:16]* chrisshattuck has quit (Ping timeout: 246 seconds)
[18:22:54]* naero has joined #drupal-support
[18:22:57]* lennartweb_ has joined #drupal-support
[18:23:07]* chrisshattuck has joined #drupal-support
[18:23:33]<elizzle>tekhneek, what about theming that form requires a new template... can you make the changes you need in css?
[18:24:01]* aiwata55 has quit (Quit: aiwata55)
[18:24:25]<captaindav>I have a view called by quicktabs that I want to display a single node using the node template, what can I put in the view fields to cause the entire node to render normally
[18:24:28]<lava>elizzle: there is no restrictions at all
[18:24:42]<elizzle>underh2o, I'm sure drupal core and mysql would work just fine on OSX... just when it gets down to installing other utilities to do more complex things, like encode video or imagemagick where you'll need to run macports
[18:24:48]<lava>they show up on every page except like blah.com/alhgjsnlkajfdsg
[18:24:56]<lava>that redirect just disables blocks somehow
[18:24:57]<lava>=(
[18:25:06]<elizzle>lava, what version I'd like to test it
[18:25:12]<lava>current version
[18:25:18]<elizzle>d6 I assume
[18:25:22]<lava>yep
[18:25:26]<elizzle>k
[18:25:31]* lennartweb has quit (Ping timeout: 248 seconds)
[18:27:44]* mgalvin has joined #drupal-support
[18:27:52]* joachim_ has quit (Quit: joachim_)
[18:28:10]* geo27 has joined #drupal-support
[18:28:13]* shibby has quit (Remote host closed the connection)
[18:29:21]<dprophit>lava did someone help you?
[18:29:41]<dprophit>oh my scroll was stuck heh
[18:29:41]* budda_ has quit (Quit: budda_)
[18:30:21]<dprophit>are there any restrictions on the blocks?
[18:30:25]<lava>nope
[18:30:26]<lava>nothing
[18:30:33]<lava>they show up on EVERYTHING except a redirected page
[18:30:49]<captaindav>does anybody know how to display an entire node in a view, e.g. perhaps using a custom field
[18:31:50]* momendo has joined #drupal-support
[18:31:56]<dprophit>try turning off "Delash" from global redirect
[18:32:17]<lava>dprophit: tried that, no luck
[18:32:33]<dprophit>what about remove trailing zero arguement option?
[18:32:45]<lava>tried all options
[18:32:47]* TheAbacus has quit (Ping timeout: 252 seconds)
[18:32:48]* shibby has joined #drupal-support
[18:32:48]<lava>enabling and disabling 1 by 1
[18:32:56]<lava>nothing made a difference
[18:33:14]<dprophit>URL to website?
[18:33:36]* zelfje2 is now known as Zelfje
[18:34:04]<dprophit>is "test" a block?
[18:34:29]* Irishgringo has quit (Ping timeout: 272 seconds)
[18:34:49]* AC has joined #drupal-support
[18:34:51]<lava>yes
[18:35:03]* valcker has quit (Remote host closed the connection)
[18:35:03]<dprophit>now how do I recreate your issue?
[18:35:09]* AC is now known as Guest55236
[18:35:12]<lava>go to /ajgkfdjg
[18:35:14]<lava>anything
[18:35:22]<lava>it'll redirect to the homepage like it should
[18:35:26]<lava>but the blocks disappear
[18:35:27]<lava>=/
[18:35:29]* Guest55236 has quit (Client Quit)
[18:35:40]* lipcpro has left #drupal-support ("Ex-Chat")
[18:35:53]* TheAbacus has joined #drupal-support
[18:36:00]<dprophit>that should give a 404 page in drupal
[18:36:59]<dprophit>checking something
[18:38:00]* magicspark has quit (Quit: magicspark)
[18:38:05]<lava>maybe its another module
[18:38:10]<elizzle>lava, when an aged stable module isn't acting as expected and there aren't any reported issues I install the module on a clean sandbox and see when is conflicting.
[18:38:10]* shane_ has quit (Quit: Leaving)
[18:38:10]<lava>cause i just disabled it completely
[18:38:12]<lava>and its still doing it
[18:38:30]<elizzle>what* is conflicting, rather
[18:38:37]* StryKaizer has joined #drupal-support
[18:38:51]<dprophit>under /admin/settings/site-information/ do you have it set to node as the default frontpage?
[18:38:58]* jhedstrom has joined #drupal-support
[18:39:08]<lava>seems to be 'path redirect' module doing it
[18:39:15]* chavan has joined #drupal-support
[18:39:25]<lava>dprophit: no i have it set to the view i use for the front page
[18:40:37]<lava>ya, it seems to be path_redirect but i see no options regarding blocks
[18:40:37]<dprophit>for the test block: run down all the settings in it.
[18:40:43]* mosk has left #drupal-support ()
[18:40:54]* keystr0k has joined #drupal-support
[18:41:04]<lava>the test block has no restriction at all
[18:41:32]<dprophit>So it's "Show on every page except the listed pages"?
[18:41:40]<lava>yea
[18:41:42]<lava>and nothing is listed
[18:41:44]<dprophit>with no exceptions entered. Ok.
[18:41:56]<dprophit>your views page. Is it a node view?
[18:42:33]<lava>err
[18:42:39]<lava>the home page is just a node
[18:42:46]<lava>node/1
[18:42:59]<lava>then i have the view referenced in the node content
[18:43:07]* magicspark has joined #drupal-support
[18:43:24]<lava>[view:vehicles]
[18:43:27]<lava>like that
[18:43:29]* kjay has joined #drupal-support
[18:44:41]<dprophit>go to /admin/build/views/tools/export select frontpage (assuming) that's how you did it and use drupal.pastebin.com
[18:45:00]<lava>the front page isnt the view
[18:45:04]<lava>the frontpage is node/1
[18:45:24]<dprophit>ok so site-settings is /node/1 correct?
[18:45:25]<lava>it just references a view with [view:vehicles] in the content
[18:45:29]<lava>yes
[18:45:54]<dprophit>Just thinking outloud. I haven't checked the ice freeze yet. (humor)
[18:46:00]<lava>heh
[18:46:10]* geo27 has quit (Quit: No Ping reply in 180 seconds.)
[18:46:27]<lava>like, the only thing i can think thats doing it is path_redirect
[18:46:31]<dprophit>lets go over the vehicles view setup
[18:46:33]<lava>but, theres no setting
[18:46:36]* geo27 has joined #drupal-support
[18:46:46]* xamanu has left #drupal-support ()
[18:47:15]<lava>cause with global redirect disabled... it should just say 404 page not found
[18:47:25]<lava>unless this thing is messing with it
[18:47:32]<lava>right?
[18:47:32]<Druplicon>But of course! yes!
[18:48:03]* jaume has quit (Read error: Connection reset by peer)
[18:48:38]* grantkruger has joined #drupal-support
[18:48:43]<dprophit>I'm looking around
[18:48:54]* sumitk has quit (Ping timeout: 260 seconds)
[18:49:14]<dprophit>Do you have /admin/settings/error-reporting
[18:49:53]* sumitk has joined #drupal-support
[18:50:06]<lava>yep
[18:50:08]* jeffschuler has joined #drupal-support
[18:50:11]* Igashu_ is now known as Igashu
[18:50:14]* aaroncohen has joined #drupal-support
[18:50:24]<dprophit>insert /node/1
[18:50:37]* shibby has quit (Quit: Dude, What's Mine say?)
[18:50:39]<lava>they were set to 'home'
[18:50:47]<dprophit>there is no node called home
[18:50:56]<lava>url alias
[18:51:00]* shibby has joined #drupal-support
[18:51:02]<lava>anyway, changed to node/1
[18:51:05]<lava>still same
[18:51:10]<dprophit>oy vey
[18:51:15]<lava>heh
[18:51:39]* AlexUA has joined #drupal-support
[18:51:57]<lava>ok so i removed both
[18:52:01]<lava>and now it shows page not found
[18:52:28]<lava>so seems its not that path_redirect either
[18:52:58]* jeffschuler has quit (Client Quit)
[18:53:06]* geo27 has quit (Ping timeout: 264 seconds)
[18:53:06]* jeffschuler has joined #drupal-support
[18:54:16]<lava>http://drupal.org/project/blocks404
[18:54:19]<lava>seems i need this?
[18:54:48]<lava>On 404 Not Found error pages, Drupal will skip rendering of several pieces of your website for performance reasons.
[18:55:12]<lava>and all 3 things it lists are what arent showing up
[18:55:13]<lava>lol
[18:55:42]* lava tests
[18:55:44]<dprophit>something else is breaking the blocks
[18:56:13]<lava>im pretty sure this is it
[18:56:45]<lava>the description is of my exact problem pretty much
[18:56:48]<lava>testing now
[18:57:01]<lava>and pay dirt!
[18:57:09]<dprophit>yay!
[18:57:09]<Druplicon>yeeeeeeeeeeeeeeeeeha!!
[18:57:18]<lava>cool, thanks for all the help dprophit and elizzle
[18:57:49]<dprophit>Druplicon: karma lava
[18:57:49]<Druplicon>lava has karma of 0.
[18:58:18]<dprophit>Druplicon: karma lava ++
[18:58:18]<Druplicon>lava ++ has karma of 0.
[18:58:21]<dprophit>hrmm
[18:58:26]<dprophit>I forgot how to use that
[18:59:05]* chavan has quit (Quit: Ex-Chat)
[18:59:20]* TheAbacus has quit (Quit: TheAbacus)
[18:59:29]* blankstare has joined #drupal-support
[18:59:43]* Evandro-sl_ has joined #drupal-support
[19:00:18]<blankstare>greetings all. i'm getting wsod'd attempting to export a fairly large content type. any suggestions?
[19:00:29]<dprophit>lava++
[19:00:58]<dprophit>druplicon: karam lava++
[19:01:05]<dprophit>Druplicon: karam lava++
[19:01:18]<Evandro-sl_>Hello, I'd like to know something....... Is it possible using nodereference......to filter nodereference results depending on the user... For example...... I create a node and select for what users this node is going to appear in node reference of another form
[19:01:35]<lava>heh karma*
[19:01:37]<dprophit>Druplicon: karma lava
[19:01:37]<Druplicon>lava has karma of 1.
[19:01:40]<lava>woot!
[19:01:40]<Druplicon>\o/ ^o^ \o_ /o\
[19:01:40]<Evandro-sl_><รด
[19:01:42]<dprophit>YAY!!!
[19:01:44]<dprophit>there we go
[19:02:02]<lava>Druplicon: karma dprophit++
[19:02:02]<Druplicon>dprophit++ has karma of 0.
[19:02:10]<lava>Druplicon: karma dprophit
[19:02:10]<Druplicon>dprophit has karma of 0.
[19:02:15]<lava>meh?
[19:02:15]<Druplicon>meh is a reserved word. This costs you a core patch review. Now. http://drupal.org/project/issues/search/drupal?status[]=8
[19:02:19]<Evandro-sl_>Not sure, Id liket to make the same process of using Term Permission, but I'd like to use nodereference instead of terms
[19:02:19]<dprophit>grrr
[19:02:20]<dprophit>hehe
[19:02:22]* jaume has joined #drupal-support
[19:02:38]<dprophit>Druplicon: karma dprophit
[19:02:38]<Druplicon>dprophit has karma of 0.
[19:02:43]<dprophit>=(
[19:02:52]<lava>Druplicon: karma dprophit
[19:02:52]<Druplicon>dprophit has karma of 0.
[19:02:55]<lava>=/
[19:02:58]<lava>i not do it right?
[19:03:13]<dprophit>Druplicon: karma++ dprophit
[19:03:15]* machine1 has joined #drupal-support
[19:03:28]<dprophit>Druplicon: karma dprophit
[19:03:28]<Druplicon>dprophit has karma of 0.
[19:04:04]<dprophit>Druplicon: tell dprophit he's crazy
[19:04:04]<Druplicon>dprophit: I'll pass that on when dprophit is around.
[19:04:35]* wnoronha has joined #drupal-support
[19:04:41]* wnoronha has left #drupal-support ()
[19:05:28]* c4rl has quit (Quit: c4rl)
[19:06:07]<dprophit>ok anyone I still can't remove a taxonomy vocabulary after two hours of asking =(
[19:06:07]<Druplicon>dprophit: 2 min 3 sec ago <dprophit> tell dprophit he's crazy
[19:07:28]<dprophit>http://drupal.org/node/372825
[19:07:29]<Druplicon>http://drupal.org/node/372825 => Delete vocabulary from taxonomy => 9 comments, 1 IRC mention
[19:07:54]<dprophit>oh I have a theme function issue then
[19:09:14]* magicspark has quit (Remote host closed the connection)
[19:09:18]* smhar has quit (Ping timeout: 264 seconds)
[19:09:31]* machine2 has quit (Quit: www.fare-search.com www.search-fares.com)
[19:10:06]* jenlampton has quit (Quit: jenlampton)
[19:10:29]<lava>dprophit: what do you mean you cant remove a vocabluary?
[19:10:45]* aaroncohen has left #drupal-support ()
[19:10:52]<dprophit>it was theme related
[19:10:54]<lava>o
[19:11:19]<dprophit>maybe not
[19:11:28]* wnorrix has joined #drupal-support
[19:11:30]* wnorrix has left #drupal-support ()
[19:11:34]<lava>delete it thru phpmyadmin?
[19:11:36]* KamusHadt has quit (Quit: ZNC - http://znc.sourceforge.net)
[19:11:47]<dprophit>always a bad idea.
[19:12:33]<lava>heh
[19:12:37]* mosk has joined #drupal-support
[19:12:53]<lava>sometimes you have no choice, but deleting a vocabulary shouldnt be an issue
[19:12:58]<lava>thats like.. core
[19:13:01]<mosk>Anyone know how to get rid of extra scrollbar that appears to right of my content when browser window too narrow?
[19:13:03]* toabi has left #drupal-support ()
[19:13:25]<dprophit>help help http://drupal.org/node/372825#comment-2573408
[19:13:25]<Druplicon>http://drupal.org/node/372825 => Delete vocabulary from taxonomy => 10 comments, 2 IRC mentions
[19:13:42]* KamusHadenes has joined #drupal-support
[19:14:13]<lava>dprophit: have you tried taxonomy_manager?
[19:14:23]* underh2o has quit (Ping timeout: 272 seconds)
[19:14:24]* chrisshattuck has quit (Read error: Connection reset by peer)
[19:14:44]* chrisshattuck has joined #drupal-support
[19:14:47]<KamusHadenes>anyone here uses the 'Ad' module?
[19:14:55]<styol>mosk: css - html, body { overflow-x: hidden; }
[19:15:10]* eojthebrave has joined #drupal-support
[19:15:20]* protitude has joined #drupal-support
[19:15:29]<dprophit>yes I have
[19:15:48]<KamusHadenes>dprophit: are you able to display image ads? if so, how? here it simple doesn't works
[19:16:38]* MatteusX has quit (Quit: MatteusX)
[19:16:50]<dprophit>Can you explain what you use to implement image ads?
[19:16:51]* chrisshattuck has quit (Client Quit)
[19:18:37]<KamusHadenes>dprophit: dprophit /node/add/ad
[19:18:51]<KamusHadenes>from the 'Ad' module
[19:18:59]<protitude>I'm trying to write a module that sets the person editing the node to the author even if they don't have permissions to set author on the node. I figured out a way to switch the user to uid1 to accomplish this but I can't switch it back: http://pastebin.com/m4dab0de7 anyone have any ideas, maybe a better way to do this?
[19:19:01]<dprophit>I don't use the ad module
[19:19:22]<KamusHadenes>what do you use?
[19:19:49]* jensimmons has quit (Remote host closed the connection)
[19:19:59]* jensimmons has joined #drupal-support
[19:20:06]<dprophit>I just use the blocks for now.
[19:20:31]<dprophit>Are you running OpenX ad server?
[19:22:34]<blankstare>greetings all. i'm getting wsod'd attempting to export a fairly large content type. any suggestions for resolving this issue?
[19:22:43]<KamusHadenes>k, thanks
[19:23:30]* ultimike has joined #drupal-support
[19:24:46]* bangpound has joined #drupal-support
[19:24:57]* chrisshattuck has joined #drupal-support
[19:25:05]* ultimike has quit (Client Quit)
[19:25:09]<dprophit>define:
[19:25:16]<dprophit>wsod'd?
[19:26:07]<G_S>white screen of death
[19:26:13]<G_S>kind of like the blue screen
[19:26:21]<G_S>same principle
[19:27:03]<dprophit>check server timeout and domain timeout
[19:27:12]<G_S>blankstare: What are your PHP settings?
[19:27:24]* forest_ has quit (Quit: forest_)
[19:27:25]<G_S>disregard
[19:28:23]* kurkale6ka has joined #drupal-support
[19:28:29]<kim-day>blankstare: I'm experienced that with other drupal pages when the php memory limit was set too low - not sure if applies to cck export though
[19:28:51]<dprophit>drupal requires 64M minimum
[19:28:55]* Circlefusion2 has quit (Read error: Connection reset by peer)
[19:29:03]<G_S>You can up it by editing settings.php
[19:29:20]* Circlefusion2 has joined #drupal-support
[19:29:30]<TinyElvis>I have Zen 1.0 and a subtheme, I want to update Zen to 1.1โ€ฆ How do you update a theme?
[19:29:30]* joachim_ has joined #drupal-support
[19:29:36]<dprophit>provided the linux server allows you to increase it and that function is not disabled in php.ini
[19:29:36]* chrisshattuck has quit (Ping timeout: 256 seconds)
[19:29:49]<blankstare>G_S: my host doesn't provide that sort of access, but that does make sense
[19:29:59]<dprophit>or edit php.ini from /etc/
[19:30:15]<crabcakes>dprophit: ever reverse proxied a drupal site?
[19:30:17]<dprophit>then the host has not tweaked their server to allow it.
[19:30:30]* forest_ has joined #drupal-support
[19:30:31]<G_S>I would contact your hosting service
[19:30:45]<protitude>TinyElvis assuming you just did a sub-theme off of the zen theme you should be able to just delete the zen theme folder and replace it with the updated theme.
[19:30:46]<dprophit>crabcakes: no
[19:30:54]<crabcakes>http://drupal.org/node/706088
[19:30:55]<Druplicon>http://drupal.org/node/706088 => File downloads not SSL'ed behind reverse proxy? => 0 comments, 3 IRC mentions
[19:30:58]<blankstare>G_S: that will be the next step
[19:31:15]<G_S>good luck
[19:31:21]<crabcakes>actually wondering if I am just missing a rewriterule
[19:31:39]<TinyElvis>protitude: I did that and it still saws the old version. The .info for the subetheme has the version numbers in it.
[19:31:40]<blankstare>thanks guys - i'm going to diagnose using devel and see what comes of it
[19:31:43]* apratt has joined #drupal-support
[19:31:48]* digs has joined #drupal-support
[19:31:50]* jeffschuler has left #drupal-support ()
[19:32:01]* digs has quit (Client Quit)
[19:32:14]* kvanderw has quit (Quit: kvanderw)
[19:32:14]<dprophit>anyone ever face this issue? http://drupal.org/node/372825#comment-2573408
[19:32:15]<Druplicon>http://drupal.org/node/372825 => Delete vocabulary from taxonomy => 10 comments, 3 IRC mentions
[19:32:33]* kvanderw has joined #drupal-support
[19:34:03]* tobiassjosten has quit (Quit: Leaving)
[19:34:48]<Dannyboy>so if I want to mesh the search page with a set of exposed filters... where would I start? Make a page with a search block and the block provided by views?
[19:36:02]* didymo has joined #drupal-support
[19:36:14]* mcfilms has joined #drupal-support
[19:37:32]* MattV has quit (Ping timeout: 256 seconds)
[19:37:35]<TinyElvis>Anyone use the themer module, it seems to work on one of my sites but not the other. Both on Zen 1.1 and 6.15 Drupal?
[19:38:14]* ylynfatt has quit (Max SendQ exceeded)
[19:38:49]<awolfey>Dannyboy: the view block will only work on a view, not the defaul drupal search.
[19:39:02]<awolfey>If I understand what you're asking.
[19:39:32]<Dannyboy>thanks awolfey... I guess I'll see if I can make a search box that uses the view, so I can get those exposed filters
[19:39:55]* ylynfatt has joined #drupal-support
[19:40:05]<awolfey>yeah, you can expose the Title or Body as a filter and views will 'search' on that.
[19:40:50]<Dannyboy>yup.. did that, just need to figure out how to make the search box in my theme use this view instead of the default search
[19:41:38]* lameriffic has joined #drupal-support
[19:41:48]<awolfey>Dannybox, you can create a views block with your exposed filter and have it redirect to your view.
[19:42:04]<protitude>Anyone know how to temporarily grant more permission to a user in a module? I tried switching the users uid to 1 which works but it doesn't when I try to switch them back after the operation...
[19:42:35]* jonhattan has quit (Remote host closed the connection)
[19:42:35]<Dannyboy>awolfey, ok I'll see if I can google up a guide on this whole redirecting views thing
[19:42:37]<awolfey>Dannyboy: I think I did that with a form_alter, not sure.
[19:42:44]<TinyElvis>protitude: I am not sure how to do that exactly, but there is a module you can grant another user full permission as if the are UID 1
[19:44:06]<ylynfatt>Good day all. In the point releases for Drupal 5 were there any database updates?
[19:44:42]* jensimmons has quit (Remote host closed the connection)
[19:44:50]<protitude>TinyElvis: do you remember the name of the module? I just want temporary uid1 status and nothing the user themselves can control..
[19:44:56]<TinyElvis>protitude: http://drupalmodules.com/module/admin-role
[19:45:19]<TinyElvis>protitude: I am not sure it is nothing they can control once they are the admin.
[19:45:43]* zzolo has joined #drupal-support
[19:45:59]* portalparts has joined #drupal-support
[19:46:27]* jensimmons has joined #drupal-support
[19:46:45]* halstead|wccls has joined #drupal-support
[19:47:09]<protitude>TinyElvis: thanks... I need more of a quick switch into a role and then take it away again, not sure if it I'm going about this the right way...
[19:47:16]* grndlvl has joined #drupal-support
[19:47:34]* joachim__ has joined #drupal-support
[19:48:50]* iKb has joined #drupal-support
[19:48:53]<iKb>hi all
[19:49:26]<iKb>can i just load a .js with Drupal.behaviors.myName in a tpl file?
[19:49:38]<iKb>or i need to load it in a custom theme?
[19:49:46]* joachim_ has quit (Ping timeout: 252 seconds)
[19:49:46]* joachim__ is now known as joachim_
[19:50:30]<blankstare>G_S: our memory is set at 356M
[19:50:48]* mirko_ has joined #drupal-support
[19:50:54]* mirko_ is now known as Mirkochip
[19:51:18]<G_S>wow
[19:51:22]<G_S>that's quite a bit
[19:51:23]* trimax has quit (Quit: trimax)
[19:51:38]* MartinCleaver has joined #drupal-support
[19:56:14]* jensimmons has quit (Remote host closed the connection)
[19:56:22]* jensimmons has joined #drupal-support
[19:58:06]* te-brian has quit (Read error: Connection reset by peer)
[19:58:13]* te-brian has joined #drupal-support
[19:59:31]* patchak_ has quit (Quit: patchak_)
[20:01:51]<mosk>can anyone help me get rid of the extra scrollbars on the educational www.yoursteroids.com site?
[20:02:35]<G_S>mosk: where did they come from?
[20:02:45]* macode has quit (Quit: macode)
[20:03:07]<mosk>I was adding background images to header, footer, and body, and I think that may have been what messed things up
[20:03:08]* Kutakizukari has left #drupal-support ()
[20:03:12]<blankstare>i should note that there about 40 fields in this type, but that shouldn't be a real issue, should it?
[20:03:27]* Mirkochip has quit (Quit: Page closed)
[20:03:40]<G_S>mosk: Have you tried hacking the CSS?
[20:03:46]* duckydan has quit (Quit: duckydan)
[20:03:57]<mosk>I tried setting sidebar-right to overflow:hidden at someone's advice, which seemed to work at first, but didn't actually change things
[20:04:23]<mosk>I'm using a zen subtheme that I made, and I've tried editing the css for a couple of hours but haven't gotten things fixed
[20:04:28]<G_S>mosk: I set overflow-y:visible;
[20:04:37]<G_S>it looks like the width is too long
[20:04:58]* roopal has joined #drupal-support
[20:05:00]* J-O-K-E-R has joined #drupal-support
[20:05:11]<roopal>afternoon...
[20:05:17]<mosk>What do you set overflow-y visible in? #main or #content or #sidebar-right?
[20:05:36]<G_S>mosk: #page
[20:06:08]<G_S>mosk: I set width to 99% and it disappeared
[20:06:25]* cfuller12 has quit (Read error: Connection reset by peer)
[20:06:25]<G_S>#page { width:99%}
[20:06:28]<G_S>God bless Firebug
[20:06:28]<roopal>curious if anyone has been able to make image assist work nice with ckeditor.. (not within wysiwyg, just as the 'stand alone')
[20:06:36]* cfuller12 has joined #drupal-support
[20:06:48]<roopal>oh yes firebug... hmm adoration
[20:07:10]<mosk>G_S> should I do that in layout.css or in a separate css doc where I've been keeping most of my changes
[20:07:29]* karnac has joined #drupal-support
[20:07:43]* jerdavis has quit (Read error: Operation timed out)
[20:07:43]<G_S>mosk: That's a good question, I would keep it in layout. Just make a note of it
[20:07:48]* jerdavis has joined #drupal-support
[20:08:06]<MTecknology>I have a page ivew and an rss view; how can I add the rss link to the page? so there's the pretty rss icon in the title. I'm looking around and not finding it. I don't doubt that the views module handles this.
[20:08:51]* Nashville has joined #drupal-support
[20:09:18]<Nashville>Ezra?
[20:09:31]<Nashville>druplicon Ezra?
[20:09:56]<Nashville>hmmm how do I ask druplicon when the last time ezra was on?
[20:10:26]<Nashville>where is ezra-g?
[20:10:41]<awolfey>seen ezra-g?
[20:10:41]<Druplicon>ezra-g was last seen in #aegir 1 min 56 sec ago saying 'a_narcat: do you have a few moments to discuss something related to decisions?'.
[20:10:49]<Nashville>thanks awolfey
[20:10:54]<mosk>G_S> I made those changes in layout_css but I'm still seeing the extra vertical scrollbar (which doesn't work)
[20:11:26]<G_S>Verticle or horizontal?
[20:11:38]* jerdavis has quit (Read error: Connection reset by peer)
[20:11:39]<G_S>*vertical
[20:11:54]<mosk>Vertical. Sometimes you have to widen or narrow the browser a couple of times but it keeps showing back up.
[20:12:00]<G_S>sidenote: I would through a Captcha on the contact page
[20:12:03]* jerdavis has joined #drupal-support
[20:12:18]<G_S>I'm not getting it, let me try another computer
[20:12:34]<roopal>01anyone been able to make image assist play nice with ckeditor? :)
[20:12:35]<Nashville>anybody here have experience with exceeded_max_packet_size errors?
[20:13:07]<Nashville>roopal - I've only heard of it playing sort of nice with TinyMce sorry
[20:13:14]<G_S>still not getting a vertical sidebar (up down)
[20:13:37]* karnac has quit (Remote host closed the connection)
[20:13:54]* ylynfatt has quit (Ping timeout: 272 seconds)
[20:14:27]* MattV has joined #drupal-support
[20:14:30]<roopal>yea me too... oh well... thanks
[20:14:48]* skilip has quit (Quit: skilip)
[20:14:55]* ylynfatt has joined #drupal-support
[20:15:04]<G_S>CKEditor is relatively new right?
[20:15:35]<G_S>seen cmz?
[20:15:35]<Druplicon>CMz was last seen in #drupal-support 6 weeks 4 hours ago saying 'How do I edit the border style in Style: Grids for Views?'.
[20:16:00]* deciphered has joined #drupal-support
[20:16:01]<roopal>it seems ckeditor is taking off from where FCKeditor 'left it'
[20:16:15]<roopal>so to speak
[20:16:24]<Creativitylives>Does anyone know of an awards module?
[20:16:49]<TwoD>roopal: It's possible, but requires a bit of a hack since img_assist has hardcoded support for each editor. I've been looking at generalising its 'communication protocol' (and implementing it in Wysiwyg module) earlier but haven't got an up to date patch.
[20:16:59]<roopal>core hack?
[20:17:08]<roopal>or something within the module , heh?
[20:17:13]<TwoD>within img_assist
[20:17:14]<roopal>oh i see yea
[20:17:20]* roopal sighs
[20:17:20]<mosk>G_S> I'm still getting an extra vertical scrollbar to the right of my right sidebar in both Safari and Firefox. Start with your display kind of wide (over 1000 pixles) then sloly drag the border left (down toward 600 pixels). At some point you should see that extra vertical scrollbar show up.
[20:17:57]<G_S>ah, I see it now
[20:18:14]<G_S>I'm guessing it's something similar, let me play with it
[20:18:15]<blankstare>it seems that we are definitely hitting the ceiling at 356
[20:18:16]<roopal>there is a sort of 'dev. version' of ckeditor.inc that allows it to play nice with the Wysiwyg module..
[20:18:30]* Nashville has quit (Quit: Nashville)
[20:18:35]<roopal>but having chosen to not use the Wysiwyg module itself, ive moved on ..
[20:18:53]* chrislabeard has joined #drupal-support
[20:18:59]<TwoD>roopal: Why didn't you use Wysiwyg module?
[20:19:07]* shpizank has left #drupal-support ()
[20:19:07]<roopal>well ... we had a long fight
[20:19:22]<TwoD>Just curious as I'm one of the maintainers hehe
[20:19:29]<roopal>and i guess the 'standalone ckeditor' won
[20:19:43]* Nashville has joined #drupal-support
[20:19:53]<roopal>also, i didnt need users or myself to be able to switch from one editor to another
[20:20:01]<TwoD>ok, fair enough
[20:20:04]<roopal>for this particular site..
[20:20:15]<roopal>nor the admin or developers
[20:20:50]<roopal>but if you make the ckeditor.inc and wysiwyg modules. and whatnot all play nice with image assist.
[20:20:54]<roopal>i will switch NOW
[20:21:08]<roopal>:)
[20:21:21]<TwoD>roopal: I'm on it!!
[20:21:26]<roopal>hah
[20:21:27]<roopal>!
[20:21:33]<roopal>i love this place..
[20:21:41]* roopal loves drupalians
[20:22:15]<awolfey>Is anyone allowing anon users to subscribe to content, either with subscriptions or notifications modules? Any solutions?
[20:22:24]* green-_ has joined #drupal-support
[20:22:34]<TwoD>roopal: Well, it might take a while tho since I'd have to modify both modules, but I could probably do it. We're pretty busy getting Wysiwyg 2.1 out there first tho.
[20:22:39]<G_S>mosk: This is a tough one
[20:23:00]<roopal>oh with an offer like that? take your time... just to know it'll exist shortly is enough for me
[20:23:03]<roopal>and THANKS
[20:23:11]<green-_>any likely reason why with nodecomments module the comment form wouldn't be displaying? ... settings should have it below the node content
[20:23:15]* ghankstef has quit (Quit: Leaving)
[20:23:17]* Evandro-sl_ has left #drupal-support ()
[20:23:32]<green-_>this is for a certain content type, where with other content types it is displaying just fine
[20:23:44]<Creativitylives>Did you att the tpl.php?
[20:23:53]* datadude has quit (Quit: datadude)
[20:23:57]<Creativitylives>Add
[20:25:19]* deciphered has quit (Remote host closed the connection)
[20:25:24]<green-_>Creativitylives: is that directed towards me?
[20:25:29]<Creativitylives>Yes
[20:25:37]<Creativitylives>I'm using nodecomments also
[20:26:15]<green-_>yeah the .tpl is in there .. and for other content types it is displaying fine ... but for this one type it just isn't there .. can't make sense of it
[20:26:25]<mosk>G_S> Yeah, it's been driving me a bit nuts, because I've got other stuff I need to be working on, but this flaw pretty much leaves my site disabled so I can't really leave it like that.
[20:26:25]* CoffeeIV has joined #drupal-support
[20:26:30]* Janusman has quit (Quit: adios!)
[20:26:51]<Creativitylives>Make sure u disabled default comments?
[20:26:55]* Bes` has joined #drupal-support
[20:27:01]<Creativitylives>Or if its arranged by a panel
[20:28:14]<mosk>G_S> Not sure if I could have introduced some error while mucking around in other parts of css. I'm wondering if I should comment everything out in my zenauot_one.fressh.css file and start adding back a few at a time.
[20:28:37]<green-_>Creativitylives: what do you mean by disabled default comments?
[20:28:50]<G_S>I would look at overflow statements along with width and heights...
[20:29:09]<G_S>it looks like the content is longer than the page
[20:29:14]<mosk>G_S> Then again, this seemed to coincide with my adding a repeating image for the body element that was roughly 1000 pixels wide and 20 high - not sure if that could throw stuff off somehow
[20:29:53]<mosk>If I set page height to auto would that automatically fix the height issue?
[20:30:22]<mosk>Do I also need to go through and set every other reference like main, content, content-inner and so on to height:auto?
[20:30:53]* Danniel has quit (Quit: Danniel)
[20:31:09]<G_S>is there a scroll statement...
[20:31:11]<Creativitylives>Green-_ if you go to the content type ur commenting on and click edit. U should see a collapsable menu with default comment: disabled
[20:31:12]* dreese has joined #drupal-support
[20:31:35]<G_S>part of overflow
[20:31:51]<mosk>G_S> Not sure what you mean by a scroll statement. I didn't add one.
[20:32:40]<snikker>hi, someone can help me with simplenews module? after upgrade the simplenews item in the menu doesn't work fine, when i disable it show always a "inBox" item
[20:33:17]<green-_>Creativitylives: you're saying that should be set to disabled? on the other content type it is working for it is set to read/write
[20:33:30]<G_S>I think you need to throw overflow: hidden somewhere...
[20:34:22]<Creativitylives>is the nodecomment your default comment type?
[20:34:31]<mosk>I tried the overflow: hidden in the sidebar-right at first, which briefly seemed to fix things but failed after a few browser refreshes. I tried it in content or main as well - not sure which one since I was guessing randomly
[20:34:34]* GregHines has quit (Ping timeout: 248 seconds)
[20:35:15]* nmsss has quit ()
[20:35:30]* DutchWolfie has joined #drupal-support
[20:36:42]* Irishgringo has joined #drupal-support
[20:36:59]<green-_>Creativitylives: as far as I know, yes
[20:37:08]<green-_>where is that set?
[20:37:12]* Badger|two has joined #drupal-support
[20:37:36]<mosk>G_S> I just pulled out my header, foot, and body background image and that got rid of the vertical scrollbar.
[20:37:44]<mosk>Will add back one by one now
[20:37:53]* GregHines has joined #drupal-support
[20:39:32]<G_S>I noticed
[20:39:36]<MTecknology>I have a page ivew and an rss view; how can I add the rss link to the page? so there's the pretty rss icon in the title. I'm looking around and not finding it. I don't doubt that the views module handles this. Anybody know how to do this?
[20:39:37]* chrislabeard has quit (Quit: chrislabeard)
[20:40:56]<mosk>G_S> Truly maddening. Seemed to have fixed it through a whole range of browser dimensions. Then I added the body background image back via CSS and scrollbar reappeared. I again commented out the image, but now the scrollbar is back (even without the image). I've cleared my browser cache and refreshed - still have the problem.
[20:41:35]<Creativitylives>Under edit content rtype are the nodecomment opitioe
[20:41:57]<G_S>try playing with #page, #closure-blocks {
[20:41:57]<G_S>min-width:105%;
[20:42:05]<G_S>or min width anyway
[20:42:58]<green-_>Creativitylives: yeah comment node type is "Comment"
[20:43:08]<Irishgringo>question about offering signin... is there a way I can have 3 or 4 different ways to sighup for an account, so that each method of signing up is placed into a special account. I suppose I could use OG or perhaps even DomainAcces modules, but I would like to be more minimalistic.
[20:43:10]<G_S>disregard
[20:43:19]<Irishgringo>can I get some URL's n how to do this as well
[20:43:32]<G_S>not very effective
[20:43:54]<roopal>Irishgringo: possible Login taboggin?
[20:44:18]* macode has joined #drupal-support
[20:44:31]<green-_>hmmm ... this is getting even weirder ... SOME of these nodes w/in this content type show the form, while others don't
[20:44:48]<roopal>'LoginToboggan'
[20:45:35]<G_S>mosk: Try
[20:45:37]<mosk>G_S> Just got rid of a background:transparent setting in firebug and that also seems to have fixed the problem through a range of re-sizings. I'll try to make that cahnge in my css for real and see what it does - of course then I can't use my background images as intended, but at least it would be a temporary workaround (though not a great one)
[20:45:38]<G_S>.two-sidebars #content-inner {
[20:45:45]<G_S>overflow:hidden !important;
[20:45:46]<G_S>}
[20:46:08]* sadist has quit (Ping timeout: 240 seconds)
[20:46:08]* samrose has joined #drupal-support
[20:46:54]<Irishgringo>roopal: are you shure this will work... I want to offer a signup form for accounttype1.... accounttype2... accounttype3... all going to separate locations.
[20:47:05]<roopal>no, heh, im not sure it will work
[20:47:23]<roopal>but i know um..
[20:47:23]<roopal>http://drupal.org/project/modules?text=LoginToboggan
[20:47:38]<roopal>these modules offer some customization of login landing pages and the like
[20:47:44]<Irishgringo>roopal: actually... that module has a lot of D7 comments looks pretty popular
[20:47:45]<roopal>but miltiples for the same user.. unsure
[20:48:29]<Irishgringo>when I say same user... I mean the new, unauthenticated user...
[20:49:04]<Irishgringo>kind of like saying. I want to signup for wholesaler, retailer, and there would be different account types for those people.
[20:49:05]* mgalvin has quit (Quit: mgalvin)
[20:49:14]* lyricnz has quit (Ping timeout: 252 seconds)
[20:49:15]<roopal>curious...
[20:49:38]<roopal>havent't had call for such a function, yet... so unsure
[20:49:42]<mosk>G_S> Dear genius . . . how the heck did you figure that out, and do you mind explaining why that worked so I don't stumble into this problem again in the future?
[20:50:18]* Roelven has quit (Quit: Roelven)
[20:50:25]<Irishgringo>i suppose I can just use a check box and they can request accress. then I would just promote them to the account.
[20:50:33]<mosk>G_S> And can I try adding my background images back or will that potentially break something?
[20:50:45]* mstenta has joined #drupal-support
[20:50:51]<Irishgringo>i was also thnking of using a webform that could be turned into an account.. but that would be a lot of work
[20:51:24]<roopal>heh
[20:51:30]* bradwade has quit (Quit: Leaving.)
[20:53:59]<roopal>good luck irish
[20:54:03]<roopal>thanks folks :)
[20:54:14]* roopal has left #drupal-support ()
[20:54:21]* sreynen has quit (Read error: Connection reset by peer)
[20:54:24]* mstenta has left #drupal-support ()
[20:54:30]* TheAbacus has joined #drupal-support
[20:54:30]* forest_ has quit (Quit: forest_)
[20:54:37]* PasNox has quit (Remote host closed the connection)
[20:54:40]* sreynen has joined #drupal-support
[20:54:42]<G_S>Just comment things in and out
[20:54:57]* forest has joined #drupal-support
[20:55:12]<G_S>alright mosk, I have to go
[20:55:14]<G_S>good luck
[20:55:19]<G_S>let me know if it works out
[20:55:23]<Creativitylives>Is there a module that allows you to gave awards
[20:55:47]<G_S>Creativitylives: Have you looked at the Fivestar module
[20:55:55]<G_S>I don't know exactly what you're looking for
[20:56:42]<mosk>G_S> All right. Thanks so much for helping to get thing working again!
[20:56:52]<G_S>good luck
[20:57:03]* G_S has quit (Remote host closed the connection)
[20:57:14]<Creativitylives>Yea I have. I have a review site that id like to award particular users a banner or something of the sort
[20:57:38]<Creativitylives>Like a guarantee to the quality of their products
[20:58:11]<green-_>god this makes no sense and is starting to drive me crazy ... certain nodes show it while others don't (almost all don't) ... can't figure out why
[20:58:17]* mstenta has joined #drupal-support
[20:58:19]* wrb123 has joined #drupal-support
[20:58:20]* indytechcook is now known as indy-afk
[20:58:25]<wrb123>hello drupals
[20:58:27]* mstenta has left #drupal-support ()
[20:59:08]* NeoID has quit (Ping timeout: 252 seconds)
[20:59:12]<junglejim>Hi Drupalers. Anyone know how I can do this? I have a view with arguments based on Taxonomy (TermID). I have The Title set as %1. This works and it prints the termname at the top of each page. BUT I want the term description displayed beneath it. How do I do that? I know it has something to do with page header but I not sure how.
[21:00:22]* techsupport has joined #drupal-support
[21:00:37]* kjay has quit (Read error: Connection reset by peer)
[21:01:00]<techsupport>greetings. is there a way to turn off registration completely for both forums and a site
[21:01:52]* chrisshattuck has joined #drupal-support
[21:02:08]* nadavoid_ has joined #drupal-support
[21:02:08]* nadavoid_ has quit (Changing host)
[21:02:08]* nadavoid_ has joined #drupal-support
[21:02:33]<wrb123>turn off registration?
[21:02:46]* sarah_p_ has joined #drupal-support
[21:03:27]<techsupport>yes , disable registration completely
[21:03:27]<wrb123>can't you just never link anyone to the user login or registration page, hide the login block, and allow all content to be accessible to all visitors?
[21:03:50]* dreese has left #drupal-support ()
[21:04:13]* nadavoid has quit (Ping timeout: 245 seconds)
[21:04:13]* nadavoid_ is now known as nadavoid
[21:04:34]<tekhneek>if I print_r the $vars in a proprocess_page and I see template_files .... page-user, page-user-edit, page-user-1, and page-user-edit-Forum Updates
[21:04:42]<tekhneek>would that literally be page-user-edit-Forum Updates.tpl.php?
[21:04:55]* kjay has joined #drupal-support
[21:05:36]<techsupport>wrb123, i know what you mean but those spam crlowlers will still discover the registration form even though its not shown in the page.
[21:05:44]* monstordh has quit (Quit: good night to all...and to all a good night.)
[21:06:22]<wrb123>how
[21:06:28]<wrb123>?
[21:07:16]<techsupport>wrb123, www.mydrupalsite.com/user is there no matter if you hide the block or not
[21:07:42]* jenlampton has joined #drupal-support
[21:07:50]* nadavoid has quit (Remote host closed the connection)
[21:08:09]* nadavoid has joined #drupal-support
[21:08:10]* nadavoid has quit (Changing host)
[21:08:10]* nadavoid has joined #drupal-support
[21:08:22]<techsupport>wrb123, found answer http://drupal.org/node/49316
[21:08:22]<Druplicon>http://drupal.org/node/49316 => how to turn off user registration => 2 comments, 1 IRC mention
[21:08:49]* dellis has quit (Quit: ChatZilla 0.9.85 [Firefox 3.5.7/20091221164558])
[21:09:04]* lyricnz has joined #drupal-support
[21:09:08]<wrb123>ahh cool :)
[21:09:10]* gooddesignusa has quit (Quit: gooddesignusa)
[21:09:35]* dylanriordan has joined #drupal-support
[21:10:25]<green-_>i must have corrupted permissions or something ... drupal is telling the admin user that access is denied to add comments to certain nodes ... wtf
[21:10:49]<techsupport>wrb123, love this option: Only site administrators can create new user accounts.
[21:10:57]<techsupport>wrb123, exactly what I want !
[21:11:09]<wrb123>oh cool yeah
[21:11:58]* ioor has joined #drupal-support
[21:14:02]* Stalski1 has joined #drupal-support
[21:14:15]* sarah_p_ has quit (Quit: sarah_p_)
[21:14:44]* jludwig has joined #drupal-support
[21:15:05]* chavan has joined #drupal-support
[21:15:21]* Narhir has quit (Read error: Connection reset by peer)
[21:16:39]* NeoID has joined #drupal-support
[21:16:44]<Stalski1>Does anyone did a simpletest with a post without a form?
[21:16:59]<Stalski1>ajaxcalls from js for instance
[21:17:16]* captaindav_2 has joined #drupal-support
[21:18:07]<Irishgringo>is there a report that will list all of the modules that are actually being used. I ask becuase I have almost 300 modules that I downloaded using DRUSH... now I want to move the project to a separate account, but I dont want to move all fo the modules. so... anyway to get a list of installed modules?
[21:19:13]* Narhir has joined #drupal-support
[21:20:11]<junglejim>Hi Drupalers. Anyone know how I can do this? I have a view with arguments based on Taxonomy (TermID). I have The Title set as %1. This works and it prints the termname at the top of each page. BUT I want the term description displayed beneath it. How do I do that? I know it has something to do with page header but I not sure how.
[21:20:53]* Alex_____ has joined #drupal-support
[21:21:00]* captaindav has quit (Ping timeout: 258 seconds)
[21:21:07]<green-_>does permission rebuilding happen in the background once initiated?
[21:21:19]* cangeceiro has joined #drupal-support
[21:21:25]<Alex_____>Hi all, does anyone know if it is possible to overwrite the output of a single instance of a CCK integer field?
[21:22:56]<green-_>grrrrrr .... why would drupal create nodes w/ different comment settings than are specified under that content type's settings?
[21:23:13]<green-_>it is creating the nodes with comments set to disabled when their default setting is read/write
[21:23:40]* iKb has quit (Ping timeout: 264 seconds)
[21:24:21]* zendoodles has joined #drupal-support
[21:25:24]* apratt has left #drupal-support ()
[21:27:58]* didymo has quit (Quit: ttfn)
[21:28:09]* Cvelde has quit (Quit: Leaving.)
[21:29:09]<green-_>god what am i missing
[21:29:59]* seanr has joined #drupal-support
[21:30:29]<crabcakes>hi
[21:30:43]* lep2 has quit (Read error: Connection reset by peer)
[21:30:54]<crabcakes>can someone tell me why I am getting a wsod when I enable reverse_proxy=TRUE
[21:30:59]<crabcakes>in settings.php
[21:31:12]* QuickGold has quit (Quit: Leaving)
[21:31:25]* ShawnRisk has quit (Quit: Leaving.)
[21:31:43]<awolfey>junglejim: can you add the term description as a field and group by that? Otherwise you might have to load it with code in the header.
[21:32:22]<cangeceiro>crabcakes, your missing a semi-colin
[21:32:29]* queztone has quit ()
[21:32:30]<cangeceiro>and a dollar sign
[21:32:46]* leprechau has joined #drupal-support
[21:33:09]* daskog has joined #drupal-support
[21:33:13]* sanguisdex has quit (Ping timeout: 248 seconds)
[21:33:20]<daskog>Hello
[21:33:20]<Druplicon>what's up
[21:33:29]<daskog>I have a serious problem at hand here!
[21:33:38]<daskog>Drupal blank page on or server!
[21:33:43]<wrb123>what's updog?
[21:33:58]<daskog>i have a deadline by tomorrow to present this site
[21:33:59]<junglejim>awolfey: hmm - did not think about the field but not sure if it would work, so I think it has to be code but I'm coming unstuck.
[21:34:09]<crabcakes>cangeceiro: no ); ?
[21:34:12]<Irishgringo>i just got a rfp for an udercart project, and they want a responce back fast. anyone here I can ask a couple of quiestions about uber?
[21:34:27]<daskog>Drupal install WSOD Help please
[21:34:58]<cangeceiro>crabcakes and daskog. look at this to get an actual error message from your site http://drupal.org/node/158043
[21:34:59]<Druplicon>http://drupal.org/node/158043 => The White Screen of Death (Completely Blank Page) => 3 comments, 83 IRC mentions
[21:35:16]<crabcakes> 'reverse_proxy' => TRUE; actually still causes the WSOD
[21:35:48]<awolfey>junglejim: http://api.drupal.org/api/function/taxonomy_get_term/6
[21:36:04]<awolfey>junglejim: the description will be in the object that the function returns.
[21:36:04]<cangeceiro>should be $revers_proxy = TRUE;
[21:36:33]* ronan_ has joined #drupal-support
[21:36:35]* red40 has quit (Quit: Leaving.)
[21:36:43]* iKb has joined #drupal-support
[21:36:44]* ronan_ has quit (Client Quit)
[21:37:09]<crabcakes>cangeceiro: nope
[21:37:10]* edmont has joined #drupal-support
[21:37:21]* lyricnz has quit (Ping timeout: 240 seconds)
[21:37:22]* bitchkat has joined #drupal-support
[21:37:23]<edmont>hi
[21:37:23]<Druplicon>privet
[21:37:24]<daskog>cangeceiro: i will check this out
[21:37:28]<daskog>tnx
[21:37:37]<junglejim>awolfey: Thanks - let me take a look. Someone helped me do this in a drupal 5 site but I'm upgrading to 6 and views 2 - quiet a bit changed - for the better :-)
[21:37:49]<Irishgringo>any ubercart people?
[21:37:54]<edmont>i am using this manual to add a gallery with the Node Gallery module: http://drupal.org/node/544530
[21:37:55]<Druplicon>http://drupal.org/node/544530 => HowTo: Create & Edit a Gallery => 0 comments, 1 IRC mention
[21:37:55]* lyricnz has joined #drupal-support
[21:37:57]<awolfey>ask?
[21:37:57]<Druplicon>Don't ask to ask, just ask.
[21:38:06]* benjamin-agaric has quit (Remote host closed the connection)
[21:38:09]<cangeceiro>crabcakes, look at that link, add the lines to your index.php and get the php error
[21:38:13]* akahn has quit (Remote host closed the connection)
[21:38:13]* grndlvl has quit (Quit: grndlvl)
[21:38:20]<edmont>but i am stuck at step 10
[21:38:24]<bitchkat>does any one else get a fair number of dubious registrations on their sites? My main site serves a fairly small community so its easy to figure out who isn't a real user.
[21:38:40]<edmont>there is no "Upload Some!" for me
[21:38:53]<bitchkat>but I'm curious as to what the spammers (i presume) think that they can accomplish by registering?
[21:38:59]<green-_>hmm, maybe this is a Feeds issue ... if i create a node manually it inherits default comment settings properly ... but if the Feeds importer creates them, it seems to be getting it's default setting from somewhere else
[21:39:03]<crabcakes>cang: no errors being reported :P
[21:39:05]<Alex_____>Hi all, does anyone know if it is possible to overwrite the output of a single instance of a CCK integer field?
[21:39:09]<awolfey>bitchkat: posting spam :)
[21:39:09]<jasonn1234>is there a way to get the Batch API to process with my admin theme? every time I execute a batch from my module, which lives in the admin section, it "jumps out" to my regular site theme to execute the batch since batch seems to live at "/batch" instead of "admin/../batch" ...
[21:39:12]<crabcakes>still just a WSOD
[21:40:58]* dylanriordan has quit (Quit: dylanriordan)
[21:41:01]<cangeceiro>crabcakes: after adding to error_reporting(E_ALL);
[21:41:01]<cangeceiro>ini_set('display_errors', TRUE);
[21:41:01]<cangeceiro>ini_set('display_startup_errors', TRUE); to index.php?
[21:41:03]* lyricnz has quit (Client Quit)
[21:41:14]<bitchkat>awolfey, i don't actually allow registered users to have many more permissions than an anonymous user. But yet they keep trying and seems to be the same people or bot because I require them to provide their real name and which club they play for.
[21:41:31]<awolfey>spammers don't think, that would slow them down
[21:41:32]<bitchkat>and they use the same 4 or 5 fake clubs and the names are never real named.
[21:41:32]<crabcakes>cang: yes
[21:41:54]* dylanriordan has joined #drupal-support
[21:41:54]<daskog>cangeceiro: can you look at this -> http://pastebin.com/d2bf4e807
[21:42:04]<green-_>either way rebuild permissions should fix things for nodes already in the system and it is not ... man this is really pissing me off
[21:42:24]<bitchkat>you'd think that after two years of not being able to post anything on my site, the word would get out and they would quit trying
[21:42:41]* dekita has joined #drupal-support
[21:42:45]<awolfey>bitchkat: why? trying is free.
[21:42:48]* DutchWolfie has quit (Quit: KVIrc Insomnia 4.0.0, revision: 3504, sources date: 20090907, built on: 2009-10-04 03:57:00 UTC 3504 http://www.kvirc.net/)
[21:43:09]<cangeceiro>daskog: thats a strange one. permissions on the file maybe?
[21:43:32]<daskog>or something to do with relative path?
[21:43:38]<wrb123>has anyone created an anti botnet botnet?
[21:44:01]* ylynfatt has quit (Ping timeout: 265 seconds)
[21:44:26]<wrb123>id rather give my idle cpu cycles to harrassing spam servers than searching for extra terrestrials
[21:44:50]<cangeceiro>daskog: are you doing a fresh drupal install?
[21:44:51]* ylynfatt has joined #drupal-support
[21:44:59]<green-_>is there more than one possible place where a content type's default comment setting would be stored? manual creation seems to be getting it from where Content Type->Edit stores it ... but is there another possible place?
[21:45:09]<awolfey>Any tips on registering a user after an anonymous node creation, and then changing ownership of the anonymous node to the new user?
[21:45:16]<cangeceiro>crabcakes:pastebin your config. it sounds like a simple syntax error
[21:45:24]* awolfey is hoping for a module.
[21:45:30]<daskog>our previous system admin setup a separate folder for joomla and other php scripts so the domain pointed to another folder on the server like this public_html/sites/joomla/sites/domain.com and i changed it to public_html/sites/domain.com
[21:45:45]<daskog>cangeceiro: yes this is a fresh install
[21:45:52]<daskog>Acquia
[21:46:07]<junglejim>awolfey: How do I specify the TermID ($tid) while all I have in the arguments is term Name?
[21:46:14]* captaindav_3 has joined #drupal-support
[21:46:27]* jeffschuler has joined #drupal-support
[21:46:28]<daskog>http://drupal.org/node/259375
[21:46:29]<Druplicon>http://drupal.org/node/259375 => Installation - Fatal Error - path problems? => 11 comments, 3 IRC mentions
[21:46:32]<daskog>path problems
[21:46:35]* ylynfatt has quit (Client Quit)
[21:46:37]<awolfey>junglejim: http://api.drupal.org/api/function/taxonomy_get_term_by_name/6
[21:46:41]<daskog>hehe
[21:47:16]<cangeceiro>hmm, looks like you are missing ./ in the include path
[21:47:24]* rrittenhouse has quit (Quit: Leaving)
[21:47:34]<daskog>i am using Directadmin
[21:47:49]<cangeceiro>you'll need to edit your php.ini file
[21:48:00]<Irishgringo>there are no ubercart people here?
[21:48:15]* Badger|two has quit (Ping timeout: 272 seconds)
[21:48:46]<awolfey>Irishgringo: Ask?
[21:49:19]<awolfey>or try #ubercart
[21:49:19]* indy-afk is now known as indytechcook
[21:49:34]* JoshuaJones has joined #drupal-support
[21:49:37]* captaindav_2 has quit (Ping timeout: 245 seconds)
[21:50:09]<daskog>cangeceiro: what should i edit in php.ini?
[21:50:25]<Irishgringo>a couple minutes ago someone asked me to quite them on an ubercart project. about 200 Items. a whole sale and a retail facing portal, I am confused what the client want to do about diving the site into a wholesale and retail part. so I wanted to see if this was a built in udercart feature
[21:50:58]* aharl has joined #drupal-support
[21:51:29]<awolfey>Irishgringo: if they are requiring people to be registered with the site buy wholesale, then you can do that by role.
[21:51:40]* captaindav_3 has quit (Ping timeout: 258 seconds)
[21:51:43]<awolfey>* site to buy
[21:51:47]* ShawnRisk has joined #drupal-support
[21:52:12]<wrb123>i would think any item could have both retail and whilesale versions, retail priced higher and in lower quantities, wholesale priced lower and in higher quantities, using cck field / checkbox etc.
[21:52:16]<wrb123>wholesale*
[21:52:19]* ShawnRisk has quit (Client Quit)
[21:52:24]<awolfey>Irishgringo: buy you'll want to know how they set the pricing, and figure that out too.
[21:52:28]<awolfey>buy/but
[21:52:32]* brianpkennedy has joined #drupal-support
[21:52:35]* MadLemz has quit (Quit: Leaving.)
[21:52:37]* brianpkennedy has left #drupal-support ()
[21:52:54]<cangeceiro>daskog: the include setting
[21:53:07]* c4rl has joined #drupal-support
[21:54:17]<Irishgringo>the wholesale/retail I have to think about... so everyone would signup for an account if they wanted to buy something. wholesalers would be granted a whoole sale account.
[21:54:27]<Irishgringo>is that what you mean?
[21:54:51]<green-_>just looked in the node table and verified that non-manually created nodes are created with the comment field set to 0 ... when it should be set to 2 ... anyone that might have ANY insight into why this is happening?
[21:55:14]<awolfey>Irishgringo: yeah, but you'll have to confirm how that works with your client
[21:55:15]<wrb123>so the user has a field associated with their profile for "is wholesaler" and you can pass that to all your views showing products and show the wholesaleprice field for that item rather than retailprice
[21:55:28]* Creativitylives has quit (Quit: Bye)
[21:55:40]* jeffschuler has quit (Quit: jeffschuler)
[21:56:35]<Irishgringo>wrb123: that sounds more like a views thing and not an ubercart feature
[21:56:43]<nitrospectide>any ubercart users here? #drupal-ubercart is silent
[21:57:23]<Irishgringo>I just joined ubercart... not much going on there
[21:58:15]<nitrospectide>i'm trying to add a new product to the catalog, but the little 'catalog' list chooser widget just says -none-
[21:58:58]<dekita>nitrospectide: have you added terms to the catalog vocab?
[21:59:26]<nitrospectide>dekita: hmmmm. no. the ubercart 2.0 docs are kind of sketchy
[21:59:32]<nitrospectide>lemme look at taht
[21:59:36]<nitrospectide>that
[21:59:47]* cangeceiro has quit (Quit: Leaving)
[22:00:35]* crabcakes has quit ()
[22:00:54]<dekita>yeah, you'll need to add your product categories there, iirc
[22:01:01]* RockSoup has quit (Quit: ChatZilla 0.9.83 [Firefox 3.0.4/2008102920])
[22:01:22]* resynthesize has joined #drupal-support
[22:01:26]* nearlythere has quit (Quit: nearlythere)
[22:01:26]* resynthesize has left #drupal-support ()
[22:01:41]<daskog>; UNIX: "/path1:/path2"
[22:01:42]<daskog>;include_path = ".:/php/includes"
[22:01:42]<daskog>include_path = "/usr/local/lib/php"
[22:01:42]<daskog>;
[22:01:52]<daskog>bah
[22:02:02]* jasonn1234 has quit (Quit: jasonn1234)
[22:02:11]* techsupport has quit (Quit: Leaving)
[22:03:05]<Irishgringo>so, what is the verdict wth ubercart... can I build something with zero programming? I need to figure out what to charge this guy...
[22:03:20]* captaindav has joined #drupal-support
[22:03:40]* RockSoup has joined #drupal-support
[22:04:28]* skh_ has joined #drupal-support
[22:05:12]<Nashville>For a basic store you can do it with no programmin
[22:05:21]* edmont has quit (Ping timeout: 272 seconds)
[22:05:38]<Nashville>but there are still a ton of things you need to understand conceptually
[22:06:03]<junglejim>awolfey: Yippie ... I got it to Work - u put me on the right track and then I found this: http://www.lullabot.com/articles/how_to_build_flickr_in_drupal#comment-632
[22:06:14]<roam>I'm trying to build a userlist with views, which also features a link to the contact form of each user. the record for the actual user reading the list is always deactivated. how can I change that? It seems to irritate the users
[22:06:17]* nearlythere has joined #drupal-support
[22:06:23]<awolfey>junglejim: good news
[22:06:34]* Creativitylives has joined #drupal-support
[22:06:55]* jrglasgow has quit (Quit: jrglasgow)
[22:07:04]<junglejim>awolfey: Thanks :-)
[22:07:07]* jasonn1234 has joined #drupal-support
[22:07:27]<Irishgringo>Nashville: the wholesaling and retailing stuff... I would almost prefer to have multiple sites with the differnet roles
[22:07:34]<Nashville>Hey awolfey - what are you working on?
[22:07:34]<roam>ideally I would like to display something like "that's you" instaed
[22:07:41]<Irishgringo>I think that is probably part of the issue.
[22:07:49]<awolfey>Nashville: way too much at once!
[22:08:11]<Nashville>lol, like always - You seem to be really getting into Drupal
[22:08:24]<Nashville>how long have you been using it now?
[22:08:35]<awolfey>about 2 years
[22:08:42]<Nashville>ok so about the same as me
[22:08:51]* Creativitylives has quit (Client Quit)
[22:08:58]* sreynen_ has joined #drupal-support
[22:09:00]<Nashville>that's what I thought - I seem to remember us joining the irc around the same time
[22:09:11]<awolfey>irc is great
[22:09:16]* sreynen has quit (Read error: Connection reset by peer)
[22:09:16]* sreynen_ is now known as sreynen
[22:09:19]<awolfey>great!
[22:09:19]* Creativitylives has joined #drupal-support
[22:09:22]<awolfey>hmm
[22:09:24]* webgambit has joined #drupal-support
[22:09:41]<Nashville>is everything going smooth or are you stuck on anything?
[22:09:45]* webgambit has left #drupal-support ()
[22:09:47]<Nashville>yeehaa
[22:09:56]<Nashville>yay!
[22:09:56]<Druplicon>yeeeeeeeeeeeeeeeeeha!!
[22:10:05]* captaindav has quit (Ping timeout: 246 seconds)
[22:10:12]<Nashville>lol, I love you Druplicon
[22:10:21]<awolfey>I would like to figure out how to create an account for an anon user after creating a node, without writing a module.
[22:10:31]<awolfey>surely there is a module for that already
[22:11:11]<Nashville>could you just call the registration form in with your content type?
[22:11:24]<Nashville>is there a form reference module?
[22:11:26]<Nashville>lol
[22:11:26]* Singularo has joined #drupal-support
[22:11:43]* jfreeman has joined #drupal-support
[22:11:49]* darrenoh has quit (Quit: Leaving)
[22:11:54]<awolfey>I want it to be easier than that. Enter an email address and done.
[22:12:39]<Nashville>so...a mailing list type thing? or are they buying a product?
[22:13:00]<Nashville>you could use webform - then use it's advanced preprocess feature to create the user
[22:13:04]<awolfey>so they can get subscriptions module updates by email
[22:14:23]* duran has quit (Quit: Leaving)
[22:14:42]* CKIDOW has joined #drupal-support
[22:15:39]* captaindav has joined #drupal-support
[22:16:07]* matalo has joined #drupal-support
[22:18:06]<daskog>After i fixed the WSOD with changeing the path in php.ini my Drupal is terrible slow
[22:18:11]* aharl has quit (Quit: aharl)
[22:18:18]<daskog>anyone know a fix for this?
[22:18:29]<Nashville>WSOD?
[22:18:29]<Druplicon>WSOD is a blank page, the so called "White Screen Of Death". See http://drupal.org/node/158043 for possible causes.
[22:18:30]* jasonn1234 has quit (Quit: jasonn1234)
[22:18:39]* kswan has joined #drupal-support
[22:18:41]<Nashville>ah
[22:18:57]<Nashville>just next next page or consistently slow now?
[22:19:24]* sarah_p_ has joined #drupal-support
[22:20:05]<daskog>on the install steps
[22:20:21]<daskog>have not actually made the install yet
[22:20:24]* Jaza_ has joined #drupal-support
[22:20:44]<Nashville>soo....what's it doing that's slow?
[22:20:58]<Nashville>moving from the language select to the db setup page?
[22:21:23]<Nashville>or the db setup page to the module loading page?
[22:21:55]* nearlythere has quit (Quit: nearlythere)
[22:22:57]<Nashville>Hey awolfey - how are you with the signup module?
[22:23:24]<awolfey>I have made it see the wisdom of my ways...
[22:23:38]<Nashville>how about with uc integration?
[22:23:43]<awolfey>nope
[22:23:57]* kjay has quit (Read error: Connection reset by peer)
[22:24:17]* kjay has joined #drupal-support
[22:24:33]<Nashville>I've got a wierd situation - the damn thing works fine for admin, but not for everyone else - you'd think permissions issues, but that doesn't seem to be the case
[22:24:55]<awolfey>what doesn't work?
[22:25:45]* Creativitylives has quit (Quit: Bye)
[22:25:53]* JoshuaJones has quit (Quit: JoshuaJones)
[22:26:22]* Stalski1 has left #drupal-support ()
[22:27:20]* tmclaugh1 has quit (Quit: Leaving)
[22:28:15]* junglejim has left #drupal-support ()
[22:28:47]<machine1>what is the max url alias replacement that is advised to do?
[22:29:29]<machine1>im doing 600 at a time
[22:29:30]* Jaza_ has quit (Read error: Connection reset by peer)
[22:29:39]<machine1>and it seems to be working so far
[22:29:58]* captaindav_2 has joined #drupal-support
[22:31:33]* TinyElvis has quit (Quit: Leaving.)
[22:32:23]* macode has quit (Quit: macode)
[22:33:11]* captaindav has quit (Ping timeout: 256 seconds)
[22:33:33]* bazzzz has joined #drupal-support
[22:34:43]<daskog>Nashville: Everythings fast after the install =)
[22:34:49]<daskog>for now at least
[22:35:39]* lameriffic has quit (Quit: lameriffic)
[22:35:45]<machine1>you dont really 'install' drupal, you learn drupal
[22:36:07]* johsw has quit (Quit: johsw)
[22:36:08]<wrb123>install.php?
[22:36:09]* Roelven has joined #drupal-support
[22:36:23]<machine1>yeah you install but i think there is a learning curve
[22:36:32]* morgenstern has joined #drupal-support
[22:36:39]* jludwig has quit (Ping timeout: 260 seconds)
[22:36:53]<tolland>18<19machine1>you don't really learn drupal, you just try every which way until you have tried all the wrong ways first
[22:37:16]<machine1>lol
[22:37:33]<machine1>well i suppose its a lot of trial and error. many do not have patience
[22:37:49]* Webwalker3D has joined #drupal-support
[22:38:28]* J-O-K-E-R has quit (Quit: bye)
[22:39:07]<machine1>thats kinda a nice quote there, tolland
[22:39:29]<nitrospectide>i want to make a node that is exactly the same as the one i just created, but with a couple of minor changes. how can i do that?
[22:39:44]<wrb123>Iran scares me
[22:40:11]* Igashu has quit (Quit: peace)
[22:40:14]* szczym has joined #drupal-support
[22:40:18]<machine1>well people are going to try all the wrong ways first anyways, might as well do it with drupal, and make lots of backups :)
[22:40:23]* lslinnet has quit (Quit: Leaving)
[22:41:04]<awolfey>you only have to try all the wrong ways the first time. the next time you can try all but 1 of the wrong ways.
[22:41:32]* eojthebrave has quit (Quit: eojthebrave)
[22:41:35]<machine1>iran i guess plans to "show off" on or before the 11th of this month, the 31st year mark of an event
[22:41:44]<Webwalker3D>I am using "Feeds" module to import feed content, which then creates "feed item" nodes. This works, except the feed nodes that it creates is dropping the reference and link to the actual feed, making the node a quick teaser with no link to the feed item's reference article. Any thoughts?
[22:42:28]<wrb123>machine1 yes, also translated as "deliver a punch to the west" :(
[22:42:34]<machine1>awolfey: its great trying something wrong so many times, that it becomes easy to do it right again and again when you recreate it
[22:43:04]* RockSoup_ has joined #drupal-support
[22:43:11]<morgenstern>nitrospectide: node clone?
[22:43:21]<machine1>sometimes you dont do something wrong just once. you have to do it a lot of times changing some variables
[22:43:40]* phylock has quit (Remote host closed the connection)
[22:44:14]* sanguisdex has joined #drupal-support
[22:44:18]<machine1>just what exactly is this "punch" they are talking about?
[22:44:37]* RockSoup has quit (Ping timeout: 245 seconds)
[22:45:07]* wonder95 has joined #drupal-support
[22:45:11]<snikker>there is a way for delete a cache menu?
[22:45:25]<awolfey>machine1: So what you're saying is that there are an infinite number of wrong ways that must be attempted. :)
[22:45:39]<sanguisdex>what is the best way to figure out what a table is called for table name when defining a $db_prefix array?
[22:45:39]<machine1>yeah you can go into phpmyadmin, snikker
[22:46:08]<snikker>machine1: ok, it's the only way?
[22:46:22]<machine1>awolfey: sometimes. but a lot of times its simple persistence and brute force of trial and error
[22:46:34]* protitude_ has joined #drupal-support
[22:46:37]<awolfey>that's my specialty
[22:47:10]<machine1>i wouldnt say its pretty, but maybe after a while it could become an 'art'?
[22:47:32]* RockSoup_ has quit (Ping timeout: 245 seconds)
[22:47:50]<snikker>machine1: There are contraindications, if i delete menu cache?
[22:48:04]<machine1>damn i am reindexing all these url aliases.. taking such a long time
[22:48:25]<machine1>snikker: i believe that the menu cache will be rebuilt
[22:48:38]<snikker>machine1: ok, thanks
[22:48:55]<machine1>sometimes there are problems with saving a DB, because the characters in the menu cache will cause some DB's to crash if you try to restore them
[22:49:10]* protitude has quit (Ping timeout: 258 seconds)
[22:49:15]<machine1>i think i recently just went thru this problem
[22:49:17]* protitude_ is now known as protitude
[22:49:22]* emspace has joined #drupal-support
[22:50:04]* captaindav has joined #drupal-support
[22:50:32]<machine1>i finally just manually edited the database in a text editor
[22:50:56]* protitude has quit (Client Quit)
[22:51:03]<machine1>oh, universal SQL editor i used
[22:51:41]* captaindav_2 has quit (Ping timeout: 252 seconds)
[22:53:03]<machine1>damn i have to do this 40 times i calculated , the url alias automated settings, node path settings >> bulk generate aliases
[22:53:04]<wrb123>is there a way to ajax the search?
[22:53:13]* pjsz has quit (Read error: No route to host)
[22:53:33]* realityloop has joined #drupal-support
[22:53:37]<wrb123>Load results, refresh refine while typing?
[22:53:43]<machine1>im not sure, i dont think i use ajax
[22:54:00]<wrb123>Ok
[22:54:07]* AlexUA has quit (Ping timeout: 272 seconds)
[22:54:14]<machine1>what happens when you look in the settings?
[22:54:27]* AlexUA has joined #drupal-support
[22:54:30]* Bes` has quit (Quit: Quitte)
[22:54:42]* pjsz has joined #drupal-support
[22:54:58]* joachim_ has quit (Quit: joachim_)
[22:55:11]<machine1>i had to delete the info part in the search .tpl, because it was giving some of the node creation date and times i didnt want shown
[22:55:15]<daskog>what is the correct way to install the cool admin theme for Drupal?
[22:55:21]* RockSoup_ has joined #drupal-support
[22:55:24]* sarah_p_ has quit (Quit: sarah_p_)
[22:55:30]* RockSoup_ is now known as RockSoup
[22:55:32]<daskog>anyone care to share theyr opinions?
[22:55:43]<machine1>does using the ajax in the search effect google indexing?
[22:55:51]* jrglasgow has joined #drupal-support
[22:56:17]* cwgordon7 has quit (Ping timeout: 245 seconds)
[22:56:58]* bshumate has joined #drupal-support
[22:57:13]<machine1>daskog: what is the cool admin theme?
[22:58:01]<daskog>machine1: http://drupal.org/project/admin
[22:58:46]<daskog>iknow there is a install guide included, but i think there is still a lot of links laying around confusing the users in this theme
[22:59:27]* keystr0k has quit (Quit: keystr0k)
[22:59:33]* te-brian has quit (Read error: Connection reset by peer)
[22:59:38]* te-brian has joined #drupal-support
[22:59:52]* renstr has joined #drupal-support
[23:00:10]<snikker>i'm unable to hide a "private message" menu for non authenticted users...menu_per_role doesn't work...
[23:00:15]* captaindav has quit (Ping timeout: 256 seconds)
[23:00:23]* sumitk has quit (Quit: sumitk)
[23:01:09]* Jaza_ has joined #drupal-support
[23:01:53]* captaindav has joined #drupal-support
[23:02:23]* renstr is now known as mbug
[23:02:31]* te-brian has quit (Read error: Connection reset by peer)
[23:02:42]* captaindav has quit (Read error: Connection reset by peer)
[23:02:45]* te-brian has joined #drupal-support
[23:03:58]* indytechcook is now known as indy-afk
[23:04:43]<Webwalker3D>daskog: It seems pretty straight forward on how to install it
[23:06:20]* kurkale6ka has quit (Read error: Connection reset by peer)
[23:07:07]* bangpound has quit (Quit: bangpound)
[23:08:07]* kjay has quit (Quit: kjay)
[23:09:38]* e-anima has quit (Quit: www.artwaves.de)
[23:10:54]* apratt has joined #drupal-support
[23:11:11]* AlexUA has left #drupal-support ()
[23:12:08]* jim0203 has joined #drupal-support
[23:12:37]* sumitk has joined #drupal-support
[23:12:43]<Webwalker3D>daskog: Not sure what you're asking... I just downloaded the module, uploaded it to sites/default/modules, enabled it, gave administrative users access to the admin bar, and presto, it works...
[23:13:00]* sumitk has quit (Client Quit)
[23:14:02]<daskog>ahh
[23:14:11]<Webwalker3D>actually, truth be told, I love this admin menu thing... it works nicely
[23:14:21]<daskog>i forgot to enable the access
[23:14:27]* tom_o_t has left #drupal-support ()
[23:14:32]* kjay has joined #drupal-support
[23:14:32]* wrb123 has quit (Ping timeout: 256 seconds)
[23:14:36]<daskog>Sorry for the trouble
[23:14:46]* kjay has quit (Client Quit)
[23:14:48]<daskog>its getting LateZzzZz
[23:14:49]<Webwalker3D>daskog: The site makes reference to putting php code into the page.tpl.php file, but it seems to work fine without that
[23:15:14]* ridethefire122 has quit (Ping timeout: 258 seconds)
[23:15:17]<daskog>did you enable Rubik and Tao theme?
[23:15:21]<Webwalker3D>daskog: No trouble at all, in fact, I found something USEFUL. :) Now I can finally disable the left sidebar navigation block for admin users, which was breaking the site
[23:15:35]<Webwalker3D>nope, just used it out of box, didn't touch the theme stuff
[23:16:21]<daskog>I wonder why they refer to installing the Theme
[23:16:23]<Webwalker3D>I just noticed you can add blocks to the menu though, which is also cool
[23:16:44]<daskog>Webwalker3D: did you not know about this theme_
[23:16:45]<daskog>_
[23:16:48]<Webwalker3D>maybe it's for the beta version, I grabbed the alpha version which seemed to just work
[23:16:49]<daskog>?
[23:17:43]<Webwalker3D>I saw reference to Rubik and Tao, but I presume those are for admin themes
[23:18:17]* jasonn1234 has joined #drupal-support
[23:18:29]* samrose has quit (Quit: Ex-Chat)
[23:18:47]* samrose has joined #drupal-support
[23:18:51]<daskog>so the alpha works good to?
[23:19:00]<daskog>gona grab it later and install it
[23:19:06]* tolland has quit (Quit: Leaving)
[23:19:32]* forest has quit (Quit: forest)
[23:19:41]* nearlythere has joined #drupal-support
[23:19:52]* ussher_ has joined #drupal-support
[23:20:00]<Webwalker3D>daskog: As far as I can tell, yes. I just downloaded it, enabled it, enabled permission for admin users, and works beautifully
[23:20:39]<CShadowRun>Does anyone know what could be causing this error? "Pathauto could not transliterate the path, as the Transliteration module has been disabled."
[23:20:56]<CShadowRun>I keep getting it spammed like 100 times in various places on my drupal page, doesn't seem to actually effect anything, though
[23:21:34]<Webwalker3D>CShadowRun: Did you install transliteration module?
[23:21:49]<Webwalker3D>it's a dependancy
[23:21:54]* nathanjo has joined #drupal-support
[23:21:59]<CShadowRun>oh, no I don't appear to have that module
[23:22:01]<CShadowRun>that might explain it
[23:22:06]<Webwalker3D>indeed :)
[23:22:06]<snikker>i've updated Advanced Forum 5.x-1.x-dev in D5 but update status always show me the old version.. can you help me?
[23:22:15]* CShadowRun installs it
[23:22:30]<daskog>brb cold case with the girlfriend, late night TV
[23:22:39]<daskog>>P
[23:22:57]<daskog>:P
[23:23:50]<CShadowRun>Is there any way to make it so that only stories show up on the front page?
[23:24:02]* Nikit has joined #drupal-support
[23:24:03]<CShadowRun>Don't much like the idea of having bug reports and such on the front page ;)
[23:24:20]<Webwalker3D>CShadowRun: Disable error reporting to the screen
[23:24:43]<CShadowRun>Webwalker3D: huh? how would that stop it?
[23:25:02]<Webwalker3D>CShadowRun: Errors would go to the log only, not display on the screen
[23:25:23]* jensimmons has quit (Ping timeout: 276 seconds)
[23:25:34]* shibby is now known as shibby_out
[23:25:35]* nearlythere has quit (Quit: nearlythere)
[23:25:35]<CShadowRun>Webwalker3D: oh, I should have fixed that problem by installing the transliteration module anyway
[23:25:41]<CShadowRun>we're onto the next problem now :P
[23:25:54]* lukus has quit (Quit: Leaving)
[23:26:19]* Webwalker3D chuckles
[23:28:41]* dprophit has quit ()
[23:29:26]* wchamp has quit (Quit: wchamp)
[23:29:31]* nearlythere has joined #drupal-support
[23:29:59]* chrisgnicholas has joined #drupal-support
[23:30:32]* snikker has quit (Ping timeout: 248 seconds)
[23:31:58]* sarah_p_ has joined #drupal-support
[23:32:01]<Webwalker3D>I'm looking for assistance in formatting issues with "feeds" content created as nodes. It's dropping the references to the content being aggregated in, and therefore no links are made. What should I be looking at?
[23:32:01]* stella has quit (Quit: stella)
[23:32:27]* stella has joined #drupal-support
[23:32:32]<naero>has anyone got any of the lightboxes to work with video???
[23:32:53]<Webwalker3D>naero: yes
[23:33:16]<naero>webwalker3d: may i ask which video player you use and which lightbox mod you use?
[23:33:30]* nearlythere has quit (Client Quit)
[23:33:35]<Webwalker3D>naero: I did it with lightbox2 and with Shadowbox
[23:33:36]<naero>webwalker3d: and do you use swftools?
[23:33:45]* skh_ has quit (Quit: This computer has gone to sleep)
[23:33:49]* stella has quit (Client Quit)
[23:34:15]* ioor has quit (Ping timeout: 256 seconds)
[23:34:26]<Webwalker3D>naero: I did with LB2
[23:34:37]<Webwalker3D>lemme look what I used for shadowbox, 1 sec
[23:35:35]<naero>webwalker3d: thanks.. i'm having the darnedest time getting everything to play nicely with eachother
[23:35:36]<naero>:(
[23:35:53]<Webwalker3D>yeah, same with shadowbox: swftools
[23:36:11]<CShadowRun>Hmm, looking at drupals /project/issues, they have all the options at the bottom of the bug report form stripped (Book outline, Revision information, File attachments, URL path settings) so on so fourth
[23:36:14]<CShadowRun>How do I do that?
[23:36:28]* Creativitylives has joined #drupal-support
[23:36:59]* FatGuyLaughing has quit ()
[23:37:07]* nearlythere has joined #drupal-support
[23:37:18]<Webwalker3D>CShadowRun: You want to make an issue queue?
[23:37:45]<CShadowRun>Webwalker3D: I want to stop things like bug reports being on the front page
[23:38:46]* Roelven has quit (Quit: kthxbai)
[23:38:56]* StryKaizer has quit ()
[23:39:04]* CKIDOW has quit (Ping timeout: 272 seconds)
[23:39:19]* SeventyFifthTbn has joined #drupal-support
[23:39:46]<Webwalker3D>CShadowRun: Try http://drupal.org/node/342128
[23:39:48]<Druplicon>http://drupal.org/node/342128 => how I can hide error messages for anonymous users? => Drupal, other, normal, closed, 17 comments, 3 IRC mentions
[23:40:00]<CShadowRun>lol your not getting it
[23:40:19]<naero>webwalker3d: which player are you using?
[23:40:31]<CShadowRun>If I visit http://drupal.org/node/add/project-issue/bluecheese for example, there are only Project Information, Issue Information, Issue details, File attachments and Tags
[23:40:57]<Webwalker3D>naero: Dash
[23:41:02]<CShadowRun>If I go to the same place on my website, I have book outline, revision information, url path settings, comment settings, authoring information, publishing options
[23:41:07]<CShadowRun>I don't want my users to have access to all that
[23:41:30]* shalo has quit (Ping timeout: 260 seconds)
[23:41:40]<Webwalker3D>CShadowRun: Maybe a permission?
[23:42:45]<CShadowRun>doh, I'm silly, it does hide that stuff by default for not administrators :)
[23:43:04]* Webwalker3D scratches his head
[23:43:06]<CShadowRun>I just had to set the default in the content types menu so it didn't go to the front page
[23:43:13]<CShadowRun>and then users can't change that
[23:43:32]<Webwalker3D>I'm glad you figured it out, because I'm still lost about what you're even talking about... ;)
[23:43:38]<CShadowRun>haha
[23:43:44]<CShadowRun>ok you know the project issues module?
[23:44:44]* Creativitylives has quit (Quit: Bye)
[23:45:12]* Creativitylives has joined #drupal-support
[23:45:21]* CKIDOW has joined #drupal-support
[23:45:28]<Webwalker3D>I know of it, never used it though
[23:45:37]* SeventyFifthTbn has quit (Quit: SeventyFifthTbn)
[23:45:47]* iKb has quit ()
[23:46:09]* dsdeiz has joined #drupal-support
[23:46:50]* Creativitylives has quit (Client Quit)
[23:46:55]<CShadowRun>Webwalker3D: right, so I have a public issues page, any authenticated user can create an issue report
[23:47:10]<CShadowRun>the problem was that when any old user created an issue report, it came up as the latest news on the front page :P
[23:47:26]<Webwalker3D>oooh
[23:47:36]<CShadowRun>yea, not ideal hehe
[23:47:47]<Webwalker3D>that's an easy fix too.... adjust the view for the latest news to filter out issues ;)
[23:48:04]<CShadowRun>I did it by changing the default so that it doesn't come up on the front page
[23:48:14]<CShadowRun>how do I adjust the view?
[23:48:17]* leprechau has quit (Remote host closed the connection)
[23:48:33]<Webwalker3D>is the latest news the block in views? or is it the default module in drupal?
[23:48:47]<CShadowRun>it's the default front page
[23:48:48]<CShadowRun>"node"
[23:49:03]<Webwalker3D>no no no, the actual "latest news" item
[23:49:26]<Webwalker3D>are you doing it with "tracker"?
[23:49:30]<CShadowRun>oh, I call my front page latest news
[23:49:36]<CShadowRun>that's what I want on my front page
[23:50:25]* arianek has joined #drupal-support
[23:50:26]* leprechau has joined #drupal-support
[23:50:44]<Webwalker3D>CShadowRun: so what is actually displaying the content there?
[23:50:55]<CShadowRun>http://game.cshadowrun.com/ this page
[23:51:02]<CShadowRun>drupal? I don't know lol
[23:51:36]<CShadowRun>Webwalker3D: so for example, a user creates an issue report in the issues page
[23:51:47]<CShadowRun>and it comes up above on that page, on the front page, at the top :P
[23:52:24]* keyo has joined #drupal-support
[23:52:58]<Webwalker3D>CShadowRun: Was it promoted to the front page?
[23:53:46]<CShadowRun>Webwalker3D: yes
[23:54:03]<Webwalker3D>CShadowRun: That would put it in the content section on the front page then ;)
[23:54:11]<CShadowRun>yea
[23:54:18]* sanguisdex has quit (Remote host closed the connection)
[23:54:22]<CShadowRun>but, I don't want any old bug report made by an authenticated user on the front page.
[23:54:24]* kswan has quit (Quit: Leaving.)
[23:54:35]* brianpuccio has joined #drupal-support
[23:54:38]* WormFood has quit (Ping timeout: 276 seconds)
[23:55:11]* cfuller12 has quit (Quit: Leaving...)
[23:55:20]* SeventyFifthTbn has joined #drupal-support
[23:55:54]<Webwalker3D>just don't make it promoted
[23:56:07]* CKIDOW has quit (Quit: CKIDOW)
[23:56:35]<CShadowRun>Webwalker3D: so I put a big sign on my website for all the authenticated users saying "Untick the front page button when making a bug report please" ?
[23:56:53]<Webwalker3D>nope
[23:56:59]<CShadowRun>then what?
[23:57:02]<Webwalker3D>goto the content type
[23:57:06]* imm has quit (Ping timeout: 245 seconds)
[23:57:15]<Webwalker3D>go to submission settings, and uncheck "promote to front page" as a default
[23:57:21]<CShadowRun>ty :)
[23:57:35]<Webwalker3D>np
[23:58:28]* te-brian has quit (Read error: Connection reset by peer)
[23:59:15]* imm has joined #drupal-support
[23:59:24]* te-brian has joined #drupal-support
[23:59:56]* szczym has quit (Quit: Ex-Chat)