Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 82
9 members and 73 guests
bansw7kruptcyld, cosxtmicorderin, datxiingbags2ir, haingrcolky3rao, han4esonsrmawin, ora6fngecounty5, pro7mfessional6, sol6nar8ypezpan, wha2tptisbest9l
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
Shoutbox for SubSytem
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 77
Join Date: Oct 2002
Location: USA
Shoutbox for SubSytem - 12-31-2002, 07:54 PM

Does Anyone know where I can download a shoutbox for the subsystem theme?..thx

-dan
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
12-31-2002, 08:00 PM

Are you asking for a matching style for shoutbox, or the shoutbox it's self? If it's a matching style then for which/who's shoutbox? There are more than 1 kind. Don't you just love it when someone answers a question with another question?
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
i dunno..
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 77
Join Date: Oct 2002
Location: USA
i dunno.. - 12-31-2002, 09:17 PM

I'm not sure...I don't have shoutbox at all, never used it, and I didn't know if you need a special thing for each theme...I'm confused :[

-dan
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
12-31-2002, 09:28 PM

You can download shoutbox like the one on my site Here Once you get it installed I will make you a matching style sheet for your theme.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
erm...
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 77
Join Date: Oct 2002
Location: USA
erm... - 01-02-2003, 01:25 AM

ok im confused...i just browsed over the shoutbox instructions and before I attempt it is there anything special I need to do to get it to work with nuke...any feedback would be appreciated, i want to get this right the 1st try.

-dan
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
01-02-2003, 01:31 AM

Un-Zip shoutbox and place the shoutbox folder in your nuke folder. Once you have that done, you need to go in the shoutbox folder and find shoutbox_cookies.php. Open it and set the password for your personal shoutbox admin panel, on the first line just enter a password like: $admin_password =XXXXXXX (XXXXXX being your password).
Next find the file shoutbox_mysql.php. Find:
Code:
// ##### CONFIG ##############################################################

$databasehost = "localhost";
// host with mySQL on it
$databasename = "mysql";
// mySQL database name
$tablename = "shoutbox";
// mySQL table name (no need to change this, really)
$dbuser = "Martin";
$dbpass = "XXXXXX";
// uname and password access details for the database
Fill in your $databasehost = "localhost";(change localhost if yours is different)
Next $databasename = "mysql";(is probably the same, but check anyway)
Next $tablename = "shoutbox";(leave this alone)
Next $dbuser = "Martin";(what ever your uname is when you installed mysql)
Next and last: $dbpass = "XXXXXX";(XXXXXX being the password you used when you installed mysql)

Now save and close everything and in your browser address bar type in your web address and include /setup-mysql.php like http://www.XXXXXX.com/shoutbox/setup-mysql.php and hit enter. Follow the on screen instructions.
Once all that's done you can access admin by entering http://www.XXXXXX.com/shoutbox/index.php and inter the password you put in shoutbox_cookies.php. That's it you're done. Now that wasnt so bad was it?


One thing you need to do is to put this code in a new block you make in admin/blocks at your web site, and name it ShoutBox or whatever you want (you can change it later).
Code:
<iframe src="shoutbox/viewshoutbox.php" width="100%" height="300" frameborder="0"> 
View the shoutbox 
</iframe>
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
woot!
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 77
Join Date: Oct 2002
Location: USA
woot! - 01-02-2003, 03:49 AM

http://ifear.owns.it <---got it to work

-you said something about a stye sheet for subsystem?

-dan 8O
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
01-02-2003, 03:57 AM

Hay that's great! Glad it worked. I'll have your css in the morning. Central time US about 9 or 10 AM. I gotta get some sleep now. (it's 2:54 AM here)
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
01-02-2003, 08:59 AM

:!: The css for subsystem is available for download [Here] :!:

Preview the shoutbox with subsystem applied at my site today only.
************************************************** *****
If you get a horizontal scrollbar at the bottom of your shoutbox, you can use this simple code change to make it go away.
In viewshoutbox.php, change the size from 22 to 17 on line 83, 84 and 85. This removes the horizontal scrollbar on the shoutbox block.
Change this
Code:
          <input type="text" name="nick" size="22" maxlength="30" <?=$onfocusnick?>value="<?=$nick?>" 
class="editbox" title="<?=_FORM_NAME?>">
 
          <input type="text" name="shout" size="22" maxlength="<?=$maxshoutlen?>" 
<?=$onfocusshout?>value="<?=$shout?>" class="editbox" title="<?=_FORM_MESSAGE?>">
 
          <input type="text" name="url" size="22" maxlength="<?=$maxshoutlen?>" <?=$onfocusurl?>value="<?=$url?>" 
class="editbox" title="<?=_FORM_URL?>">
To this
Code:
 
          <input type="text" name="nick" size="17" maxlength="30" <?=$onfocusnick?>value="<?=$nick?>" 
class="editbox" title="<?=_FORM_NAME?>">
 
          <input type="text" name="shout" size="17" maxlength="<?=$maxshoutlen?>" 
<?=$onfocusshout?>value="<?=$shout?>" class="editbox" title="<?=_FORM_MESSAGE?>">
 
          <input type="text" name="url" size="17" maxlength="<?=$maxshoutlen?>" <?=$onfocusurl?>value="<?=$url?>" 
class="editbox" title="<?=_FORM_URL?>">
Because of the button size that comes with shoutbox there can be a horizontal scrollbar that's just barely needed. This code change gets rid of that.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
thanks!
Old
  (#10 (permalink))
Junior Member
 
Status: Offline
Posts: 77
Join Date: Oct 2002
Location: USA
thanks! - 01-02-2003, 11:27 AM

thanks a bunch martin, shoutbox looks good
-dan
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
shoutbox BiGBaDBoY Nuke 7.x - Blocks 5 03-04-2006 11:41 AM
a DECENT shoutbox spurs Nuke 7.x - General 4 10-20-2004 07:13 AM
shoutbox error ashwin Nuke 6.5 to 6.9 - Blocks 5 07-08-2003 06:27 PM
Subsytem Blocks christian Theme packs 6 12-30-2002 01:51 PM
Darkblue shoutbox css synergy Open topics 13 12-29-2002 07:15 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31