Posted by lefnire on November 9, 2009 at 10:08pm
| Project: | Panels Accordion |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | lefnire |
| Status: | closed (fixed) |
Issue Summary
Attached is 6.x-1.0 with a sub-module called horizontal_accordion. It uses GD2 to turn the region/mini-panel title into an image & rotate, and styles as a horizontal accordion using danmasq's jQuery horizontal accordion to style the panel.
Will make a 6.x-2.x-dev version once this thing is fleshed out and (1) Dave approves, (2) if there are enough people who want it
| Attachment | Size |
|---|---|
| panels_accordion.tgz | 834.04 KB |
Comments
#1
#2
i 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?
#3
I'm having some trouble translating, sorry :( Any chance of uploading a screenshot of the problems you're seeing?
#4
your 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 .= "
title\"/ title=\"$content->title\">\n";
to
$output .= "
title\"/ title=\"$content->title\">\n";
i don't know whether i am giong right ...but i got almost what i want .please help me to complete this
#5
tihs
#6
another screen shot
#7
Got 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
#8
sorry 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
#9
I 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?
#10
Ok, 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 :)
#11
gotta fix things lipinponmala007 pointed out before closing this ticket
#12
Ok 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
#13
Automatically closed -- issue fixed for 2 weeks with no activity.
#14
I 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?