21
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/5/26 0:38

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I´m allways learning eheh. Thanks for that!

22
Anonymous
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/5/26 2:13

  • Anonymous

  • Posts: 0

  • Since:


Blocks & Groups admin has been added to mytabs admin panel.

Now you can easy manage the block and clone it.

http://www.arabxoops.com/uploads/mytabs_blocksadmin.zip

23
Anonymous
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/5/26 2:51

  • Anonymous

  • Posts: 0

  • Since:


shadetabs and indentmenu css classes has been fixed now by added missing images to /images folder and fixed tabcontent.css file.

24
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/5/26 12:28

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Uauu, great job Mowaffak! Keeping this way we´ll be able to release this as final soon!

25
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/5/27 12:20

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


RC released yesterday

Fixed remaining php4 incompatibilities (by Mowaffak)

Blocks admin and permission admin(by GiJoe) added by Mowaffak.

Some css fixes by Mowaffak.

Css were broken into diferent files so, if you want to add new css, just upload it and it will be automatically available in your blocks options.

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

26
rgauci
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/5/27 13:36

  • rgauci

  • Not too shy to talk

  • Posts: 173

  • Since: 2007/8/31


I have installed it on my site successfully but when I add a tab to a page it gives this error:

Quote:
Notice: Undefined index: tabid in file /modules/mytabs/admin/tab.php line 13
Be Set FREE!

27
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/5/27 21:43

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Thanks rgauci! I could not reproduce it here but your debug info was enough to get it right!

That bug and a few others were fixed, please check the RC2 to see if it is ok now:

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

28
Anonymous
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/5/28 0:03

  • Anonymous

  • Posts: 0

  • Since:


Great job trabis

Now what's about "display page title" option ? so user can choose to display or hide page title inside the block.

I know this need to adding field to mytabs_page MySQL table and modify many php files and template file but you can do it for improve this module.

Resized Image

29
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/5/28 0:20

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Hum , do you think you can do it in general settings for my tabs, or is better to use per page?

Blocks would need that treatment to.

Or we coud just prefix titles with '-'
Ex:

demo would show
-demo would not show

What do you think?

30
Anonymous
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/5/28 0:43

  • Anonymous

  • Posts: 0

  • Since:


If you do it in general settings, user can't choose which block with page title and other without page title, so I think per page is more professional.

You need to add titledisplay or something to sql file:

CREATE TABLE `mytabs_page` (
`pageid` int(10) unsigned NOT NULL auto_increment,
`pagetitle` varchar(255) NOT NULL DEFAULT '',
`titledisplay` enum('YES','NO') NOT NULL default 'YES',
PRIMARY KEY (`pageid`)
) TYPE=MyISAM;

then modify page functions inside /admin and /class php files to be able to change the value of titledisplay.

I think you are smarter than I teach you what you have to do .. lol

Login

Who's Online

204 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 204


more...

Donat-O-Meter

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

Latest GitHub Commits