Moloth - The M-Forums

You are not logged in.

#1 7/21/07 7:17 pm

Russ
Virtual Deity
From: Ringgold, GA
Registered: 4/12/06
Posts: 9079
Website

Some changes


  • Spell check
  • bbcode support for lists, both ordered and unordered

    Code:

    [list]
    [*]
    [2]
    [/list]

  • online/offline status color coded in posts now
  • more SEO-friendly URLs for forums and topics
  • ChatBox (kinda lame)
  • Embedded Flash mp3 player. example: Flash not detected

    Code:

    [mp3 url=/url/to/mp3]

    or for multiple

    Code:

    [mp3 url=/url/to/mp3|/url/to/2nd/mp3|/url/to/3rd/mp3]

  • image ranking for number of posts


  • That's all I can think of right now.

    Last edited by Russ (7/21/07 7:17 pm)

    Offline

     

    #2 7/21/07 9:06 pm

    Memnoch
    One Bad M-F'er
    Registered: 6/14/06
    Posts: 2892

    Re: Some changes

    How about a way for me to post pics from work when I have to use your proxy?


    Without condoning... or condemning. I understand.

    Offline

     

    #3 7/21/07 9:11 pm

    Claptrap
    CL4P-TP
    From: Pandora
    Registered: 4/16/06
    Posts: 4610

    Re: Some changes

    Interesting... so what does one Square image thingy represent?


    Superhero Time! A Power Rangers/Masked Rider/Sentai/Tokusatsu Podcast
    http://www.tfradio.net/superhero-time/

    Offline

     

    #4 7/21/07 10:01 pm

    Russ
    Virtual Deity
    From: Ringgold, GA
    Registered: 4/12/06
    Posts: 9079
    Website

    Re: Some changes

    Memnoch wrote:

    How about a way for me to post pics from work when I have to use your proxy?

    What doesn't work about that right now?

    Offline

     

    #5 7/21/07 10:02 pm

    Russ
    Virtual Deity
    From: Ringgold, GA
    Registered: 4/12/06
    Posts: 9079
    Website

    Re: Some changes

    ladiesman217 wrote:

    Interesting... so what does one Square image thingy represent?

    They add on incrementally depending on how many posts you have.

    Code:

    if($cur_post['num_posts'] > 1000) { $num_pips = 6; }
            elseif($cur_post['num_posts'] > 500) { $num_pips = 5; }
            elseif($cur_post['num_posts'] > 200) { $num_pips = 4; }
            elseif($cur_post['num_posts'] > 100) { $num_pips = 3; }
            elseif($cur_post['num_posts'] > 20) { $num_pips = 2; }
            else { $num_pips = 1; }

    Offline

     

    #6 7/21/07 11:00 pm

    Memnoch
    One Bad M-F'er
    Registered: 6/14/06
    Posts: 2892

    Re: Some changes

    When I try to post a picture, it won't work.  When you have to select how many pictures you want to upload, it always says error on screen.  I think it has something to do with scripts or the proxy not allowing scripts or something like that.  I normally have to wait till I get home to post any pics.


    Without condoning... or condemning. I understand.

    Offline

     

    #7 7/21/07 11:03 pm

    Russ
    Virtual Deity
    From: Ringgold, GA
    Registered: 4/12/06
    Posts: 9079
    Website

    Re: Some changes

    Yeah, there's probably not much I can do about that.

    Offline

     

    #8 7/22/07 12:06 am

    Moloth
    In-tool-lectual
    From: Sacramento, CA
    Registered: 6/9/05
    Posts: 8079
    Website

    Re: Some changes

    Russ wrote:


  • Spell check
  • bbcode support for lists, both ordered and unordered

    Code:

    [list]
    [*]
    [2]
    [/list]

  • online/offline status color coded in posts now
  • more SEO-friendly URLs for forums and topics
  • ChatBox (kinda lame)
  • Embedded Flash mp3 player. example: /music/Electric Six - Dance Commander.mp3

    Code:

    [url]/url/to/mp3[/url]

    or for multiple

    Code:

    [url]/url/to/mp3|/url/to/2nd/mp3|/url/to/3rd/mp3[/url]

  • image ranking for number of posts


  • That's all I can think of right now.

    Awesome! Yay, improvements! 

    could you make a code button for the .mp3 capability? or is it automatic, like for YouTube vids?


    -=The Believer is Happy; the Skeptic is Wise=-

    http://miniprofile.xfire.com/bg/bg/type/1/moloth.png

    Offline

     

    #9 7/22/07 12:09 am

    Russ
    Virtual Deity
    From: Ringgold, GA
    Registered: 4/12/06
    Posts: 9079
    Website

    Re: Some changes

    It's just

    Code:

    [mp3 url=/url/to/mp3]

    Offline

     

    #10 7/22/07 12:10 am

    Moloth
    In-tool-lectual
    From: Sacramento, CA
    Registered: 6/9/05
    Posts: 8079
    Website

    Re: Some changes

    so, no button?


    -=The Believer is Happy; the Skeptic is Wise=-

    http://miniprofile.xfire.com/bg/bg/type/1/moloth.png

    Offline

     

    #11 7/22/07 12:11 am

    Russ
    Virtual Deity
    From: Ringgold, GA
    Registered: 4/12/06
    Posts: 9079
    Website

    Re: Some changes

    Flash not detected

    Damn stealthy edits.

    Last edited by Russ (7/22/07 12:24 am)

    Offline

     

    #12 7/22/07 12:12 am

    Russ
    Virtual Deity
    From: Ringgold, GA
    Registered: 4/12/06
    Posts: 9079
    Website

    Re: Some changes

    Moloth wrote:

    so, no button?

    I can add one.

    Offline

     

    #13 7/22/07 12:20 am

    Russ
    Virtual Deity
    From: Ringgold, GA
    Registered: 4/12/06
    Posts: 9079
    Website

    Re: Some changes

    Ok, button should be working now.

    Flash not detected

    Last edited by Russ (7/22/07 12:23 am)

    Offline

     

    #14 7/22/07 12:35 am

    Moloth
    In-tool-lectual
    From: Sacramento, CA
    Registered: 6/9/05
    Posts: 8079
    Website

    Re: Some changes

    Flash not detected


    -=The Believer is Happy; the Skeptic is Wise=-

    http://miniprofile.xfire.com/bg/bg/type/1/moloth.png

    Offline

     

    #15 7/22/07 12:37 am

    Moloth
    In-tool-lectual
    From: Sacramento, CA
    Registered: 6/9/05
    Posts: 8079
    Website

    Re: Some changes

    Awesomesauce +2.

    Unlike SOME deities i've heard of, Russ actually still improves and affects his creations!


    -=The Believer is Happy; the Skeptic is Wise=-

    http://miniprofile.xfire.com/bg/bg/type/1/moloth.png

    Offline

     

    #16 7/22/07 12:40 am

    Russ
    Virtual Deity
    From: Ringgold, GA
    Registered: 4/12/06
    Posts: 9079
    Website

    Re: Some changes

    Yay!

    Any other features we don't have that we should?

    Offline

     

    #17 7/22/07 2:27 am

    Moloth
    In-tool-lectual
    From: Sacramento, CA
    Registered: 6/9/05
    Posts: 8079
    Website

    Re: Some changes

    Hmm... i'd have to think about it.


    -=The Believer is Happy; the Skeptic is Wise=-

    http://miniprofile.xfire.com/bg/bg/type/1/moloth.png

    Offline

     

    #18 7/22/07 11:25 am

    Russ
    Virtual Deity
    From: Ringgold, GA
    Registered: 4/12/06
    Posts: 9079
    Website

    Re: Some changes

    Also fixed a bug in which a YouTube link would auto-embed if it was inside a url tag.

    Offline

     

    #19 7/22/07 2:21 pm

    Russ
    Virtual Deity
    From: Ringgold, GA
    Registered: 4/12/06
    Posts: 9079
    Website

    Re: Some changes

    I wish I could figure out what makes pocket IE on my Q crash when I view a thread here. Topic and forum list works, but when I click on a thread it goes bye-bye.

    Offline

     

    #20 7/25/07 1:39 pm

    Moloth
    In-tool-lectual
    From: Sacramento, CA
    Registered: 6/9/05
    Posts: 8079
    Website

    Re: Some changes

    I'd like to try out the Chatbox... so, if anyone gets a chance, just drop a line in it, please..

    http://www.moloth.com/forums/chatbox.php


    -=The Believer is Happy; the Skeptic is Wise=-

    http://miniprofile.xfire.com/bg/bg/type/1/moloth.png

    Offline

     

    #21 7/25/07 3:40 pm

    Russ
    Virtual Deity
    From: Ringgold, GA
    Registered: 4/12/06
    Posts: 9079
    Website

    Re: Some changes

    Yeah, that's the sucky thing about the chatbox...it doesn't tell you if any other users are connected!

    Offline

     

    Board footer

    Powered by PunBB
    © Copyright 2002–2005 Rickard Andersson