Login | Register







Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 13 posts ] 
Author Message
 Post subject: Chatroom Fix Idea+Code
PostPosted: March 27th, 2012, 1:36 pm 
Foundational Member
Foundational Member
User avatar

Joined: February 13th, 2012, 9:47 pm
Posts: 738
Location: Umm...
Reiyan told me to post what I had done to the HW chat as an experiment. (Note, it only affected my chat)

Code:
<div class="testbox">
       <table border="0">
      <tr>   
         <td class="soundblocks">
            <form><input type="checkbox" id="sounds-checkbox" name="sounds" value="Disable Sounds" onclick="handleSounds()"> Disable Sounds
               </td>
         <td class="soundblocks">
            <input type="checkbox" id="notifications-checkbox" name="notifications" value="Disable Notifications" onclick="handleNotifications()"> Disable Notifications</form>
         </td>
          <td valign="top" class="soundblocks"><a href="chat-log.php" class="link-view-log">View Log</a></td></tr>

   </table>
</div>


That HTML replaces the whole area down there with sounds and the chatlog link.
And then this is the CSS for that:

Code:
div.testbox{
    border: 0px solid white;
    background-color: none;
    margin-left: 0px;
    padding: 0px;
    }
td.soundblocks{
    padding-right: 15px;
    }


Attachment:
chatedit.JPG
chatedit.JPG [ 128.9 KiB | Viewed 2191 times ]

That is what chat looks like afterwards. :)

Thanks!

_________________
- Jay Lakewood

Visit my website on writing!

Current Works:
Master of Iron: Plot Development


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: March 27th, 2012, 10:45 pm 
Grease Monkeys
Grease Monkeys
User avatar

Joined: May 14th, 2010, 4:43 am
Posts: 4458
Hi Jay - one of these days I'll see if I can tweak the chat. Thanks :)

Andrew

_________________
I am a dreamer of big dreams: a student of wisdom, a reader of books, and a crafter of words. I am a servant of my Master who has rescued me. I am an adventurer, living my life to the fullest. Will you join me on this wild journey?


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: March 28th, 2012, 6:54 am 
Foundational Member
Foundational Member
User avatar

Joined: February 13th, 2012, 9:47 pm
Posts: 738
Location: Umm...
No problem. :)

_________________
- Jay Lakewood

Visit my website on writing!

Current Works:
Master of Iron: Plot Development


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: March 31st, 2012, 8:25 am 
Foundational Member
Foundational Member
User avatar

Joined: February 13th, 2012, 9:47 pm
Posts: 738
Location: Umm...
I can try this out, if it's something that should be changed. Do you think so?

_________________
- Jay Lakewood

Visit my website on writing!

Current Works:
Master of Iron: Plot Development


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: March 31st, 2012, 9:05 am 
Grease Monkeys
Grease Monkeys
User avatar

Joined: May 14th, 2010, 4:43 am
Posts: 4458
Did you get on to the Google Group and get Git access? If so, sure :D

Andrew

_________________
I am a dreamer of big dreams: a student of wisdom, a reader of books, and a crafter of words. I am a servant of my Master who has rescued me. I am an adventurer, living my life to the fullest. Will you join me on this wild journey?


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: March 31st, 2012, 9:29 am 
Foundational Member
Foundational Member
User avatar

Joined: February 13th, 2012, 9:47 pm
Posts: 738
Location: Umm...
I have access, but I can't find the correct file to add that code.:/

_________________
- Jay Lakewood

Visit my website on writing!

Current Works:
Master of Iron: Plot Development


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: March 31st, 2012, 11:03 am 
Grease Monkeys
Grease Monkeys
User avatar

Joined: May 14th, 2010, 4:43 am
Posts: 4458
Oops, sorry :P *forgot about that*

It's in /fantasy/styles/DarkFantasy/template/dieki_chat.html

Thanks! *grins*

Andrew

_________________
I am a dreamer of big dreams: a student of wisdom, a reader of books, and a crafter of words. I am a servant of my Master who has rescued me. I am an adventurer, living my life to the fullest. Will you join me on this wild journey?


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: March 31st, 2012, 11:28 am 
Foundational Member
Foundational Member
User avatar

Joined: February 13th, 2012, 9:47 pm
Posts: 738
Location: Umm...
I keep on getting an error:

Quote:
C:\Program Files\Git\bin\git.exe commit -F "C:\Users\Small Computer\Holy Worlds\ Worlds\.git\\COMMITMESSAGE"
Done
fatal: Unable to create 'C:/Users/Small Computer/Holy Worlds/ Worlds/.git/index.lock': File exists.

If no other git process is currently running, this probably means a
git process crashed in this repository earlier. Make sure no other git
process is running and remove the file manually to continue.

_________________
- Jay Lakewood

Visit my website on writing!

Current Works:
Master of Iron: Plot Development


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: March 31st, 2012, 12:48 pm 
Grease Monkeys
Grease Monkeys
User avatar

Joined: May 14th, 2010, 4:43 am
Posts: 4458
Hrm....I'm no expert with Git, unfortunately :P Maybe you could poke your brother and see if he knows what's up :D

Andrew

_________________
I am a dreamer of big dreams: a student of wisdom, a reader of books, and a crafter of words. I am a servant of my Master who has rescued me. I am an adventurer, living my life to the fullest. Will you join me on this wild journey?


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: March 31st, 2012, 12:51 pm 
Foundational Member
Foundational Member
User avatar

Joined: February 13th, 2012, 9:47 pm
Posts: 738
Location: Umm...
I think it may be because I crashed it once...I could try redownloading HW....that might help.

_________________
- Jay Lakewood

Visit my website on writing!

Current Works:
Master of Iron: Plot Development


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: March 31st, 2012, 12:52 pm 
Captain
Captain
User avatar

Joined: October 22nd, 2010, 11:31 am
Posts: 10120
Location: UK
Thanks for helping out with this, Jay. :D

_________________

All that is gold does not glitter,
Not all those who wander are lost;
The old that is strong does not wither,
Deep roots are not reached by the frost.

From the ashes a fire shall be woken,
A light from the shadows shall spring;
Renewed shall be blade that was broken,
The crownless again shall be king

J. R. R. Tolkien


My favourite quote: "God will give His kindness for you to use when your own runs out."

Pippin's Waggy Tales

Autumn Leaves


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: March 31st, 2012, 3:49 pm 
Foundational Member
Foundational Member
User avatar

Joined: February 13th, 2012, 9:47 pm
Posts: 738
Location: Umm...
I'm going to try reinstalling the program....

_________________
- Jay Lakewood

Visit my website on writing!

Current Works:
Master of Iron: Plot Development


Top
 Offline Profile  
 
 Post subject: Re: Chatroom Fix Idea+Code
PostPosted: June 22nd, 2012, 11:42 pm 
Grease Monkeys
Grease Monkeys
User avatar

Joined: May 14th, 2010, 4:43 am
Posts: 4458
Mods, this can be locked and archived :)

_________________
I am a dreamer of big dreams: a student of wisdom, a reader of books, and a crafter of words. I am a servant of my Master who has rescued me. I am an adventurer, living my life to the fullest. Will you join me on this wild journey?


Top
 Offline Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 13 posts ] 


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron