Welcome, Guest
Please Login or Register.    Lost Password?

Trans.Bliss right box dependently from components
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Trans.Bliss right box dependently from components
#924
Trans.Bliss right box dependently from components 3 Years, 11 Months ago Karma: 0
Hello,
first sorry for my bad english:-( I use Transparent bliss with Joomla 1.5. I need that the right box is NOT show at a special component(for example fireforum).
Is this possible? Can somebody help me please?

Best reguards
Thomas
T_H_O_M_A_S
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#932
Re:Trans.Bliss right box dependently from componen 3 Years, 11 Months ago Karma: 12
Open the index.php file for Transparent Bliss go to line 164

look for
<div>
<img src="<?php echo $this->baseurl ?>/templates/transparent_bliss_1.5/images/left- top.png" alt="" width="200" height="10" border="0" />
</div>
<div id="farright">
<jdoc:include type="modules" name="user4" />
<div id="farrightinner2">
<jdoc:include type="modules" name="right" />zz
</div>
</div>
<div>
<img src="<?php echo $this->baseurl ?>/templates/transparent_bliss_1.5/images/left- bottom.png" bo alt="" width="200" height="10" border="0" />
</div>
</div>



replace with
<?php if($this->countModules('right')) : ?>
<div id="farrightwrap">
<div><img src="<?php echo $this->baseurl ?>/templates/transparent_bliss_1.5/images/left- top.png" alt="" width="200" height="10" border="0" /></div>
<div id="farright">
<jdoc:include type="modules" name="user4" />
<div id="farrightinner2">
<jdoc:include type="modules" name="right" />
<jdoc:include type="modules" name="right" />
</div>
</div>
<div><img src="<?php echo $this->baseurl ?>/templates/transparent_bliss_1.5/images/left- bottom.png" bo alt="" width="200" height="10" border="0" /></div>
</div>
<?php endif; ?>



Then if no modules are published on that page nothing will show.<br><br>Post edited by: Bambi, at: 2008/06/23 10:54
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
#933
Re:Trans.Bliss right box dependently from componen 3 Years, 11 Months ago Karma: 12
Hmmmmmmmmm the forum posted my reply twice<br><br>Post edited by: Bambi, at: 2008/06/23 10:51
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear