PDA

View Full Version : Three questions.. please help


Ice Man_00
05-16-2002, 09:53 AM
Hi.

I have three small but irritating question to ask... :pirate:


First:

If someone tries to send a PM, the reciever get`s it, but when you hit the send button, you recieve a white page. Anyone has a sullotion on this ?!
I have added whit the private.php file, maybe it is in there.

Second:

I want to add a pop up page into the admin options, how is that possible ??
A new feature for the board, and then it must be a popup page located on the server.

Third:
<--------- Never mind this, got it --------------------------------->
If a head post, get`s many answers, it getting long to scroll down and then up again. How can i add a link in the postbit template "To the top", so it goes to the top of the page.
<-------- Never mind this, got it ---------------------------------->

I hope some of you can help me with these question, really need some help with it.

Cheers, Ice Man_00

Logician
05-16-2002, 11:42 AM
2-

In the <head></head> section, Use this:
-------
<script language="JavaScript">
function openWin(URL) {
mapWindow = window.open(URL,
"mapWin","width=450,height=300,scrollbars=yes");
}
</script>
-----
After </head>:

-------
<body onLoad="openWin('http://www.domain/dir/sample.html')">
--------

Regards,
Logician

Logician
05-16-2002, 11:47 AM
1- You didnt apply AWAY Hack correctly. Edit your private.php, find:
-- cut --
// Leave Away Message in Profile (v1.2) eval("standardredirect(\"".gettemplate("redirect_pmthanks")."\",\"private.php?s=$session[sessionhash]\");");
-- cut --

Between "(v1.2)" AND "eval" press "enter" to make sure the line beginning with "eval" is a NEW line..;)

Ice Man_00
05-16-2002, 12:09 PM
Thx a lot.

1
This was just to ezy, how could i do that... he he Thx a lot.

3
Not sure if you are into what i mean...

I want to add a extra feature in the admin option, when you choose that option, "then" the pop up windows shall come. Not always...

Cheers,

Thx. for all help

Logician
05-16-2002, 02:13 PM
I see.. maybe you should ask in the requests forum then, it's a hack..