Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 27, 2012, 05:10:15 AM
1 Hour
1 Day
1 Week
1 Month
Forever
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
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
New Module - Tabbed Content
Pages:
1
...
4
5
[
6
]
Go Down
Author
Topic: New Module - Tabbed Content (Read 16057 times)
maverik
Offline
Posts: 1568
Re: New Module - Tabbed Content
«
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
Logged
Signatur wird geladen...
Falcon
Offline
Posts: 50
Re: New Module - Tabbed Content
«
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
Posts: 1568
Re: New Module - Tabbed Content
«
Reply #127 on:
November 20, 2009, 11:30:07 PM »
Quote
I use the newsreader 0.0.4
Version: 0.10
try this one
http://www.websitebakers.com/pages//modules/listings/section-pages/newsreader.php
Logged
Signatur wird geladen...
Falcon
Offline
Posts: 50
Re: New Module - Tabbed Content
«
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
Posts: 1568
Re: New Module - Tabbed Content
«
Reply #129 on:
November 21, 2009, 01:31:30 AM »
my settings for winfuture
Logged
Signatur wird geladen...
Falcon
Offline
Posts: 50
Re: New Module - Tabbed Content
«
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
Posts: 50
Re: New Module - Tabbed Content
«
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
Posts: 11
Re: New Module - Tabbed Content
«
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
Re: New Module - Tabbed Content
«
Reply #133 on:
November 23, 2009, 12:34:34 PM »
Try "ul.tabbernav li" and using Firebug.
http://getfirebug.com/
Logged
elsbeth
Offline
Posts: 11
Re: New Module - Tabbed Content
«
Reply #134 on:
November 23, 2009, 12:50:06 PM »
Quote from: WebBird on November 23, 2009, 12:34:34 PM
Try "ul.tabbernav li" and using Firebug.
http://getfirebug.com/
I tried it with "margin-bottom: 5px;"
... no effect
Logged
WebBird
Guest
Re: New Module - Tabbed Content
«
Reply #135 on:
November 23, 2009, 01:23:15 PM »
Try playing with height and/or line-height.
Logged
elsbeth
Offline
Posts: 11
Re: New Module - Tabbed Content
«
Reply #136 on:
November 23, 2009, 01:50:08 PM »
Quote from: WebBird on November 23, 2009, 01:23:15 PM
Try playing with height and/or line-height.
Solved with add
Code:
line-heigth: 1.8em;
MERCI !
Logged
WebBird
Guest
Re: New Module - Tabbed Content
«
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.
Logged
joop
Offline
Posts: 86
Re: New Module - Tabbed Content
«
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
Logged
There is a fine line between fishing and just standing on the shore like an idiot!
WebBird
Guest
Re: New Module - Tabbed Content
«
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
Posts: 86
Re: New Module - Tabbed Content
«
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
Re: New Module - Tabbed Content
«
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
Posts: 86
Re: New Module - Tabbed Content
«
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
Re: New Module - Tabbed Content
«
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".
Edit: GDPics 0.70 works for me.
«
Last Edit: February 02, 2010, 11:14:33 AM by WebBird
»
Logged
joop
Offline
Posts: 86
Re: New Module - Tabbed Content
«
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
Re: New Module - Tabbed Content
«
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
Re: New Module - Tabbed Content
«
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
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> WebsiteBaker Website Showcase
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
=====> Modules / Extensions
===> Suggestions
===> Software bugs
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
=====> Module / Extensions
===> Vorschläge
===> Softwarefehler
===> Erfahrungs und Testberichte
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...