+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Forum Style Sheet

  1. #1
    Sheepoholics's Avatar
    Sheepoholics is offline x10 Sophmore Sheepoholics is an unknown quantity at this point
    Join Date
    Dec 2005
    Location
    Beaumont AB
    Posts
    133

    Forum Style Sheet


    Does this look good?

  2. #2
    nightscream is offline x10 Lieutenant nightscream is an unknown quantity at this point
    Join Date
    Feb 2006
    Location
    Hallaar, Belgium
    Posts
    474

    Re: Forum Style Sheet

    give it some colors because now it looks so stupid give it some light colors like here and add some lines to it so it looks like tables
    but that's my opinion
    Nice work, keep up the good work
    Last edited by nightscream; 02-20-2006 at 01:35 PM.
    ------------------------------------------------------------------------------------------
    If you have any troubles with a website or a script, just send me a pm.

    I also code websites in xHTML/css, can code javascript and php too if needed

  3. #3
    dharmil's Avatar
    dharmil is offline x10 Elder dharmil is an unknown quantity at this point
    Join Date
    Sep 2005
    Location
    Avenel New Jersey
    Posts
    828

    Re: Forum Style Sheet

    are you using Pun BB

  4. #4
    Brandon Guest

    Re: Forum Style Sheet

    Yes, Sheepoholics is. See the message in the top left. I favor PunBB check out my site http://medalofhonorhq.be/forum/ there easy to code.

  5. #5
    Woolie's Avatar
    Woolie is offline x10 Lieutenant Woolie is an unknown quantity at this point
    Join Date
    Jun 2005
    Location
    The Fletcher Memorial
    Posts
    431

    Re: Forum Style Sheet

    Quote Originally Posted by dharmil
    are you using Pun BB
    It does say that in the image ;-)

    Anyway, I have no idea what the deafult looks like so I can't compare... From what I see, I like it, smooth and sleek. Although it does look a little bare, and the title could do with centreing

  6. #6
    Sheepoholics's Avatar
    Sheepoholics is offline x10 Sophmore Sheepoholics is an unknown quantity at this point
    Join Date
    Dec 2005
    Location
    Beaumont AB
    Posts
    133

    Re: Forum Style Sheet


    Is what I spent Last night working on I'm goin to get rid of or change the colour of the creme bar. As for the title I'm going to make a set of logo's that change depending on style sheet you have.

    Enigma: I like your forum. personally I prefer the less wide forum but that's just me. Also I want to add a link to my navlink bar but I want it to be only accesible to registered members. I added the word to lang_common but I don't understand the Link ID. Do you know how to do this?

  7. #7
    Brandon Guest

    Re: Forum Style Sheet

    I do if you teach me how to make the forum less wide.

  8. #8
    Sheepoholics's Avatar
    Sheepoholics is offline x10 Sophmore Sheepoholics is an unknown quantity at this point
    Join Date
    Dec 2005
    Location
    Beaumont AB
    Posts
    133

    Re: Forum Style Sheet

    Thats really easy.


    scroll down to 5. Vertical and page spacing in your theme.css file (not your theme_cs.css file) and replace
    Code:
    #punwrap {margin:12px 20px}
    with
    Code:
    #punwrap {
    	margin: 12px auto 20px auto;
             width: 750px;
    }
    just replace the 750 with what ever you want your width to be.



    Edit: would you be able to write a sound tag. It should be fairly easy. Some edits in paser.php but I don't know what to do.
    Last edited by Sheepoholics; 02-20-2006 at 05:01 PM.

  9. #9
    Brandon Guest

    Re: Forum Style Sheet

    A sound tag like embedded sound.

  10. #10
    Sheepoholics's Avatar
    Sheepoholics is offline x10 Sophmore Sheepoholics is an unknown quantity at this point
    Join Date
    Dec 2005
    Location
    Beaumont AB
    Posts
    133

    Re: Forum Style Sheet

    Yeah basically it would work like the image tag replaces[ img]x.jpg[/img] with <img src'x.jpg'> or whatever except it would do something like replace [snd]x.mp3 [/snd] with something like

    Code:
    <script type="text/javascript">
    
    var sndURL = 'sound.mp3';
    
    var hasWMP = false;
    var hasQT = false;
    
    var playWMP = '<object id="MediaPlayer" width=320 height=45 classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" standby="Loading Windows Media Player components..." type="application/x-oleobject"><param name="url" value="' + sndURL + '" /><param name="autoStart" value="0" /><param name="volume" value="100" /><embed type="application/x-mplayer2" src="' + sndURL + '" name="MediaPlayer" autostart=0 volume="100" width=320 height=45></embed></object><br />';
    var playQT = '<embed src="' + sndURL + '" autostart="FALSE" width=144 height=16><br />';
    var playLink = '<a href="' + sndURL +'">[SOUND: ' + sndURL + ']</a><br />';
    
    if (navigator.appName == "Microsoft Internet Explorer")
    {
        document.writeln(playWMP);
    }
    else
    {
        for (i = 0; i < navigator.plugins.length; i++ )
        {
            if (navigator.plugins[i].name.indexOf('Windows Media') >= 0)
            {
                hasWMP = true;
            }
            else if ((navigator.plugins[i].name.indexOf('QuickTime') >= 0))
            {
                hasQT = true;
            }
        }
        
        if (hasWMP)
        {
            document.writeln(playWMP);
        }
        else if (hasQT)
        {
            document.writeln(playQT);
        }
        else
        {
            document.writeln(playLink);
        }
    }
    
    </script>
    <noscript><a href="sound.mp3">[SOUND]</a></noscript></div>

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 18
    Last Post: 03-30-2010, 09:44 PM
  2. How many members does your forum has?
    By ironcross77 in forum Off Topic
    Replies: 40
    Last Post: 02-19-2008, 11:51 AM
  3. Replies: 3
    Last Post: 05-31-2006, 07:46 AM
  4. Forum Rules and Regulations
    By Conor in forum Useful Information
    Replies: 0
    Last Post: 07-28-2005, 09:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers