1
billyvision
where can i find this theme?

hi where can i find this theme?
thanks

http://gaining-mass.com

I am more interested in the idea of " close left panel " and "close right panel" tabs!!! if this is present in any other theme kindly refer that to me

regards,

billyvision

2
pod
Re: where can i find this theme?
  • 2005/8/17 18:09

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


This theme was inspired by the one @ gaining-mass, but is only available with a paid subscription to MyXoops Club.

The close right/left panel tabs are easily implemented in any theme - easier still if you use Dreamweaver MX 2004 to edit your themes (see DW Extension here).

Or see code snippet below:
<!-- Insert this in the head of your theme -->
<
script type="text/javascript">
var 
getById = (typeof document.getElementById != "undefined");
<!--
function 
toggleDisplay(obj,display1,display2){
    if(!
getById) return;
    
obj getRef(obj);
    if(
obj.style.display == display2)
        
obj.style.display display1;
    else
        
obj.style.display display2;
    
repaintFix();
}
function 
getRef(obj){
    if(
getById)
        return(
typeof obj == "string") ? document.getElementById(obj) : obj;
}
function 
repaintFix(obj){ 
    if(
"undefined" == typeof document.body
      
|| "undefined" == typeof document.body.style) return;
    if(
obj == null)
        
obj == document.body;
    else 
obj getRef(obj);
    
document.body.style.visibility "hidden";
    
document.body.style.visibility "visible";
}
//-->
</script>

<!-- Use 
something like this to use the function -->
<
img src="<{$xoops_url}>/images/subject/icon1.gif" alt="Close Panel To Expand Main Contents" class="pointer" onClick="toggleDisplay('left','block','none')" />

<{if 
$xoops_showrblock == 1}><img src="<{$xoops_url}>/images/subject/icon1.gif" alt="Collapse or expand right panel" class="pointer" onClick="toggleDisplay('right','block','none')" /><{/if}><{if $xoops_showrblock == 0}><img src="<{$xoops_url}>/images/icons/no_posticon.gif" alt="No right blocks to toggle" /><{/if}>


If you need additional help with these codes, see this FAQ question.

Hope this helps ;)
www.myxoops.com - MyXoops Is Your XOOPS!

3
carnuke
Re: where can i find this theme?
  • 2005/8/17 18:54

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


The idea of collapsing side panels was also introduced in hsalazars theme mp00 here. I use a highly modified version of theis on my own site.

One problem I never managed to fix is how to make side panels remain hidden. They always return when a new page loads.

Anyone fixed this?
http://houseofstrauss.co.uk Resource for alternative health and holistic lifestyle
search xoops

4
philou
Re: where can i find this theme?
  • 2005/8/17 19:05

  • philou

  • Quite a regular

  • Posts: 384

  • Since: 2002/5/6 8


others FREE theme's with the ability to hide the blocs is already available in the theme repository.
You can for example have a look in the theme "corporate" I've made.
It's in fact a CSS effect + a small piece of code (you must identify the id for each block to hide)
Resized Image - - Resized Image

5
carnuke
Re: where can i find this theme?
  • 2005/8/17 19:09

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


Thanks Philou, I'll take a look at those now ...
http://houseofstrauss.co.uk Resource for alternative health and holistic lifestyle
search xoops

6
carnuke
Re: where can i find this theme?
  • 2005/8/17 19:13

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


eh, hrm .. I could only find 'Sunshine' not corporate. Is it released yet?
http://houseofstrauss.co.uk Resource for alternative health and holistic lifestyle
search xoops

7
LazyBadger
Re: where can i find this theme?

Quote:

carnuke wrote:
One problem I never managed to fix is how to make side panels remain hidden. They always return when a new page loads.

Anyone fixed this?

is_urbanize from WebLooms handle hidden side correctly over navigation and refresh
Quis custodiet ipsos custodes?

Webmaster of
XOOPS2.RU
XOOPS Modules Proving Ground
XOOPS Themes Exhibition

Login

Who's Online

137 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 137


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