Author
Message
digibeet Regular Joined: Jul 08, 2004 Posts: 96 Location: Amsterdam, the Netherlands
Posted:
Thu Jul 08, 2004 5:53 pm
Hi all,
I have someting weird going on, I have Sentinel installed and got it all working (I thought).
Now this happens: I go to the site-admin then click on the sentinel button and now the sentinel admin won't appear.
When I click on sentinel configuration or other functions like adding/removing an IP that works.
The Sentinel admin page won't appear also when I click the the admin link.
What could cause this...?
Thanks.
Fred
Raven Site Admin/Owner Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Thu Jul 08, 2004 5:54 pm
By design. It's for when you are on a different page and it brings you back
digibeet Regular Joined: Jul 08, 2004 Posts: 96 Location: Amsterdam, the Netherlands
Posted:
Thu Jul 08, 2004 5:58 pm
Nice design, happy to know that it is normal
digibeet Regular Joined: Jul 08, 2004 Posts: 96 Location: Amsterdam, the Netherlands
Posted:
Thu Jul 08, 2004 7:10 pm
Hi Raven,
About design...
I want to display the SentinellSmall.gif at the right of my header (where also my logo is placed, but then on the right side) and so I played around with the theme script but only errors or a nasty layout.
If and when there is the time, please take a look at my site so you can see what I mean.
If there is need for the theme file's (.php) I wil read it later.
For me, it's time to zzzleeep @ 03.10 am Amsterdam Time..
Thanks,
Happy me
Fred
digibeet Regular Joined: Jul 08, 2004 Posts: 96 Location: Amsterdam, the Netherlands
Posted:
Thu Jul 08, 2004 7:47 pm
Ok.. stil awake,
It chould be somewhere here thoug Code: function themeheader() {
global $banners, $user, $sitename, $slogan, $cookie, $prefix, $dbi;
cookiedecode($user);
$username = $cookie[1];
if ($username == "") {
$username = "Anonymous";
}
echo "<body bgcolor=\"324252\" text=\"000000\" link=\"0000ff\" vlink=\"0000ff\">";
echo "<table width=\"100%\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">"
."<form action=\"modules.php?name=Search method=\"post\"><tr>"
."<td height=\"1\" background=\"themes/UniverseMetal/images/bgtop.gif\" align=\"left\" valign=\"top\"><img src=\"themes/UniverseMetal/images/logo_top2.gif\" border=\"0\"></td>"
."<td height=\"1\" background=\"themes/UniverseMetal/images/bgtop.gif\" align=\"right\" class=\"content\">"
."</td>"
."</tr>"
."</table>"
."<table height=\"1\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">"
."<tr>"
."<td align=\"left\" width=\"1\" background=\"themes/UniverseMetal/images/topbarleft_bg.gif\"><img src=\"themes/UniverseMetal/images/topbarleft_1.gif\" border=\"0\"></td>"
."<td align=\"left\" width=\"1\" class=\"topbar\" background=\"themes/UniverseMetal/images/topbarleft_bg.gif\"><nobr><font class=\"tiny\">".translate("")." $sitename</font></nobr></td>"
."<td align=\"left\" width=\"1\" background=\"themes/UniverseMetal/images/topbarleft_bg.gif\"><img src=\"themes/UniverseMetal/images/topbarleft_2.gif\" border=\"0\"></td>"
."<td align=\"right\" width=100% class=\"topbar\" background=\"themes/UniverseMetal/images/topbarmid_bg.gif\"> </td>"
."<td align=\"right\" width=\"1\" background=\"themes/UniverseMetal/images/topbarright_bg.gif\"><img src=\"themes/UniverseMetal/images/topbarright_1.gif\" border=\"0\"></td>"
."<td align=\"right\" width=\"1\" class=\"topbarright\" background=\"themes/UniverseMetal/images/topbarright_bg.gif\"></td>"
."<td align=\"right\" width=\"1\" background=\"themes/UniverseMetal/images/topbarright_bg.gif\"><img src=\"themes/UniverseMetal/images/topbarright_2.gif\" border=\"0\"></td>"
."</tr></form>"
."</table><br>"
."</td></tr><tr><td valign=\"top\" width=\"100%\" bgcolor=\"324252\">"
."<table border=\"0\" cellspacing=\"0\" cellpadding=\"2\" width=\"100%\"><tr><td valign=\"top\" width=\"200\" bgcolor=\"324252\">";
blocks(left);
echo "<img src=\"images/pix.gif\" border=\"0\" width=\"150\" height=\"1\"></td><td> </td><td width=\"100%\" valign=\"top\">";
if ($banners) {
include("banners.php");
echo "<br>";
}
}
Fred
digibeet Regular Joined: Jul 08, 2004 Posts: 96 Location: Amsterdam, the Netherlands
Posted:
Fri Jul 09, 2004 5:44 am
Yeah... got the theme working with Sentinel bannerlogo,
now I am going to try to get the click link working to Raven / Sentinel.
please hack the site...
View next topic
View previous topic
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