 |
|
 |
|
- Readme First! - Read and follow the rules, otherwise your posts will be closed |
|
|
|
|
|
There are currently, 292 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here |
|
|
|
|
|
|
dar63 writes "Just released 2 new theme packs for phpnuke, they are called rainyday and phpbbsilver, you can preview them here and download them from here
(Reg required to download but not for preview)"
|
|
Posted on Thursday, February 19 @ 17:42:34 CET by Daniel-cmw |
|
|
|
|
| |
|
|
| | The comments are owned by the poster. We aren't responsible for their content. |
| | | | |
| No Comments Allowed for Anonymous, please register | | | | |
Re: 2 New Theme Packs (Score: 1) by billybiker on Saturday, February 21 @ 07:29:11 CET (User Info | Send a Message) | Thanks for the new theme offerings and I do like the mellow tones of the rainyday theme, but I cannot get the hack for theme.php to remove blocks left to work
if($name!=Forums AND $name!=coppermine)
{
blocks(left);
}
Any ideas? |
Re: 2 New Theme Packs (Score: 1) by dar63 on Saturday, February 21 @ 16:25:30 CET (User Info | Send a Message) http://phpnuke-uk.net | Your code looks incorrect, try this
http://phpnuke-uk.net/modules.php?name=Forums&file=viewtopic&t=592 |
]
Re: 2 New Theme Packs (Score: 1) by billybiker on Saturday, February 21 @ 18:31:44 CET (User Info | Send a Message) | No dar63 the code was ok and worked on most themes except a few.
However I included $name, under fuction themeheader
this line
global $admin, $user, $banners, $sitename, $slogan, $cookie, $prefix, $db, $nukeurl, $anonymous; and jobs a gud-un.
Nice theme |
]
Re: 2 New Theme Packs (Score: 1) by dar63 on Saturday, February 21 @ 18:41:48 CET (User Info | Send a Message) http://phpnuke-uk.net | | So did you get it to work? I just tried on my testsite and using the code I linked, works ok. |
]
Re: 2 New Theme Packs (Score: 1) by billybiker on Sunday, February 22 @ 00:21:53 CET (User Info | Send a Message) | Yea I think this code
if($name!=Forums AND $name!=coppermine)
{
blocks(left);
}
was originaly posted by Chatserve?? years ago lol
But it allows you to add whatever modules you want without the left blocks
ie: AND $name!=Gallery AND $name!=Hot or Not..............etc etc, it's just that without that $name include it does not work on some themes.
Lol you live and learn, but I'm buggered if I can understand PhP, I'm just glad others do lol |
]
| | | | | |
|