www.clan-themes.co.uk :: View topic - Home page help needed in nuke evo
Welcome To Clan Themes
As the board grows please remember the Search Option and we hope you find our community useful.
We also monitor Private Messages to stop members from abusing our sites system. If you are asking for assistance please provide your site link and nuke version, Thanks.
Joined: Oct 08, 2008
Last Visit: 30 Oct 2008
Posts: 30 Points: 50
Home page help needed in nuke evoPosted:
Mon Oct 13, 2008 12:24 pm
hello on another site i have there is a problem with the home page where by people cant see much when they first come to site until they login please help me my site is. small aoldiers
Think you will need to give ppl acces to that, by changing the rights of some modules.
Now you prob have it set as Registerd Users Only or something.
Check your Admin page...
Good Luck!
DreAdeDcoRpSE
Reputation: 738.8 votes: 5
Local time: 12:33 AM Location: Back of your Mind
Status: Offline
1.14 posts per day Medals: 2 (View more...)
Forums Moderator Joined: Sep 22, 2007
Last Visit: 02 Dec 2008
Posts: 496 Points: 11365
Home page help needed in nuke evoPosted:
Mon Oct 13, 2008 4:02 pm
You need to set the modules so all users can see them, Only the modules you want everyone to see at that time. They are more and likely on "registered users" under view. I think I went over that in this flash tutorial video. In your ACP, click the button called "Modules"
Joined: Oct 08, 2008
Last Visit: 30 Oct 2008
Posts: 30 Points: 50
Home page help needed in nuke evoPosted:
Sun Oct 19, 2008 12:31 pm
for some unknown reason i had to add this
<?php
// ----------------------------------------------------------------------
// Copyright (c) 2002-2006 Shawn McKenzie
// http://spidean.mckenzies.net
// ----------------------------------------------------------------------
//
//
// LICENSE
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License (GPL)
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// To read the license please visit http://www.gnu.org/copyleft/gpl.html
//
//
// ----------------------------------------------------------------------
if (!eregi("index.php|modules.php", $_SERVER['PHP_SELF'])) {
die ("Access Denied");
}
include("header.php");
OpenTable();
echo "<div align=\"center\"><b><a href=\"http://www.spidean.com\">AutoTheme 0.87</a></b><br />";
echo "Copyright (c) 2002-2006 Shawn McKenzie<br /><a href=\"http://www.spidean.com\">http://www.spidean.com</a><br /><br />";
echo "This site is running the AutoTheme HTML Theme System. AutoTheme is currently available for PostNuke, PHP-Nuke, MD-Pro, osCommerce and CRE Loaded. AutoTheme runs as a transparent user module. It can be configured from the Administration interface.</div><br /><br />";
CloseTable();
include("footer.php");
?>
DreAdeDcoRpSE
Reputation: 738.8 votes: 5
Local time: 12:33 AM Location: Back of your Mind
Status: Offline
1.14 posts per day Medals: 2 (View more...)
Forums Moderator Joined: Sep 22, 2007
Last Visit: 02 Dec 2008
Posts: 496 Points: 11365
Re: Home page help needed in nuke evoPosted:
Sun Oct 19, 2008 2:30 pm
9 Replies / 484 Views Page 1 of 1 All times are GMT
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 vote in polls in this forum You cannot attach files in this forum You can download files in this forum