Who can follow the following to install this shoutbox on my forum? I tried but I think I misconfigured something.
Install here:
ACP > Skinning & Styles > Board Wrappers > (read below for placement of each piece)
Installation:
Quote:
First, create a new category and set it to disabled. Then, create a new forum NOT in the disabled category. Make sure the forum permissions are set correctly. If you want a group to only be able to see shouts, set them to read. If you want them to be able to shout to it, set their group permissions to read and reply. Now, create a new topic in that forum, name it whatever you want, and put whatever you want in the first post. The post will become the first post in the shoutbox when you're done (there is occasionally a glitch that causes the shoutbox to not show up if there are less than 2 shouts, so to be safe, may want to make a second post as well).
As soon as you post the topic, look up in the address bar and record the topic NUMBER (not the whole link). It should look like this:
Quote:
http://zx.invisionfree.com/yourforumnam ... pic_Number
After that, go to the forum that the topic is in. Do the same thing, but with the forum NUMBER (again, not the whole link):
Quote:
http://zx.invisionfree.com/yourforumnam ... rum_Number
All you need is the number at the end. Now, remember that disabled category you made earlier? Move the shoutbox forum there. This will make it so no one can see the forum or topic from the index.
Now go to the Board Wrappers section in your Admin CP, and paste the following code in the "JavaScript" text box (third box from the top).
Quote:
<style type="text/css">#shoutbox{width:100%;text-align:left;}
#shoutcontent{height:150px;overflow:auto;}
.smallpost{font-size:10px;font-family:Verdana;}</style>
<script language="JavaScript">
// Operation Settings
var shoutboxfid='Put_Forum_NUMBER_Here';
var shoutboxtid='Put_Topic_NUMBER_Here';
// Basic Settings
var indexonly='0';
var guestvisible='1';
var guestshouts='1';
var viewlink='0';
var modlink='1';
var enablebb='1';
// Advanced Settings
var topclass='maintitle';
var textlength='100%';
</script><div id="jumpfix"></div>
Obviously change the bolded green and red text to those numbers you wrote down earlier. Here is instructions on what the other options do:
- indexonly: Set to "1" if you only want the shoutbox to appear on the index. Otherwise, "0".
- guestvisible: Set to "1" if you want guests to be able to see the shoutbox. Otherwise, "0".
- guestshouts: Set to "1" if you want guests to be able to post shouts. Otherwise, "0".
- viewlink: Set to "1" if you want members to be able to access the shoutbox topic. Otherwise, "0".
- modlink: Set to "1" if you want all mods to be able to access the shoutbox's mod area. Otherwise, "0".
- enablebb: Set to "1" if you want the bbcode options to appear. Otherwise, "0".
- topclass: Sets the style for the top class of the shoutbox. I recommend either "maintitle", "titlemedium", or "pformstrip".
- textlength: Sets the width of the textarea for typing in shouts. Set to whatever looks good.
Paste this code first in the Footer text box in the Board Wrapper (box at the very bottom)
Quote:
<script language="JavaScript" name="IPB Shoutbox 2.5: Build-F" src="http://209.85.48.10/6539/182/upload/p11556253.ibf"></script>
Now you are going to decide where you want the shoutbox to appear. Where ever you want the shoutbox to appear in your board wrappers, paste this code.
Quote:
<center><div id="shoutbox"></div></center>
I put mine just above the <% NAVIGATION %> tag in the Header & Body section of the Board Wrappers (fourth box down). Make sure that you put that code above the code in the footer, or it wont work.
Now go to the index of your board and see if the shoutbox appears where you told it to. If you followed the installation process correctly, then it should work, if not, go over the tutorial again and see what you did wrong. If you just can't seem to get it working and you are sure you followed the tutorial correctly, ask patiently in this topic and I or someone else will attempt to assist you.
Features:
Why go with this shoutbox? What makes it so good?
----------------------------------------------
More professional look:
- The ability to hide and show the shoutbox is now in the form of a plus and minus button in the top right.
- Refresh link is now a button.
- When logged out, there are more options than just refresh if guestshouts is off.
- Realigned the textarea with the Post Shout and Refresh buttons so they stay on the same line.
*- Alter length of text field (set by admin).
*- Change class of top element (set by admin).
*- Shoutbox no longer appears in active topic/member topic lists (IE bug fixed 10/25/07).
*- Improved "guestshouts off" features.
Upgraded features:
- Better refreshing system.
- Page now automatically refreshes when you post a shout.
- Page jumping now works.
- Faster loading time. Now jumps straight to the last page instead of going to page 1 first.
- Fixed other miscellaneous errors.
*- Press enter to post shout.
*- Mod and above or admin only access to "Mod" options (optional, set by admin).
*- Repaired iframe refreshing mechanism.
*- Improved minimizing and maximizing.
*- No more jumping below shoutbox after shout! (formerly a big annoyance).
*- No more confused identity topics! (formerly a HUGE problem).
*- Condensed coding and faster scripts, loads quicker.
New features:
- Ability to edit and delete shouts (now limited to mods and/or admins unless viewlink is enabled).
- View link that allows members to go to the shoutbox topic to make editing easier (optional, set by admin).
- Control area, contains news and special links you might need. Only visible to mods and/or admins.
*- Reset text field button.
*- Hide shoutbox from guests entirely (optional, set by admin).
*- Index only option (optional, set by admin, rebuilt by me 11/19/07).
*- Added a new section for credits when a user clicks "Shoutbox".
*- Will now auto-convert S server urls to Z to solve the index display problems.
*- Will now auto-convert forum and topic links into the correct numbers (formerly #1 installation problem).
*- Added BBCode options to the shoutbox (even wraps selected text in IE, 10/24/08).
More support:
- Epsilekt moved onto other codes such as IPB Shoutbox 3.0 which uses PHP. I personally prefer this one, so I and many others have decided to stick with 2.5. Here you can get help with problems, and suggest ideas to make it better. In some cases, I've even made custom variations of this for people.
Im giving 90 fpucks that who configures and makes the shoutbox work properly.
Note: I want to see shouts in the shoutbox not the forum.
Install here:
ACP > Skinning & Styles > Board Wrappers > (read below for placement of each piece)
Installation:
Quote:
First, create a new category and set it to disabled. Then, create a new forum NOT in the disabled category. Make sure the forum permissions are set correctly. If you want a group to only be able to see shouts, set them to read. If you want them to be able to shout to it, set their group permissions to read and reply. Now, create a new topic in that forum, name it whatever you want, and put whatever you want in the first post. The post will become the first post in the shoutbox when you're done (there is occasionally a glitch that causes the shoutbox to not show up if there are less than 2 shouts, so to be safe, may want to make a second post as well).
As soon as you post the topic, look up in the address bar and record the topic NUMBER (not the whole link). It should look like this:
Quote:
http://zx.invisionfree.com/yourforumnam ... pic_Number
After that, go to the forum that the topic is in. Do the same thing, but with the forum NUMBER (again, not the whole link):
Quote:
http://zx.invisionfree.com/yourforumnam ... rum_Number
All you need is the number at the end. Now, remember that disabled category you made earlier? Move the shoutbox forum there. This will make it so no one can see the forum or topic from the index.
Now go to the Board Wrappers section in your Admin CP, and paste the following code in the "JavaScript" text box (third box from the top).
Quote:
<style type="text/css">#shoutbox{width:100%;text-align:left;}
#shoutcontent{height:150px;overflow:auto;}
.smallpost{font-size:10px;font-family:Verdana;}</style>
<script language="JavaScript">
// Operation Settings
var shoutboxfid='Put_Forum_NUMBER_Here';
var shoutboxtid='Put_Topic_NUMBER_Here';
// Basic Settings
var indexonly='0';
var guestvisible='1';
var guestshouts='1';
var viewlink='0';
var modlink='1';
var enablebb='1';
// Advanced Settings
var topclass='maintitle';
var textlength='100%';
</script><div id="jumpfix"></div>
Obviously change the bolded green and red text to those numbers you wrote down earlier. Here is instructions on what the other options do:
- indexonly: Set to "1" if you only want the shoutbox to appear on the index. Otherwise, "0".
- guestvisible: Set to "1" if you want guests to be able to see the shoutbox. Otherwise, "0".
- guestshouts: Set to "1" if you want guests to be able to post shouts. Otherwise, "0".
- viewlink: Set to "1" if you want members to be able to access the shoutbox topic. Otherwise, "0".
- modlink: Set to "1" if you want all mods to be able to access the shoutbox's mod area. Otherwise, "0".
- enablebb: Set to "1" if you want the bbcode options to appear. Otherwise, "0".
- topclass: Sets the style for the top class of the shoutbox. I recommend either "maintitle", "titlemedium", or "pformstrip".
- textlength: Sets the width of the textarea for typing in shouts. Set to whatever looks good.
Paste this code first in the Footer text box in the Board Wrapper (box at the very bottom)
Quote:
<script language="JavaScript" name="IPB Shoutbox 2.5: Build-F" src="http://209.85.48.10/6539/182/upload/p11556253.ibf"></script>
Now you are going to decide where you want the shoutbox to appear. Where ever you want the shoutbox to appear in your board wrappers, paste this code.
Quote:
<center><div id="shoutbox"></div></center>
I put mine just above the <% NAVIGATION %> tag in the Header & Body section of the Board Wrappers (fourth box down). Make sure that you put that code above the code in the footer, or it wont work.
Now go to the index of your board and see if the shoutbox appears where you told it to. If you followed the installation process correctly, then it should work, if not, go over the tutorial again and see what you did wrong. If you just can't seem to get it working and you are sure you followed the tutorial correctly, ask patiently in this topic and I or someone else will attempt to assist you.
Features:
Why go with this shoutbox? What makes it so good?
----------------------------------------------
More professional look:
- The ability to hide and show the shoutbox is now in the form of a plus and minus button in the top right.
- Refresh link is now a button.
- When logged out, there are more options than just refresh if guestshouts is off.
- Realigned the textarea with the Post Shout and Refresh buttons so they stay on the same line.
*- Alter length of text field (set by admin).
*- Change class of top element (set by admin).
*- Shoutbox no longer appears in active topic/member topic lists (IE bug fixed 10/25/07).
*- Improved "guestshouts off" features.
Upgraded features:
- Better refreshing system.
- Page now automatically refreshes when you post a shout.
- Page jumping now works.
- Faster loading time. Now jumps straight to the last page instead of going to page 1 first.
- Fixed other miscellaneous errors.
*- Press enter to post shout.
*- Mod and above or admin only access to "Mod" options (optional, set by admin).
*- Repaired iframe refreshing mechanism.
*- Improved minimizing and maximizing.
*- No more jumping below shoutbox after shout! (formerly a big annoyance).
*- No more confused identity topics! (formerly a HUGE problem).
*- Condensed coding and faster scripts, loads quicker.
New features:
- Ability to edit and delete shouts (now limited to mods and/or admins unless viewlink is enabled).
- View link that allows members to go to the shoutbox topic to make editing easier (optional, set by admin).
- Control area, contains news and special links you might need. Only visible to mods and/or admins.
*- Reset text field button.
*- Hide shoutbox from guests entirely (optional, set by admin).
*- Index only option (optional, set by admin, rebuilt by me 11/19/07).
*- Added a new section for credits when a user clicks "Shoutbox".
*- Will now auto-convert S server urls to Z to solve the index display problems.
*- Will now auto-convert forum and topic links into the correct numbers (formerly #1 installation problem).
*- Added BBCode options to the shoutbox (even wraps selected text in IE, 10/24/08).
More support:
- Epsilekt moved onto other codes such as IPB Shoutbox 3.0 which uses PHP. I personally prefer this one, so I and many others have decided to stick with 2.5. Here you can get help with problems, and suggest ideas to make it better. In some cases, I've even made custom variations of this for people.
Im giving 90 fpucks that who configures and makes the shoutbox work properly.
Note: I want to see shouts in the shoutbox not the forum.







