Drupal: load the pages only when the page scrolls down
hi, is there a plugin for Drupal to load images as the user scrolls down the page. Such as: mashable.com ? thanks ...
hi, is there a plugin for Drupal to load images as the user scrolls down the page. Such as: mashable.com ? thanks ...
hi, is there any way to add a visual marker for cropping using the cropping field in Drupal ? (I'm using Imagefield Crop module) Something like this: http://www.scrappintwins.com/zencart/images/large/cindy_minear_tile_overlay_s.jpg on top of the uploaded image ready to be cropped by the dragging area. thanks ...
I'm using drupal 6.x with the garland theme. I went into the garland theme directory and have attempted to use the garland_menu_tree override to alter the ul container within the template.php file. However, it's not firing. I have even put in an echo to see if the method is being called and it isn't. Any suggestions? ...
How do I get a user's profile path in Drupal based on the author of the current node? <?php print t('Posted on !date by !username', array('!username' => theme('username', $node), '!date' => format_date($node->created,'custom','m.d.y'))); ?> The above gets me the right url, but that's all i want... the url. ...
I just installed a fresh copy of Drupal 6.19 to get to speed on how to write modules. But for some reason the rewrite module isn't working for Drupal. What I have checked: $ apachectl -M >> it is installed php_info() on current server >> says rewrite is installed also I also double-checked the .htaccess file in my Drupal root folde...
I had to migrate a drupal site from a Windows machine running the xampp package to a machine running Linux (Ubuntu 10.04). I exported the database to a sql file on the source machine and recreated the database using the file on the destination machine. Also, i copied my website folder from the source to the destination. I also made the ...
I have a Drupal filter module whose output I would like to alter, depending on where the output is going to be displayed. Specifically, I want to the filter to give the full output for nodes, but trim the content down for blocks. ...
I am using Tabs and CCK Fieldgroup Tabs module to put node GMap CCK location map in a tab. When I put GMap location map in one of the node tabs (Tabs module) other than first one (default), the map view does not centre properly the marker. It slides one width off the screen to the east (right). I need to press "scroll right" arrow once o...
Hey All, Not sure what's going on but the Jquery.js is dying on me with "d is not null". This came out of no where. I can't seem to figure out how to fix it it. Screenshot of firebug: From this drupal link link Michelle (3rd comment) claims this is Collapsible forum containers issue? (Which as far as I know I am not using?) but it...
Hello, I have been trying to load fivestar module and show the rating widget of the selected node in an external php file. I have gotten the rating widget displayed on the page but it only displays degraded version of the widget (non-JavaScript, dropdown widget and "Rate" button) I looked into the source code of the page but the javascr...
I want to enable .htaccess files on my server in order to use "clean_url" functionality in Drupal. This is what I've done so far: sudo a2enmod rewrite sudo /etc/init.d/apache2 restart cd /etc/apache2/mods-enabled grep mod_rewrite * In phpinfo() results I can see: mod_rewrite, so I guess the module is enabled. I've added a htaccess f...
hi, I want to change the owner of my files directory on Drupal, but.. what's the Drupal user ? I currently only have 1 user in my unix system, who is the one who moved the files. Drupal complains it cannot edit them. How can I add Drupal to the usersgroup with full writing access ? chown... thanks ...
I'm getting this message in my Drupal installation: GD Image Filtering Low Quality / Poor Performance The installed version of PHP GD does not support image filtering(desaturate, blur, negate, etc). It was probably compiled using the official GD libraries from http://www.libgd.org instead of the GD library bundled...
Can I install Drupal on a server with 256MB ram ? If yes, how many Drupal websites ? The server is supposed to only run such websites. ...
we have a team and want to make a site using drupal. as i see all the changes will be saved in database. so how we can have a version control? should we use of a cvs that take care of databases? if yes, how can i make a db cvs server? thanks. ...
I am trying to modify drupal comment form so that just above the the form I can show a regions and add more blocks to that region (say some promotional banners). I am doing this in template.php I have a working themename_comment_form function and can set $form['intro']['#value'] to the value I want. I also know how to create a new reg...
I'm developing a site in Drupal 6, and I'm going mad trying to work out why pages (specifically pages containing views), I'm working on locally are caching content instead refreshing the contents of the page, and that of linked js files, I'm relying on for making a mashup - is there a checklist I can check against to be sure I'm not miss...
How can I unset css files in Drupal 6 ? i.e. I want to unset default.css system.css and system-menu.css thanks ...
Can I initialize the cropping area (In order to suggest a default one), with the Imagecrop module ? I want my users to crop images in the same way... thanks Update: code lines in imagefield_crom.js setSelect: [ parseInt($(".edit-image-crop-x", widget).val()), parseInt($(".edit-image-crop-y", widget).val()), ...
For some reason the ImageCache module doesn't work. Drupal just doesn't generate the ImageCache subfolders and image files. The user www-data is the owner of the folder imagecache, I also have set 777 permissions, just to be sure that it is not an issue. The point is that ImageCache was working on the previous server. Is maybe a serve...