Closed (fixed)
Project:
Panels Accordion
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Nov 2009 at 22:08 UTC
Updated:
16 Mar 2010 at 14:37 UTC
Jump to comment: Most recent file
Comments
Comment #1
lefnire commentedComment #2
lipinponmala007 commentedi used this in my site ..i want have the horizontal accordion effect .
i created a mini panel
selected horizontal accordion from admin/panels/panel-mini/name_panel/edit-settings
added two nodes ex node/2.node/3
but in style settings a message:-
Apply accordion styles to multiple panes
This style does not have any settings. is found
i aded this mini panel to panelpage
RESUlT:
i am not able to see my tittle ,but the dragging effect works because i could see the "submitted by admin" line....
could you help me to go forward?
Comment #3
lefnire commentedI'm having some trouble translating, sorry :( Any chance of uploading a screenshot of the problems you're seeing?
Comment #4
lipinponmala007 commentedyour module works good!!! thank you so much.......
but i want to use the horizontal accordion with one title and body opened by default.
the screen shot is attached below plz have a look
One more
I also wanted to have different images for different tittles..
i placed the title images to my /var/www/[drupal folder]/horizontal_accordion/header/test_header1
and changed the minipanel configaration like shown screenshot... and changed the line
$output .= "
\n";
to
$output .= "
\n";
i don't know whether i am giong right ...but i got almost what i want .please help me to complete this
Comment #5
lipinponmala007 commentedtihs
Comment #6
lipinponmala007 commentedanother screen shot
Comment #7
lipinponmala007 commentedGot it!!!!!
i got the resulting horizontal accordion of my wish.. your module was the platform ..thank you thank you very much
it is done with adding some lines to .js file and .modue file
Comment #8
lefnire commentedsorry lipinponmala007, not ignoring you -- I'll fix that bug very soon, promise.
In the mean-time, here are some more features: transparent png titles, bug fixes & updates dan's jquery module, settings on the panels style
Comment #9
davidburnsI approve of this feature. Lefnire, I like your idea of making it a submodule of 6.1.
Will it act like Kwicks where the width is fixed and everything expands depending on inner content?
Comment #10
lefnire commentedOk, I committed the submodule to CVS. It depends on textimage for the text->image->rotate capabilities (this may change in the future).
dave, currently it acts more like this horizontal accordion, because we needed that at goingon (aka, the $ funding my programming) -- however, I personally think Kwicks is way cooler, and there's the jQuery version too. I want to create functionality for custom panel header images, which would support that functionality, in the future. On my todo :)
Comment #11
lefnire commentedgotta fix things lipinponmala007 pointed out before closing this ticket
Comment #12
lefnire commentedOk lipinponmala007, made some changes -- css was hitting .content, which applied to both the panel-pane and the node-view (i wasn't getting these issues because I was using custom content, where you're pulling nodes). These issues should be fixed now, download the latest -dev. If it's still giving you problems, re-open
Comment #14
thadwheeler commentedI am having an issue with my first panel not being displayed - it seems the width of my content panel-pane is being set to 750px. I cannot find where I can reset or adjust this. Can anyone point me in the direction?