1421
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/1 10:14

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

zorro87 wrote:
Slate CSS and time4bed CSS:
In this two CSS, it seems that blocks can’t be in the left side of the screen.
A left block or a middle block appears from the middle of the screen to the right.


I can´t reproduce this, what theme are you using?
Do you have any other block in that tab that is set to off?

Make sure you have the new files and you have cleaned your templates_c folder and browser cache.

Also it would be nice to see a picture.



1422
trabis
Re: Auto Show all menus
  • 2008/9/1 9:51

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Go to modules/system/blocks/system_blocks.php line 125

Search:
if ((count($sublinks) > 0) && (!empty($xoopsModule)) && ($i == $xoopsModule->getVar('mid'))) {


Replace with:
if (count($sublinks) > 0) {



1423
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/9/1 9:46

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

zorro87 wrote:
In the examples in xuups
It looks like there is 5 Mytabs in 5 blocks of Mytabs
How did you make it?


I made a page with 5 tabs, each tab with a false reveal ID so they could display even if having no content.

Then I made 5 clones of mytabs block and set each one with a diferent class but the same page I have made.

Today I made a dummy module to accommodate the demos, so I moved the blocks to the dummy block (named demos).

About the those 2 css. I will look into it, thanks!



1424
trabis
Re: delete logo
  • 2008/9/1 9:39

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

raymia wrote:
okay it worked but now my banner is also gone how do i add my banner to the site again?


Undo your changes and try again.

I sugest you go to uploads folder and copy blank.gif to the place where logo.gif was. Then rename it to logo.gif. This would have solved your problem without big deal.

Also because logo.gif is used in other places such as print, etc... So it is better to be there even if blank.



1425
trabis
Dummy 0.1 is released for feature requests
  • 2008/9/1 9:17

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Now that was a joke!

Dummy is just a simple empty module.
You can use it to add your html pages or a set of blocks.

For example, if you want to create a demo page for 'mytabs' blocks (as I did) then you will want to have this.

It is clonable so you can just rename it and have how many modules you like.

The index.php file has pagetitle, meta_kewyords, and other things that you can set has you like.

You can create other pages based on this index file.

In xoops_version.php you can create submenu links for the pages you created.

This s not a replacement for a content manager, lol.
This is just a little something for somethings that can do with little.

Thanks!

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



1426
trabis
Re: oledrion shop - display products in 3 colums
  • 2008/8/31 23:17

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


HUm , very interessing code!
In this code
</tr>
</
table>
{/if}
{/foreach}


it seems that '</table>' should not be there.

Then you add bellow:
{if $smarty.capture.column == 2}
</
table>
{/if}

for example...

HUm, better yet:
</tr>
{/if}
{/foreach}

{if 
$smarty.capture.column == 0}
<
td></td><td></td>
{/if}

{if 
$smarty.capture.column <= 1}
<
td></td><td></td>
</
tr>
{/if}

{if 
$smarty.capture.column <= 2}
</
table>
{/if}



1427
trabis
Re: My tabs 1.0 alpha is released for feature requests
  • 2008/8/31 22:55

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


RC is now available, please read the readme file before updating. Thanks!

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



1428
trabis
Re: Who is Online [more]
  • 2008/8/31 18:07

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


You can use membership module. It has a block that does that ( I guess ). Search for it in xoops.org or xuups.com.



1429
trabis
Re: Any wishes for debaser 3.0...
  • 2008/8/31 18:05

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


This are great news! If I can help you with anything just scream!

Thanks



1430
trabis
Re: Problem with rw_banner
  • 2008/8/31 18:01

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Hi, I have found the bug.

Got to admin/insertag.php line 124 and replace:
if ($value == 'Editar')

By
if ($value == _ADM_BTN_OP2)






TopTop
« 1 ... 140 141 142 (143) 144 145 146 ... 190 »



Login

Who's Online

60 user(s) are online (53 user(s) are browsing Support Forums)


Members: 0


Guests: 60


more...

Donat-O-Meter

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

Latest GitHub Commits