By jjkiesch on
i would like to have a content type that has a page to list titles or thumbnails on one side, and when clicked, to load the node on the other side of the same page.
is there a module that does this or something similar? are there work arounds for existing modules like Views or Panels that might work?
i might try and write a custom module for this but before i potentially reinvent the wheel, i thought i'd ask.
i would appreciate any advice. thanks.
Comments
=-=
panels may be able to pull off something of this nature, though panels.module hasn't been released for drupal 6.x beyond alphas and the -dev release which is for testing purposes.
i've got the -dev version of
i've got the -dev version of panels installed but haven't used it before. is there a way to have links refresh other panes without reloading the page?
Use "panels_tabs", a Tabs
Use "panels_tabs", a Tabs panel style, Tabs of jtools and include nodes in your panel with "panels_node".