131
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/2 22:57

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


<b><u>=> Version 2.1 RC2 (2008-09-02)</u></b>
- Fixed: Some css were fixed to look alike in IE and Mozilla.
- Fixed: Javascript bug in IE when not using 'on mouse over'
- Fixed: XOOPS 2.2.x bug - Impossible to select menu class in blocks administration.
- Added: Possibilitie to use mytabs blocks inside a mytabs page (use this with caution).
- Improved: Blocks with same 'uniqueid' will not display to avoid conflict.

http://code.google.com/p/xuups/downloads/list

Limitations
========

Although you can use a mytabs block(let´s call it mytabsblock1) inside a mytabspage(let´s call it mytabspage1), using mytabspage1 inside mytabsblock1 is impossible as it results in an endless loop. Because of this, a check was added when rendering the blocks to prevent conflicting blocks to display.

This means that you are able to add conflicting blocks but they are ignored and will not show in your page.

However it can be useful to use a mytabsblock2 that contains a mytabspage2 that contains a mytabsblock3(clone) in the same layout page that contains a mytabsblock3(original).

In a normal situation only one of the mytabsblocks will display because the other will be blocked by mytabs 'fool proof system'.
To bypass this situation you have to edit the original mytabsblock3 and change the 'uniqueid' field.

Yeah, it sounds more like a 'fool system'. I´ll try to make it better.

See a demo inhttp://www.xuups.com (click in about this block)

132
phppp
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/3 1:35

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


I would kindly suggest some discussion about this feature in XOOPS Core Hacks board:
https://xoops.org/modules/newbb/viewforum.php?forum=14

since such feature will be a MUST in future XOOPS core package.

133
zorro87
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/3 8:29

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hello trabis,
Thank you for RC2!

I've found another CSS problem in RC2…
for modernbricksmenu in some themes. (zetagenesis, blueday,...)

Resized Image


instad of

Resized Image


@+
Z

134
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/3 8:42

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


How did I missed that? Oh, well, that is the only one I did not tested. It is fixed now. See if you can find other bug please.

Thanks for your help!

135
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/3 23:26

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


http://code.google.com/p/xuups/downloads/list?q=label:Featured

I´m releasing it has final but, just to be sure, I would appreciate a light speed testing from you, specially if you are using XOOPS 2.2.x

Thanks.

@php
I do not understand what you mean with "discuss this feature" in the core hacks forum.
To what feature do you refer and why do it in core hacks?

136
zorro87
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/15 16:11

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi trabis, how are you doing?

I think I’ve found an other CSS problem, this time in jquery CSS (only with Fire Fox).

With “blueday” theme.
Resized Image

May be it is the theme?

@+
Z

137
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/15 17:35

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Hi zorro, I think it needs a

li list-style:none;

138
zorro87
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/15 20:30

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Thank you trabis !


The problem was in blueday theme

In css/content.css
line 81
I replaced
#xo-canvas-content li {
    
margin-left:                     2px;
    
background-color:             inherit;
    
color:                             #2f5ebb;
    
line-height:                     1.4em;
    list-
style:                     square inside;
}


by

#xo-canvas-content li {
    
margin-left:                     2px;
    
background-color:             inherit;
    
color:                             #2f5ebb;
    
line-height:                     1.4em;
    list-
style:                     none;
}


and it works perfectly!
Sorry for the inconvenience...

@+
Z

139
zorro87
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/17 12:45

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi trabis,

Something is strange with reveal ID (in any themes!)

When a “mytab block” is on the left column,
When the block with “div id for reveal ID” (let me call it “R block”) is on a centre column. or a right column,
When you click on this page

The default selected tab doesn’t reveal the corresponding “div id” in “R block”
You have to “mouse over” the tab to reveal the “div id” in “R block”
The problem doesn’t appear if the “R block” is on left column.

And there is no problem if the mytab block is on the right column or a center column… (even if the “R block” is on the left column)


@+
Z

140
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/17 12:59

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Hi zorro, the javascript is loaded just below the block. The right blocks are loaded after this. So what is happening(I think) is that javascript does not find the "R block" at execution time. I don´t see a easy way to fix this. Ideally the javascript should be rendered above the </body> tag.

Login

Who's Online

212 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 212


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits