Welcome, Guest. Please login or register.
Did you miss your activation email?
May 27, 2012, 05:12:25 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155555 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: 1 ... 4 5 [6]   Go Down
Print
Author Topic: New Module - Tabbed Content  (Read 16057 times)
maverik

Offline Offline

Posts: 1568



WWW
« Reply #125 on: November 20, 2009, 08:14:42 PM »

hiho

first install tabber

then make a hidden page with newsreader and the feed you want

then make a page with a code section

write the call for tabber in this code section like

Code:
tabber(array(your page id from hidden page));

thats all   grin
Logged

Signatur wird geladen...
Falcon

Offline Offline

Posts: 50


« Reply #126 on: November 20, 2009, 11:17:26 PM »

Thanks, it works.

I use the newsreader 0.0.4 (rsssitefeed doesn't work on my WB 2.8 ) but
now I have 3 same topic:

winfuture news (in the tab)
winfuture news (as first topic with big letters below the tab)
Winfuture news (as second topic with big letters and the W as a capital letter)

I tried tabber_use_menu_tit le(); but no changes.
In the newsreader I leaved blank the fields show image and show description.

Do I have to edit the css or any php file to delete the 2. and 3. topic to
have the same result with only one topic in the tab as in the example on
the page in my previous post?

Falcon
« Last Edit: November 20, 2009, 11:30:08 PM by Falcon » Logged
maverik

Offline Offline

Posts: 1568



WWW
« Reply #127 on: November 20, 2009, 11:30:07 PM »

Quote
I use the newsreader 0.0.4
   huh

Version:      0.10

try this one http://www.websitebakers.com/pages//modules/listings/section-pages/newsreader.php
Logged

Signatur wird geladen...
Falcon

Offline Offline

Posts: 50


« Reply #128 on: November 20, 2009, 11:52:10 PM »

With version 0.1 I have now 4 topics.



.. and as you can see theire are problems with the utf8.

I stored conversion from iso-8859-1 to utf8 and it works, but during
storing I encountered the message:
you did not set $StringToChange in Convert() function.

Falcon

{EDIT}
I use the tabber 0.6, I think that's the newest version?

« Last Edit: November 20, 2009, 11:57:44 PM by Falcon » Logged
maverik

Offline Offline

Posts: 1568



WWW
« Reply #129 on: November 21, 2009, 01:31:30 AM »

my settings for winfuture
Logged

Signatur wird geladen...
Falcon

Offline Offline

Posts: 50


« Reply #130 on: November 21, 2009, 07:57:53 AM »

I have the same settings.

What I've done, I deleted in newsrader -> funktions.php three lines of $out.
Nows it's looking better, one remaining topic comes from the tabber.js,
but I didn't find the line, but it's sufficient now.

Other problem - I want to have the links not underline, but that are
general problems with the inheritance, that's an other subject.

Falcon
Logged
Falcon

Offline Offline

Posts: 50


« Reply #131 on: November 21, 2009, 06:06:40 PM »

Tabber works fine now, but ..

I have 6 tabs with newsreader feeds. The time to update the news is set from
86400 sec. to 3600 sec.
After that time (1 hour) and clicking on the main menu link of WB to get the
tabber side, I see only 1 tab (of total 6). Clicking a second time on the menu
link, I get a second tab .. and so on.
So I have to click 6 times to get all may tabs.

Any ideas to solve that?

Falcon

{EDIT}
The Problem is caused by the newsreader modul, like the problem
with the smoothy gallery which also didn't work with the tabber.

« Last Edit: November 23, 2009, 12:14:43 PM by Falcon » Logged
elsbeth

Offline Offline

Posts: 11


« Reply #132 on: November 23, 2009, 12:07:11 PM »

Tabber works perfect... thx a lot

One Question:

Where in frontend.css I can set the distance between the rows?

e.q.


EDIT: Solved with add line-heigth: 1.8em;  (at "ul.tabbernav li a")
Code:
ul.tabbernav li a
{
    padding         : 2px 0.5em;
    margin-left     : 3px;
-->line-height     : 1.8em;<--
    border          : 1px solid #778;
    border-bottom   : none;
    background      : #DDE;
    text-decoration : none;
[/b]
« Last Edit: November 23, 2009, 01:48:47 PM by elsbeth » Logged
WebBird
Guest
« Reply #133 on: November 23, 2009, 12:34:34 PM »

Try "ul.tabbernav li" and using Firebug. rolleyes http://getfirebug.com/
Logged
elsbeth

Offline Offline

Posts: 11


« Reply #134 on: November 23, 2009, 12:50:06 PM »

Try "ul.tabbernav li" and using Firebug. rolleyes http://getfirebug.com/

I tried it with "margin-bottom: 5px;"

... no effect
Logged
WebBird
Guest
« Reply #135 on: November 23, 2009, 01:23:15 PM »

Try playing with height and/or line-height.
Logged
elsbeth

Offline Offline

Posts: 11


« Reply #136 on: November 23, 2009, 01:50:08 PM »

Try playing with height and/or line-height.

Solved with add
Code:
line-heigth: 1.8em;


MERCI !
Logged
WebBird
Guest
« Reply #137 on: November 23, 2009, 02:05:56 PM »

Note: There is no "standard way" to solve this. It depends on the global CSS used in the template. So sometimes line-height is what you need, but maybe not in all cases. wink
Logged
joop

Offline Offline

Posts: 86


WWW
« Reply #138 on: January 30, 2010, 12:12:30 AM »

At first glance it looked like the module I was looking for.
Sadly I can't get it working the way I wanted.
If I set it up the way it is supposed to, it shows me the last tab in stead of the first tab (as it should be).
This is what happns:

tabber('18,36');

But when I click the mainpage it shows first tab 36 and then I can click the tab for 18

Hope that my point/problem is clear, is there a way to get tab 18 to show up as the default tab?
I'm an "Inglorious B*stard" when it comes to explain something  wink evil wink
Logged

There is a fine line between fishing and just standing on the shore like an idiot!
WebBird
Guest
« Reply #139 on: February 01, 2010, 10:56:34 AM »

Hm... Can't reproduce that. Which version of Tabber do you use?
Logged
joop

Offline Offline

Posts: 86


WWW
« Reply #140 on: February 02, 2010, 09:27:46 AM »

Hi WebBird,

I'm using version 0.61
It's all fine now, probably something went wrong with the browser or something...

Still got another question, is it possible to have a gallery within the tabbed content?
I've tried different ones, but it gives me errors, wrong page loading, or simply a blank page.
Any idea whitch gallery will wok, and how to implent this?

Greetz,
Joop
Logged

There is a fine line between fishing and just standing on the shore like an idiot!
WebBird
Guest
« Reply #141 on: February 02, 2010, 09:57:59 AM »

Hm. May be a problem with Lightbox JS. Which Galleries have you tried?
Logged
joop

Offline Offline

Posts: 86


WWW
« Reply #142 on: February 02, 2010, 11:01:17 AM »

I've tried:
GDpics v0.7
Imagegallery v1.9
Slideshow2Gal
SmoothGallery v0.9b

None of them worked.
Personal I would like to use GDpics, because I need a simple image gallery.
Logged

There is a fine line between fishing and just standing on the shore like an idiot!
WebBird
Guest
« Reply #143 on: February 02, 2010, 11:08:42 AM »

Tried with Foldergallery, this works, only if you click you leave the tabbed content page, being forwarded to the gallery page. But this is "by design". rolleyes

Edit: GDPics 0.70 works for me.
« Last Edit: February 02, 2010, 11:14:33 AM by WebBird » Logged
joop

Offline Offline

Posts: 86


WWW
« Reply #144 on: February 02, 2010, 12:12:52 PM »

Thanks for your reply!
I will try the options you provided.

Greetz,
Joop
Logged

There is a fine line between fishing and just standing on the shore like an idiot!
WebBird
Guest
« Reply #145 on: February 02, 2010, 12:16:49 PM »

Maybe the Tabber JS interferes with some other JS or CSS used on your page. Try using a default design (Simple or All CSS) to isolate the problem.
Logged
WebBird
Guest
« Reply #146 on: March 24, 2010, 10:58:12 AM »

Please note that I have suspended my support for the "Tabber" code snippet effective March 24, 2010.

If someone wants to develop or maintain this code snippet any further, please feel free to do so, but keep in mind  that the module is licensed under GNU GPL.

The last stable version of the module can be found on the WebsiteBaker Addons Repository.

http://www.websitebakers.com/pages/code-snippets/listings/tabber.php

Regards, Bianka (WebBird)
Logged
Pages: 1 ... 4 5 [6]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!