Display dynamic block solves my problem but it appears at left, right side bar. I need it to display at the middle of home page. How can that be possible
Read more »Display dynamic block solves my problem but it appears at left, right side bar. I need it to display at the middle of home page. How can that be possible
Read more »Please help. Cron crashes with the following error:
Fatal error: Cannot use object of type stdClass as array in /home/content/e/l/a/elazar/html/includes/common.inc(1647) : eval()'d code on line 12
if I insert print $code; exit; just before the eval call, I get the following:
Read more »Hi All,
Probably a simple question, but I can't seem to figure this out...
When making a galleria node I get this text "image:" above the images, but I don't want this.
I've check the template but can't seem to find what outputs this text because I want it gone.
How to remove this text???
Thnx in advance.
Lightawave
Read more »François Fillon, French Prime Minister, mentions Drupal in Le Figaro, one of the leading French daily newspapers. Read the article: Fillon est-il un «vrai geek»?. Maybe he has his own Drupal site or will get one soon? (Hat tip: Ineation)
Read more »hi all,
i tried to develop my own module that simply select from database the title and insert those returned data a new window that has the url according what user select from combo box, any way ,it work in a proper way ,but i discovered a big problem which is drupal doesnot fell any changes i make like adding a new page or story for example but when i removed this module it worked very well...
but i donot know where and why the conflecting in my module....
so what is the problem..?
here is the managelinks.module
Read more »Hi am working with a project and using "invite" module in it .... I need to cutomize the "New invitation" page.... ie., I just want To: --> text area., Message-->text area and send invite button .... can any one help me with it??? Where can i customize the module.
Thanks
Shamlah
hi all,
i tried to develop my own module that simply select from database the title and insert those returned data a new window that has the url according what user select from combo box, any way ,it work in a proper way ,but i discovered a big problem which is drupal doesnot fell any changes i make like adding a new page or story for example but when i removed this module it worked very well...
but i donot know where and why the conflecting in my module....
so what is the problem..?
here is the managelinks.module
Read more »Hi all.
Correct me if I'm wrong, but as I found in the Drupal API docs:
db_error(): Determine whether the previous query caused an error.
I have been testing on a new module I'm developing and db_error() makes me ponder...
I do the following query, I insert a record into a table "I know does not exist" = deliberate error
$sql = "INSERT INTO {eam_templates_xl} (label) VALUES ('%s')";
db_query($sql, "test");
then i get the expected error shown in my window:
Read more »Hai, I am using Php code to download the uploaded files.
<?php
$file="new.zip";
header("Content-type: application/octet-stream");
header("Content-Type: application/zip");
header("Content-Disposition: attachment; filename=\"$file\"");
header("Content-Transfer-Encoding: binary");
readfile("new.zip");
?>
hi all,
i just developed my own module and i successed to chow and use it :D ,but i have a big problem which is,...
when i make anything in drupal like create a new page for example it doesnot appear in drupal website (i.e drupal website doesnot feel any changes i made ) and i tried to remove my module ,then it work in proper way,...so what would be the problem..?
this is the code of my module(simply select from table in database the title and load it in a combo box and onchange this combo box it open a new windo with the corresponding URL ...that is it)
Read more »I like a variety of animals, so I want to talk with you about your pet!!
Please tell me your stories that you experienced with your pet. | ( " ~" ) |
Read more »After CSAIL started using Drupal (the group where Tim-Berners Lee works), the MIT Media Lab also switched to Drupal. Check out there Drupal site at http://media.mit.edu. As a former academic and a long term admirer of the MIT Media Lab, I think that is just really cool!
Read more »I spent some time trying to figure out how to make files small enough to put an entire audiobook on my 1GB MP3 player with Rhythmbox. The default CD quality MP3 settings for Rhythmbox made the book too large, so I spent some time figuring out the special GStreamer pipe for sending the audio to lame for lower quality conversion.
In Edit - Preferences - Music, edit the Preferred format. Add a new one named "Voice Quality, MP3". My description is "Target 80 Kbit/s for variable bitrate copies."
Read more »Using drupal 6, I have exposed filters with Views (6.2.6) and I'm trying to tweak the values being displayed in the text area. I've ready just about every google link I can find in reference to exposed filters and have found the phptemplate_views_filters function.
That said, I can't get it to work at all.
As I understand it, you replace the phptemplate with the theme's name (as an example, pretend the theme is called theme_east), so it becomes theme_east_views_filters, although I've tried all kinds of combinations, nothing has worked though.
Read more »Hi every body
Could any one help me
actualley i have devloped my own module with own search hook
and put the following query
$result = pager_query("SELECT person_id,uid, firstname,lastname,country,city FROM {patiants} p INNER JOIN {person} c ON p.person_id = c.id WHERE LOWER(story) LIKE LOWER('%s%') OR
LOWER(firstname) LIKE LOWER('%s%')OR LOWER(lastname) LIKE LOWER('%s%')OR LOWER(country) LIKE LOWER('%s%')OR LOWER(city) LIKE LOWER('%s%') OR LOWER(diagnosis) LIKE LOWER('%s%')", 15, 0, NULL, $keys);
person and patiant tables in the database
Is there any theme based on Flash (Actioncript 3) for Drupal?
Or is there some ways to make such kind of themes?
Cause we have only CSS/HXTML valid themes.
Read more »I've built a module with hook_perm, hook_access and hook_menu. Every menu item calls an include file within hook_menu like such:
$items['scoreos/teaminfo'] = array(
'title' => 'Team Info',
'page callback' => 'teaminfo_all',
'access arguments' => array('access team info'),
'file' => 'teaminfo.inc',
Im using Drupal 6.10 and civicrm 2.2.2.
I need to create views for civicrm contributions
but when i do this the query built is reffering to drupal's database instead of civicrm's
Any Idea whats going wrong?
Hi,
I've read some really fantastic posts about theming the attachment table provided by File Upload. However, I have a client who specifically wants the attachments block to appear at the top of the page (above the page content) and I can't seem to find a way to do this. It seems to default to display at the bottom of the page and I can't find anything in node.tpl.php or similar where it's included.
Have been playing with the theme_upload_attachments() function, but that doesn't seem to have anything to do with where on the page it's displayed...
little help?? :)
Read more »Hi!
I´m wondering where the following lines of code might be generated:
@import "/sites/default/themes/mytheme/css/ie.css";
@import "/sites/default/themes/mytheme/css/lteie6.css";
THey must have come with the $styles variable.
As they do NOT exist in my theme I don´t need them and of course want to avoid all those 404s.
Thanks for any ideas
Sören
Hi, sorry for my english.
I cannot create CVS branch "DRUPAL-6--10".
Trying in Eclipse:
cvs tag -b "/bittorrent/DRUPAL-6--10" "/bittorrent"
** ERROR: invalid branch for this directory:
** contributions/modules/bittorrent
** See http://drupal.org/node/93999 for the format of valid branches.
cvs tag: Pre-tag check failed
Hi
Does anyone know how to change the font of the title in a teaser? I cannot find the .css For example, I have a made a story appear as a teaser on my front page and the title of my story appears, in the teaser, as the same text size as the blurb below...I want to bold the title or change color.
Thanks
Cath
Hi there,
So far I've used the Amity Island theme to put my first site together with Drupal and I've made changes to the style.css file and php fils where required. However, I'm thinking of starting over with zen in order to develop a full understanding of what's going on. One thing is really bugging me:
Read more »Hi,
The title of this is a little obscure, I wasn't sure how best to phrase it. Anyway, here goes.
I have created a site for a client using drupal and ubercart - they sell advertising space for holiday properties and directory listings (for example restaurants, bars, sports centres etc).
This question refers to Directory Listings.
Read more »I am having trouble with the bonus view. I'm trying to make a grid style for my products for the e-commerce site. I already selected grid view > 4 columns, etc. I hit save, but when I view the homepage, it doesn't have grid view. It is listed vertically like default. Also, when I hit preview while I am making changes to the view, I see that it is in grid view, but when I look at the actual page after hitting save, it is back to normal default view. Why is this?
thanks,
Angela
Edited by WorldFallz - moved to appropriate forum.
Read more »Hi everyone,
I have a CCK node for a "Prescription" that contains a field for the date. I have setup a cron job to delete this node with some SQL if the prescription is not renewed after 30 days. However, when I delete the actual field in the database - it doesn't remove the Node itself, it just deletes the data that was contained inside the node.
Is there a way to delete the Node AND its data via the database?
I would be delighted if anyone could advise me on this subject, cheers.
Read more »I'm trying to create view to display information about author of node who I'm viewing..
I tried all variations of UID, node id from url, everything i came up with .. and nothing :r
Any custom php condition?
Read more »warning: preg_match() expects parameter 2 to be string, array given in C:\Program Files\xampp\htdocs\drupalsite\includes\bootstrap.inc on line 708.
Read more »Hi every one
In IE i am getting "Stack overflow at line 17" message. when i see in firefox using firebug the error is "too much recursion
[Break on this error] Drupal.extend.apply(this[i], [obj[i]]);". It is misc/drupal.js in line 16.
Please help me how can i get rid of this message? OR any idea how this error occur so that i can fix it.
Any one have idea how this error can be occur?
Thanks
Edited by: VM; moved to appropriate forum
Read more »I'm wondering where in Drupal 6 I might look to hook in a some custom sorting behavior so that forms which show usernames sort the data by last name rather than first?
Read more »Quick question. I've created a View for a site home page that is displaying all event content type content.
However I have an issue and I'm wondering if someone can help/suggestions:
I'm trying to get the CALENDAR link into my View as a field (that variable links to the event Calendar (highlighting the day) dynamically) but the View fields (via Views admin) does not include any event module variables. This is the variable (here as a print function from Contemplate module) I'm looking for:
<?php print $node->links['event_calendar']['href'] ?>
Read more »Hi,
I created a CCK with has title, body, and filefeild which captures mp3 file. This is used to make a small audio collection. I want to share this collection with another site where they can search, display, and pay the files insite. What is the best way to do this?
Im trying an rss feed right now. I pulled it in from the other site, but the data output needs formating. I want the mp3 to load in 1pixel player, and want the layout formating to be different. Can RSS feed be formated? Can RSS feeds be loaded into a CCK?
Thanks so much!
Read more »Hi everyone, my first post on here so must have been doing okay so far! :O)
I'm a bit stuck, going round in a circle and hoping someone can help me out or point me in the right direction.
I've followed the Feed API + Emfield Screencast for pulling in media and creating video nodes, great tutorial and is working fine for me (see http://n97unlocked.co.uk videos section)
However... this is where I need a little bit of help.
Read more »Hi
I have install drupal On My MAC machine during installation i am facing error opy the ./sites/default/default.settings.php file to ./sites/default/settings.php. how can i resolve this error please suggest.I am new on this platform.
I'm trying to install Drupal 6 locally on my mac and I'm running into some problems. I get to the Database Configuration section, I put in my database name ('drupal'), username ('root'), and password ('root'). I press Save and Continue and then the page just reloads.
If I enter in a different username and password, I get the correct error - "Failed to connect to your MySQL database server. MySQL reports the following message: Access denied for user 'adsfa'@'localhost' (using password: YES)."
Read more »Hi all,
I'm having problem in getting rid of the promote frontpage features. All the contents I created (no matter of type story, page or whatever), it will directly promoted to frontpage. (which by default the content of type "page" shouldn't have possess this characteristics)
I've tried several ways (uncheck the promote to front page during content creation), edit the content after posting (demote from front page) and so forth. Still the contents are published in the frontpage.
Read more »I've run my course with an ecommerce module problem. Rather than taking the time to remove all the db tables by hand so I can install ubercart, I'm going to do a fresh install with drupal 6 (current install is 5).
Because druapl5 is installed into the document root, I'm going to install d6 as a "drupal" folder within the current installation.
Read more »Hello,
Few weeks ago I upgraded my site to 6.12 as I was having trouble with Ubercart and hoped it might help my problem....which it did fix!!! Great......or not. Now I have even bigger issues.
When creating all of the different content types I use (Page used in screenshot) All my options for the modules involved on that page are gone. I get the headings but nothing else (See Screenshot)
I dont have a clue where to start on this issue. Im seriously thinking of reverting back to my backup but idealy I wanna fix this issue.
Read more »Trying to change the background on a 5x Drupal site, using the theme A3 Atlantis. The new PSD is ready to be uploaded, but I can't figure out where to put it.
At the risk of asking a vulnerable question, can someone tell me where to stick my PSD file?
http://drupal.org/project/a3_atlantis
Read more »user warning: Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '=' query: SELECT aa.aid, a.type FROM trigger_assignments aa LEFT JOIN actions a ON aa.aid = a.aid WHERE aa.hook = 'nodeapi' AND aa.op = 'view' ORDER BY weight in /home/mired/public_html/myracinglife.net/home/modules/trigger/trigger.module on line 146.
Read more »I'm not sure what's going on. I've googled this problem and found some post on it but they relate the problem to view_fusion and other possible issues that I shouldn't have b/c I don't use those things. I'm thinking it may have something to do with the version of php (I'm currently using php 5.x, not sure of exact version) that I'm using but I'm not sure how to get it working.
The steps I've perform to this point is:
Read more »I'm trying to update drupal to the latest version. I run the "update.php" script and the "Run updates" screen does not show a status bar. It just hangs there. The only item on the main section of the page is the page title "Updating"... that's it. The database does not update. I'm not sure what to do. I was using drupal 6.10 and I was trying to update to v6.12. Please help.
Read more »I'm moving a Drupal 6 site from one web host to another. I'm using godaddy with the Preview DNS feature. I cannot get the Drupal site to run the "update.php" script or the "install.php" script. Both techniques do not show the progress bar and just hang. Could the Preview DNS feature be impacting this? Please help.
Read more »Hai, I want to upgrade my drupal version6.2 to 6.12. Can anyone explain the steps involved?
Thanks in advance,
Revathy.
Hi everybody,
I'm so confused by creating a form in drupal 6.
Now, I define a form in template.php. the form is all about some input, select and a submit button.
I know I should call drupal_get_form(). In fact, it works.
But I cannot find a way to theme my form. I try to use theme_my_form(). But it doesn't work.
calling drupal_render never run successfully.
anyone help?
Thanks in advance.
Read more »I am using pathauto module for url aliases. I create views by passing argument as taxonomy id. For the views url aliases not working.
Read more »Hi,
Can any one help me to give the details about how to integrate LDAP authentication module in drupal.
I am using Drupal 6.x. I have downloaded the respective LDAP module and installed it.
I have also installed the help module for LDAP.
I am using wamp server 5. I have done all the settings refered from
Hi guys, my site has been practically down for a couple of days now while I'm trying to figure out why my site is so slow. It looks like this error is eating up all the ram, please see below.
call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'archiveaz_form' was given in /home/rocko/public_html/v3/includes/form.inc on line 218.
Any help is appreciated!
Read more »