The Joomla! Forum ™





Post new topic Reply to topic  [ 13 posts ] 
Author Message
PostPosted: Thu Feb 16, 2006 7:47 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Oct 24, 2005 4:36 am
Posts: 97
OKay, so i have everything working great and all but i was looking at this forum and how when you go to the Forums it doesn't list the menu's on the side where with mine it does, i was wondering if i can edit out my menu's on the side so the forum will still be wrapped but appear bigger is size and for the user to get back then would need to click on the header!!


Top
 Profile  
 
PostPosted: Thu Feb 16, 2006 12:50 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Aug 18, 2005 8:43 pm
Posts: 182
modify your joomla template to hide the menu...
either do it for if com_smf is being used or do it (better choice) if no modules are "on" in that location.


Top
 Profile  
 
PostPosted: Fri Feb 17, 2006 7:49 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Oct 24, 2005 4:36 am
Posts: 97
Kindred as you know i like to make sure of what i need to do before i do it ... if you remember the time i had before ...

from what i gather i need to edit the wrapped template side for smf to exclude the menu's?


Top
 Profile  
 
PostPosted: Fri Feb 17, 2006 1:36 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Aug 18, 2005 8:43 pm
Posts: 182
ah... right... 

if you send me the template file, I can show you exactly where to edit...  each one is going to be slightly different.

It will end up being something like this:

Code:
        <!-- RIGHT Modules -->
        <?php if (mosCountModules('right')>0) { ?>
            <td width="132">
              <?php mosLoadModules ( "right" ); ?>
            </td>
            <?php } ?>


Top
 Profile  
 
PostPosted: Fri Feb 17, 2006 9:54 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Oct 24, 2005 4:36 am
Posts: 97
which file do i need to edit to remove that? If i edit my main template one won't that remove the menu's for the whole site? I just want to remove the menu's on the left side of the wrapped forum so i can increase the size of it.


Top
 Profile  
 
PostPosted: Sat Feb 18, 2006 1:46 am 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Aug 18, 2005 8:43 pm
Posts: 182
Sean,

See the IF statement?  That controls whether the column displays or not, based on whether you have any modules present in the column for that menu item....


Top
 Profile  
 
PostPosted: Sun Feb 19, 2006 8:43 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon Oct 24, 2005 4:36 am
Posts: 97
My html guy did it for me ... he new what you were talking about! thx Kindred!


Top
 Profile  
 
PostPosted: Mon Mar 06, 2006 9:20 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Mar 06, 2006 9:13 pm
Posts: 7
I'm still having issues with this subject.  You can check out the site at My Test Site  I can't figure out how to get the smf forum to stretch and extend the complete width of the site borders.  Anyone have any ideas?  Thanks for your time and assistance in advance. 

As of thus far I have created a template just for the Forum page, to show no menu items on either the left or right.  All that this did was move the forum to the left and left a space on the right.  So getting the forum block to extend completely across the span of the main body area is my problem.

_________________
JCWarrior.net Christian/Joomla! Site.


Last edited by 147th on Mon Mar 06, 2006 9:22 pm, edited 1 time in total.

Top
 Profile  
 
PostPosted: Tue Mar 07, 2006 3:12 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 768
Location: Minneapolis, MN
147th wrote:
I'm still having issues with this subject.  You can check out the site at My Test Site  I can't figure out how to get the smf forum to stretch and extend the complete width of the site borders.  Anyone have any ideas?  Thanks for your time and assistance in advance. 

As of thus far I have created a template just for the Forum page, to show no menu items on either the left or right.  All that this did was move the forum to the left and left a space on the right.  So getting the forum block to extend completely across the span of the main body area is my problem.

I take it you resolved this problem?  It looks fine in both Firefox and IE.

_________________
http://www.technoadvice.com


Top
 Profile  
 
PostPosted: Wed Mar 08, 2006 4:24 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Mar 06, 2006 9:13 pm
Posts: 7
Yeah actually I created a seperate template for the forum pages and deleted all of the content was in the mosmainbody surrounding tables.  Everything below the header and top module.  Don't know if this was the best way to do it. but...it works.

_________________
JCWarrior.net Christian/Joomla! Site.


Top
 Profile  
 
PostPosted: Wed Mar 08, 2006 5:36 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 768
Location: Minneapolis, MN
That's a really good solution to still be able to have your menu modules listed as "All" pages.

_________________
http://www.technoadvice.com


Top
 Profile  
 
PostPosted: Sun May 21, 2006 7:18 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Fri May 12, 2006 8:37 am
Posts: 114
Location: Sofia
Isn't there some code of the sort

if com_smf
drop left modules
else mosLoadModules ( "left" )

_________________
Prof. Dr. Plamen Gradinarov - CEO and Founder, Eurasia Ltd


Top
 Profile  
 
PostPosted: Mon May 22, 2006 3:39 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Mon Aug 22, 2005 5:43 pm
Posts: 768
Location: Minneapolis, MN
I believe I've seen something like that posted over at the SMF boards.  Though, it was more of the opposite, something along the lines of "if !com_smf" then load the left modules.  I can't remember the exact code to do that - it's checking the component that is loaded.

_________________
http://www.technoadvice.com


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 



Who is online

Users browsing this forum: No registered users and 0 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® Forum Software © phpBB Group