1
SubXO
Block Control
  • 2003/11/16 23:19

  • SubXO

  • Just popping in

  • Posts: 4

  • Since: 2003/11/16


I was wondering how I could integrate the block control into my XOOPS like in
http://www.mindhealth.ca

Thanx a lot

2
tjnemez
Re: Block Control
  • 2003/11/17 0:33

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


i am using a theme "blue_ipb" (which i modified) i downloaded fromhttp://www.bbpixel.com/modules/mydownloads/viewcat.php?cid=7 you could set all your blocks to the right with xoops->admin blocks. then hack the theme.html to remove the left block control... i think. i did a lot of hacking to come up with what i have, as i recall i used two different themes and subsequent css to end up with my theme.

3
SubXO
Re: Block Control
  • 2003/11/18 4:27

  • SubXO

  • Just popping in

  • Posts: 4

  • Since: 2003/11/16


Thank you very much! You've just given me a good start on what to do.

4
tjnemez
Re: Block Control
  • 2003/11/18 4:42

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


did you get the blue_ipb theme?

this is the block control part of that theme:


<!-- Start Headerbar -->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="10">
<img src="<{$xoops_imageurl}>images/hbar_left.gif" width="10" height="25" alt="" />
</td>
<td>
<img src="<{$xoops_imageurl}>images/swich.gif" width="25" height="25" alt="block control" class="pointer" onclick="toggleDisplay('left','block','none')" />
</td>
<td width="100%" class="topnav">
<!-- navibar set -->
<a href="<{$xoops_url}>/">Home</a>
&nbsp;•&nbsp;
<a href="<{$xoops_url}>/modules/news/">News</a>
&nbsp;•&nbsp;
<a href="<{$xoops_url}>/modules/ipboard/">Forum</a>
&nbsp;•&nbsp;
<a href="<{$xoops_url}>/modules/mydownloads/">Download</a>
&nbsp;•&nbsp;
<a href="<{$xoops_url}>/search.php">Search</a>
&nbsp;•&nbsp;
<a href="<{$xoops_url}>/modules/myalbum/">Gallery</a>
</td>
<td>
<{if $xoops_showrblock == 1}>
<img src="<{$xoops_imageurl}>images/swich.gif" width="25" height="25" alt="block control" class="pointer" onclick="toggleDisplay('right','block','none')" />
<{/if}>
<{if $xoops_showrblock == 0}>
<img src="<{$xoops_imageurl}>images/swi_off.gif" width="25" height="25" alt="open and close right-block" alt="block control" />
<{/if}>
</td>
<td width="10">
<img src="<{$xoops_imageurl}>images/hbar_right.gif" width="10" height="25" alt="" />
</td>
</tr>
</table>
<!-- End Headerbar -->

5
SubXO
Re: Block Control
  • 2003/11/18 5:35

  • SubXO

  • Just popping in

  • Posts: 4

  • Since: 2003/11/16


Yup! Thanx again!

How were you able to make the "Professional Help" and "Make A Donation" blocks?

6
tjnemez
Re: Block Control
  • 2003/11/18 5:50

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


you use custom block just below block admins. for my links i use free content module and there is also tiny content and wf-Channel which Catzwolf has just upgraded today. you can use these to wrap your own html. the donation gif i made and its a clickable script from paypal.

you could also use imenu module to create your own menus.

note: you can change the images on the nav bar to suit your theme, just overwrite them.

Login

Who's Online

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


Members: 0


Guests: 171


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