Paid affiliate advertisement
Price quote request for developing Ajax Tabs for Drupal 5.x
alex.shapiro - May 16, 2008 - 04:11
One of the developers of New Your Observer, Barry Jaspan, posted a piece of code for a custom module Magic Tabs: http://drupal.org/nyobserver#comment-228682 We could not get it work and would like to pay for anyone who will provide us working module that loads tabs content on the fly.
There was similar request here: http://drupal.org/node/254310, but seems nobody replied there.

Is $100 ok for this kind of
Is $100 ok for this kind of job? anyone?
I can
But in $300
jstools tabs
Hi,
I am not sure what are your requirements. But you can have a look at tabs of jstools. You get pretty good effect when placed in contemplate of some content type.
Cheers,
Nehal Mehta.
nehalmehta, we could not
nehalmehta,
we could not make jstools tabs to load content on the fly. you can take a look at couple of relevant jstools issues: http://drupal.org/node/185231, http://drupal.org/node/146918 No clear solution yet.
See also
http://drupal.org/node/249932
I welcome further work on this issue.
Nedjo, I am ready to pay
Nedjo, I am looking for a way to get it work for Drupal 5.x, and your link is about 6.x.
Alex, I have various ccks in
Alex,
I have various ccks in a content type. When I am trying to use fetch it's data in display, using contemplate it works fine with me. And as data comes from cck, it is certainly not static.
I can send you code for contemplate if you think that can help.
Cheers,
Nehal Mehta.
Dear Nehal, I am trying to
Dear Nehal,
I am trying to get the same result for tabs as on http://www.observer.com. I am not sure if suggested by you method could help. Do you think it could be configured like tabs, which would load their contents dynamically on the fly?
You can try this too. It
You can try this too. It works well for me. Change CSS according to your choice and fill in your content.
<div class="tabmodule">
<div id="tabs-1" class="drupal-tabs" >
<ul class="anchors" style="border: 1px solid #cccccc;height: 27px;
width: 360px;background: #ebf2f6;margin: 0px;
padding: 0px;">
<li><a href="#tabs-1-1" style="height:26px;width:97px;margin:0px; padding:0px;text-align:center;border: 0px;">TAB 1</a></li>
<li><a href="#tabs-1-2" style="height:26px;width:97px;margin:0px; padding:0px;text-align:center;border: 0px;">TAB 2</a></li>
<li><a href="#tabs-1-3" style="height:26px;width:97px;margin:0px; padding:0px;text-align:center;border: 0px;">TAB 3</a></li>
</ul>
<div id="tabs-1-1" style="padding: 0px;
margin: 0px;margin-top:5px;border: none;
">
<h2 class="drupal-tabs-title" >TAB 1 </h2>
<div class="tabcontent">
TAB 1 CONTENT</div>
</div>
<div id="tabs-1-2" class="fragment"style="padding: 0px;
margin: 0px;margin-top:5px;
">
<h2 class="drupal-tabs-title" >TAB 2</h2>
<div class="tabcontent">TAB 2 CONTENT
</div>
</div>
<div id="tabs-1-3" class="fragment"style="padding: 0px;
margin: 0px;margin-top:5px;
">
<h2 class="drupal-tabs-title" >TAB 3</h2>
<div class="tabcontent">TAB 3 CONTENT
</div>
</div>
</div>
</div>
Thanks,
Nehal Mehta.
Unfortunately, this is not
Unfortunately, this is not what I am looking for. This code preloads content, you can view html code for the page. And I need a particular tab to load its content only when it is clicked on.
Barry Jaspan did not answer
Barry Jaspan did not answer to my e-mail request; I have received couple of responses to this node via e-mail which turned out to be trial to sell ordinary (preloaded) tabs implementation; no any serious offer.
Is it really hard, dear Ladies and Gentlemen? Why Drupal gurus who made such useful tools like ajax tabs on their projects (like http://www.observer.com) don't want to share with the community, or at least to sell it for money for those who really need?
Magic tabs
Alex,
I have a preliminary "magic tabs" implementation, that works very similar to the one at observer.com. Please contact me I will send it to you.
I plan to publish it on d.o later..
--yuval
Initial release
http://drupal.org/project/magic_tabs
--yuval
Yuval, I have created a
Yuval, I have created a support request http://drupal.org/node/263446. Hopefully your new module will be able to load views through ajax call just like we could achieve it on our website www.gazeta.kg, but your way seems better.