Shoutbox

myBB shoutbox - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: myBB shoutbox (/showthread.php?tid=29257)

myBB shoutbox by Eljay on 07-29-2004 at 04:23 PM

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?


RE: myBB shoutbox by toddy on 07-29-2004 at 04:25 PM

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>


RE: myBB shoutbox by marissa on 07-29-2004 at 06:47 PM

its techtalk. it works for in here too, just so you know:)


RE: myBB shoutbox by GiantSpider on 07-29-2004 at 07:51 PM

Urm did Chris not say all things regarding MyBB should be taken here?


RE: myBB shoutbox by musicalmidget on 07-29-2004 at 09:16 PM

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.
RE: myBB shoutbox by jren207 on 07-29-2004 at 11:01 PM

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


RE: myBB shoutbox by Kryptonate on 07-29-2004 at 11:09 PM

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
RE: myBB shoutbox by Eljay on 07-30-2004 at 04:41 PM

another problem that only happens in opera :S
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


RE: myBB shoutbox by toddy on 07-30-2004 at 04:44 PM

quote:
Originally posted by leejeffery
another problem that only happens in opera :S
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
RE: myBB shoutbox by Eljay on 07-30-2004 at 04:48 PM

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>


RE: myBB shoutbox by RebelSean on 07-30-2004 at 04:50 PM

leejeffery,please goto the mybboard comunity furums dude, SurfiChris stated in a thread that, all my mybboard problems need to go to the mybboard community forums. So please go there as for you will get correct/better answers to your probelms, and as for they are the makers which they will tell you how and wat to do correctly.

mybboard comunity forums click here


RE: myBB shoutbox by Eljay on 07-30-2004 at 06:28 PM

that problem is sorted now
but i have another one :P
this appears (again only in opera!)


RE: myBB shoutbox by toddy on 07-30-2004 at 06:32 PM

no it doesn't, it appears in all browser.

and it is because it is a subforum