Author |
Message |
manunkind
Client
Joined: Apr 26, 2004
Posts: 368
Location: Albuquerque, NM
|
Posted:
Thu May 25, 2006 8:40 pm |
|
|
|
|
s60addict
Worker
Joined: Jun 11, 2006
Posts: 206
Location: http://www.s60Addict.co.nr
|
Posted:
Sat Oct 21, 2006 11:37 am |
|
I am using fiapple211 theme by nukemods and i cant seem to remove the left blocks from the forums...
Please suggest something!
Thanks |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
|
gregexp
The Mouse Is Extension Of Arm
Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol
|
Posted:
Sat Oct 21, 2006 12:06 pm |
|
Can you send a link to download that theme? |
_________________ For those who stand shall NEVER fall and those who fall shall RISE once more!! |
|
|
|
s60addict
|
Posted:
Sat Oct 21, 2006 12:08 pm |
|
Yes sure, here it is:
Code:http://www.nukemods.com/modules.php?name=Theme_System&op=TSDetails&tid=20
|
|
|
|
|
|
cypheroz
New Member
Joined: Nov 06, 2007
Posts: 8
Location: London England
|
Posted:
Thu Nov 08, 2007 6:59 pm |
|
This is an age old Bump hehehe But was wondering something along these lines, My Modules dissapear after adding the
Code:
if ($name=="Forums") {}
else blocks(left);
|
BUT the frame still exists on the side so it's not much use to me, Is there a way to remove the frame as well so my forum page will open full screen?
Coz I think this is why my forum won't display properly coz it being forced too small, Just an idea anyway...
Heres a pic of what I mean
Only registered users can see links on this board! Get registered or login! |
|
|
|
|
bugsTHoR
Involved
Joined: Apr 05, 2006
Posts: 263
|
Posted:
Thu Mar 19, 2009 12:21 pm |
|
left and right blocks gone i use T3-Multi_light theme from www.clanthemes.com
TY to those above for the help
im drasticaly changing the Nuke-how-to Module to use it for my own HTML pages.dont know wether or not it will help in the google page ranks
$index = 0; // in the module index.php
and add into the theme.php
under themeheader
Code:if (($name=='PicShow') OR ($name=='Your_Account') OR ($name=='Private_Messages') OR ($name=='Surveys') OR ($name=='Forums') OR ($name=='Members_List') OR ($name=='html_infos')) {
} else {
|
i just added ($name=='html_infos') to the end of the modules to get rid of my LEFT blocks
|
_________________ LUV RAVEN DISTROBUTION BEBE
Clanthemes.com are great (free advertisements for now until i get to 20,000 posts LoL) |
|
|
|
pdfx
Regular
Joined: Mar 13, 2008
Posts: 68
|
Posted:
Tue Apr 07, 2009 11:01 am |
|
Has anyone found the answer to the point earlier in here about removing right blocks on the homepage where the news mod is shown? i have coding in place on other mods to remove the right and left blocks, but when i try the News mod as thats in my home page site goes blank?
P |
|
|
|
|
pdfx
|
Posted:
Wed Apr 08, 2009 6:28 am |
|
|
|
|
bugsTHoR
|
Posted:
Wed Apr 08, 2009 6:46 am |
|
chatserv wrote: | Open the module's index file and change:
$index = 1;
to:
$index = 0;
If it doesn't have the code just insert it near the start:
$index = 0; |
|
|
|
|
|
pdfx
|
Posted:
Wed Apr 08, 2009 7:49 am |
|
thanks, but i already tried that, nothing changes
P |
|
|
|
|
jakec
Site Admin
Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Wed Apr 08, 2009 10:35 am |
|
Are you using the standard RN news module? Have you tried a different theme? |
|
|
|
|
pdfx
|
Posted:
Wed Apr 08, 2009 11:18 am |
|
yeah i am using the standard news, the theme has to stay the same really, its rn 2.2 |
|
|
|
|
pdfx
|
Posted:
Wed Apr 08, 2009 11:19 am |
|
yeah i am using the standard news, the theme has to stay the same really, its rn 2.2
Deep blue theme but i have changed little bits of the layout |
|
|
|
|
jakec
|
Posted:
Wed Apr 08, 2009 1:17 pm |
|
I'm just trying to work out whether it is the theme causing the problem, or something else. A quick switch to fisubice should help us work this out. |
|
|
|
|
pdfx
|
Posted:
Thu Apr 09, 2009 4:38 am |
|
ok tried theme change and still never happened,
this is where inserted the code on the news module index.php file is that ok?
if (!defined('MODULE_FILE')) die('You can\'t access this file directly...');
define('INDEX_FILE', true);
require_once('mainfile.php');
$module_name = basename(dirname(__FILE__));
$index = 0;
get_lang($module_name);
P |
|
|
|
|
pdfx
|
Posted:
Thu Apr 09, 2009 5:01 am |
|
nevermind i have just turned off the right blocks individually, this removes them from the home as they are not relevant on other pages I have
Thanks
P |
|
|
|
|
|