What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » myBB shoutbox

Pages: (2): « First [ 1 ] 2 » Last »
myBB shoutbox
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
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
Profile PM Find Quote Report
toddy
Veteran Member
*****

Avatar
kcus uoy

Posts: 2573
Reputation: 49
– / Male / Flag
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
Profile PM Find Quote Report
marissa
Veteran Member
*****

Avatar
ahaha

Posts: 1191
Reputation: 66
34 / Female / –
Joined: Mar 2004
RE: myBB shoutbox
its techtalk. it works for in here too, just so you know:)
07-29-2004 06:47 PM
Profile PM Find Quote Report
GiantSpider
Veteran Member
*****

Avatar

Posts: 1435
Reputation: 21
34 / Male / Flag
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
Profile PM Find Quote Report
musicalmidget
Elite Member
*****

Avatar
Hmm, randomness...

Posts: 1663
Reputation: 12
37 / Male / Flag
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
Profile E-Mail PM Web Find Quote Report
jren207
Senior Member
****

Avatar
JR! - We <3 Fanta

Posts: 870
Reputation: 28
34 / Male / –
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
Profile E-Mail PM Web Find Quote Report
Kryptonate
Veteran Member
*****

Avatar

Posts: 2874
Reputation: 23
37 / Male / –
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
Profile E-Mail PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
O.P. RE: myBB shoutbox
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

.jpg File Attachment: stupidopera.JPG (7.87 KB)
This file has been downloaded 189 time(s).
07-30-2004 04:41 PM
Profile PM Find Quote Report
toddy
Veteran Member
*****

Avatar
kcus uoy

Posts: 2573
Reputation: 49
– / Male / Flag
Joined: Jun 2004
RE: myBB shoutbox
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
07-30-2004 04:44 PM
Profile PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
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
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On