I'm working on refreshing my Javascript skills after some time. I decided to take the liteAccordion jQuery plugin located here: http://nicolahibbert.com/demo/liteAccordion/ and try to implement it into my Drupal 7 dev box. However, I can't seem to get it to work.
I'm currently working with a fresh install of 7.7 on my home ubuntu LAMP server
I've been trying to use the built in update feature.
I know I can update modules by ftping to the server but being able to use the "Download updates" button in the user interface would be a lot easier.
When downloading updates I get a message that updates were downloaded successfully.
I then get the page suggesting I put the site into maintainance mode and click continue.
Hi all,
After spending some time trying to understand how to make lightboxed images with CKE and IMCE together, I stumbled upon the code found here: http://www.chilipepperdesign.com/2010/01/08/adding-the-rel-and-title-att...
It's a little hack that adds the rel link when adding an image through the editor. Makes it just possible.
However my aim was to make it as simple as possible for any user of the website I'm trying to set up to add files and images. So I started reading Evan Johnson's code and found the default value. I typed 'lightbox' and so every picture added was automatically handled by the lightbox2 module.
Yet that wasn't enough since users with limited html knowledge would find it hard - if not impossible - to insert a gallery. I needed a dropdown list instead of a default value. So I read on the .js file code and found how such a list was to be written and applied that to Evan Johnson's code. Fairly easy, in fact.
So if anyone should need to do the same as I did, here is the code. It has to be added after line 1145 in the sites/all/libraries/ckeditor/plugins/image/dialogs/image.js file.
{
id : 'txtTitle',
type : 'text',
label : editor.lang.link.advisoryTitle,
'default' : '',
setup : function( type, element )
{
if ( type == LINK )
{
this.setValue( element.getAttribute( 'title' ) );
}
},
As the title says, I have 1 wish, that is simply be able to get an MP3 store operational using Drupal.
Please could someone provide me with some advice, tutorials or examples of how to achieve this.
I know this is doable as I have found other sites that sell mp3 and use Drupal. I have searched this forum but there is not really any clear direction. What is on here seems to be fairly outdated. I am using Druapl 7, latest version and would like to use current modules.
I'm trying to set up DDBlock to show a slideshow from view as described here: http://ddblock.myalbums.biz/node/1972
I followed the steps exactly as mentioned.
As long as Display Mode: Default is chosen, it works -- showing raw data, no slideshow. When I select Cycleblock, I get the following messages:(file paths differ depending on the theme chosen)
Notice: Undefined variable: pager in include() (line 24 of /home/content/92/8162492/html/sites/all/themes/istdpir/custom/modules/ddblock/ddblock-cycle-pager-content.tpl.php).
Notice: Undefined variable: delta in include() (line 30 of /home/content/92/8162492/html/sites/all/themes/istdpir/custom/modules/ddblock/ddblock-cycle-block-content.tpl.php).
Notice: Undefined variable: pager in include() (line 32 of /home/content/92/8162492/html/sites/all/themes/istdpir/custom/modules/ddblock/ddblock-cycle-block-content.tpl.php).
Notice: Undefined variable: pager in include() (line 38 of /home/content/92/8162492/html/sites/all/themes/istdpir/custom/modules/ddblock/ddblock-cycle-block-content.tpl.php).
Notice: Undefined variable: pager in include() (line 59 of /home/content/92/8162492/html/sites/all/themes/istdpir/custom/modules/ddblock/ddblock-cycle-block-content.tpl.php).