Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
phpbb full screen
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 4
Join Date: Jan 2003
phpbb full screen - 02-01-2003, 08:19 PM

Now the phpbb port works fine and is great.

But I have the following question
Since I am using the rounder template

The space for the forums are small.
So i was wondering . When you click on forums it still shows the main index in the center block
But when you enter a topic the forum will pop-up taking the entire space, like a normal phpbb forum.

How do you do this ?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Moderator
 
dar63's Avatar
 
Status: Offline
Posts: 473
Join Date: Oct 2002
Location: UK
02-01-2003, 08:24 PM

http://www.nukemods.com/modules.php?...iewtopic&t=376
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 4
Join Date: Jan 2003
02-01-2003, 08:43 PM

Thanks

Didn't expext the answer was in the FAQ
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 4
Join Date: Jan 2003
02-01-2003, 09:26 PM

I changed to code to this and it didn't work Why ?
ps. dunno much of php
Code:
if ($name=='Forums') { 
    /* Don't display it. */ 
   } 
   else if ($name='Forums&file==search')
   			{
			blocks(left);
			}		
			 
	else if ($name=='Forums&file=ranks')
   			{
			blocks(left);
			}
			
	else if ($name=='Forums&file=faq')
   			{
			blocks(left);
			}		
	
	else if ($name=='Forums&file=rules')
   			{
			blocks(left);
			}
	
	else if ($name=='Forums&file=smilies_list')
   			{
			blocks(left);
			}	
			
	else if ($name=='Forums&file=statistics')
   			{
			blocks(left);
			}	
					
   else { 
    blocks(left); 
   }
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-01-2003, 10:31 PM

ok FAQ..look at it again. You can't hide the blocks for FILES. only MODULES>
Code:
'Forums&file==search'
that is a FILE no
Code:
'Forums'
that is a module. the ranks, smilies and whatever else is controlled by the FORUMS module. That is all you have to specfy. Adn you Statistics module if you want also.
ONLY modules listed under Nuke Admin Modules can bee made to HIDE left blocks.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 4
Join Date: Jan 2003
02-01-2003, 11:30 PM

Ok

It was worth a shot I thought.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
02-02-2003, 11:54 AM

Also make sure you added the
Code:
$name
to your global line in your theme.php function.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen Shot Mod xSunrise Nuke 7.x - Modules 3 02-12-2006 03:55 PM
full forums perfect-games Site design 1 11-15-2004 03:31 PM
screen resolution ferhanz Open topics 3 08-11-2003 01:13 AM
Whats the full size of the install ? Br00klynzzfinest Open topics 4 01-19-2003 06:49 PM
How to make the Forums full screen/hide left Nuke blocks coldblooded FAQ/Fixes 1 12-30-2002 03:31 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31