» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 53
0 members and 53 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Darkblue shoutbox css within the Open topics forums, part of the General category; I thought I saw someone passing around a darkblue stylesheet for the shoutbox... If anyone has one can they email ...


Go Back   Nukemods Forum » General » Open topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-27-2002, 11:56 AM
Junior Member
 
Join Date: Dec 2002
Location: NEW YORK
Posts: 8
Darkblue shoutbox css
I thought I saw someone passing around a darkblue stylesheet for the shoutbox... If anyone has one can they email it to rob@synergymartialarts.com or just point in the direction to find it?


The shoutbox that im using is this:

version 2.31
(17 December 2001)
(c) 2001 Brett Taylor
<http://www.addict.net.nz/~glutnix>
<mailto:glutnix@addict.net.nz>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 12-27-2002, 06:21 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Here you go..best I could do

http://phpbbport.fauxpas.org/mycrap/DarkBluecss.zip

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-27-2002, 07:48 PM
Junior Member
 
Join Date: Dec 2002
Location: NEW YORK
Posts: 8
thanks alot!
appreciate the help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-27-2002, 08:45 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Re: thanks alot!
Originally Posted by synergy
appreciate the help.
No problem..well err other than I had to install the Shoutbox on my testsite, configure it, get it running, and then do the css style sheet for it, other than that, it was a breeze...hehe...Lemme know how it looks.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12-27-2002, 09:00 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
Guess I'm late for this post. I have it in my downloads for a couple of weeks now. HERE

Hay Rob, I posted the link to this in your forum earlier today after I saw the message on my shoutbox.

You can see the css I made in action here. http://www.tonychaos.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12-27-2002, 09:27 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
Originally Posted by Martin
Guess I'm late for this post. I have it in my downloads for a couple of weeks now. HERE

Hay Rob, I posted the link to this in your forum earlier today after I saw the message on my shoutbox.

You can see the css I made in action here. http://www.tonychaos.com
OH nice Martin..where were you earlier..LMAO..I'll have to leave the Shoutbox css style requests to you from now on..hehe

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12-27-2002, 09:46 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
In viewshoutbox.php, I changed the size from 22 to 17 on line 83 84 and 85. This got rid if the horizontal scrollbar on the shoutbox block.
Changed:
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?>">
As you can see at tonychaos's site there is a horizontal scrollbar that's just barely needed. This code change gets rid of that. I guess I shoud tell him about it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-27-2002, 10:48 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
can't you just do somewhat the same thing by resizing the table in the iframe you put in your Block?

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-27-2002, 10:55 PM
Senior Member
 
Join Date: Oct 2002
Location: Alabama, USA
Posts: 619
Well this resizes the buttons which wouldnt be resized otherwise.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 12-27-2002, 11:32 PM
Junior Member
 
Join Date: Dec 2002
Location: NEW YORK
Posts: 8
martin
I thought you had it someplace, but for some reason I had some trouble accessing your page the other night. I could get into it finally but didnt have time to poke around for it.
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 block? windtalker Nuke 7.x - Blocks 7 09-21-2008 06:16 PM
shoutbox BiGBaDBoY Nuke 7.x - Blocks 5 03-04-2006 11:41 AM
shoutbox error ashwin Nuke 6.5 to 6.9 - Blocks 5 07-08-2003 06:27 PM
shoutbox block SpiderGhost Nuke 6.5 to 6.9 - Blocks 4 06-16-2003 12:37 PM
Shoutbox for SubSytem darkdan Purged Topics 9 01-02-2003 11:27 AM


All times are GMT -5. The time now is 01:40 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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