Joomla! Discussion Forums



It is currently Thu Nov 26, 2009 3:40 am (All times are UTC )

 




Post new topic Reply to topic  [ 16 posts ] 
Author Message
Posted: Sun Feb 19, 2006 7:37 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Feb 19, 2006 7:32 pm
Posts: 6
How to make that SMF is 100% width in template rhuk solarflare ii.
I want to hide left div, modules are already hide for smf.

Please help me!


Top
  E-mail  
 
Posted: Mon Feb 20, 2006 3:00 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 758
Location: Minneapolis, MN
You need to put an if then statement around the call to the left module.  Kindred shows the code here:
http://forum.joomla.org/index.php/topic ... #msg213221

It should look the same as the code around the right module.

_________________
http://www.technoadvice.com


Top
  E-mail  
 
Posted: Mon Feb 20, 2006 5:18 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Feb 19, 2006 7:32 pm
Posts: 6
doesn't work. :(
this is part od code of rhuk solarflare ii


Code:
<table border="0" cellpadding="0" cellspacing="0" width="808">
      <tr>
         <td class="outline">
              
                  <div id="buttons"><img src="****** width="802" height="100" /></div>
      
              <div class="clr"></div>
              <div id="left_outer">
                 <div id="left_inner">
                 <?php mosLoadModules ( 'left', -2 ); ?>
                 </div>
              </div>
              <div id="content_outer">
               <div id="content_inner">


Top
  E-mail  
 
Posted: Mon Feb 20, 2006 8:48 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Aug 18, 2005 8:43 pm
Posts: 181
  0) { ?>
   

     

       
     

   

 


Top
  E-mail  
 
Posted: Mon Feb 20, 2006 9:03 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Feb 19, 2006 7:32 pm
Posts: 6
finallly :)

Thanks! Thanks! Thanks! Thanks!

Thank you again!

:D :D


Top
  E-mail  
 
Posted: Fri Feb 24, 2006 4:09 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Dec 13, 2005 6:28 pm
Posts: 18
Code:
                               <div id="left_outer">
                 <div id="left_inner">
                 <?php if (mosCountModules('left')>0) { ?>
                <div id="left_outer">
                  <div id="left_inner">
                 <?php mosLoadModules ( 'left', -2 ); ?>
                  </div>
                </div>
                 <?php } ?>
                 </div>
              </div>


I am not having luck even my code is as aobove, please help and post your code. IS anything wrong here?


Top
   
 
Posted: Fri Feb 24, 2006 4:48 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 758
Location: Minneapolis, MN
It looks like you are doing the left_outer and left_inner div twice.  Remove the first two and last two lines.

_________________
http://www.technoadvice.com


Top
  E-mail  
 
Posted: Fri Feb 24, 2006 5:41 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Dec 13, 2005 6:28 pm
Posts: 18
Thanks, looks like left side is OK now but I have still right side, even there is no module assigned to right?  No I need also some code modification? Please see attached screenshot.


You do not have the required permissions to view the files attached to this post.


Top
   
 
Posted: Fri Feb 24, 2006 6:26 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 758
Location: Minneapolis, MN
Depends on the template you are using.  Almost every template I've ever seen has the right side collapse, however.  Is it possible you overlooked something on that side?

_________________
http://www.technoadvice.com


Top
  E-mail  
 
Posted: Tue Feb 28, 2006 3:17 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Dec 13, 2005 6:28 pm
Posts: 18
Nothing is left in RIGHT (all modules moved to left) but still the same as above. Using rhuk_solarflare_ii and joomlaboard with default template, any clue where else I can look to find out what is still holding right side and not allowing 100% space to be used for Forum only?


Top
   
 
Posted: Sat Mar 18, 2006 9:40 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Aug 18, 2005 4:50 pm
Posts: 79
Location: Seattle, Washington USA
this is very helpful, thanks!

I have installed one of xenovanis's awesome SMF themes that all work very well with rhuk solarflare ii so I don't need to hide the left menu. The only issue seems to be with the profile page, which has fields that are wider than the template and cause ugly formatting issues. Might there be a way to hide the joomla template just for smf profile pages?

Cheers,

Tobias

_________________
Kabissa - Space for Change in Africa
http://www.kabissa.org


Top
  E-mail  
 
Posted: Sun Mar 19, 2006 7:04 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 758
Location: Minneapolis, MN
That's a tough one, because as far as Joomla is concerned, all of SMF is the same component, and you can't adjust that precisely as far as I know.

_________________
http://www.technoadvice.com


Top
  E-mail  
 
Posted: Sun Mar 19, 2006 8:09 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Aug 18, 2005 4:50 pm
Posts: 79
Location: Seattle, Washington USA
Yah, that makes sense - thanks for confirming what I had already been thinking was the case. I'm encountering some other strange business with the rhuk solarflare template though - mostly with content overflowing beyond the template and titles refusing to wrap to two lines. Will have to do some hacking at it anyway to make it work for my site anyway.

Any insights appreciated. :-)

Cheers,

Tobias

_________________
Kabissa - Space for Change in Africa
http://www.kabissa.org


Top
  E-mail  
 
Posted: Tue Mar 21, 2006 3:45 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 758
Location: Minneapolis, MN
The solarflare templates aren't the most fun to deal with when you have large content items.  You'll probably havce better luck moving to a different template.

_________________
http://www.technoadvice.com


Top
  E-mail  
 
Posted: Tue Mar 21, 2006 3:57 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Aug 18, 2005 4:50 pm
Posts: 79
Location: Seattle, Washington USA
Hi Chadness -

That's an interesting suggestion.. moving to a different template altogether. I'll think about it, esp since we're just about to relaunch the site and a fresh template might be welcome. Fiddling with the rhuk template to make it work for us might be too much trouble. 

Cheers,

Tobias

_________________
Kabissa - Space for Change in Africa
http://www.kabissa.org


Top
  E-mail  
 
Posted: Tue Mar 21, 2006 5:43 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 758
Location: Minneapolis, MN
That's very common for people.

You might try a variable width template - then you never (or very rarely) run in to content size problems.

_________________
http://www.technoadvice.com


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group