myBB shoutbox |
Author: |
Message: |
Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
O.P. myBB shoutbox
i just downloaded the shoutbox mod from myBB mods and installed it and its working fine and i figured out how to put it in the toplinks part but it opens in a full page so i need to know how to open it in a window and how to set the size of that window
help would be nice
P.S to mods was my sig removed because of size or because of advertising?
This post was edited on 07-29-2004 at 04:30 PM by Eljay.
|
|
07-29-2004 04:23 PM |
|
|
toddy
Veteran Member
kcus uoy
Posts: 2573 Reputation: 49
– / /
Joined: Jun 2004
|
RE: myBB shoutbox
code: <a href="javascript: popupWin('shoutbox.php#bottom',350,350)">Shoutbox</a>
[edit]
and if u want the link on the right hand side use the code below (and thank chris for telling me how to do it)
code: <div style="float: right;"><ul><li><a href="javascript: popupWin('shoutbox.php#bottom',350,350)">Shoutbox</a></li></div></ul>
This post was edited on 07-29-2004 at 04:34 PM by toddy.
|
|
07-29-2004 04:25 PM |
|
|
marissa
Veteran Member
ahaha
Posts: 1191 Reputation: 66
35 / / –
Joined: Mar 2004
|
RE: myBB shoutbox
its techtalk. it works for in here too, just so you know
|
|
07-29-2004 06:47 PM |
|
|
GiantSpider
Veteran Member
Posts: 1435 Reputation: 21
34 / /
Joined: Sep 2003
|
RE: myBB shoutbox
Urm did Chris not say all things regarding MyBB should be taken here?
|
|
07-29-2004 07:51 PM |
|
|
musicalmidget
Elite Member
Hmm, randomness...
Posts: 1663 Reputation: 12
37 / /
Joined: Dec 2002
|
RE: myBB shoutbox
quote: Originally posted by GiantSpider
Urm did Chris not say all things regarding MyBB should be taken here?
He did, or if it's something you downloaded from myBB Mods, maybe the myBB Mods Forums would be the best place to get help?
Just a thought.
This post was edited on 07-29-2004 at 09:16 PM by musicalmidget.
|
|
07-29-2004 09:16 PM |
|
|
jren207
Senior Member
JR! - We <3 Fanta
Posts: 870 Reputation: 28
35 / / –
Joined: Sep 2003
|
RE: myBB shoutbox
There is a script you can put in the actual page that makes it resize itself so you don't have to put a javascript link. Javascript links usually make animated images on the page stop.
code: <html>
<head>
<title>resize</title>
<script language="javascript">
<!--
// Written & created by Shivaji Basu
// Copyright www.shivbasu.com
// Use this script at your own risk
// To use his script, you MUST leave this disclaimer & credit as it is.
var browser = '';
var entrance = '';
// browsercheck step1
browser = 'one';
//-->
</script>
<script language="javascript1.2">
<!--
// browsercheck step2
browser = 'oneone';
//-->
</script>
<script language="javascript">
<!--
if (browser == 'oneone') entrance = 'yes';
if (browser == 'one') entrance = 'no';
function maxsize(){
if(entrance=='yes'){
var W=500;
var H=500;
self.resizeTo(W,H);
}
}
//-->
</script>
</head>
<body onload="maxsize()">
hi
</body>
</html>
just change
code: var W= a size
and
varH= a size
This post was edited on 07-29-2004 at 11:03 PM by jren207.
|
|
07-29-2004 11:01 PM |
|
|
Kryptonate
Veteran Member
Posts: 2874 Reputation: 23
38 / / –
Joined: Jun 2003
|
RE: myBB shoutbox
quote: Originally posted by marissa
its techtalk. it works for in here too, just so you know
yes, but you have more chance of good help when you're at the forum of the product. For the shoutbox I think it's better to ask it at MyBBmods.
For other things involving MyBB it's better to go to http://community.mybboard.com
|
|
07-29-2004 11:09 PM |
|
|
Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
O.P. RE: myBB shoutbox
another problem that only happens in opera
in ff or IE it works fine and they appear on the right like the ones in this forum but in opera they appear like this
Attachment: stupidopera.JPG (7.87 KB)
This file has been downloaded 204 time(s).
|
|
07-30-2004 04:41 PM |
|
|
toddy
Veteran Member
kcus uoy
Posts: 2573 Reputation: 49
– / /
Joined: Jun 2004
|
RE: myBB shoutbox
quote: Originally posted by leejeffery
another problem that only happens in opera
in ff or IE it works fine and they appear on the right like the ones in this forum but in opera they appear like this
paste the code u have used
|
|
07-30-2004 04:44 PM |
|
|
Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
O.P. RE: myBB shoutbox
code: <div style="float: right;">
<ul>
<li><a href="$settings[bburl]/member.php?action=logout">Logout</a></li>
<li><a href="$settings[bburl]/usercp.php">User CP</a></li>
<li><a href="$settings[bburl]/admin/">Admin CP</a></li>
<li><a href="$settings[bburl]/memberlist.php">Member List</a></li>
<li><a href="$settings[bburl]/search.php">Search</a></li>
<li><a href="$settings[bburl]/misc.php?action=help">Help</a></li>
<li><a href="$settings[bburl]/calendar.php">Calendar</a></li>
<li><a href="$settings[bburl]/index.php">Home</a></li>
<li><a href="javascript: popupWin('shoutbox.php#bottom',350,350)">Shoutbox</a></li>
</div>
</ul>
|
|
07-30-2004 04:48 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|